x86 stringlengths 122 5.97M | arm stringlengths 122 5.84M | file stringlengths 18 195 | source stringclasses 3 values |
|---|---|---|---|
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_.str(%rip), %rdi
callq _puts
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "hello"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _puts
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "hello"
.subsections_via_symbols
| the_stack_data/1095383.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ff_query_formats_all_layouts ## -- Begin function ff_query_formats_all_layouts
.p2align 4, 0x90
_ff_query_formats_all_layouts: ## @ff_query_formats_all_layouts
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _ff_all_channel_layouts@GOTPCREL(%rip), %rax
movl (%rax), %esi
popq %rbp
jmp _default_query_formats_common ## TAILCALL
.cfi_endproc
## -- End function
.comm _ff_all_channel_layouts,4,2 ## @ff_all_channel_layouts
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ff_query_formats_all_layouts ; -- Begin function ff_query_formats_all_layouts
.p2align 2
_ff_query_formats_all_layouts: ; @ff_query_formats_all_layouts
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _ff_all_channel_layouts@GOTPAGE
Lloh1:
ldr x8, [x8, _ff_all_channel_layouts@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
b _default_query_formats_common
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _ff_all_channel_layouts,4,2 ; @ff_all_channel_layouts
.subsections_via_symbols
| AnghaBench/FFmpeg/libavfilter/extr_formats.c_ff_query_formats_all_layouts.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function async_ctx_free
_async_ctx_free: ## @async_ctx_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
xorl %ebx, %ebx
xorl %eax, %eax
callq _async_get_ctx
movq %rax, %r14
movq _ctxkey@GOTPCREL(%rip), %rdi
xorl %esi, %esi
callq _CRYPTO_THREAD_set_local
testl %eax, %eax
je LBB0_2
## %bb.1:
movq %r14, %rdi
callq _OPENSSL_free
movl $1, %ebx
LBB0_2:
movl %ebx, %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ctxkey,4,2 ## @ctxkey
.no_dead_strip _async_ctx_free
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function async_ctx_free
_async_ctx_free: ; @async_ctx_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
bl _async_get_ctx
mov x19, x0
Lloh0:
adrp x0, _ctxkey@GOTPAGE
Lloh1:
ldr x0, [x0, _ctxkey@GOTPAGEOFF]
mov x1, #0
bl _CRYPTO_THREAD_set_local
cbz w0, LBB0_2
; %bb.1:
mov x0, x19
bl _OPENSSL_free
mov w0, #1
LBB0_2:
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 _ctxkey,4,2 ; @ctxkey
.no_dead_strip _async_ctx_free
.subsections_via_symbols
| AnghaBench/freebsd/crypto/openssl/crypto/async/extr_async.c_async_ctx_free.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function feth_start
_feth_start: ## @feth_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
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
xorl %eax, %eax
callq _feth_lock
movq %r14, %rdi
callq _ifnet_get_if_fake
cmpq $0, 16(%rax)
je LBB0_1
## %bb.25:
xorl %eax, %eax
callq _feth_unlock
leaq L_str(%rip), %rdi
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _puts ## TAILCALL
LBB0_1:
movq %rax, %rbx
movq (%rax), %rdi
movq 8(%rax), %r12
movl 24(%rax), %eax
movl %eax, -52(%rbp) ## 4-byte Spill
movq %rdi, -48(%rbp)
testq %rdi, %rdi
je LBB0_2
## %bb.3:
testq %r12, %r12
je LBB0_4
## %bb.5:
callq _copy_mbuf
movq %rax, %r13
testq %rax, %rax
jne LBB0_6
## %bb.26:
xorl %eax, %eax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _feth_unlock ## TAILCALL
LBB0_2:
xorl %r13d, %r13d
jmp LBB0_7
LBB0_4:
xorl %r13d, %r13d
LBB0_6:
movq $0, (%rbx)
movq -48(%rbp), %rdi
callq _m_freem
movq $0, -48(%rbp)
LBB0_7:
movq _TRUE@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, 16(%rbx)
xorl %eax, %eax
callq _feth_unlock
xorl %r15d, %r15d
testq %r12, %r12
setne %r15b
jmp LBB0_8
.p2align 4, 0x90
LBB0_17: ## in Loop: Header=BB0_8 Depth=1
xorl %r13d, %r13d
LBB0_19: ## in Loop: Header=BB0_8 Depth=1
movq %rbx, %rdi
callq _m_freem
LBB0_8: ## =>This Inner Loop Header: Depth=1
testq %r13, %r13
je LBB0_10
## %bb.9: ## in Loop: Header=BB0_8 Depth=1
movl %r15d, %edi
callq _assert
movq %r14, %rdi
movq %r13, %rsi
movq %r12, %rdx
movl -52(%rbp), %ecx ## 4-byte Reload
callq _feth_output_common
LBB0_10: ## in Loop: Header=BB0_8 Depth=1
movq %r14, %rdi
leaq -48(%rbp), %rsi
callq _ifnet_dequeue
testq %rax, %rax
jne LBB0_11
## %bb.16: ## in Loop: Header=BB0_8 Depth=1
movq -48(%rbp), %rbx
testq %r12, %r12
je LBB0_17
## %bb.18: ## in Loop: Header=BB0_8 Depth=1
movq %rbx, %rdi
callq _copy_mbuf
movq %rax, %r13
movq -48(%rbp), %rbx
testq %rax, %rax
jne LBB0_19
jmp LBB0_12
LBB0_11:
xorl %ebx, %ebx
LBB0_12:
xorl %eax, %eax
callq _feth_lock
movq %r14, %rdi
callq _ifnet_get_if_fake
testq %rax, %rax
je LBB0_22
## %bb.13:
movq _FALSE@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
movq %rcx, 16(%rax)
testq %rbx, %rbx
je LBB0_21
## %bb.14:
cmpq $0, 8(%rax)
je LBB0_15
## %bb.20:
movq %rbx, (%rax)
LBB0_21:
xorl %eax, %eax
callq _feth_unlock
jmp LBB0_24
LBB0_22:
xorl %eax, %eax
callq _feth_unlock
testq %rbx, %rbx
jne LBB0_23
jmp LBB0_24
LBB0_15:
xorl %eax, %eax
callq _feth_unlock
LBB0_23:
movq %rbx, %rdi
callq _m_freem
LBB0_24:
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _TRUE,8,3 ## @TRUE
.comm _FALSE,8,3 ## @FALSE
.section __TEXT,__cstring,cstring_literals
L_str: ## @str
.asciz "if_fake: start is busy"
.no_dead_strip _feth_start
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function feth_start
_feth_start: ; @feth_start
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x0
bl _feth_lock
mov x0, x19
bl _ifnet_get_if_fake
ldr x8, [x0, #16]
cbz x8, LBB0_2
; %bb.1:
bl _feth_unlock
Lloh0:
adrp x0, l_str@PAGE
Lloh1:
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
LBB0_2:
mov x23, x0
ldr w20, [x0, #24]
ldp x0, x21, [x0]
str x0, [sp, #8]
cbz x0, LBB0_6
; %bb.3:
cbz x21, LBB0_7
; %bb.4:
bl _copy_mbuf
mov x22, x0
cbnz x0, LBB0_8
; %bb.5:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
b _feth_unlock
LBB0_6:
mov x22, #0
b LBB0_9
LBB0_7:
mov x22, #0
LBB0_8:
str xzr, [x23]
ldr x0, [sp, #8]
bl _m_freem
str xzr, [sp, #8]
LBB0_9:
Lloh2:
adrp x8, _TRUE@GOTPAGE
Lloh3:
ldr x8, [x8, _TRUE@GOTPAGEOFF]
Lloh4:
ldr x8, [x8]
str x8, [x23, #16]
bl _feth_unlock
cmp x21, #0
cset w24, ne
b LBB0_12
LBB0_10: ; in Loop: Header=BB0_12 Depth=1
mov x22, #0
LBB0_11: ; in Loop: Header=BB0_12 Depth=1
mov x0, x23
bl _m_freem
LBB0_12: ; =>This Inner Loop Header: Depth=1
cbz x22, LBB0_14
; %bb.13: ; in Loop: Header=BB0_12 Depth=1
mov x0, x24
bl _assert
mov x0, x19
mov x1, x22
mov x2, x21
mov x3, x20
bl _feth_output_common
LBB0_14: ; in Loop: Header=BB0_12 Depth=1
add x1, sp, #8
mov x0, x19
bl _ifnet_dequeue
cbnz x0, LBB0_17
; %bb.15: ; in Loop: Header=BB0_12 Depth=1
ldr x23, [sp, #8]
cbz x21, LBB0_10
; %bb.16: ; in Loop: Header=BB0_12 Depth=1
mov x0, x23
bl _copy_mbuf
mov x22, x0
ldr x23, [sp, #8]
cbnz x0, LBB0_11
b LBB0_18
LBB0_17:
mov x23, #0
LBB0_18:
bl _feth_lock
mov x0, x19
bl _ifnet_get_if_fake
cbz x0, LBB0_23
; %bb.19:
Lloh5:
adrp x8, _FALSE@GOTPAGE
Lloh6:
ldr x8, [x8, _FALSE@GOTPAGEOFF]
Lloh7:
ldr x8, [x8]
str x8, [x0, #16]
cbz x23, LBB0_22
; %bb.20:
ldr x8, [x0, #8]
cbz x8, LBB0_24
; %bb.21:
str x23, [x0]
LBB0_22:
bl _feth_unlock
b LBB0_26
LBB0_23:
bl _feth_unlock
cbnz x23, LBB0_25
b LBB0_26
LBB0_24:
bl _feth_unlock
LBB0_25:
mov x0, x23
bl _m_freem
LBB0_26:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.cfi_endproc
; -- End function
.comm _TRUE,8,3 ; @TRUE
.comm _FALSE,8,3 ; @FALSE
.section __TEXT,__cstring,cstring_literals
l_str: ; @str
.asciz "if_fake: start is busy"
.no_dead_strip _feth_start
.subsections_via_symbols
| AnghaBench/darwin-xnu/bsd/net/extr_if_fake.c_feth_start.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function parse_line
_parse_line: ## @parse_line
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq (%rdi), %rax
movq %rax, (%rsi)
movq (%rdi), %rcx
movb (%rcx), %dl
cmpb $32, %dl
jl LBB0_4
## %bb.1:
incq %rcx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq %rcx, (%rdi)
movzbl (%rcx), %edx
incq %rcx
cmpb $31, %dl
jg LBB0_2
## %bb.3:
decq %rcx
LBB0_4:
xorl %eax, %eax
testb %dl, %dl
je LBB0_37
## %bb.5:
leaq 1(%rcx), %rdx
movq %rdx, (%rdi)
cmpb $9, (%rcx)
jne LBB0_37
## %bb.6:
movq %rdx, 8(%rsi)
movq (%rdi), %rcx
movb (%rcx), %dl
cmpb $32, %dl
jl LBB0_10
## %bb.7:
incq %rcx
.p2align 4, 0x90
LBB0_8: ## =>This Inner Loop Header: Depth=1
movq %rcx, (%rdi)
movzbl (%rcx), %edx
incq %rcx
cmpb $31, %dl
jg LBB0_8
## %bb.9:
decq %rcx
LBB0_10:
testb %dl, %dl
je LBB0_37
## %bb.11:
leaq 1(%rcx), %rdx
movq %rdx, (%rdi)
cmpb $9, (%rcx)
jne LBB0_37
## %bb.12:
movq %rdx, 16(%rsi)
movq (%rdi), %rcx
movb (%rcx), %dl
cmpb $32, %dl
jl LBB0_16
## %bb.13:
incq %rcx
.p2align 4, 0x90
LBB0_14: ## =>This Inner Loop Header: Depth=1
movq %rcx, (%rdi)
movzbl (%rcx), %edx
incq %rcx
cmpb $31, %dl
jg LBB0_14
## %bb.15:
decq %rcx
LBB0_16:
testb %dl, %dl
je LBB0_37
## %bb.17:
leaq 1(%rcx), %rdx
movq %rdx, (%rdi)
cmpb $9, (%rcx)
jne LBB0_37
## %bb.18:
movq %rdx, 24(%rsi)
movq (%rdi), %rcx
movb (%rcx), %dl
cmpb $32, %dl
jl LBB0_22
## %bb.19:
incq %rcx
.p2align 4, 0x90
LBB0_20: ## =>This Inner Loop Header: Depth=1
movq %rcx, (%rdi)
movzbl (%rcx), %edx
incq %rcx
cmpb $31, %dl
jg LBB0_20
## %bb.21:
decq %rcx
LBB0_22:
testb %dl, %dl
je LBB0_37
## %bb.23:
leaq 1(%rcx), %rdx
movq %rdx, (%rdi)
cmpb $9, (%rcx)
jne LBB0_37
## %bb.24:
movq %rdx, 32(%rsi)
movq (%rdi), %rcx
movb (%rcx), %dl
cmpb $32, %dl
jl LBB0_28
## %bb.25:
incq %rcx
LBB0_26: ## =>This Inner Loop Header: Depth=1
movq %rcx, (%rdi)
movzbl (%rcx), %edx
incq %rcx
cmpb $31, %dl
jg LBB0_26
## %bb.27:
decq %rcx
LBB0_28:
testb %dl, %dl
je LBB0_37
## %bb.29:
leaq 1(%rcx), %rdx
movq %rdx, (%rdi)
cmpb $9, (%rcx)
jne LBB0_37
## %bb.30:
movq %rdx, 40(%rsi)
movq (%rdi), %rcx
movb (%rcx), %dl
cmpb $32, %dl
jl LBB0_34
## %bb.31:
incq %rcx
LBB0_32: ## =>This Inner Loop Header: Depth=1
movq %rcx, (%rdi)
movzbl (%rcx), %edx
incq %rcx
cmpb $31, %dl
jg LBB0_32
## %bb.33:
decq %rcx
LBB0_34:
testb %dl, %dl
je LBB0_37
## %bb.35:
leaq 1(%rcx), %rdx
movq %rdx, (%rdi)
cmpb $9, (%rcx)
jne LBB0_37
## %bb.36:
movq %rdx, 48(%rsi)
movl $1, %eax
LBB0_37:
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _parse_line
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function parse_line
_parse_line: ; @parse_line
.cfi_startproc
; %bb.0:
ldr x8, [x0]
str x8, [x1]
ldr x8, [x0]
ldrsb w9, [x8]
cmp w9, #32
b.lt LBB0_4
; %bb.1:
add x8, x8, #1
LBB0_2: ; =>This Inner Loop Header: Depth=1
str x8, [x0]
ldrsb w9, [x8], #1
cmp w9, #31
b.gt LBB0_2
; %bb.3:
and w9, w9, #0xff
sub x8, x8, #1
cbnz w9, LBB0_5
b LBB0_40
LBB0_4:
and w9, w9, #0xff
cbz w9, LBB0_40
LBB0_5:
add x9, x8, #1
str x9, [x0]
ldrb w8, [x8]
cmp w8, #9
b.ne LBB0_40
; %bb.6:
str x9, [x1, #8]
ldr x8, [x0]
ldrsb w9, [x8]
cmp w9, #32
b.lt LBB0_10
; %bb.7:
add x8, x8, #1
LBB0_8: ; =>This Inner Loop Header: Depth=1
str x8, [x0]
ldrsb w9, [x8], #1
cmp w9, #31
b.gt LBB0_8
; %bb.9:
and w9, w9, #0xff
sub x8, x8, #1
cbnz w9, LBB0_11
b LBB0_40
LBB0_10:
and w9, w9, #0xff
cbz w9, LBB0_40
LBB0_11:
add x9, x8, #1
str x9, [x0]
ldrb w8, [x8]
cmp w8, #9
b.ne LBB0_40
; %bb.12:
str x9, [x1, #16]
ldr x8, [x0]
ldrsb w9, [x8]
cmp w9, #32
b.lt LBB0_16
; %bb.13:
add x8, x8, #1
LBB0_14: ; =>This Inner Loop Header: Depth=1
str x8, [x0]
ldrsb w9, [x8], #1
cmp w9, #31
b.gt LBB0_14
; %bb.15:
and w9, w9, #0xff
sub x8, x8, #1
cbnz w9, LBB0_17
b LBB0_40
LBB0_16:
and w9, w9, #0xff
cbz w9, LBB0_40
LBB0_17:
add x9, x8, #1
str x9, [x0]
ldrb w8, [x8]
cmp w8, #9
b.ne LBB0_40
; %bb.18:
str x9, [x1, #24]
ldr x8, [x0]
ldrsb w9, [x8]
cmp w9, #32
b.lt LBB0_22
; %bb.19:
add x8, x8, #1
LBB0_20: ; =>This Inner Loop Header: Depth=1
str x8, [x0]
ldrsb w9, [x8], #1
cmp w9, #31
b.gt LBB0_20
; %bb.21:
and w9, w9, #0xff
sub x8, x8, #1
b LBB0_23
LBB0_22:
and w9, w9, #0xff
LBB0_23:
cbz w9, LBB0_40
; %bb.24:
add x9, x8, #1
str x9, [x0]
ldrb w8, [x8]
cmp w8, #9
b.ne LBB0_40
; %bb.25:
str x9, [x1, #32]
ldr x8, [x0]
ldrsb w9, [x8]
cmp w9, #32
b.lt LBB0_29
; %bb.26:
add x8, x8, #1
LBB0_27: ; =>This Inner Loop Header: Depth=1
str x8, [x0]
ldrsb w9, [x8], #1
cmp w9, #31
b.gt LBB0_27
; %bb.28:
and w9, w9, #0xff
sub x8, x8, #1
b LBB0_30
LBB0_29:
and w9, w9, #0xff
LBB0_30:
cbz w9, LBB0_40
; %bb.31:
add x9, x8, #1
str x9, [x0]
ldrb w8, [x8]
cmp w8, #9
b.ne LBB0_40
; %bb.32:
str x9, [x1, #40]
ldr x8, [x0]
ldrsb w9, [x8]
cmp w9, #32
b.lt LBB0_36
; %bb.33:
add x8, x8, #1
LBB0_34: ; =>This Inner Loop Header: Depth=1
str x8, [x0]
ldrsb w9, [x8], #1
cmp w9, #31
b.gt LBB0_34
; %bb.35:
and w9, w9, #0xff
sub x8, x8, #1
b LBB0_37
LBB0_36:
and w9, w9, #0xff
LBB0_37:
cbz w9, LBB0_40
; %bb.38:
add x9, x8, #1
str x9, [x0]
ldrb w8, [x8]
cmp w8, #9
b.ne LBB0_40
; %bb.39:
str x9, [x1, #48]
mov w0, #1
ret
LBB0_40:
mov w0, #0
ret
.cfi_endproc
; -- End function
.no_dead_strip _parse_line
.subsections_via_symbols
| AnghaBench/mpv/stream/extr_cookies.c_parse_line.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _drm_modeset_unlock ## -- Begin function drm_modeset_unlock
.p2align 4, 0x90
_drm_modeset_unlock: ## @drm_modeset_unlock
.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 $4, %rdi
callq _list_del_init
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _ww_mutex_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 _drm_modeset_unlock ; -- Begin function drm_modeset_unlock
.p2align 2
_drm_modeset_unlock: ; @drm_modeset_unlock
.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, #4
bl _list_del_init
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _ww_mutex_unlock
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/linux/drivers/gpu/drm/extr_drm_modeset_lock.c_drm_modeset_unlock.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function siis_check_ids
_siis_check_ids: ## @siis_check_ids
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
cmpl $15, (%rsi)
jle LBB0_2
## %bb.1:
movq _CAM_TID_INVALID@GOTPCREL(%rip), %rax
jmp LBB0_4
LBB0_2:
cmpq $0, 8(%rsi)
je LBB0_6
## %bb.3:
movq _CAM_LUN_INVALID@GOTPCREL(%rip), %rax
LBB0_4:
movl (%rax), %eax
movl %eax, 16(%rsi)
movq %rsi, %rdi
callq _xpt_done
movl $-1, %eax
popq %rbp
retq
LBB0_6:
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _CAM_TID_INVALID,4,2 ## @CAM_TID_INVALID
.comm _CAM_LUN_INVALID,4,2 ## @CAM_LUN_INVALID
.no_dead_strip _siis_check_ids
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function siis_check_ids
_siis_check_ids: ; @siis_check_ids
.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 w8, [x1]
cmp w8, #15
b.le LBB0_2
; %bb.1:
Lloh0:
adrp x8, _CAM_TID_INVALID@GOTPAGE
Lloh1:
ldr x8, [x8, _CAM_TID_INVALID@GOTPAGEOFF]
b LBB0_4
LBB0_2:
ldr x8, [x1, #8]
cbz x8, LBB0_5
; %bb.3:
Lloh2:
adrp x8, _CAM_LUN_INVALID@GOTPAGE
Lloh3:
ldr x8, [x8, _CAM_LUN_INVALID@GOTPAGEOFF]
LBB0_4:
ldr w8, [x8]
str w8, [x1, #16]
mov x0, x1
bl _xpt_done
mov w0, #-1
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
LBB0_5:
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh2, Lloh3
.cfi_endproc
; -- End function
.comm _CAM_TID_INVALID,4,2 ; @CAM_TID_INVALID
.comm _CAM_LUN_INVALID,4,2 ; @CAM_LUN_INVALID
.no_dead_strip _siis_check_ids
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/siis/extr_siis.c_siis_check_ids.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _speculation_ctrl_update_current ## -- Begin function speculation_ctrl_update_current
.p2align 4, 0x90
_speculation_ctrl_update_current: ## @speculation_ctrl_update_current
.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
callq _preempt_disable
movq _current@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _speculation_ctrl_update_tif
movl %eax, %edi
callq _speculation_ctrl_update
xorl %eax, %eax
popq %rbp
jmp _preempt_enable ## TAILCALL
.cfi_endproc
## -- End function
.comm _current,4,2 ## @current
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _speculation_ctrl_update_current ; -- Begin function speculation_ctrl_update_current
.p2align 2
_speculation_ctrl_update_current: ; @speculation_ctrl_update_current
.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 _preempt_disable
Lloh0:
adrp x8, _current@GOTPAGE
Lloh1:
ldr x8, [x8, _current@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
bl _speculation_ctrl_update_tif
bl _speculation_ctrl_update
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _preempt_enable
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _current,4,2 ; @current
.subsections_via_symbols
| AnghaBench/linux/arch/x86/kernel/extr_process.c_speculation_ctrl_update_current.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ath9k_hw_abortpcurecv ## -- Begin function ath9k_hw_abortpcurecv
.p2align 4, 0x90
_ath9k_hw_abortpcurecv: ## @ath9k_hw_abortpcurecv
.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 _AR_DIAG_SW@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _AR_DIAG_RX_ABORT@GOTPCREL(%rip), %rax
movq _AR_DIAG_RX_DIS@GOTPCREL(%rip), %rcx
movl (%rcx), %edx
orl (%rax), %edx
callq _REG_SET_BIT
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _ath9k_hw_disable_mib_counters ## TAILCALL
.cfi_endproc
## -- End function
.comm _AR_DIAG_SW,4,2 ## @AR_DIAG_SW
.comm _AR_DIAG_RX_ABORT,4,2 ## @AR_DIAG_RX_ABORT
.comm _AR_DIAG_RX_DIS,4,2 ## @AR_DIAG_RX_DIS
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ath9k_hw_abortpcurecv ; -- Begin function ath9k_hw_abortpcurecv
.p2align 2
_ath9k_hw_abortpcurecv: ; @ath9k_hw_abortpcurecv
.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, _AR_DIAG_SW@GOTPAGE
Lloh1:
ldr x8, [x8, _AR_DIAG_SW@GOTPAGEOFF]
Lloh2:
adrp x9, _AR_DIAG_RX_ABORT@GOTPAGE
Lloh3:
ldr x9, [x9, _AR_DIAG_RX_ABORT@GOTPAGEOFF]
Lloh4:
ldr w1, [x8]
Lloh5:
ldr w8, [x9]
Lloh6:
adrp x9, _AR_DIAG_RX_DIS@GOTPAGE
Lloh7:
ldr x9, [x9, _AR_DIAG_RX_DIS@GOTPAGEOFF]
Lloh8:
ldr w9, [x9]
orr w2, w9, w8
bl _REG_SET_BIT
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _ath9k_hw_disable_mib_counters
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh4
.cfi_endproc
; -- End function
.comm _AR_DIAG_SW,4,2 ; @AR_DIAG_SW
.comm _AR_DIAG_RX_ABORT,4,2 ; @AR_DIAG_RX_ABORT
.comm _AR_DIAG_RX_DIS,4,2 ; @AR_DIAG_RX_DIS
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/net/wireless/ath/ath9k/extr_mac.c_ath9k_hw_abortpcurecv.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sdma_v3_0_set_clockgating_state
_sdma_v3_0_set_clockgating_state: ## @sdma_v3_0_set_clockgating_state
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %esi, %r14d
movq %rdi, %rbx
callq _amdgpu_sriov_vf
testq %rax, %rax
jne LBB0_3
## %bb.1:
movl (%rbx), %eax
addl $-128, %eax
cmpl $2, %eax
ja LBB0_3
## %bb.2:
movq _AMD_CG_STATE_GATE@GOTPCREL(%rip), %r15
xorl %esi, %esi
cmpl %r14d, (%r15)
sete %sil
movq %rbx, %rdi
callq _sdma_v3_0_update_sdma_medium_grain_clock_gating
xorl %esi, %esi
cmpl %r14d, (%r15)
sete %sil
movq %rbx, %rdi
callq _sdma_v3_0_update_sdma_medium_grain_light_sleep
LBB0_3:
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _AMD_CG_STATE_GATE,4,2 ## @AMD_CG_STATE_GATE
.no_dead_strip _sdma_v3_0_set_clockgating_state
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sdma_v3_0_set_clockgating_state
_sdma_v3_0_set_clockgating_state: ; @sdma_v3_0_set_clockgating_state
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x19, x0
bl _amdgpu_sriov_vf
cbnz x0, LBB0_3
; %bb.1:
ldr w8, [x19]
sub w8, w8, #128
cmp w8, #2
b.hi LBB0_3
; %bb.2:
Lloh0:
adrp x21, _AMD_CG_STATE_GATE@GOTPAGE
Lloh1:
ldr x21, [x21, _AMD_CG_STATE_GATE@GOTPAGEOFF]
ldr w8, [x21]
cmp w8, w20
cset w1, eq
mov x0, x19
bl _sdma_v3_0_update_sdma_medium_grain_clock_gating
ldr w8, [x21]
cmp w8, w20
cset w1, eq
mov x0, x19
bl _sdma_v3_0_update_sdma_medium_grain_light_sleep
LBB0_3:
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 AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _AMD_CG_STATE_GATE,4,2 ; @AMD_CG_STATE_GATE
.no_dead_strip _sdma_v3_0_set_clockgating_state
.subsections_via_symbols
| AnghaBench/linux/drivers/gpu/drm/amd/amdgpu/extr_sdma_v3_0.c_sdma_v3_0_set_clockgating_state.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 4, 0x90 ## -- Begin function brcmf_nvram_handle_comment
_brcmf_nvram_handle_comment: ## @brcmf_nvram_handle_comment
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %rbx
movq (%rdi), %r14
shlq $2, %r14
addq 16(%rdi), %r14
movq %r14, %rdi
movl $10, %esi
callq _strchr
testq %rax, %rax
jne LBB0_3
## %bb.1:
movq %r14, %rdi
xorl %esi, %esi
callq _strchr
testq %rax, %rax
je LBB0_2
LBB0_3:
decl 12(%rbx)
movl $1, 8(%rbx)
movq (%rbx), %rcx
subq %r14, %rax
addq %rcx, %rax
incq %rax
movq %rax, (%rbx)
movq _IDLE@GOTPCREL(%rip), %rax
LBB0_4:
movl (%rax), %eax
popq %rbx
popq %r14
popq %rbp
retq
LBB0_2:
movq _END@GOTPCREL(%rip), %rax
jmp LBB0_4
.cfi_endproc
## -- End function
.comm _END,4,2 ## @END
.comm _IDLE,4,2 ## @IDLE
.no_dead_strip _brcmf_nvram_handle_comment
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 2 ; -- Begin function brcmf_nvram_handle_comment
_brcmf_nvram_handle_comment: ; @brcmf_nvram_handle_comment
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
stp x29, 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 x8, [x0, #16]
ldr x9, [x0]
add x20, x8, x9, lsl #2
mov x0, x20
mov w1, #10 ; =0xa
bl _strchr
cbnz x0, LBB0_2
; %bb.1:
mov x0, x20
mov w1, #0 ; =0x0
bl _strchr
cbz x0, LBB0_4
LBB0_2:
ldr w8, [x19, #12]
sub w8, w8, #1
mov w9, #1 ; =0x1
stp w9, w8, [x19, #8]
ldr x8, [x19]
sub x9, x0, x20
add x8, x9, x8
add x8, x8, #1
str x8, [x19]
Lloh0:
adrp x8, _IDLE@GOTPAGE
Lloh1:
ldr x8, [x8, _IDLE@GOTPAGEOFF]
LBB0_3:
ldr w0, [x8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_4:
Lloh2:
adrp x8, _END@GOTPAGE
Lloh3:
ldr x8, [x8, _END@GOTPAGEOFF]
b LBB0_3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh2, Lloh3
.cfi_endproc
; -- End function
.comm _END,4,2 ; @END
.comm _IDLE,4,2 ; @IDLE
.no_dead_strip _brcmf_nvram_handle_comment
.subsections_via_symbols
| assembly_file_175745.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _InputStringNoCheck ## -- Begin function InputStringNoCheck
.p2align 4, 0x90
_InputStringNoCheck: ## @InputStringNoCheck
.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
movw $64, -44(%rbp)
movl $1077952576, -48(%rbp) ## imm = 0x40404040
leaq L_.str(%rip), %rdi
xorl %ebx, %ebx
leaq -48(%rbp), %rsi
xorl %eax, %eax
callq _printf
callq _getchar
cmpl $10, %eax
je LBB0_4
## %bb.1:
movl %eax, %r13d
leaq L_.str.1(%rip), %r14
leaq L_.str(%rip), %r15
leaq -48(%rbp), %r12
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq %r14, %rdi
movl %r13d, %esi
movl %r13d, %edx
movl %ebx, %ecx
xorl %eax, %eax
callq _printf
movb %r13b, -48(%rbp,%rbx)
incq %rbx
movq %r15, %rdi
movq %r12, %rsi
xorl %eax, %eax
callq _printf
callq _getchar
movl %eax, %r13d
cmpl $10, %eax
jne LBB0_2
## %bb.3:
movl %ebx, %ebx
LBB0_4:
movb $0, -48(%rbp,%rbx)
leaq L_.str(%rip), %rdi
leaq -48(%rbp), %rsi
xorl %eax, %eax
callq _printf
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _recursion ## -- Begin function recursion
.p2align 4, 0x90
_recursion: ## @recursion
.cfi_startproc
## %bb.0:
testl %edi, %edi
jle LBB1_2
## %bb.1:
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
leaq L_.str.2(%rip), %r14
movq %r14, %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leal -1(%rbx), %edi
callq _recursion
movq %r14, %rdi
movl %ebx, %esi
xorl %eax, %eax
popq %rbx
popq %r14
popq %rbp
jmp _printf ## TAILCALL
LBB1_2:
jmp _InputStringNoCheck ## 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(%rip), %rdi
callq _puts
movl $6, %edi
callq _recursion
leaq L_str.5(%rip), %rdi
callq _puts
movl $1, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L___const.InputStringNoCheck.buffer: ## @__const.InputStringNoCheck.buffer
.asciz "@@@@@"
L_.str: ## @.str
.asciz "Buffer= %s\n"
L_.str.1: ## @.str.1
.asciz "input=%c, binary=%x, i=%d\n"
L_.str.2: ## @.str.2
.asciz "recurse=%d\n"
L_str: ## @str
.asciz "Before recursion"
L_str.5: ## @str.5
.asciz "After recursion"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _InputStringNoCheck ; -- Begin function InputStringNoCheck
.p2align 2
_InputStringNoCheck: ; @InputStringNoCheck
.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 w8, #64
strh w8, [sp, #28]
mov w8, #1077952576
str w8, [sp, #24]
add x22, sp, #24
str x22, [sp]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _printf
bl _getchar
cmp w0, #10
b.ne LBB0_2
; %bb.1:
mov x8, #0
b LBB0_5
LBB0_2:
mov x21, x0
mov x23, #0
Lloh2:
adrp x19, l_.str.1@PAGE
Lloh3:
add x19, x19, l_.str.1@PAGEOFF
Lloh4:
adrp x20, l_.str@PAGE
Lloh5:
add x20, x20, l_.str@PAGEOFF
LBB0_3: ; =>This Inner Loop Header: Depth=1
stp x21, x23, [sp, #8]
str x21, [sp]
mov x0, x19
bl _printf
add x24, x23, #1
strb w21, [x22, x23]
str x22, [sp]
mov x0, x20
bl _printf
bl _getchar
mov x21, x0
mov x23, x24
cmp w0, #10
b.ne LBB0_3
; %bb.4:
and x8, x24, #0xffffffff
LBB0_5:
strb wzr, [x22, x8]
str x22, [sp]
Lloh6:
adrp x0, l_.str@PAGE
Lloh7:
add x0, x0, l_.str@PAGEOFF
bl _printf
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 Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh6, Lloh7
.cfi_endproc
; -- End function
.globl _recursion ; -- Begin function recursion
.p2align 2
_recursion: ; @recursion
.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
subs w20, w0, #1
b.lt LBB1_2
; %bb.1:
mov x19, x0
str x19, [sp]
Lloh8:
adrp x21, l_.str.2@PAGE
Lloh9:
add x21, x21, l_.str.2@PAGEOFF
mov x0, x21
bl _printf
mov x0, x20
bl _recursion
str x19, [sp]
mov x0, x21
bl _printf
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
LBB1_2:
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 _InputStringNoCheck
.loh AdrpAdd Lloh8, Lloh9
.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
Lloh10:
adrp x0, l_str@PAGE
Lloh11:
add x0, x0, l_str@PAGEOFF
bl _puts
mov w0, #6
bl _recursion
Lloh12:
adrp x0, l_str.5@PAGE
Lloh13:
add x0, x0, l_str.5@PAGEOFF
bl _puts
mov w0, #1
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh12, Lloh13
.loh AdrpAdd Lloh10, Lloh11
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l___const.InputStringNoCheck.buffer: ; @__const.InputStringNoCheck.buffer
.asciz "@@@@@"
l_.str: ; @.str
.asciz "Buffer= %s\n"
l_.str.1: ; @.str.1
.asciz "input=%c, binary=%x, i=%d\n"
l_.str.2: ; @.str.2
.asciz "recurse=%d\n"
l_str: ; @str
.asciz "Before recursion"
l_str.5: ; @str.5
.asciz "After recursion"
.subsections_via_symbols
| the_stack_data/437576.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function perclk3_set_rate
_perclk3_set_rate: ## @perclk3_set_rate
.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, %rbx
movl (%rdi), %edi
callq _clk_get_rate
movq %rax, %rcx
orq %rbx, %rax
shrq $32, %rax
je LBB0_1
## %bb.2:
movq %rcx, %rax
xorl %edx, %edx
divq %rbx
movq %rax, %rsi
jmp LBB0_3
LBB0_1:
movl %ecx, %eax
xorl %edx, %edx
divl %ebx
movl %eax, %esi
LBB0_3:
leal -129(%rsi), %eax
cmpl $-128, %eax
jb LBB0_8
## %bb.4:
movl %esi, %edi
movq %rcx, %rax
shrq $32, %rax
je LBB0_5
## %bb.6:
movq %rcx, %rax
xorl %edx, %edx
divq %rdi
cmpq %rbx, %rax
jne LBB0_8
LBB0_9:
leal -1(%rsi), %ebx
movq _CCM_PCDR@GOTPCREL(%rip), %r14
movl (%r14), %edi
callq ___raw_readl
movq _CCM_PCDR_PCLK3_OFFSET@GOTPCREL(%rip), %rcx
movb (%rcx), %cl
movq _CCM_PCDR_PCLK3_MASK@GOTPCREL(%rip), %rdx
movl (%rdx), %edx
shll %cl, %ebx
notl %edx
andl %eax, %edx
orl %edx, %ebx
movl (%r14), %esi
movl %ebx, %edi
callq ___raw_writel
xorl %eax, %eax
jmp LBB0_10
LBB0_5:
movl %ecx, %eax
xorl %edx, %edx
divl %edi
## kill: def $eax killed $eax def $rax
cmpq %rbx, %rax
je LBB0_9
LBB0_8:
movq _EINVAL@GOTPCREL(%rip), %rcx
xorl %eax, %eax
subl (%rcx), %eax
LBB0_10:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _EINVAL,4,2 ## @EINVAL
.comm _CCM_PCDR,4,2 ## @CCM_PCDR
.comm _CCM_PCDR_PCLK3_MASK,4,2 ## @CCM_PCDR_PCLK3_MASK
.comm _CCM_PCDR_PCLK3_OFFSET,4,2 ## @CCM_PCDR_PCLK3_OFFSET
.no_dead_strip _perclk3_set_rate
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function perclk3_set_rate
_perclk3_set_rate: ; @perclk3_set_rate
.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
ldr w0, [x0]
bl _clk_get_rate
udiv x8, x0, x19
sub w9, w8, #129
cmn w9, #128
b.lo LBB0_3
; %bb.1:
and x9, x8, #0xffffffff
udiv x9, x0, x9
cmp x9, x19
b.ne LBB0_3
; %bb.2:
sub w19, w8, #1
Lloh0:
adrp x20, _CCM_PCDR@GOTPAGE
Lloh1:
ldr x20, [x20, _CCM_PCDR@GOTPAGEOFF]
ldr w0, [x20]
bl ___raw_readl
Lloh2:
adrp x8, _CCM_PCDR_PCLK3_MASK@GOTPAGE
Lloh3:
ldr x8, [x8, _CCM_PCDR_PCLK3_MASK@GOTPAGEOFF]
Lloh4:
ldr w8, [x8]
bic w8, w0, w8
Lloh5:
adrp x9, _CCM_PCDR_PCLK3_OFFSET@GOTPAGE
Lloh6:
ldr x9, [x9, _CCM_PCDR_PCLK3_OFFSET@GOTPAGEOFF]
Lloh7:
ldr w9, [x9]
lsl w9, w19, w9
orr w0, w9, w8
ldr w1, [x20]
bl ___raw_writel
mov w0, #0
b LBB0_4
LBB0_3:
Lloh8:
adrp x8, _EINVAL@GOTPAGE
Lloh9:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
Lloh10:
ldr w8, [x8]
neg w0, w8
LBB0_4:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.cfi_endproc
; -- End function
.comm _EINVAL,4,2 ; @EINVAL
.comm _CCM_PCDR,4,2 ; @CCM_PCDR
.comm _CCM_PCDR_PCLK3_MASK,4,2 ; @CCM_PCDR_PCLK3_MASK
.comm _CCM_PCDR_PCLK3_OFFSET,4,2 ; @CCM_PCDR_PCLK3_OFFSET
.no_dead_strip _perclk3_set_rate
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/arch/arm/mach-mx1/extr_clock.c_perclk3_set_rate.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function speed_setup
_speed_setup: ## @speed_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 %rbx
subq $24, %rsp
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %esi, %ebx
movq %rdi, %r14
xorl %eax, %eax
callq _SPI_BUS_TEST_DEFAULT_CONFIG
movl %eax, -36(%rbp)
xorl %eax, %eax
callq _SPI_DEVICE_TEST_DEFAULT_CONFIG
movl $8, -32(%rbp)
movq _TEST_SPI_HOST@GOTPCREL(%rip), %r15
movl (%r15), %edi
xorl %edx, %edx
testl %ebx, %ebx
setne %dl
leaq -36(%rbp), %rsi
callq _spi_bus_initialize
movq _ESP_OK@GOTPCREL(%rip), %rbx
xorl %edi, %edi
cmpq (%rbx), %rax
sete %dil
callq _TEST_ASSERT
movl (%r15), %edi
leaq -32(%rbp), %rsi
movq %r14, %rdx
callq _spi_bus_add_device
xorl %edi, %edi
cmpq (%rbx), %rax
sete %dil
callq _TEST_ASSERT
addq $24, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _TEST_SPI_HOST,4,2 ## @TEST_SPI_HOST
.comm _ESP_OK,8,3 ## @ESP_OK
.no_dead_strip _speed_setup
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function speed_setup
_speed_setup: ; @speed_setup
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x1
mov x20, x0
bl _SPI_BUS_TEST_DEFAULT_CONFIG
str w0, [sp, #12]
bl _SPI_DEVICE_TEST_DEFAULT_CONFIG
mov w8, #8
str w8, [sp, #8]
Lloh0:
adrp x21, _TEST_SPI_HOST@GOTPAGE
Lloh1:
ldr x21, [x21, _TEST_SPI_HOST@GOTPAGEOFF]
ldr w0, [x21]
cmp w19, #0
cset w2, ne
add x1, sp, #12
bl _spi_bus_initialize
Lloh2:
adrp x19, _ESP_OK@GOTPAGE
Lloh3:
ldr x19, [x19, _ESP_OK@GOTPAGEOFF]
ldr x8, [x19]
cmp x0, x8
cset w0, eq
bl _TEST_ASSERT
ldr w0, [x21]
add x1, sp, #8
mov x2, x20
bl _spi_bus_add_device
ldr x8, [x19]
cmp x0, x8
cset w0, eq
bl _TEST_ASSERT
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 AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _TEST_SPI_HOST,4,2 ; @TEST_SPI_HOST
.comm _ESP_OK,8,3 ; @ESP_OK
.no_dead_strip _speed_setup
.subsections_via_symbols
| AnghaBench/esp-idf/components/driver/test/esp32/extr_test_spi_master.c_speed_setup.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _cos_deg ## -- Begin function cos_deg
.p2align 4, 0x90
_cos_deg: ## @cos_deg
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _deg2rad
movl %eax, %edi
popq %rbp
jmp _cos ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _cos_deg ; -- Begin function cos_deg
.p2align 2
_cos_deg: ; @cos_deg
.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 _deg2rad
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _cos
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/glfw/examples/extr_boing.c_cos_deg.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ksft_exit_xpass
_ksft_exit_xpass: ## @ksft_exit_xpass
.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
callq _ksft_print_cnts
movq _KSFT_XPASS@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _exit
.cfi_endproc
## -- End function
.comm _KSFT_XPASS,4,2 ## @KSFT_XPASS
.no_dead_strip _ksft_exit_xpass
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ksft_exit_xpass
_ksft_exit_xpass: ; @ksft_exit_xpass
.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 _ksft_print_cnts
Lloh0:
adrp x8, _KSFT_XPASS@GOTPAGE
Lloh1:
ldr x8, [x8, _KSFT_XPASS@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
bl _exit
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _KSFT_XPASS,4,2 ; @KSFT_XPASS
.no_dead_strip _ksft_exit_xpass
.subsections_via_symbols
| AnghaBench/linux/tools/testing/selftests/sigaltstack/extr_..kselftest.h_ksft_exit_xpass.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function lfs2_bd_cmp
_lfs2_bd_cmp: ## @lfs2_bd_cmp
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $40, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %r9, -64(%rbp) ## 8-byte Spill
movl %r8d, -44(%rbp) ## 4-byte Spill
movq %rdx, -56(%rbp) ## 8-byte Spill
cmpq $0, 24(%rbp)
je LBB0_10
## %bb.1:
movq %rcx, %rbx
movq %rsi, %r13
movq %rdi, %r14
movb $1, %r15b
xorl %r12d, %r12d
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq -64(%rbp), %rax ## 8-byte Reload
leaq (%rax,%r12), %r9
movq %r14, %rdi
movq %r13, %rsi
movq -56(%rbp), %rdx ## 8-byte Reload
movq %rbx, %rcx
movl -44(%rbp), %r8d ## 4-byte Reload
pushq $1
leaq -72(%rbp), %rax
pushq %rax
callq _lfs2_bd_read
addq $16, %rsp
testl %eax, %eax
jne LBB0_8
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movq 16(%rbp), %rax
movq (%rax,%r12,8), %rax
cmpq %rax, -72(%rbp)
jne LBB0_4
## %bb.9: ## in Loop: Header=BB0_2 Depth=1
incq %r12
movq 24(%rbp), %rax
cmpq %rax, %r12
setb %r15b
decq %rbx
cmpq %r12, %rax
jne LBB0_2
jmp LBB0_10
LBB0_4:
jge LBB0_5
## %bb.6:
movq _LFS2_CMP_LT@GOTPCREL(%rip), %rax
jmp LBB0_7
LBB0_5:
movq _LFS2_CMP_GT@GOTPCREL(%rip), %rax
LBB0_7:
movl (%rax), %eax
LBB0_8:
testb $1, %r15b
jne LBB0_11
LBB0_10:
movq _LFS2_CMP_EQ@GOTPCREL(%rip), %rax
movl (%rax), %eax
LBB0_11:
addq $40, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _LFS2_CMP_LT,4,2 ## @LFS2_CMP_LT
.comm _LFS2_CMP_GT,4,2 ## @LFS2_CMP_GT
.comm _LFS2_CMP_EQ,4,2 ## @LFS2_CMP_EQ
.no_dead_strip _lfs2_bd_cmp
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function lfs2_bd_cmp
_lfs2_bd_cmp: ; @lfs2_bd_cmp
.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
cbz x7, LBB0_5
; %bb.1:
mov x19, x7
mov x20, x6
mov x21, x5
mov x22, x4
mov x23, x3
mov x24, x2
mov x25, x1
mov x26, x0
mov x28, #0
mov w27, #1
LBB0_2: ; =>This Inner Loop Header: Depth=1
add x5, x21, x28
add x6, sp, #8
mov x0, x26
mov x1, x25
mov x2, x24
mov x3, x23
mov x4, x22
mov w7, #1
bl _lfs2_bd_read
cbnz w0, LBB0_7
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
ldr x8, [sp, #8]
ldr x9, [x20, x28, lsl #3]
cmp x8, x9
b.ne LBB0_6
; %bb.4: ; in Loop: Header=BB0_2 Depth=1
add x28, x28, #1
cmp x28, x19
cset w27, lo
sub x23, x23, #1
cmp x19, x28
b.ne LBB0_2
LBB0_5:
Lloh0:
adrp x8, _LFS2_CMP_EQ@GOTPAGE
Lloh1:
ldr x8, [x8, _LFS2_CMP_EQ@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
b LBB0_8
LBB0_6:
Lloh3:
adrp x8, _LFS2_CMP_LT@GOTPAGE
Lloh4:
ldr x8, [x8, _LFS2_CMP_LT@GOTPAGEOFF]
Lloh5:
adrp x9, _LFS2_CMP_GT@GOTPAGE
Lloh6:
ldr x9, [x9, _LFS2_CMP_GT@GOTPAGEOFF]
csel x8, x8, x9, lt
ldr w0, [x8]
LBB0_7:
Lloh7:
adrp x8, _LFS2_CMP_EQ@GOTPAGE
Lloh8:
ldr x8, [x8, _LFS2_CMP_EQ@GOTPAGEOFF]
Lloh9:
ldr w8, [x8]
tst w27, #0x1
csel w0, w0, w8, ne
LBB0_8:
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 AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.cfi_endproc
; -- End function
.comm _LFS2_CMP_LT,4,2 ; @LFS2_CMP_LT
.comm _LFS2_CMP_GT,4,2 ; @LFS2_CMP_GT
.comm _LFS2_CMP_EQ,4,2 ; @LFS2_CMP_EQ
.no_dead_strip _lfs2_bd_cmp
.subsections_via_symbols
| AnghaBench/micropython/lib/littlefs/extr_lfs2.c_lfs2_bd_cmp.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function nvg__chooseBevel
_nvg__chooseBevel: ## @nvg__chooseBevel
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq 16(%rbp), %rax
movss (%rdx), %xmm1 ## xmm1 = mem[0],zero,zero,zero
testl %edi, %edi
je LBB0_2
## %bb.1:
movss 4(%rsi), %xmm2 ## xmm2 = mem[0],zero,zero,zero
mulss %xmm0, %xmm2
addss %xmm1, %xmm2
movss %xmm2, (%rcx)
movss 8(%rdx), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss 12(%rsi), %xmm2 ## xmm2 = mem[0],zero,zero,zero
mulss %xmm0, %xmm2
subss %xmm2, %xmm1
movss %xmm1, (%r8)
movss 4(%rdx), %xmm1 ## xmm1 = mem[0],zero,zero,zero
mulss %xmm0, %xmm1
addss (%rdx), %xmm1
movss %xmm1, (%r9)
movss 8(%rdx), %xmm1 ## xmm1 = mem[0],zero,zero,zero
mulss 12(%rdx), %xmm0
subss %xmm0, %xmm1
jmp LBB0_3
LBB0_2:
movss 16(%rdx), %xmm2 ## xmm2 = mem[0],zero,zero,zero
mulss %xmm0, %xmm2
addss %xmm1, %xmm2
movss %xmm2, (%rcx)
movss 20(%rdx), %xmm1 ## xmm1 = mem[0],zero,zero,zero
mulss %xmm0, %xmm1
addss 8(%rdx), %xmm1
movss %xmm1, (%r8)
movss 16(%rdx), %xmm1 ## xmm1 = mem[0],zero,zero,zero
mulss %xmm0, %xmm1
addss (%rdx), %xmm1
movss %xmm1, (%r9)
mulss 20(%rdx), %xmm0
addss 8(%rdx), %xmm0
movaps %xmm0, %xmm1
LBB0_3:
movss %xmm1, (%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _nvg__chooseBevel
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function nvg__chooseBevel
_nvg__chooseBevel: ; @nvg__chooseBevel
.cfi_startproc
; %bb.0:
ldr s1, [x2]
cbz w0, LBB0_2
; %bb.1:
ldr s2, [x1, #4]
fmadd s1, s2, s0, s1
str s1, [x3]
ldr s1, [x2, #8]
ldr s2, [x1, #12]
fmsub s1, s2, s0, s1
str s1, [x4]
ldp s1, s2, [x2]
fmadd s1, s2, s0, s1
str s1, [x5]
ldp s1, s2, [x2, #8]
fmsub s0, s2, s0, s1
str s0, [x6]
ret
LBB0_2:
ldr s2, [x2, #16]
fmadd s1, s2, s0, s1
str s1, [x3]
ldr s1, [x2, #8]
ldr s2, [x2, #20]
fmadd s1, s2, s0, s1
str s1, [x4]
ldr s1, [x2]
ldr s2, [x2, #16]
fmadd s1, s2, s0, s1
str s1, [x5]
ldr s1, [x2, #8]
ldr s2, [x2, #20]
fmadd s0, s2, s0, s1
str s0, [x6]
ret
.cfi_endproc
; -- End function
.no_dead_strip _nvg__chooseBevel
.subsections_via_symbols
| AnghaBench/openpilot/phonelibs/nanovg/extr_nanovg.c_nvg__chooseBevel.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function cafe_nand_read_oob
_cafe_nand_read_oob: ## @cafe_nand_read_oob
.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 %edx, %ecx
movq %rsi, %r14
movq %rdi, %rbx
movq _NAND_CMD_READOOB@GOTPCREL(%rip), %rax
movl (%rax), %esi
xorl %edx, %edx
callq *16(%r14)
movl (%r14), %esi
movl (%rbx), %edx
movq %rbx, %rdi
callq *8(%r14)
movl $1, %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _NAND_CMD_READOOB,4,2 ## @NAND_CMD_READOOB
.no_dead_strip _cafe_nand_read_oob
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function cafe_nand_read_oob
_cafe_nand_read_oob: ; @cafe_nand_read_oob
.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 x3, x2
mov x19, x1
mov x20, x0
ldr x8, [x1, #16]
Lloh0:
adrp x9, _NAND_CMD_READOOB@GOTPAGE
Lloh1:
ldr x9, [x9, _NAND_CMD_READOOB@GOTPAGEOFF]
Lloh2:
ldr w1, [x9]
mov w2, #0
blr x8
ldr x8, [x19, #8]
ldr w1, [x19]
ldr w2, [x20]
mov x0, x20
blr x8
mov w0, #1
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 _NAND_CMD_READOOB,4,2 ; @NAND_CMD_READOOB
.no_dead_strip _cafe_nand_read_oob
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/mtd/nand/extr_cafe_nand.c_cafe_nand_read_oob.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 $88, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
leaq L_.str(%rip), %rsi
xorl %edi, %edi
callq _setlocale
movl $0, -116(%rbp)
leaq -80(%rbp), %r14
movaps l___const.main.w(%rip), %xmm0
movaps %xmm0, -80(%rbp)
movl $0, -64(%rbp)
movaps l___const.main.l(%rip), %xmm0
movaps %xmm0, -112(%rbp)
movl $0, -96(%rbp)
leaq L_.str.1(%rip), %rdi
leaq -120(%rbp), %rsi
leaq -116(%rbp), %rdx
xorl %eax, %eax
callq _scanf
movq %rsp, %r15
movl -116(%rbp), %eax
shlq $2, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, %r13
cmpl $0, -116(%rbp)
jle LBB0_11
## %bb.1:
movq %r15, -128(%rbp) ## 8-byte Spill
leaq L_.str.2(%rip), %r15
movq %r13, %rbx
xorl %r12d, %r12d
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq %r15, %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _scanf
incq %r12
movslq -116(%rbp), %rax
addq $4, %rbx
cmpq %rax, %r12
jl LBB0_2
## %bb.3:
movl %eax, %r8d
cmpl $2, %r8d
movq -128(%rbp), %r15 ## 8-byte Reload
jl LBB0_11
## %bb.4:
movl %r8d, %edx
movl -120(%rbp), %r11d
movl (%r13), %r14d
decq %r8
cmpl $2, %edx
jne LBB0_6
## %bb.5:
xorl %edx, %edx
movl $1, %edi
jmp LBB0_8
LBB0_6:
movq %r8, %r9
andq $-2, %r9
negq %r9
xorl %edx, %edx
movl $1, %edi
movl $1, %r10d
movl %r14d, %esi
.p2align 4, 0x90
LBB0_7: ## =>This Inner Loop Header: Depth=1
movl (%r13,%rdi,4), %ebx
movl 4(%r13,%rdi,4), %r14d
movl %ebx, %eax
subl %esi, %eax
subl %ebx, %esi
movl %r14d, %ecx
subl %ebx, %ecx
subl %r14d, %ebx
cmpl %r11d, %eax
cmovgl %r10d, %edx
cmpl %r11d, %esi
cmovgl %r10d, %edx
cmpl %r11d, %ecx
cmovgl %r10d, %edx
cmpl %r11d, %ebx
cmovgl %r10d, %edx
leaq (%r9,%rdi), %rax
addq $2, %rax
addq $2, %rdi
movl %r14d, %esi
cmpq $1, %rax
jne LBB0_7
LBB0_8:
testb $1, %r8b
je LBB0_10
## %bb.9:
movl (%r13,%rdi,4), %eax
movl %eax, %ecx
subl %r14d, %ecx
subl %eax, %r14d
cmpl %r11d, %ecx
movl $1, %eax
cmovgl %eax, %edx
cmpl %r11d, %r14d
cmovgl %eax, %edx
LBB0_10:
testl %edx, %edx
leaq -80(%rbp), %rax
leaq -112(%rbp), %r14
cmoveq %rax, %r14
LBB0_11:
movq %r14, %rdi
callq _puts
movq %r15, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB0_13
## %bb.12:
xorl %eax, %eax
leaq -40(%rbp), %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_13:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "pt-br"
.section __TEXT,__const
.p2align 4 ## @__const.main.w
l___const.main.w:
.asciz "YOU WIN\000\000\000\000\000\000\000\000\000\000\000\000"
.p2align 4 ## @__const.main.l
l___const.main.l:
.asciz "GAME OVER\000\000\000\000\000\000\000\000\000\000"
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "%d %d"
L_.str.2: ## @.str.2
.asciz "%d"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
sub sp, sp, #80
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 x1, l_.str@PAGE
Lloh4:
add x1, x1, l_.str@PAGEOFF
mov w0, #0
bl _setlocale
stur wzr, [x29, #-120]
Lloh5:
adrp x8, l___const.main.w@PAGE
Lloh6:
add x8, x8, l___const.main.w@PAGEOFF
Lloh7:
ldr q0, [x8]
stur q0, [x29, #-80]
stur wzr, [x29, #-64]
Lloh8:
adrp x8, l___const.main.l@PAGE
Lloh9:
add x8, x8, l___const.main.l@PAGEOFF
Lloh10:
ldr q0, [x8]
stur q0, [x29, #-112]
stur wzr, [x29, #-96]
sub x8, x29, #120
sub x9, x29, #116
stp x9, x8, [sp, #-16]!
Lloh11:
adrp x0, l_.str.1@PAGE
Lloh12:
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
add sp, sp, #16
mov x20, sp
ldur w8, [x29, #-120]
lsl x8, x8, #2
mov x9, x8
Lloh13:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh14:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x9, sp
add x8, x8, #15
and x8, x8, #0x7fffffff0
sub x21, x9, x8
mov sp, x21
ldur w8, [x29, #-120]
cmp w8, #1
b.lt LBB0_7
; %bb.1:
mov x22, #0
Lloh15:
adrp x19, l_.str.2@PAGE
Lloh16:
add x19, x19, l_.str.2@PAGEOFF
mov x23, x21
LBB0_2: ; =>This Inner Loop Header: Depth=1
str x23, [sp, #-16]!
mov x0, x19
bl _scanf
add sp, sp, #16
add x22, x22, #1
ldursw x8, [x29, #-120]
add x23, x23, #4
cmp x22, x8
b.lt LBB0_2
; %bb.3:
and x10, x8, #0xffffffff
cmp w10, #2
b.lt LBB0_7
; %bb.4:
mov w8, #0
ldur w9, [x29, #-116]
ldr w11, [x21], #4
sub x10, x10, #1
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldr w12, [x21], #4
sub w13, w11, w12
sub w11, w12, w11
cmp w11, w9
ccmp w13, w9, #0, le
csinc w8, w8, wzr, le
mov x11, x12
subs x10, x10, #1
b.ne LBB0_5
; %bb.6:
cmp w8, #0
sub x8, x29, #112
sub x9, x29, #80
csel x0, x9, x8, eq
b LBB0_8
LBB0_7:
sub x0, x29, #80
LBB0_8:
bl _puts
mov sp, x20
ldur x8, [x29, #-56]
Lloh17:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh18:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh19:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_10
; %bb.9:
mov w0, #0
sub sp, x29, #48
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_10:
bl ___stack_chk_fail
.loh AdrpLdrGot Lloh13, Lloh14
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpAddLdr Lloh8, Lloh9, Lloh10
.loh AdrpAddLdr Lloh5, Lloh6, Lloh7
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh15, Lloh16
.loh AdrpLdrGotLdr Lloh17, Lloh18, Lloh19
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "pt-br"
.section __TEXT,__const
l___const.main.w: ; @__const.main.w
.asciz "YOU WIN\000\000\000\000\000\000\000\000\000\000\000\000"
l___const.main.l: ; @__const.main.l
.asciz "GAME OVER\000\000\000\000\000\000\000\000\000\000"
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "%d %d"
l_.str.2: ; @.str.2
.asciz "%d"
.subsections_via_symbols
| the_stack_data/95449096.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sysfs_free_ino
_sysfs_free_ino: ## @sysfs_free_ino
.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 _sysfs_ino_lock@GOTPCREL(%rip), %r14
movq %r14, %rdi
callq _spin_lock
movq _sysfs_ino_ida@GOTPCREL(%rip), %rdi
movl %ebx, %esi
callq _ida_remove
movq %r14, %rdi
popq %rbx
popq %r14
popq %rbp
jmp _spin_unlock ## TAILCALL
.cfi_endproc
## -- End function
.comm _sysfs_ino_lock,4,2 ## @sysfs_ino_lock
.comm _sysfs_ino_ida,4,2 ## @sysfs_ino_ida
.no_dead_strip _sysfs_free_ino
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sysfs_free_ino
_sysfs_free_ino: ; @sysfs_free_ino
.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 x20, _sysfs_ino_lock@GOTPAGE
Lloh1:
ldr x20, [x20, _sysfs_ino_lock@GOTPAGEOFF]
mov x0, x20
bl _spin_lock
Lloh2:
adrp x0, _sysfs_ino_ida@GOTPAGE
Lloh3:
ldr x0, [x0, _sysfs_ino_ida@GOTPAGEOFF]
mov x1, x19
bl _ida_remove
mov x0, x20
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _spin_unlock
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _sysfs_ino_lock,4,2 ; @sysfs_ino_lock
.comm _sysfs_ino_ida,4,2 ; @sysfs_ino_ida
.no_dead_strip _sysfs_free_ino
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/fs/sysfs/extr_dir.c_sysfs_free_ino.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function encode_scale_factors
_encode_scale_factors: ## @encode_scale_factors
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $40, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, -72(%rbp) ## 8-byte Spill
movl 24(%rdx), %ecx
testl %ecx, %ecx
jle LBB0_17
## %bb.1:
movq %rdx, %r13
movq (%rdx), %rax
movl (%rax), %edx
movq _NOISE_OFFSET@GOTPCREL(%rip), %rax
movl %edx, -60(%rbp) ## 4-byte Spill
subl (%rax), %edx
movl %edx, -44(%rbp) ## 4-byte Spill
movl 28(%r13), %eax
movl $1, %edx
movq %rdx, -56(%rbp) ## 8-byte Spill
xorl %edi, %edi
xorl %r8d, %r8d
jmp LBB0_2
.p2align 4, 0x90
LBB0_15: ## in Loop: Header=BB0_2 Depth=1
movl 24(%r13), %ecx
movq -80(%rbp), %rdi ## 8-byte Reload
LBB0_16: ## in Loop: Header=BB0_2 Depth=1
movq 32(%r13), %rdx
movslq %edi, %rsi
addl (%rdx,%rsi,8), %edi
cmpl %ecx, %edi
jge LBB0_17
LBB0_2: ## =>This Loop Header: Depth=1
## Child Loop BB0_4 Depth 2
testl %eax, %eax
jle LBB0_16
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movq %rdi, -80(%rbp) ## 8-byte Spill
movl %edi, %eax
shll $4, %eax
movslq %eax, %r15
xorl %r12d, %r12d
jmp LBB0_4
LBB0_11: ## in Loop: Header=BB0_4 Depth=2
movl %ebx, %r14d
subl %r8d, %r14d
LBB0_13: ## in Loop: Header=BB0_4 Depth=2
movq _SCALE_DIFF_ZERO@GOTPCREL(%rip), %rax
addl (%rax), %r14d
xorl %edi, %edi
cmpl $121, %r14d
setb %dil
callq _av_assert0
movq _ff_aac_scalefactor_bits@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq %r14d, %rcx
movl (%rax,%rcx,4), %esi
movq _ff_aac_scalefactor_code@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax,%rcx,8), %rdx
movq -72(%rbp), %rdi ## 8-byte Reload
callq _put_bits
movl %ebx, %r8d
LBB0_14: ## in Loop: Header=BB0_4 Depth=2
incq %r12
movslq 28(%r13), %rax
incq %r15
cmpq %rax, %r12
jge LBB0_15
LBB0_4: ## Parent Loop BB0_2 Depth=1
## => This Inner Loop Header: Depth=2
movq 16(%r13), %rax
cmpl $0, (%rax,%r15,4)
jne LBB0_14
## %bb.5: ## in Loop: Header=BB0_4 Depth=2
movq 8(%r13), %rax
movq (%rax,%r15,8), %rax
movq _NOISE_BT@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_9
## %bb.6: ## in Loop: Header=BB0_4 Depth=2
movq (%r13), %rax
movl (%rax,%r15,4), %ebx
movl %ebx, %r14d
subl -44(%rbp), %r14d ## 4-byte Folded Reload
movq -56(%rbp), %rax ## 8-byte Reload
leal -1(%rax), %ecx
testl %eax, %eax
jle LBB0_7
## %bb.8: ## in Loop: Header=BB0_4 Depth=2
movq _NOISE_PRE_BITS@GOTPCREL(%rip), %rax
movl (%rax), %esi
movslq %r14d, %rdx
movq _NOISE_PRE@GOTPCREL(%rip), %rax
addq (%rax), %rdx
movq -72(%rbp), %rdi ## 8-byte Reload
movl %r8d, %r14d
movl %ecx, -56(%rbp) ## 4-byte Spill
callq _put_bits
movl %r14d, %r8d
movl %ebx, -44(%rbp) ## 4-byte Spill
movl -56(%rbp), %eax ## 4-byte Reload
## kill: def $eax killed $eax def $rax
movq %rax, -56(%rbp) ## 8-byte Spill
jmp LBB0_14
LBB0_9: ## in Loop: Header=BB0_4 Depth=2
movq (%r13), %rcx
movl (%rcx,%r15,4), %ebx
movq _INTENSITY_BT@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
je LBB0_11
## %bb.10: ## in Loop: Header=BB0_4 Depth=2
movq _INTENSITY_BT2@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
je LBB0_11
## %bb.12: ## in Loop: Header=BB0_4 Depth=2
movl %ebx, %r14d
subl -60(%rbp), %r14d ## 4-byte Folded Reload
movl %ebx, -60(%rbp) ## 4-byte Spill
movl %r8d, %ebx
jmp LBB0_13
LBB0_7: ## in Loop: Header=BB0_4 Depth=2
movl %ebx, -44(%rbp) ## 4-byte Spill
movl %r8d, %ebx
movl %ecx, %eax
movq %rax, -56(%rbp) ## 8-byte Spill
jmp LBB0_13
LBB0_17:
addq $40, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _NOISE_OFFSET,4,2 ## @NOISE_OFFSET
.comm _NOISE_BT,8,3 ## @NOISE_BT
.comm _NOISE_PRE_BITS,4,2 ## @NOISE_PRE_BITS
.comm _NOISE_PRE,8,3 ## @NOISE_PRE
.comm _INTENSITY_BT,8,3 ## @INTENSITY_BT
.comm _INTENSITY_BT2,8,3 ## @INTENSITY_BT2
.comm _SCALE_DIFF_ZERO,8,3 ## @SCALE_DIFF_ZERO
.comm _ff_aac_scalefactor_bits,8,3 ## @ff_aac_scalefactor_bits
.comm _ff_aac_scalefactor_code,8,3 ## @ff_aac_scalefactor_code
.no_dead_strip _encode_scale_factors
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function encode_scale_factors
_encode_scale_factors: ; @encode_scale_factors
.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
ldr w9, [x2, #24]
cmp w9, #1
b.lt LBB0_14
; %bb.1:
mov x19, x2
mov x20, x1
mov w21, #0
mov w22, #0
ldr x8, [x2]
ldr w23, [x8]
Lloh0:
adrp x8, _NOISE_OFFSET@GOTPAGE
Lloh1:
ldr x8, [x8, _NOISE_OFFSET@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
sub w25, w23, w8
ldr w8, [x2, #28]
mov w24, #1
b LBB0_4
LBB0_2: ; in Loop: Header=BB0_4 Depth=1
ldr w9, [x19, #24]
LBB0_3: ; in Loop: Header=BB0_4 Depth=1
ldr x10, [x19, #32]
ldr x10, [x10, w21, sxtw #3]
add w21, w21, w10
cmp w21, w9
b.ge LBB0_14
LBB0_4: ; =>This Loop Header: Depth=1
; Child Loop BB0_9 Depth 2
cmp w8, #1
b.lt LBB0_3
; %bb.5: ; in Loop: Header=BB0_4 Depth=1
mov x26, #0
lsl w8, w21, #4
sxtw x27, w8
b LBB0_9
LBB0_6: ; in Loop: Header=BB0_9 Depth=2
Lloh3:
adrp x9, _INTENSITY_BT@GOTPAGE
Lloh4:
ldr x9, [x9, _INTENSITY_BT@GOTPAGEOFF]
Lloh5:
ldr x9, [x9]
Lloh6:
adrp x10, _INTENSITY_BT2@GOTPAGE
Lloh7:
ldr x10, [x10, _INTENSITY_BT2@GOTPAGEOFF]
Lloh8:
ldr x10, [x10]
ldr x11, [x19]
ldr w11, [x11, x27, lsl #2]
sub w12, w11, w23
sub w13, w11, w22
cmp x8, x9
ccmp x8, x10, #4, ne
csel w8, w12, w13, ne
csel w23, w11, w23, ne
csel w22, w22, w11, ne
LBB0_7: ; in Loop: Header=BB0_9 Depth=2
Lloh9:
adrp x9, _SCALE_DIFF_ZERO@GOTPAGE
Lloh10:
ldr x9, [x9, _SCALE_DIFF_ZERO@GOTPAGEOFF]
Lloh11:
ldr w9, [x9]
add w28, w8, w9
cmp w28, #121
cset w0, lo
bl _av_assert0
Lloh12:
adrp x8, _ff_aac_scalefactor_bits@GOTPAGE
Lloh13:
ldr x8, [x8, _ff_aac_scalefactor_bits@GOTPAGEOFF]
Lloh14:
ldr x8, [x8]
ldr w1, [x8, w28, sxtw #2]
Lloh15:
adrp x8, _ff_aac_scalefactor_code@GOTPAGE
Lloh16:
ldr x8, [x8, _ff_aac_scalefactor_code@GOTPAGEOFF]
Lloh17:
ldr x8, [x8]
ldr x2, [x8, w28, sxtw #3]
mov x0, x20
bl _put_bits
LBB0_8: ; in Loop: Header=BB0_9 Depth=2
add x26, x26, #1
ldrsw x8, [x19, #28]
add x27, x27, #1
cmp x26, x8
b.ge LBB0_2
LBB0_9: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [x19, #16]
ldr w8, [x8, x27, lsl #2]
cbnz w8, LBB0_8
; %bb.10: ; in Loop: Header=BB0_9 Depth=2
ldr x8, [x19, #8]
ldr x8, [x8, x27, lsl #3]
Lloh18:
adrp x9, _NOISE_BT@GOTPAGE
Lloh19:
ldr x9, [x9, _NOISE_BT@GOTPAGEOFF]
Lloh20:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_6
; %bb.11: ; in Loop: Header=BB0_9 Depth=2
ldr x8, [x19]
ldr w28, [x8, x27, lsl #2]
sub w8, w28, w25
subs w24, w24, #1
b.lt LBB0_13
; %bb.12: ; in Loop: Header=BB0_9 Depth=2
Lloh21:
adrp x9, _NOISE_PRE_BITS@GOTPAGE
Lloh22:
ldr x9, [x9, _NOISE_PRE_BITS@GOTPAGEOFF]
Lloh23:
ldr w1, [x9]
Lloh24:
adrp x9, _NOISE_PRE@GOTPAGE
Lloh25:
ldr x9, [x9, _NOISE_PRE@GOTPAGEOFF]
Lloh26:
ldr x9, [x9]
add x2, x9, w8, sxtw
mov x0, x20
bl _put_bits
mov x25, x28
b LBB0_8
LBB0_13: ; in Loop: Header=BB0_9 Depth=2
mov x25, x28
b LBB0_7
LBB0_14:
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 Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20
.loh AdrpLdrGotLdr Lloh24, Lloh25, Lloh26
.loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23
.cfi_endproc
; -- End function
.comm _NOISE_OFFSET,4,2 ; @NOISE_OFFSET
.comm _NOISE_BT,8,3 ; @NOISE_BT
.comm _NOISE_PRE_BITS,4,2 ; @NOISE_PRE_BITS
.comm _NOISE_PRE,8,3 ; @NOISE_PRE
.comm _INTENSITY_BT,8,3 ; @INTENSITY_BT
.comm _INTENSITY_BT2,8,3 ; @INTENSITY_BT2
.comm _SCALE_DIFF_ZERO,8,3 ; @SCALE_DIFF_ZERO
.comm _ff_aac_scalefactor_bits,8,3 ; @ff_aac_scalefactor_bits
.comm _ff_aac_scalefactor_code,8,3 ; @ff_aac_scalefactor_code
.no_dead_strip _encode_scale_factors
.subsections_via_symbols
| AnghaBench/FFmpeg/libavcodec/extr_aacenc.c_encode_scale_factors.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _String_Alloc ## -- Begin function String_Alloc
.p2align 4, 0x90
_String_Alloc: ## @String_Alloc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
testq %rdi, %rdi
je LBB0_16
## %bb.1:
movq %rdi, %r13
cmpb $0, (%rdi)
je LBB0_10
## %bb.2:
movq %r13, %rdi
callq _hashForString
movq _strHandle@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
movl %eax, %r12d
movq (%rcx,%r12,8), %rbx
testq %rbx, %rbx
je LBB0_5
.p2align 4, 0x90
LBB0_3: ## =>This Inner Loop Header: Depth=1
movq (%rbx), %rsi
movq %r13, %rdi
callq _strcmp
testq %rax, %rax
je LBB0_12
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
movq 8(%rbx), %rbx
testq %rbx, %rbx
jne LBB0_3
LBB0_5:
movq %r13, %rdi
callq _strlen
movl %eax, %r15d
movq _strPoolIndex@GOTPCREL(%rip), %rbx
movslq (%rbx), %r14
leal (%r15,%r14), %eax
incl %eax
movq _STRING_POOL_SIZE@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jge LBB0_16
## %bb.6:
incl %r15d
movq _strPool@GOTPCREL(%rip), %rax
movq (%rax), %rdi
addq %r14, %rdi
movq %r13, %rsi
callq _strcpy
addl %r15d, (%rbx)
movq _strHandle@GOTPCREL(%rip), %r15
movq (%r15), %rax
movq (%rax,%r12,8), %rax
testq %rax, %rax
je LBB0_13
## %bb.7:
movq %rax, %rcx
.p2align 4, 0x90
LBB0_8: ## =>This Inner Loop Header: Depth=1
movq %rax, %rbx
movq %rcx, %rax
movq 8(%rcx), %rdx
movq %rdx, %rcx
testq %rdx, %rdx
jne LBB0_8
jmp LBB0_14
LBB0_10:
leaq L_.str(%rip), %r14
jmp LBB0_17
LBB0_12:
movq (%rbx), %r14
jmp LBB0_17
LBB0_13:
xorl %ebx, %ebx
LBB0_14:
movl $16, %edi
callq _UI_Alloc
testq %rax, %rax
je LBB0_16
## %bb.15:
movq $0, 8(%rax)
movq _strPool@GOTPCREL(%rip), %rdx
movq (%rdx), %rcx
addq %r14, %rcx
movq %rcx, (%rax)
shlq $3, %r12
addq (%r15), %r12
leaq 8(%rbx), %rcx
testq %rbx, %rbx
cmoveq %r12, %rcx
movq %rax, (%rcx)
addq (%rdx), %r14
jmp LBB0_17
LBB0_16:
xorl %r14d, %r14d
LBB0_17:
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,__cstring,cstring_literals
L_.str: ## @.str
.space 1
.comm _strHandle,8,3 ## @strHandle
.comm _strPoolIndex,4,2 ## @strPoolIndex
.comm _STRING_POOL_SIZE,4,2 ## @STRING_POOL_SIZE
.comm _strPool,8,3 ## @strPool
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _String_Alloc ; -- Begin function String_Alloc
.p2align 2
_String_Alloc: ; @String_Alloc
.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
cbz x0, LBB0_15
; %bb.1:
mov x19, x0
ldrb w8, [x0]
cbz w8, LBB0_9
; %bb.2:
mov x0, x19
bl _hashForString
mov x20, x0
Lloh0:
adrp x21, _strHandle@GOTPAGE
Lloh1:
ldr x21, [x21, _strHandle@GOTPAGEOFF]
ldr x8, [x21]
ldr x22, [x8, w0, uxtw #3]
cbz x22, LBB0_5
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr x1, [x22]
mov x0, x19
bl _strcmp
cbz x0, LBB0_11
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
ldr x22, [x22, #8]
cbnz x22, LBB0_3
LBB0_5:
mov x0, x19
bl _strlen
Lloh2:
adrp x24, _strPoolIndex@GOTPAGE
Lloh3:
ldr x24, [x24, _strPoolIndex@GOTPAGEOFF]
ldrsw x22, [x24]
add w25, w0, #1
Lloh4:
adrp x8, _STRING_POOL_SIZE@GOTPAGE
Lloh5:
ldr x8, [x8, _STRING_POOL_SIZE@GOTPAGEOFF]
Lloh6:
ldr w8, [x8]
add w9, w25, w22
cmp w9, w8
b.ge LBB0_10
; %bb.6:
mov w23, w20
Lloh7:
adrp x20, _strPool@GOTPAGE
Lloh8:
ldr x20, [x20, _strPool@GOTPAGEOFF]
ldr x8, [x20]
add x0, x8, x22
mov x1, x19
bl _strcpy
ldr w8, [x24]
add w8, w25, w8
str w8, [x24]
ldr x8, [x21]
ldr x8, [x8, x23, lsl #3]
cbz x8, LBB0_12
; %bb.7:
mov x9, x8
LBB0_8: ; =>This Inner Loop Header: Depth=1
mov x19, x8
ldr x10, [x9, #8]
mov x8, x9
mov x9, x10
cbnz x10, LBB0_8
b LBB0_13
LBB0_9:
Lloh9:
adrp x0, l_.str@PAGE
Lloh10:
add x0, x0, l_.str@PAGEOFF
b LBB0_15
LBB0_10:
mov x0, #0
b LBB0_15
LBB0_11:
ldr x0, [x22]
b LBB0_15
LBB0_12:
mov x19, #0
LBB0_13:
mov w0, #16
bl _UI_Alloc
cbz x0, LBB0_15
; %bb.14:
ldr x8, [x20]
add x8, x8, x22
stp x8, xzr, [x0]
ldr x8, [x21]
add x8, x8, x23, lsl #3
add x9, x19, #8
cmp x19, #0
csel x8, x8, x9, eq
str x0, [x8]
ldr x8, [x20]
add x0, x8, x22
LBB0_15:
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 AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh7, Lloh8
.loh AdrpAdd Lloh9, Lloh10
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.space 1
.comm _strHandle,8,3 ; @strHandle
.comm _strPoolIndex,4,2 ; @strPoolIndex
.comm _STRING_POOL_SIZE,4,2 ; @STRING_POOL_SIZE
.comm _strPool,8,3 ; @strPool
.subsections_via_symbols
| AnghaBench/lab/engine/code/ui/extr_ui_shared.c_String_Alloc.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/76700755.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _macio_register_driver ## -- Begin function macio_register_driver
.p2align 4, 0x90
_macio_register_driver: ## @macio_register_driver
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl 16(%rdi), %eax
movl %eax, 8(%rdi)
movq _macio_bus_type@GOTPCREL(%rip), %rax
movq %rax, (%rdi)
popq %rbp
jmp _driver_register ## TAILCALL
.cfi_endproc
## -- End function
.comm _macio_bus_type,4,2 ## @macio_bus_type
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _macio_register_driver ; -- Begin function macio_register_driver
.p2align 2
_macio_register_driver: ; @macio_register_driver
.cfi_startproc
; %bb.0:
ldr w8, [x0, #16]
str w8, [x0, #8]
Lloh0:
adrp x8, _macio_bus_type@GOTPAGE
Lloh1:
ldr x8, [x8, _macio_bus_type@GOTPAGEOFF]
str x8, [x0]
b _driver_register
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _macio_bus_type,4,2 ; @macio_bus_type
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/macintosh/extr_macio_asic.c_macio_register_driver.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function remove_quotes
_remove_quotes: ## @remove_quotes
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r15
callq _strlenW
movl %eax, %r14d
movq %r15, %rdi
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movl $34, %esi
callq _strchrW
testq %rax, %rax
je LBB0_3
## %bb.1: ## in Loop: Header=BB0_2 Depth=1
leaq 4(%rax), %rbx
movl %eax, %ecx
subl %r15d, %ecx
shrl $2, %ecx
movl %r14d, %edx
subl %ecx, %edx
shll $2, %edx
movq %rax, %rdi
movq %rbx, %rsi
callq _memmove
movq %rbx, %rdi
jmp LBB0_2
LBB0_3:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _remove_quotes
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function remove_quotes
_remove_quotes: ; @remove_quotes
.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
bl _strlenW
mov x20, x0
mov x0, x19
LBB0_1: ; =>This Inner Loop Header: Depth=1
mov w1, #34
bl _strchrW
cbz x0, LBB0_3
; %bb.2: ; in Loop: Header=BB0_1 Depth=1
add x21, x0, #4
sub w8, w0, w19
sub w8, w20, w8, lsr #2
lsl w2, w8, #2
mov x1, x21
bl _memmove
mov x0, x21
b LBB0_1
LBB0_3:
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 _remove_quotes
.subsections_via_symbols
| AnghaBench/reactos/dll/win32/msi/extr_action.c_remove_quotes.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _foo ## -- Begin function foo
.p2align 4, 0x90
_foo: ## @foo
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
jmp _fclose ## 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
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movq %rsi, %rbx
callq _feof
movq 8(%rbx), %rdi
leaq L_.str(%rip), %rsi
callq _fopen
movq %rax, %rdi
callq _fclose
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "r"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _foo ; -- Begin function foo
.p2align 2
_foo: ; @foo
.cfi_startproc
; %bb.0:
b _fclose
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x1
bl _feof
ldr x0, [x19, #8]
Lloh0:
adrp x1, l_.str@PAGE
Lloh1:
add x1, x1, l_.str@PAGEOFF
bl _fopen
bl _fclose
mov w0, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "r"
.subsections_via_symbols
| the_stack_data/173577266.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 4, 0x90 ## -- Begin function StringToFilter
_StringToFilter: ## @StringToFilter
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
ud2
.cfi_endproc
## -- End function
.comm _qfalse,4,2 ## @qfalse
.comm _qtrue,4,2 ## @qtrue
.no_dead_strip _StringToFilter
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 2 ; -- Begin function StringToFilter
_StringToFilter: ; @StringToFilter
.cfi_startproc
; %bb.0:
brk #0x1
.cfi_endproc
; -- End function
.comm _qfalse,4,2 ; @qfalse
.comm _qtrue,4,2 ; @qtrue
.no_dead_strip _StringToFilter
.subsections_via_symbols
| assembly_file_56711.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function vtpci_probe
_vtpci_probe: ## @vtpci_probe
.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
movl %edi, %ebx
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
callq _pci_get_vendor
movq _VIRTIO_PCI_VENDORID@GOTPCREL(%rip), %rcx
movq _ENXIO@GOTPCREL(%rip), %r14
cmpq (%rcx), %rax
jne LBB0_5
## %bb.1:
movl %ebx, %edi
callq _pci_get_device
movq _VIRTIO_PCI_DEVICEID_MIN@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jl LBB0_5
## %bb.2:
movl %ebx, %edi
callq _pci_get_device
movq _VIRTIO_PCI_DEVICEID_MAX@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jg LBB0_5
## %bb.3:
movl %ebx, %edi
callq _pci_get_revid
movq _VIRTIO_PCI_ABI_VERSION@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_5
## %bb.4:
movl %ebx, %edi
callq _pci_get_subdevice
movl %eax, %edi
callq _virtio_device_name
testq %rax, %rax
leaq L_.str(%rip), %rcx
cmovneq %rax, %rcx
leaq L_.str.1(%rip), %rdx
leaq -64(%rbp), %r14
movq %r14, %rdi
movl $36, %esi
callq _snprintf
movl %ebx, %edi
movq %r14, %rsi
callq _device_set_desc_copy
movq _BUS_PROBE_DEFAULT@GOTPCREL(%rip), %r14
LBB0_5:
movl (%r14), %eax
movq ___stack_chk_guard@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
cmpq -24(%rbp), %rcx
jne LBB0_7
## %bb.6:
addq $48, %rsp
popq %rbx
popq %r14
popq %rbp
retq
LBB0_7:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.comm _VIRTIO_PCI_VENDORID,8,3 ## @VIRTIO_PCI_VENDORID
.comm _ENXIO,4,2 ## @ENXIO
.comm _VIRTIO_PCI_DEVICEID_MIN,8,3 ## @VIRTIO_PCI_DEVICEID_MIN
.comm _VIRTIO_PCI_DEVICEID_MAX,8,3 ## @VIRTIO_PCI_DEVICEID_MAX
.comm _VIRTIO_PCI_ABI_VERSION,8,3 ## @VIRTIO_PCI_ABI_VERSION
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Unknown"
L_.str.1: ## @.str.1
.asciz "VirtIO PCI %s adapter"
.comm _BUS_PROBE_DEFAULT,4,2 ## @BUS_PROBE_DEFAULT
.no_dead_strip _vtpci_probe
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function vtpci_probe
_vtpci_probe: ; @vtpci_probe
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
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
mov x19, x0
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-24]
bl _pci_get_vendor
Lloh3:
adrp x8, _VIRTIO_PCI_VENDORID@GOTPAGE
Lloh4:
ldr x8, [x8, _VIRTIO_PCI_VENDORID@GOTPAGEOFF]
Lloh5:
ldr x8, [x8]
cmp x0, x8
b.ne LBB0_5
; %bb.1:
mov x0, x19
bl _pci_get_device
Lloh6:
adrp x8, _VIRTIO_PCI_DEVICEID_MIN@GOTPAGE
Lloh7:
ldr x8, [x8, _VIRTIO_PCI_DEVICEID_MIN@GOTPAGEOFF]
Lloh8:
ldr x8, [x8]
cmp x0, x8
b.lt LBB0_5
; %bb.2:
mov x0, x19
bl _pci_get_device
Lloh9:
adrp x8, _VIRTIO_PCI_DEVICEID_MAX@GOTPAGE
Lloh10:
ldr x8, [x8, _VIRTIO_PCI_DEVICEID_MAX@GOTPAGEOFF]
Lloh11:
ldr x8, [x8]
cmp x0, x8
b.gt LBB0_5
; %bb.3:
mov x0, x19
bl _pci_get_revid
Lloh12:
adrp x8, _VIRTIO_PCI_ABI_VERSION@GOTPAGE
Lloh13:
ldr x8, [x8, _VIRTIO_PCI_ABI_VERSION@GOTPAGEOFF]
Lloh14:
ldr x8, [x8]
cmp x0, x8
b.ne LBB0_5
; %bb.4:
mov x0, x19
bl _pci_get_subdevice
bl _virtio_device_name
Lloh15:
adrp x8, l_.str@PAGE
Lloh16:
add x8, x8, l_.str@PAGEOFF
cmp x0, #0
csel x3, x8, x0, eq
Lloh17:
adrp x2, l_.str.1@PAGE
Lloh18:
add x2, x2, l_.str.1@PAGEOFF
add x0, sp, #4
mov w1, #36
bl _snprintf
add x1, sp, #4
mov x0, x19
bl _device_set_desc_copy
Lloh19:
adrp x8, _BUS_PROBE_DEFAULT@GOTPAGE
Lloh20:
ldr x8, [x8, _BUS_PROBE_DEFAULT@GOTPAGEOFF]
b LBB0_6
LBB0_5:
Lloh21:
adrp x8, _ENXIO@GOTPAGE
Lloh22:
ldr x8, [x8, _ENXIO@GOTPAGEOFF]
LBB0_6:
ldr w0, [x8]
ldur x8, [x29, #-24]
Lloh23:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh24:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh25:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_8
; %bb.7:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #80
ret
LBB0_8:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGot Lloh19, Lloh20
.loh AdrpAdd Lloh17, Lloh18
.loh AdrpAdd Lloh15, Lloh16
.loh AdrpLdrGot Lloh21, Lloh22
.loh AdrpLdrGotLdr Lloh23, Lloh24, Lloh25
.cfi_endproc
; -- End function
.comm _VIRTIO_PCI_VENDORID,8,3 ; @VIRTIO_PCI_VENDORID
.comm _ENXIO,4,2 ; @ENXIO
.comm _VIRTIO_PCI_DEVICEID_MIN,8,3 ; @VIRTIO_PCI_DEVICEID_MIN
.comm _VIRTIO_PCI_DEVICEID_MAX,8,3 ; @VIRTIO_PCI_DEVICEID_MAX
.comm _VIRTIO_PCI_ABI_VERSION,8,3 ; @VIRTIO_PCI_ABI_VERSION
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Unknown"
l_.str.1: ; @.str.1
.asciz "VirtIO PCI %s adapter"
.comm _BUS_PROBE_DEFAULT,4,2 ; @BUS_PROBE_DEFAULT
.no_dead_strip _vtpci_probe
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/virtio/pci/extr_virtio_pci.c_vtpci_probe.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _AAS_GetAdjacentAreasWithLessPresenceTypes_r ## -- Begin function AAS_GetAdjacentAreasWithLessPresenceTypes_r
.p2align 4, 0x90
_AAS_GetAdjacentAreasWithLessPresenceTypes_r: ## @AAS_GetAdjacentAreasWithLessPresenceTypes_r
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %esi, %eax
movslq %esi, %rcx
incl %eax
movl %edx, (%rdi,%rcx,4)
movq _aasworld@GOTPCREL(%rip), %rbx
movq 24(%rbx), %r10
movslq %edx, %r11
movl (%r10,%r11,8), %r8d
testl %r8d, %r8d
jle LBB0_17
## %bb.1:
movl %edx, %r9d
movq %rdi, %r14
movq (%rbx), %rcx
movl (%rcx,%r11,4), %r12d
movl %r12d, %r13d
notl %r13d
xorl %r15d, %r15d
movl %edx, -52(%rbp) ## 4-byte Spill
movl %r12d, -48(%rbp) ## 4-byte Spill
movl %r13d, -44(%rbp) ## 4-byte Spill
jmp LBB0_2
.p2align 4, 0x90
LBB0_16: ## in Loop: Header=BB0_2 Depth=1
incl %r15d
cmpl %r8d, %r15d
jge LBB0_17
LBB0_2: ## =>This Loop Header: Depth=1
## Child Loop BB0_11 Depth 2
movq 8(%rbx), %rcx
movq 16(%rbx), %rdx
movslq 4(%r10,%r11,8), %rsi
movslq %r15d, %rdi
addq %rsi, %rdi
movl (%rdx,%rdi,4), %edx
movl %edx, %esi
negl %esi
cmovsl %edx, %esi
leaq (%rsi,%rsi,2), %rsi
movq _FACE_SOLID@GOTPCREL(%rip), %rdx
movl (%rdx), %edx
testl %edx, (%rcx,%rsi,4)
jne LBB0_16
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movl 4(%rcx,%rsi,4), %edx
cmpl %r9d, %edx
jne LBB0_5
## %bb.4: ## in Loop: Header=BB0_2 Depth=1
movl 8(%rcx,%rsi,4), %edx
LBB0_5: ## in Loop: Header=BB0_2 Depth=1
movq (%rbx), %rcx
movslq %edx, %rsi
movl (%rcx,%rsi,4), %ecx
movl %ecx, %esi
notl %esi
testl %esi, %r12d
je LBB0_16
## %bb.6: ## in Loop: Header=BB0_2 Depth=1
andl %r13d, %ecx
jne LBB0_16
## %bb.7: ## in Loop: Header=BB0_2 Depth=1
testl %eax, %eax
jle LBB0_8
## %bb.10: ## in Loop: Header=BB0_2 Depth=1
movl %eax, %esi
xorl %ecx, %ecx
.p2align 4, 0x90
LBB0_11: ## Parent Loop BB0_2 Depth=1
## => This Inner Loop Header: Depth=2
cmpl (%r14,%rcx,4), %edx
je LBB0_9
## %bb.12: ## in Loop: Header=BB0_11 Depth=2
incq %rcx
cmpq %rcx, %rsi
jne LBB0_11
jmp LBB0_13
LBB0_8: ## in Loop: Header=BB0_2 Depth=1
xorl %ecx, %ecx
LBB0_9: ## in Loop: Header=BB0_2 Depth=1
cmpl %eax, %ecx
jne LBB0_16
LBB0_13: ## in Loop: Header=BB0_2 Depth=1
movq _MAX_PORTALAREAS@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jge LBB0_14
## %bb.15: ## in Loop: Header=BB0_2 Depth=1
movq %r14, %rdi
movl %eax, %esi
movq %r10, %r12
movq %r11, %r13
callq _AAS_GetAdjacentAreasWithLessPresenceTypes_r
movq %r13, %r11
movl -44(%rbp), %r13d ## 4-byte Reload
movq %r12, %r10
movl -48(%rbp), %r12d ## 4-byte Reload
movl -52(%rbp), %r9d ## 4-byte Reload
movl (%r10,%r11,8), %r8d
jmp LBB0_16
LBB0_14:
leaq L_.str(%rip), %rdi
movl %eax, %ebx
callq _AAS_Error
movl %ebx, %eax
LBB0_17:
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _aasworld,32,3 ## @aasworld
.comm _FACE_SOLID,4,2 ## @FACE_SOLID
.comm _MAX_PORTALAREAS,4,2 ## @MAX_PORTALAREAS
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "MAX_PORTALAREAS\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _AAS_GetAdjacentAreasWithLessPresenceTypes_r ; -- Begin function AAS_GetAdjacentAreasWithLessPresenceTypes_r
.p2align 2
_AAS_GetAdjacentAreasWithLessPresenceTypes_r: ; @AAS_GetAdjacentAreasWithLessPresenceTypes_r
.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
add w19, w1, #1
str w2, [x0, w1, sxtw #2]
Lloh0:
adrp x22, _aasworld@GOTPAGE
Lloh1:
ldr x22, [x22, _aasworld@GOTPAGEOFF]
ldr x9, [x22, #24]
add x8, x9, w2, sxtw #3
str x8, [sp, #8] ; 8-byte Folded Spill
ldr w8, [x8]
cmp w8, #1
b.lt LBB0_16
; %bb.1:
mov x20, x2
mov x21, x0
mov w24, #0
sxtw x10, w20
ldr x11, [x22]
ldr w25, [x11, w2, sxtw #2]
add x9, x9, x10, lsl #3
add x26, x9, #4
mvn w27, w25
mov w28, #12
Lloh2:
adrp x23, _FACE_SOLID@GOTPAGE
Lloh3:
ldr x23, [x23, _FACE_SOLID@GOTPAGEOFF]
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
add w24, w24, #1
cmp w24, w8
b.ge LBB0_16
LBB0_3: ; =>This Loop Header: Depth=1
; Child Loop BB0_9 Depth 2
ldr w9, [x26]
add w10, w9, w24
ldp x9, x11, [x22, #8]
ldr w10, [x11, w10, sxtw #2]
cmp w10, #0
cneg w10, w10, mi
umull x11, w10, w28
ldr w11, [x9, x11]
ldr w12, [x23]
tst w12, w11
b.ne LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
madd x11, x10, x28, x9
ldr w2, [x11, #4]
cmp w2, w20
b.ne LBB0_6
; %bb.5: ; in Loop: Header=BB0_3 Depth=1
madd x9, x10, x28, x9
ldr w2, [x9, #8]
LBB0_6: ; in Loop: Header=BB0_3 Depth=1
ldr x9, [x22]
ldr w9, [x9, w2, sxtw #2]
bic w10, w25, w9
and w9, w9, w27
cmp w10, #0
ccmp w9, #0, #0, ne
b.ne LBB0_2
; %bb.7: ; in Loop: Header=BB0_3 Depth=1
cmp w19, #1
b.lt LBB0_11
; %bb.8: ; in Loop: Header=BB0_3 Depth=1
mov x9, #0
mov w10, w19
LBB0_9: ; Parent Loop BB0_3 Depth=1
; => This Inner Loop Header: Depth=2
ldr w11, [x21, x9, lsl #2]
cmp w2, w11
b.eq LBB0_12
; %bb.10: ; in Loop: Header=BB0_9 Depth=2
add x9, x9, #1
cmp x10, x9
b.ne LBB0_9
b LBB0_13
LBB0_11: ; in Loop: Header=BB0_3 Depth=1
mov w9, #0
LBB0_12: ; in Loop: Header=BB0_3 Depth=1
cmp w9, w19
b.ne LBB0_2
LBB0_13: ; in Loop: Header=BB0_3 Depth=1
Lloh4:
adrp x8, _MAX_PORTALAREAS@GOTPAGE
Lloh5:
ldr x8, [x8, _MAX_PORTALAREAS@GOTPAGEOFF]
Lloh6:
ldr w8, [x8]
cmp w19, w8
b.ge LBB0_15
; %bb.14: ; in Loop: Header=BB0_3 Depth=1
mov x0, x21
mov x1, x19
bl _AAS_GetAdjacentAreasWithLessPresenceTypes_r
mov x19, x0
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr w8, [x8]
b LBB0_2
LBB0_15:
Lloh7:
adrp x0, l_.str@PAGE
Lloh8:
add x0, x0, l_.str@PAGEOFF
bl _AAS_Error
LBB0_16:
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 Lloh0, Lloh1
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpAdd Lloh7, Lloh8
.cfi_endproc
; -- End function
.comm _aasworld,32,3 ; @aasworld
.comm _FACE_SOLID,4,2 ; @FACE_SOLID
.comm _MAX_PORTALAREAS,4,2 ; @MAX_PORTALAREAS
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "MAX_PORTALAREAS\n"
.subsections_via_symbols
| AnghaBench/lab/engine/code/botlib/extr_be_aas_cluster.c_AAS_GetAdjacentAreasWithLessPresenceTypes_r.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function faultsimInit
_faultsimInit: ## @faultsimInit
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _memfault@GOTPCREL(%rip), %rax
movl 8(%rax), %edi
popq %rbp
jmpq *(%rax) ## TAILCALL
.cfi_endproc
## -- End function
.comm _memfault,16,3 ## @memfault
.no_dead_strip _faultsimInit
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function faultsimInit
_faultsimInit: ; @faultsimInit
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _memfault@GOTPAGE
Lloh1:
ldr x8, [x8, _memfault@GOTPAGEOFF]
ldr x1, [x8]
ldr w0, [x8, #8]
br x1
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _memfault,16,3 ; @memfault
.no_dead_strip _faultsimInit
.subsections_via_symbols
| AnghaBench/sqlcipher/src/extr_test_malloc.c_faultsimInit.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function com20020_resume
_com20020_resume: ## @com20020_resume
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
cmpq $0, (%rdi)
je LBB0_2
## %bb.1:
movq 8(%rdi), %rax
movq (%rax), %rdi
callq _netdev_priv
LBB0_2:
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ARCRESET,4,2 ## @ARCRESET
.no_dead_strip _com20020_resume
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function com20020_resume
_com20020_resume: ; @com20020_resume
.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]
cbz x8, LBB0_2
; %bb.1:
ldr x8, [x0, #8]
ldr x0, [x8]
bl _netdev_priv
LBB0_2:
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.comm _ARCRESET,4,2 ; @ARCRESET
.no_dead_strip _com20020_resume
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/net/pcmcia/extr_com20020_cs.c_com20020_resume.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function Close
_Close: ## @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 %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
movq (%rdi), %r15
movq 8(%r15), %rdi
callq _ARRAY_SIZE
testq %rax, %rax
je LBB0_3
## %bb.1:
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq 8(%r15), %rax
movq (%rax,%rbx,8), %rdi
callq _free
incq %rbx
movq 8(%r15), %rdi
callq _ARRAY_SIZE
cmpq %rax, %rbx
jb LBB0_2
LBB0_3:
movl 4(%r15), %edi
callq _vcddev_toc_Free
movl (%r15), %esi
movq %r14, %rdi
callq _ioctl_Close
movq %r15, %rdi
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _free ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _Close
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function Close
_Close: ; @Close
.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, x0
ldr x19, [x0]
ldr x0, [x19, #8]
bl _ARRAY_SIZE
cbz x0, LBB0_3
; %bb.1:
mov x21, #0
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr x8, [x19, #8]
ldr x0, [x8, x21, lsl #3]
bl _free
add x21, x21, #1
ldr x0, [x19, #8]
bl _ARRAY_SIZE
cmp x21, x0
b.lo LBB0_2
LBB0_3:
ldr w0, [x19, #4]
bl _vcddev_toc_Free
ldr w1, [x19]
mov x0, x20
bl _ioctl_Close
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
b _free
.cfi_endproc
; -- End function
.no_dead_strip _Close
.subsections_via_symbols
| AnghaBench/vlc/modules/access/vcd/extr_vcd.c_Close.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function dvbsub_display_end_segment
_dvbsub_display_end_segment: ## @dvbsub_display_end_segment
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq (%rdi), %rax
cmpq $0, (%rax)
jne LBB0_2
## %bb.1:
movq %rcx, %rsi
movq %r8, %rdx
callq _save_subtitle_set
LBB0_2:
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _dvbsub_display_end_segment
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function dvbsub_display_end_segment
_dvbsub_display_end_segment: ; @dvbsub_display_end_segment
.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]
ldr x8, [x8]
cbnz x8, LBB0_2
; %bb.1:
mov x1, x3
mov x2, x4
bl _save_subtitle_set
LBB0_2:
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _dvbsub_display_end_segment
.subsections_via_symbols
| AnghaBench/FFmpeg/libavcodec/extr_dvbsubdec.c_dvbsub_display_end_segment.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function gen_const_array
_gen_const_array: ## @gen_const_array
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $40, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
xorl %r12d, %r12d
xorl %eax, %eax
callq _jv_array
movl %eax, %r15d
movq 32(%rbp), %rbx
testq %rbx, %rbx
je LBB0_20
## %bb.1:
movq %r14, -48(%rbp) ## 8-byte Spill
movl $1, %r14d
xorl %r12d, %r12d
movq _FORK@GOTPCREL(%rip), %r13
jmp LBB0_2
.p2align 4, 0x90
LBB0_17: ## in Loop: Header=BB0_2 Depth=1
xorl %r14d, %r14d
LBB0_18: ## in Loop: Header=BB0_2 Depth=1
movq 24(%rbx), %rbx
testq %rbx, %rbx
je LBB0_19
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq (%rbx), %rcx
cmpq (%r13), %rcx
jne LBB0_7
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movq 8(%rbx), %rax
testq %rax, %rax
je LBB0_11
## %bb.4: ## in Loop: Header=BB0_2 Depth=1
movq (%rax), %rax
movq _JUMP@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_11
## %bb.5: ## in Loop: Header=BB0_2 Depth=1
movl %r15d, %edi
callq _jv_copy
movl %eax, %edi
callq _jv_array_length
testl %eax, %eax
jg LBB0_11
## %bb.6: ## in Loop: Header=BB0_2 Depth=1
incl %r12d
jmp LBB0_18
.p2align 4, 0x90
LBB0_7: ## in Loop: Header=BB0_2 Depth=1
movq _LOADK@GOTPCREL(%rip), %rax
movq (%rax), %rax
testl %r14d, %r14d
je LBB0_14
## %bb.8: ## in Loop: Header=BB0_2 Depth=1
cmpq %rax, %rcx
jne LBB0_14
## %bb.9: ## in Loop: Header=BB0_2 Depth=1
movq 24(%rbx), %rax
testq %rax, %rax
je LBB0_13
## %bb.10: ## in Loop: Header=BB0_2 Depth=1
movq (%rax), %rax
movq _JUMP@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_11
LBB0_13: ## in Loop: Header=BB0_2 Depth=1
movl 16(%rbx), %edi
callq _jv_copy
movl %r15d, %edi
movl %eax, %esi
callq _jv_array_append
movl %eax, %r15d
movl $1, %r14d
jmp LBB0_18
.p2align 4, 0x90
LBB0_14: ## in Loop: Header=BB0_2 Depth=1
movq _JUMP@GOTPCREL(%rip), %rdx
cmpq (%rdx), %rcx
jne LBB0_17
## %bb.15: ## in Loop: Header=BB0_2 Depth=1
movq 8(%rbx), %rcx
testq %rcx, %rcx
je LBB0_17
## %bb.16: ## in Loop: Header=BB0_2 Depth=1
cmpq %rax, (%rcx)
jne LBB0_17
jmp LBB0_18
LBB0_11:
movq -48(%rbp), %r14 ## 8-byte Reload
jmp LBB0_12
LBB0_19:
testl %r14d, %r14d
movq -48(%rbp), %r14 ## 8-byte Reload
je LBB0_12
LBB0_20:
leaq 16(%rbp), %rbx
movq 8(%rbx), %rax
testq %rax, %rax
je LBB0_22
## %bb.21:
movq (%rax), %rax
movq _LOADK@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_12
LBB0_22:
movl %r15d, %edi
callq _jv_copy
movl %eax, %edi
callq _jv_array_length
incl %r12d
cmpl %r12d, %eax
jne LBB0_12
## %bb.23:
movq 16(%rbx), %rax
movq %rax, 16(%rsp)
movups (%rbx), %xmm0
movups %xmm0, (%rsp)
callq _block_free
movq %r14, %rdi
movl %r15d, %esi
callq _gen_const
jmp LBB0_24
LBB0_12:
movl %r15d, %edi
callq _jv_free
xorps %xmm0, %xmm0
movups %xmm0, (%r14)
movq $0, 16(%r14)
LBB0_24:
movq %r14, %rax
addq $40, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _FORK,8,3 ## @FORK
.comm _JUMP,8,3 ## @JUMP
.comm _LOADK,8,3 ## @LOADK
.no_dead_strip _gen_const_array
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function gen_const_array
_gen_const_array: ; @gen_const_array
.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 x21, x0
mov x19, x8
bl _jv_array
mov x20, x0
ldr x23, [x21, #16]
cbz x23, LBB0_17
; %bb.1:
mov w22, #0
mov w27, #1
Lloh0:
adrp x24, _FORK@GOTPAGE
Lloh1:
ldr x24, [x24, _FORK@GOTPAGEOFF]
Lloh2:
adrp x25, _JUMP@GOTPAGE
Lloh3:
ldr x25, [x25, _JUMP@GOTPAGEOFF]
Lloh4:
adrp x26, _LOADK@GOTPAGE
Lloh5:
ldr x26, [x26, _LOADK@GOTPAGEOFF]
b LBB0_4
LBB0_2: ; in Loop: Header=BB0_4 Depth=1
mov w27, #0
LBB0_3: ; in Loop: Header=BB0_4 Depth=1
ldr x23, [x23, #24]
cbz x23, LBB0_18
LBB0_4: ; =>This Inner Loop Header: Depth=1
ldr x9, [x23]
ldr x8, [x24]
cmp x9, x8
b.ne LBB0_9
; %bb.5: ; in Loop: Header=BB0_4 Depth=1
ldr x8, [x23, #8]
cbz x8, LBB0_23
; %bb.6: ; in Loop: Header=BB0_4 Depth=1
ldr x8, [x8]
ldr x9, [x25]
cmp x8, x9
b.ne LBB0_23
; %bb.7: ; in Loop: Header=BB0_4 Depth=1
mov x0, x20
bl _jv_copy
bl _jv_array_length
cmp w0, #0
b.gt LBB0_23
; %bb.8: ; in Loop: Header=BB0_4 Depth=1
add w22, w22, #1
b LBB0_3
LBB0_9: ; in Loop: Header=BB0_4 Depth=1
ldr x8, [x26]
cbz w27, LBB0_14
; %bb.10: ; in Loop: Header=BB0_4 Depth=1
cmp x9, x8
b.ne LBB0_14
; %bb.11: ; in Loop: Header=BB0_4 Depth=1
ldr x8, [x23, #24]
cbz x8, LBB0_13
; %bb.12: ; in Loop: Header=BB0_4 Depth=1
ldr x8, [x8]
ldr x9, [x25]
cmp x8, x9
b.ne LBB0_23
LBB0_13: ; in Loop: Header=BB0_4 Depth=1
ldr w0, [x23, #16]
bl _jv_copy
mov x1, x0
mov x0, x20
bl _jv_array_append
mov x20, x0
mov w27, #1
b LBB0_3
LBB0_14: ; in Loop: Header=BB0_4 Depth=1
ldr x10, [x25]
cmp x9, x10
b.ne LBB0_2
; %bb.15: ; in Loop: Header=BB0_4 Depth=1
ldr x9, [x23, #8]
cbz x9, LBB0_2
; %bb.16: ; in Loop: Header=BB0_4 Depth=1
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_2
b LBB0_3
LBB0_17:
mov w22, #0
b LBB0_19
LBB0_18:
cbz w27, LBB0_23
LBB0_19:
ldr x8, [x21, #8]
cbz x8, LBB0_21
; %bb.20:
ldr x8, [x8]
Lloh6:
adrp x9, _LOADK@GOTPAGE
Lloh7:
ldr x9, [x9, _LOADK@GOTPAGEOFF]
Lloh8:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_23
LBB0_21:
mov x0, x20
bl _jv_copy
bl _jv_array_length
add w8, w22, #1
cmp w0, w8
b.ne LBB0_23
; %bb.22:
ldr q0, [x21]
str q0, [sp]
ldr x8, [x21, #16]
str x8, [sp, #16]
mov x0, sp
bl _block_free
mov x8, x19
mov x0, x20
bl _gen_const
b LBB0_24
LBB0_23:
mov x0, x20
bl _jv_free
stp xzr, xzr, [x19, #8]
str xzr, [x19]
LBB0_24:
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
ldp x20, x19, [sp, #96] ; 16-byte Folded Reload
ldp x22, x21, [sp, #80] ; 16-byte Folded Reload
ldp x24, x23, [sp, #64] ; 16-byte Folded Reload
ldp x26, x25, [sp, #48] ; 16-byte Folded Reload
ldp x28, x27, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #128
ret
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.cfi_endproc
; -- End function
.comm _FORK,8,3 ; @FORK
.comm _JUMP,8,3 ; @JUMP
.comm _LOADK,8,3 ; @LOADK
.no_dead_strip _gen_const_array
.subsections_via_symbols
| AnghaBench/jq/src/extr_compile.c_gen_const_array.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
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
callq _clock
leaq L_.str(%rip), %rdi
movq %rax, %rsi
xorl %eax, %eax
callq _printf
callq _getchar
cmpl $-1, %eax
je LBB0_19
## %bb.1:
movl %eax, %ebx
movq __DefaultRuneLocale@GOTPCREL(%rip), %r14
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
cmpl $127, %ebx
ja LBB0_6
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movl %ebx, %eax
movl 60(%r14,%rax,4), %eax
testl $4096, %eax ## imm = 0x1000
jne LBB0_7
## %bb.4: ## in Loop: Header=BB0_2 Depth=1
andl $32768, %eax ## imm = 0x8000
testl %eax, %eax
je LBB0_12
LBB0_5: ## in Loop: Header=BB0_2 Depth=1
movl %ebx, %edi
callq ___tolower
jmp LBB0_8
.p2align 4, 0x90
LBB0_6: ## in Loop: Header=BB0_2 Depth=1
movl $4096, %esi ## imm = 0x1000
movl %ebx, %edi
callq ___maskrune
testl %eax, %eax
je LBB0_11
LBB0_7: ## in Loop: Header=BB0_2 Depth=1
movl %ebx, %edi
callq ___toupper
LBB0_8: ## in Loop: Header=BB0_2 Depth=1
movl %eax, %edi
LBB0_9: ## in Loop: Header=BB0_2 Depth=1
callq _putchar
LBB0_10: ## in Loop: Header=BB0_2 Depth=1
callq _getchar
movl %eax, %ebx
cmpl $-1, %eax
jne LBB0_2
jmp LBB0_19
LBB0_11: ## in Loop: Header=BB0_2 Depth=1
movl $32768, %esi ## imm = 0x8000
movl %ebx, %edi
callq ___maskrune
testl %eax, %eax
jne LBB0_5
LBB0_12: ## in Loop: Header=BB0_2 Depth=1
leal -48(%rbx), %eax
movl $120, %edi
cmpl $10, %eax
jb LBB0_9
## %bb.13: ## in Loop: Header=BB0_2 Depth=1
cmpl $127, %ebx
ja LBB0_16
## %bb.14: ## in Loop: Header=BB0_2 Depth=1
movl %ebx, %eax
movl 60(%r14,%rax,4), %eax
testl $8192, %eax ## imm = 0x2000
jne LBB0_10
## %bb.15: ## in Loop: Header=BB0_2 Depth=1
andl $16384, %eax ## imm = 0x4000
testl %eax, %eax
jne LBB0_18
jmp LBB0_10
LBB0_16: ## in Loop: Header=BB0_2 Depth=1
movl $8192, %esi ## imm = 0x2000
movl %ebx, %edi
callq ___maskrune
testl %eax, %eax
jne LBB0_10
## %bb.17: ## in Loop: Header=BB0_2 Depth=1
movl $16384, %esi ## imm = 0x4000
movl %ebx, %edi
callq ___maskrune
testl %eax, %eax
je LBB0_10
LBB0_18: ## in Loop: Header=BB0_2 Depth=1
movl %ebx, %edi
callq _putchar
movl %ebx, %edi
jmp LBB0_9
LBB0_19:
callq _clock
leaq L_.str(%rip), %rdi
movq %rax, %rsi
xorl %eax, %eax
callq _printf
xorl %eax, %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Clock ticks: %ld\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 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
bl _clock
str x0, [sp]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _printf
bl _getchar
cmn w0, #1
b.eq LBB0_20
; %bb.1:
mov x19, x0
Lloh2:
adrp x20, __DefaultRuneLocale@GOTPAGE
Lloh3:
ldr x20, [x20, __DefaultRuneLocale@GOTPAGEOFF]
LBB0_2: ; =>This Inner Loop Header: Depth=1
cmp w19, #127
b.hi LBB0_6
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
add x8, x20, w19, uxtw #2
ldr w8, [x8, #60]
tbnz w8, #12, LBB0_7
; %bb.4: ; in Loop: Header=BB0_2 Depth=1
and w0, w8, #0x8000
cbz w0, LBB0_12
LBB0_5: ; in Loop: Header=BB0_2 Depth=1
mov x0, x19
bl ___tolower
b LBB0_8
LBB0_6: ; in Loop: Header=BB0_2 Depth=1
mov x0, x19
mov w1, #4096
bl ___maskrune
cbz w0, LBB0_11
LBB0_7: ; in Loop: Header=BB0_2 Depth=1
mov x0, x19
bl ___toupper
LBB0_8: ; in Loop: Header=BB0_2 Depth=1
mov x19, x0
LBB0_9: ; in Loop: Header=BB0_2 Depth=1
mov x0, x19
bl _putchar
LBB0_10: ; in Loop: Header=BB0_2 Depth=1
bl _getchar
mov x19, x0
cmn w0, #1
b.ne LBB0_2
b LBB0_20
LBB0_11: ; in Loop: Header=BB0_2 Depth=1
mov x0, x19
mov w1, #32768
bl ___maskrune
cbnz w0, LBB0_5
LBB0_12: ; in Loop: Header=BB0_2 Depth=1
sub w8, w19, #48
cmp w8, #10
b.hs LBB0_14
; %bb.13: ; in Loop: Header=BB0_2 Depth=1
mov w19, #120
b LBB0_9
LBB0_14: ; in Loop: Header=BB0_2 Depth=1
cmp w19, #127
b.hi LBB0_17
; %bb.15: ; in Loop: Header=BB0_2 Depth=1
add x8, x20, w19, uxtw #2
ldr w8, [x8, #60]
tbnz w8, #13, LBB0_10
; %bb.16: ; in Loop: Header=BB0_2 Depth=1
and w0, w8, #0x4000
cbnz w0, LBB0_19
b LBB0_10
LBB0_17: ; in Loop: Header=BB0_2 Depth=1
mov x0, x19
mov w1, #8192
bl ___maskrune
cbnz w0, LBB0_10
; %bb.18: ; in Loop: Header=BB0_2 Depth=1
mov x0, x19
mov w1, #16384
bl ___maskrune
cbz w0, LBB0_10
LBB0_19: ; in Loop: Header=BB0_2 Depth=1
mov x0, x19
bl _putchar
b LBB0_9
LBB0_20:
bl _clock
str x0, [sp]
Lloh4:
adrp x0, l_.str@PAGE
Lloh5:
add x0, x0, l_.str@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 Lloh0, Lloh1
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpAdd Lloh4, Lloh5
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Clock ticks: %ld\n"
.subsections_via_symbols
| the_stack_data/100140929.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _redcarpet_stack_grow ## -- Begin function redcarpet_stack_grow
.p2align 4, 0x90
_redcarpet_stack_grow: ## @redcarpet_stack_grow
.cfi_startproc
## %bb.0:
xorl %eax, %eax
cmpq %rsi, (%rdi)
jae LBB0_7
## %bb.1:
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, %rbx
movq %rdi, %r14
movq 8(%rdi), %rdi
leaq (,%rsi,8), %rsi
callq _realloc
testq %rax, %rax
je LBB0_2
## %bb.3:
movq (%r14), %rcx
leaq (%rax,%rcx,8), %rdi
movq %rbx, %rdx
subq %rcx, %rdx
shlq $3, %rdx
xorl %esi, %esi
movq %rax, %r15
callq _memset
movq %r15, 8(%r14)
movq %rbx, (%r14)
cmpq %rbx, 16(%r14)
jbe LBB0_5
## %bb.4:
movq %rbx, 16(%r14)
LBB0_5:
xorl %eax, %eax
jmp LBB0_6
LBB0_2:
movl $-1, %eax
LBB0_6:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
LBB0_7:
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.globl _g_aug_volatile_1680 ## @g_aug_volatile_1680
.p2align 2, 0x0
_g_aug_volatile_1680:
.long 5 ## 0x5
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _redcarpet_stack_grow ; -- Begin function redcarpet_stack_grow
.p2align 2
_redcarpet_stack_grow: ; @redcarpet_stack_grow
.cfi_startproc
; %bb.0:
ldr x8, [x0]
cmp x8, x1
b.hs LBB0_4
; %bb.1:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
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
ldr x0, [x0, #8]
lsl x1, x1, #3
bl _realloc
cbz x0, LBB0_5
; %bb.2:
ldr x9, [x20]
add x8, x0, x9, lsl #3
sub x9, x19, x9
lsl x2, x9, #3
mov x21, x0
mov x0, x8
mov w1, #0 ; =0x0
bl _memset
stp x19, x21, [x20]
ldr x8, [x20, #16]
cmp x8, x19
b.ls LBB0_6
; %bb.3:
mov w0, #0 ; =0x0
str x19, [x20, #16]
b LBB0_7
LBB0_4:
mov w0, #0 ; =0x0
ret
LBB0_5:
mov w0, #-1 ; =0xffffffff
b LBB0_7
LBB0_6:
mov w0, #0 ; =0x0
LBB0_7:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.globl _g_aug_volatile_1680 ; @g_aug_volatile_1680
.p2align 2, 0x0
_g_aug_volatile_1680:
.long 5 ; 0x5
.subsections_via_symbols
| assembly_file_83634.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ab3100_event_registers_startup_state_get ## -- Begin function ab3100_event_registers_startup_state_get
.p2align 4, 0x90
_ab3100_event_registers_startup_state_get: ## @ab3100_event_registers_startup_state_get
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
cmpl $0, 4(%rdi)
je LBB0_1
## %bb.2:
movl (%rdi), %eax
movl %eax, (%rsi)
xorl %eax, %eax
popq %rbp
retq
LBB0_1:
movq _EAGAIN@GOTPCREL(%rip), %rcx
xorl %eax, %eax
subl (%rcx), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _EAGAIN,4,2 ## @EAGAIN
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ab3100_event_registers_startup_state_get ; -- Begin function ab3100_event_registers_startup_state_get
.p2align 2
_ab3100_event_registers_startup_state_get: ; @ab3100_event_registers_startup_state_get
.cfi_startproc
; %bb.0:
ldr w9, [x0, #4]
cbz w9, LBB0_2
; %bb.1:
mov x8, x0
mov w0, #0
ldr w8, [x8]
str w8, [x1]
ret
LBB0_2:
Lloh0:
adrp x8, _EAGAIN@GOTPAGE
Lloh1:
ldr x8, [x8, _EAGAIN@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
neg w0, w8
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _EAGAIN,4,2 ; @EAGAIN
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/mfd/extr_ab3100-core.c_ab3100_event_registers_startup_state_get.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _bpf_prog_array_free ## -- Begin function bpf_prog_array_free
.p2align 4, 0x90
_bpf_prog_array_free: ## @bpf_prog_array_free
.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_2
## %bb.1:
cmpq _empty_prog_array@GOTPCREL(%rip), %rdi
je LBB0_2
## %bb.3:
movq _rcu@GOTPCREL(%rip), %rax
movl (%rax), %esi
popq %rbp
jmp _kfree_rcu ## TAILCALL
LBB0_2:
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _empty_prog_array,4,2 ## @empty_prog_array
.comm _rcu,4,2 ## @rcu
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _bpf_prog_array_free ; -- Begin function bpf_prog_array_free
.p2align 2
_bpf_prog_array_free: ; @bpf_prog_array_free
.cfi_startproc
; %bb.0:
cbz x0, LBB0_3
; %bb.1:
Lloh0:
adrp x8, _empty_prog_array@GOTPAGE
Lloh1:
ldr x8, [x8, _empty_prog_array@GOTPAGEOFF]
cmp x0, x8
b.eq LBB0_3
; %bb.2:
Lloh2:
adrp x8, _rcu@GOTPAGE
Lloh3:
ldr x8, [x8, _rcu@GOTPAGEOFF]
Lloh4:
ldr w1, [x8]
b _kfree_rcu
LBB0_3:
ret
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.cfi_endproc
; -- End function
.comm _empty_prog_array,4,2 ; @empty_prog_array
.comm _rcu,4,2 ; @rcu
.subsections_via_symbols
| AnghaBench/linux/kernel/bpf/extr_core.c_bpf_prog_array_free.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/851272.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function is_encrypt
_is_encrypt: ## @is_encrypt
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _FLG_ENCRYPT@GOTPCREL(%rip), %rax
movl (%rax), %eax
andl (%rdi), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _FLG_ENCRYPT,4,2 ## @FLG_ENCRYPT
.no_dead_strip _is_encrypt
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function is_encrypt
_is_encrypt: ; @is_encrypt
.cfi_startproc
; %bb.0:
ldr w8, [x0]
Lloh0:
adrp x9, _FLG_ENCRYPT@GOTPAGE
Lloh1:
ldr x9, [x9, _FLG_ENCRYPT@GOTPAGEOFF]
Lloh2:
ldr w9, [x9]
and w0, w9, w8
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _FLG_ENCRYPT,4,2 ; @FLG_ENCRYPT
.no_dead_strip _is_encrypt
.subsections_via_symbols
| AnghaBench/linux/drivers/crypto/stm32/extr_stm32-cryp.c_is_encrypt.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movq $-1, %rbx
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
callq _getchar
incq %rbx
cmpl $-1, %eax
jne LBB0_1
## %bb.2:
leaq L_.str(%rip), %rdi
movq %rbx, %rsi
xorl %eax, %eax
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 "\n%ld\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 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
mov x19, #-1
LBB0_1: ; =>This Inner Loop Header: Depth=1
bl _getchar
add x19, x19, #1
cmn w0, #1
b.ne LBB0_1
; %bb.2:
str x19, [sp]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@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 Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\n%ld\n"
.subsections_via_symbols
| the_stack_data/103264520.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pcib_write_ivar ## -- Begin function pcib_write_ivar
.p2align 4, 0x90
_pcib_write_ivar: ## @pcib_write_ivar
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
andl $-2, %edx
cmpl $128, %edx
jne LBB0_1
## %bb.2:
movq _EINVAL@GOTPCREL(%rip), %rax
jmp LBB0_3
LBB0_1:
movq _ENOENT@GOTPCREL(%rip), %rax
LBB0_3:
movl (%rax), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _EINVAL,4,2 ## @EINVAL
.comm _ENOENT,4,2 ## @ENOENT
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pcib_write_ivar ; -- Begin function pcib_write_ivar
.p2align 2
_pcib_write_ivar: ; @pcib_write_ivar
.cfi_startproc
; %bb.0:
and w8, w2, #0xfffffffe
Lloh0:
adrp x9, _EINVAL@GOTPAGE
Lloh1:
ldr x9, [x9, _EINVAL@GOTPAGEOFF]
Lloh2:
adrp x10, _ENOENT@GOTPAGE
Lloh3:
ldr x10, [x10, _ENOENT@GOTPAGEOFF]
cmp w8, #128
csel x8, x9, x10, eq
ldr w0, [x8]
ret
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _EINVAL,4,2 ; @EINVAL
.comm _ENOENT,4,2 ; @ENOENT
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/pci/extr_pci_pci.c_pcib_write_ivar.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function bnad_txcmpl_process
_bnad_txcmpl_process: ## @bnad_txcmpl_process
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $56, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r13
movq %rdi, %r15
movq 40(%rsi), %r14
movq _BNAD_TXQ_TX_STARTED@GOTPCREL(%rip), %rax
movl (%rax), %edi
addq $32, %rsi
callq _test_bit
xorl %ebx, %ebx
testl %eax, %eax
je LBB0_1
## %bb.2:
movq %r14, -80(%rbp) ## 8-byte Spill
movq (%r13), %rax
movq 8(%r13), %r12
movq (%rax), %rsi
movq 16(%r13), %rdx
movq %r12, %rdi
movq %rsi, -56(%rbp) ## 8-byte Spill
movq %rdx, -72(%rbp) ## 8-byte Spill
callq _BNA_Q_INDEX_CHANGE
movq %rax, %r14
movq 16(%r13), %rsi
movq %r13, %rdi
callq _BNA_QE_IN_USE_CNT
xorl %edi, %edi
cmpq %rax, %r14
setg %dil
callq _BUG_ON
testq %r14, %r14
je LBB0_3
## %bb.4:
movq %r13, -48(%rbp) ## 8-byte Spill
movq %r15, -64(%rbp) ## 8-byte Spill
xorl %r15d, %r15d
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_5: ## =>This Inner Loop Header: Depth=1
movq %r12, -96(%rbp) ## 8-byte Spill
movq %r12, %rax
shlq $4, %rax
movq -80(%rbp), %r12 ## 8-byte Reload
movq 8(%r12,%rax), %r13
incq %r15
addq (%r13), %rbx
movl (%r12,%rax), %edi
callq _BNA_TXQ_WI_NEEDED
movq %rax, -88(%rbp) ## 8-byte Spill
movq -64(%rbp), %rdi ## 8-byte Reload
movq %r12, %rsi
movq -72(%rbp), %rdx ## 8-byte Reload
movq -96(%rbp), %rcx ## 8-byte Reload
callq _bnad_tx_buff_unmap
movq %rax, %r12
movq %r13, %rdi
callq _dev_kfree_skb_any
subq -88(%rbp), %r14 ## 8-byte Folded Reload
jne LBB0_5
## %bb.6:
movq -48(%rbp), %r13 ## 8-byte Reload
jmp LBB0_7
LBB0_1:
xorl %r15d, %r15d
jmp LBB0_8
LBB0_3:
xorl %r15d, %r15d
LBB0_7:
movq -56(%rbp), %rax ## 8-byte Reload
movq %rax, 8(%r13)
movq 24(%r13), %rax
addl %r15d, 4(%rax)
addl %ebx, (%rax)
LBB0_8:
movq %r15, %rax
addq $56, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _BNAD_TXQ_TX_STARTED,4,2 ## @BNAD_TXQ_TX_STARTED
.no_dead_strip _bnad_txcmpl_process
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function bnad_txcmpl_process
_bnad_txcmpl_process: ; @bnad_txcmpl_process
.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
mov x20, x0
ldr x21, [x1, #40]
Lloh0:
adrp x8, _BNAD_TXQ_TX_STARTED@GOTPAGE
Lloh1:
ldr x8, [x8, _BNAD_TXQ_TX_STARTED@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
add x1, x1, #32
bl _test_bit
cbz w0, LBB0_4
; %bb.1:
ldp x8, x24, [x19]
ldr x22, [x8]
ldr x23, [x19, #16]
mov x0, x24
mov x1, x22
mov x2, x23
bl _BNA_Q_INDEX_CHANGE
mov x26, x0
ldr x1, [x19, #16]
mov x0, x19
bl _BNA_QE_IN_USE_CNT
cmp x26, x0
cset w0, gt
bl _BUG_ON
cbz x26, LBB0_5
; %bb.2:
mov x25, #0
mov x28, #0
LBB0_3: ; =>This Inner Loop Header: Depth=1
add x8, x21, x24, lsl #4
ldr x27, [x8, #8]
add x25, x25, #1
ldr x9, [x27]
add x28, x9, x28
ldr w0, [x8]
bl _BNA_TXQ_WI_NEEDED
sub x26, x26, x0
mov x0, x20
mov x1, x21
mov x2, x23
mov x3, x24
bl _bnad_tx_buff_unmap
mov x24, x0
mov x0, x27
bl _dev_kfree_skb_any
cbnz x26, LBB0_3
b LBB0_6
LBB0_4:
mov x25, #0
b LBB0_7
LBB0_5:
mov w28, #0
mov x25, #0
LBB0_6:
str x22, [x19, #8]
ldr x8, [x19, #24]
ldp w10, w9, [x8]
add w9, w9, w25
add w10, w10, w28
stp w10, w9, [x8]
LBB0_7:
mov x0, x25
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 Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _BNAD_TXQ_TX_STARTED,4,2 ; @BNAD_TXQ_TX_STARTED
.no_dead_strip _bnad_txcmpl_process
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/net/bna/extr_bnad.c_bnad_txcmpl_process.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function match_break
_match_break: ## @match_break
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testl %edx, %edx
movl $1, %eax
cmovnel %edx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _match_break
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function match_break
_match_break: ; @match_break
.cfi_startproc
; %bb.0:
cmp w2, #0
csinc w0, w2, wzr, ne
ret
.cfi_endproc
; -- End function
.no_dead_strip _match_break
.subsections_via_symbols
| AnghaBench/reactos/sdk/tools/log2lines/extr_match.c_match_break.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ena_com_delete_host_info ## -- Begin function ena_com_delete_host_info
.p2align 4, 0x90
_ena_com_delete_host_info: ## @ena_com_delete_host_info
.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 8(%rdi), %rdx
testq %rdx, %rdx
je LBB0_2
## %bb.1:
movq %rdi, %rbx
movq _SZ_4K@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl 20(%rdi), %ecx
movl (%rdi), %edi
movl 16(%rbx), %r8d
callq _ENA_MEM_FREE_COHERENT
movq $0, 8(%rbx)
LBB0_2:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _SZ_4K,4,2 ## @SZ_4K
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ena_com_delete_host_info ; -- Begin function ena_com_delete_host_info
.p2align 2
_ena_com_delete_host_info: ; @ena_com_delete_host_info
.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
ldr x2, [x0, #8]
cbz x2, LBB0_2
; %bb.1:
mov x19, x0
ldr w0, [x0]
Lloh0:
adrp x8, _SZ_4K@GOTPAGE
Lloh1:
ldr x8, [x8, _SZ_4K@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
ldp w4, w3, [x19, #16]
bl _ENA_MEM_FREE_COHERENT
str xzr, [x19, #8]
LBB0_2:
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 _SZ_4K,4,2 ; @SZ_4K
.subsections_via_symbols
| AnghaBench/freebsd/sys/contrib/ena-com/extr_ena_com.c_ena_com_delete_host_info.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _BrotliEncoderSetParameter ## -- Begin function BrotliEncoderSetParameter
.p2align 4, 0x90
_BrotliEncoderSetParameter: ## @BrotliEncoderSetParameter
.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
## kill: def $esi killed $esi def $rsi
movq _BROTLI_FALSE@GOTPCREL(%rip), %rax
cmpq $0, 24(%rdi)
jne LBB0_11
## %bb.1:
addl $-128, %esi
cmpl $5, %esi
ja LBB0_11
## %bb.2:
movq %rdi, %rbx
leaq LJTI0_0(%rip), %rcx
movslq (%rcx,%rsi,4), %rsi
addq %rcx, %rsi
jmpq *%rsi
LBB0_9:
movl %edx, 12(%rbx)
jmp LBB0_10
LBB0_4:
movl %edx, (%rbx)
jmp LBB0_10
LBB0_3:
movl %edx, 20(%rbx)
jmp LBB0_10
LBB0_5:
movl %edx, 4(%rbx)
jmp LBB0_10
LBB0_6:
movl %edx, 8(%rbx)
jmp LBB0_10
LBB0_7:
cmpl $1, %edx
ja LBB0_11
## %bb.8:
xorl %edi, %edi
testl %edx, %edx
setne %dil
callq _TO_BROTLI_BOOL
movl %eax, 16(%rbx)
LBB0_10:
movq _BROTLI_TRUE@GOTPCREL(%rip), %rax
LBB0_11:
movl (%rax), %eax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L0_0_set_9, LBB0_9-LJTI0_0
.set L0_0_set_4, LBB0_4-LJTI0_0
.set L0_0_set_3, LBB0_3-LJTI0_0
.set L0_0_set_5, LBB0_5-LJTI0_0
.set L0_0_set_6, LBB0_6-LJTI0_0
.set L0_0_set_7, LBB0_7-LJTI0_0
LJTI0_0:
.long L0_0_set_9
.long L0_0_set_4
.long L0_0_set_3
.long L0_0_set_5
.long L0_0_set_6
.long L0_0_set_7
.end_data_region
## -- End function
.comm _BROTLI_FALSE,4,2 ## @BROTLI_FALSE
.comm _BROTLI_TRUE,4,2 ## @BROTLI_TRUE
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _BrotliEncoderSetParameter ; -- Begin function BrotliEncoderSetParameter
.p2align 2
_BrotliEncoderSetParameter: ; @BrotliEncoderSetParameter
.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
ldr x8, [x0, #24]
cbz x8, LBB0_2
LBB0_1:
Lloh0:
adrp x8, _BROTLI_FALSE@GOTPAGE
Lloh1:
ldr x8, [x8, _BROTLI_FALSE@GOTPAGEOFF]
b LBB0_12
LBB0_2:
sub w8, w1, #128
cmp w8, #5
b.hi LBB0_1
; %bb.3:
mov x19, x0
Lloh2:
adrp x9, lJTI0_0@PAGE
Lloh3:
add x9, x9, lJTI0_0@PAGEOFF
adr x10, LBB0_4
ldrb w11, [x9, x8]
add x10, x10, x11, lsl #2
br x10
LBB0_4:
str w2, [x19, #12]
b LBB0_11
LBB0_5:
str w2, [x19]
b LBB0_11
LBB0_6:
str w2, [x19, #20]
b LBB0_11
LBB0_7:
str w2, [x19, #4]
b LBB0_11
LBB0_8:
str w2, [x19, #8]
b LBB0_11
LBB0_9:
cmp w2, #1
b.hi LBB0_1
; %bb.10:
cmp w2, #0
cset w0, ne
bl _TO_BROTLI_BOOL
str w0, [x19, #16]
LBB0_11:
Lloh4:
adrp x8, _BROTLI_TRUE@GOTPAGE
Lloh5:
ldr x8, [x8, _BROTLI_TRUE@GOTPAGEOFF]
LBB0_12:
ldr w0, [x8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpLdrGot Lloh4, Lloh5
.cfi_endproc
.section __TEXT,__const
lJTI0_0:
.byte (LBB0_4-LBB0_4)>>2
.byte (LBB0_5-LBB0_4)>>2
.byte (LBB0_6-LBB0_4)>>2
.byte (LBB0_7-LBB0_4)>>2
.byte (LBB0_8-LBB0_4)>>2
.byte (LBB0_9-LBB0_4)>>2
; -- End function
.comm _BROTLI_FALSE,4,2 ; @BROTLI_FALSE
.comm _BROTLI_TRUE,4,2 ; @BROTLI_TRUE
.subsections_via_symbols
| AnghaBench/h2o/deps/brotli/c/enc/extr_encode.c_BrotliEncoderSetParameter.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function st_rtc_probe
_st_rtc_probe: ## @st_rtc_probe
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r15
movq (%rdi), %r12
leaq L_.str(%rip), %rsi
leaq -40(%rbp), %rdx
movq %r12, %rdi
callq _of_property_read_u32
testl %eax, %eax
je LBB0_4
## %bb.1:
leaq L_.str.1(%rip), %rsi
LBB0_2:
xorl %ebx, %ebx
LBB0_3:
movq %r15, %rdi
xorl %eax, %eax
callq _dev_err
movq _EINVAL@GOTPCREL(%rip), %rax
subl (%rax), %ebx
jmp LBB0_25
LBB0_4:
movq -40(%rbp), %rax
movq _ST_LPC_MODE_RTC@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_5
## %bb.7:
movq _GFP_KERNEL@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r15, %rdi
movl $40, %esi
callq _devm_kzalloc
testq %rax, %rax
je LBB0_8
## %bb.9:
movq %rax, %r14
movq %r15, %rdi
callq _devm_rtc_allocate_device
movq %rax, 8(%r14)
movq %rax, %rdi
callq _IS_ERR
testq %rax, %rax
je LBB0_12
## %bb.10:
movq 8(%r14), %rdi
jmp LBB0_11
LBB0_5:
movq _ENODEV@GOTPCREL(%rip), %rax
jmp LBB0_6
LBB0_8:
movq _ENOMEM@GOTPCREL(%rip), %rax
LBB0_6:
xorl %ebx, %ebx
subl (%rax), %ebx
jmp LBB0_25
LBB0_12:
movq %r14, %rdi
addq $32, %rdi
callq _spin_lock_init
movq _IORESOURCE_MEM@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r15, %rdi
xorl %edx, %edx
callq _platform_get_resource
movq %r15, %rdi
movq %rax, %rsi
callq _devm_ioremap_resource
movq %rax, 24(%r14)
movq %rax, %rdi
callq _IS_ERR
testq %rax, %rax
je LBB0_14
## %bb.13:
movq 24(%r14), %rdi
LBB0_11:
callq _PTR_ERR
movl %eax, %ebx
LBB0_25:
movl %ebx, %eax
addq $16, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB0_14:
xorl %ebx, %ebx
movq %r12, %rdi
xorl %esi, %esi
callq _irq_of_parse_and_map
movl %eax, 20(%r14)
testl %eax, %eax
je LBB0_15
## %bb.16:
movq _st_rtc_handler@GOTPCREL(%rip), %rcx
movl (%rcx), %edx
movl 8(%r15), %r8d
movq %r15, %rdi
movl %eax, %esi
xorl %ecx, %ecx
movq %r14, %r9
callq _devm_request_irq
movl 20(%r14), %edx
testl %eax, %eax
je LBB0_18
## %bb.17:
movl %eax, %ebx
leaq L_.str.3(%rip), %rsi
movq %r15, %rdi
xorl %eax, %eax
callq _dev_err
jmp LBB0_25
LBB0_15:
leaq L_.str.2(%rip), %rsi
jmp LBB0_3
LBB0_18:
movl %edx, %edi
callq _enable_irq_wake
movl 20(%r14), %edi
callq _disable_irq
movq %r15, %rdi
xorl %esi, %esi
callq _clk_get
movq %rax, (%r14)
movq %rax, %rdi
callq _IS_ERR
testq %rax, %rax
je LBB0_20
## %bb.19:
leaq L_.str.4(%rip), %rsi
movq %r15, %rdi
xorl %eax, %eax
callq _dev_err
movq (%r14), %rdi
jmp LBB0_11
LBB0_20:
movq (%r14), %rdi
callq _clk_prepare_enable
movq (%r14), %rdi
callq _clk_get_rate
movl %eax, 16(%r14)
testl %eax, %eax
je LBB0_21
## %bb.22:
movq %r15, %rdi
movl $1, %esi
callq _device_set_wakeup_capable
movq %r15, %rdi
movq %r14, %rsi
callq _platform_set_drvdata
movq 8(%r14), %rax
movq _st_rtc_ops@GOTPCREL(%rip), %rcx
movq %rcx, 8(%rax)
movq _U64_MAX@GOTPCREL(%rip), %rcx
movl (%rcx), %edi
movl %edi, (%rax)
movl 16(%r14), %esi
callq _do_div
movq 8(%r14), %rdi
callq _rtc_register_device
testl %eax, %eax
je LBB0_23
## %bb.24:
movl %eax, %ebx
movq (%r14), %rdi
callq _clk_disable_unprepare
jmp LBB0_25
LBB0_21:
leaq L_.str.5(%rip), %rsi
jmp LBB0_2
LBB0_23:
xorl %ebx, %ebx
jmp LBB0_25
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "st,lpc-mode"
L_.str.1: ## @.str.1
.asciz "An LPC mode must be provided\n"
.comm _EINVAL,4,2 ## @EINVAL
.comm _ST_LPC_MODE_RTC,8,3 ## @ST_LPC_MODE_RTC
.comm _ENODEV,4,2 ## @ENODEV
.comm _GFP_KERNEL,4,2 ## @GFP_KERNEL
.comm _ENOMEM,4,2 ## @ENOMEM
.comm _IORESOURCE_MEM,4,2 ## @IORESOURCE_MEM
L_.str.2: ## @.str.2
.asciz "IRQ missing or invalid\n"
.comm _st_rtc_handler,4,2 ## @st_rtc_handler
L_.str.3: ## @.str.3
.asciz "Failed to request irq %i\n"
L_.str.4: ## @.str.4
.asciz "Unable to request clock\n"
L_.str.5: ## @.str.5
.asciz "Unable to fetch clock rate\n"
.comm _st_rtc_ops,4,2 ## @st_rtc_ops
.comm _U64_MAX,4,2 ## @U64_MAX
.no_dead_strip _st_rtc_probe
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function st_rtc_probe
_st_rtc_probe: ; @st_rtc_probe
.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, x0
ldr x21, [x0]
Lloh0:
adrp x1, l_.str@PAGE
Lloh1:
add x1, x1, l_.str@PAGEOFF
add x2, sp, #8
mov x0, x21
bl _of_property_read_u32
cbz w0, LBB0_3
; %bb.1:
Lloh2:
adrp x1, l_.str.1@PAGE
Lloh3:
add x1, x1, l_.str.1@PAGEOFF
LBB0_2:
mov x0, x19
bl _dev_err
Lloh4:
adrp x8, _EINVAL@GOTPAGE
Lloh5:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
b LBB0_9
LBB0_3:
ldr x8, [sp, #8]
Lloh6:
adrp x9, _ST_LPC_MODE_RTC@GOTPAGE
Lloh7:
ldr x9, [x9, _ST_LPC_MODE_RTC@GOTPAGEOFF]
Lloh8:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_7
; %bb.4:
Lloh9:
adrp x8, _GFP_KERNEL@GOTPAGE
Lloh10:
ldr x8, [x8, _GFP_KERNEL@GOTPAGEOFF]
Lloh11:
ldr w2, [x8]
mov x0, x19
mov w1, #40
bl _devm_kzalloc
cbz x0, LBB0_8
; %bb.5:
mov x20, x0
mov x0, x19
bl _devm_rtc_allocate_device
str x0, [x20, #8]
bl _IS_ERR
cbz x0, LBB0_11
; %bb.6:
ldr x0, [x20, #8]
b LBB0_13
LBB0_7:
Lloh12:
adrp x8, _ENODEV@GOTPAGE
Lloh13:
ldr x8, [x8, _ENODEV@GOTPAGEOFF]
b LBB0_9
LBB0_8:
Lloh14:
adrp x8, _ENOMEM@GOTPAGE
Lloh15:
ldr x8, [x8, _ENOMEM@GOTPAGEOFF]
LBB0_9:
ldr w8, [x8]
neg w21, w8
LBB0_10:
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
add sp, sp, #64
ret
LBB0_11:
add x0, x20, #32
bl _spin_lock_init
Lloh16:
adrp x8, _IORESOURCE_MEM@GOTPAGE
Lloh17:
ldr x8, [x8, _IORESOURCE_MEM@GOTPAGEOFF]
Lloh18:
ldr w1, [x8]
mov x0, x19
mov w2, #0
bl _platform_get_resource
mov x1, x0
mov x0, x19
bl _devm_ioremap_resource
str x0, [x20, #24]
bl _IS_ERR
cbz x0, LBB0_14
; %bb.12:
ldr x0, [x20, #24]
LBB0_13:
bl _PTR_ERR
mov x21, x0
b LBB0_10
LBB0_14:
mov x0, x21
mov w1, #0
bl _irq_of_parse_and_map
str w0, [x20, #20]
cbz w0, LBB0_17
; %bb.15:
mov x1, x0
Lloh19:
adrp x8, _st_rtc_handler@GOTPAGE
Lloh20:
ldr x8, [x8, _st_rtc_handler@GOTPAGEOFF]
Lloh21:
ldr w2, [x8]
ldr w4, [x19, #8]
mov x0, x19
mov w3, #0
mov x5, x20
bl _devm_request_irq
mov x21, x0
ldr w0, [x20, #20]
cbz w21, LBB0_18
; %bb.16:
str x0, [sp]
Lloh22:
adrp x1, l_.str.3@PAGE
Lloh23:
add x1, x1, l_.str.3@PAGEOFF
mov x0, x19
bl _dev_err
b LBB0_10
LBB0_17:
Lloh24:
adrp x1, l_.str.2@PAGE
Lloh25:
add x1, x1, l_.str.2@PAGEOFF
b LBB0_2
LBB0_18:
; kill: def $w0 killed $w0 killed $x0
bl _enable_irq_wake
ldr w0, [x20, #20]
bl _disable_irq
mov x0, x19
mov x1, #0
bl _clk_get
str x0, [x20]
bl _IS_ERR
cbz x0, LBB0_20
; %bb.19:
Lloh26:
adrp x1, l_.str.4@PAGE
Lloh27:
add x1, x1, l_.str.4@PAGEOFF
mov x0, x19
bl _dev_err
ldr x0, [x20]
b LBB0_13
LBB0_20:
ldr x0, [x20]
bl _clk_prepare_enable
ldr x0, [x20]
bl _clk_get_rate
str w0, [x20, #16]
cbz w0, LBB0_23
; %bb.21:
mov x0, x19
mov w1, #1
bl _device_set_wakeup_capable
mov x0, x19
mov x1, x20
bl _platform_set_drvdata
ldr x8, [x20, #8]
Lloh28:
adrp x9, _st_rtc_ops@GOTPAGE
Lloh29:
ldr x9, [x9, _st_rtc_ops@GOTPAGEOFF]
str x9, [x8, #8]
Lloh30:
adrp x9, _U64_MAX@GOTPAGE
Lloh31:
ldr x9, [x9, _U64_MAX@GOTPAGEOFF]
Lloh32:
ldr w0, [x9]
str w0, [x8]
ldr w1, [x20, #16]
bl _do_div
ldr x0, [x20, #8]
bl _rtc_register_device
mov x21, x0
cbz w0, LBB0_10
; %bb.22:
ldr x0, [x20]
bl _clk_disable_unprepare
b LBB0_10
LBB0_23:
Lloh33:
adrp x1, l_.str.5@PAGE
Lloh34:
add x1, x1, l_.str.5@PAGEOFF
b LBB0_2
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpLdrGot Lloh14, Lloh15
.loh AdrpLdrGotLdr Lloh16, Lloh17, Lloh18
.loh AdrpLdrGotLdr Lloh19, Lloh20, Lloh21
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpAdd Lloh26, Lloh27
.loh AdrpLdrGotLdr Lloh30, Lloh31, Lloh32
.loh AdrpLdrGot Lloh28, Lloh29
.loh AdrpAdd Lloh33, Lloh34
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "st,lpc-mode"
l_.str.1: ; @.str.1
.asciz "An LPC mode must be provided\n"
.comm _EINVAL,4,2 ; @EINVAL
.comm _ST_LPC_MODE_RTC,8,3 ; @ST_LPC_MODE_RTC
.comm _ENODEV,4,2 ; @ENODEV
.comm _GFP_KERNEL,4,2 ; @GFP_KERNEL
.comm _ENOMEM,4,2 ; @ENOMEM
.comm _IORESOURCE_MEM,4,2 ; @IORESOURCE_MEM
l_.str.2: ; @.str.2
.asciz "IRQ missing or invalid\n"
.comm _st_rtc_handler,4,2 ; @st_rtc_handler
l_.str.3: ; @.str.3
.asciz "Failed to request irq %i\n"
l_.str.4: ; @.str.4
.asciz "Unable to request clock\n"
l_.str.5: ; @.str.5
.asciz "Unable to fetch clock rate\n"
.comm _st_rtc_ops,4,2 ; @st_rtc_ops
.comm _U64_MAX,4,2 ; @U64_MAX
.no_dead_strip _st_rtc_probe
.subsections_via_symbols
| AnghaBench/linux/drivers/rtc/extr_rtc-st-lpc.c_st_rtc_probe.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _bd_seg_get_addr ## -- Begin function bd_seg_get_addr
.p2align 4, 0x90
_bd_seg_get_addr: ## @bd_seg_get_addr
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
testq %rsi, %rsi
je LBB0_3
## %bb.1:
movq %rsi, %rbx
movq _OBJ_TYPE_SEG@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _obj_lookup
testq %rax, %rax
je LBB0_4
## %bb.2:
movl (%rax), %eax
movl %eax, (%rbx)
xorl %eax, %eax
jmp LBB0_6
LBB0_3:
movq _EINVAL@GOTPCREL(%rip), %rax
jmp LBB0_5
LBB0_4:
movq _errno@GOTPCREL(%rip), %rax
LBB0_5:
movl (%rax), %eax
LBB0_6:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _EINVAL,4,2 ## @EINVAL
.comm _OBJ_TYPE_SEG,4,2 ## @OBJ_TYPE_SEG
.comm _errno,4,2 ## @errno
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _bd_seg_get_addr ; -- Begin function bd_seg_get_addr
.p2align 2
_bd_seg_get_addr: ; @bd_seg_get_addr
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
cbz x1, LBB0_3
; %bb.1:
mov x19, x1
Lloh0:
adrp x8, _OBJ_TYPE_SEG@GOTPAGE
Lloh1:
ldr x8, [x8, _OBJ_TYPE_SEG@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
bl _obj_lookup
cbz x0, LBB0_4
; %bb.2:
mov x8, x0
mov w0, #0
ldr w8, [x8]
str w8, [x19]
b LBB0_6
LBB0_3:
Lloh3:
adrp x8, _EINVAL@GOTPAGE
Lloh4:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
b LBB0_5
LBB0_4:
Lloh5:
adrp x8, _errno@GOTPAGE
Lloh6:
ldr x8, [x8, _errno@GOTPAGEOFF]
LBB0_5:
ldr w0, [x8]
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
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGot Lloh5, Lloh6
.cfi_endproc
; -- End function
.comm _EINVAL,4,2 ; @EINVAL
.comm _OBJ_TYPE_SEG,4,2 ; @OBJ_TYPE_SEG
.comm _errno,4,2 ; @errno
.subsections_via_symbols
| AnghaBench/freebsd/tools/bus_space/extr_busdma.c_bd_seg_get_addr.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ds1621_write_temp
_ds1621_write_temp: ## @ds1621_write_temp
.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 %edx, %edi
callq _swab16
movq %rbx, %rdi
movl %r14d, %esi
movl %eax, %edx
popq %rbx
popq %r14
popq %rbp
jmp _i2c_smbus_write_word_data ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _ds1621_write_temp
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ds1621_write_temp
_ds1621_write_temp: ; @ds1621_write_temp
.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 x0, x2
bl _swab16
mov x2, x0
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 _i2c_smbus_write_word_data
.cfi_endproc
; -- End function
.no_dead_strip _ds1621_write_temp
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/hwmon/extr_ds1621.c_ds1621_write_temp.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _locfile_init ## -- Begin function locfile_init
.p2align 4, 0x90
_locfile_init: ## @locfile_init
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %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, %r14d
movq %rdx, %rbx
movq %rsi, %r12
movq %rdi, %r13
movl $48, %edi
callq _jv_mem_alloc
movq %rax, %r15
movq %r13, 40(%rax)
movq %r12, %rdi
callq _jv_string
movl %eax, 32(%r15)
movl %r14d, %edi
callq _jv_mem_alloc
movq %rax, 24(%r15)
movq %rax, %rdi
movq %rbx, %rsi
movl %r14d, %edx
callq _memcpy
movl %r14d, (%r15)
movabsq $4294967297, %rax ## imm = 0x100000001
movq %rax, 4(%r15)
movl %r14d, %r12d
testl %r14d, %r14d
jle LBB0_1
## %bb.2:
cmpl $1, %r14d
jne LBB0_14
## %bb.3:
movl $1, %esi
xorl %eax, %eax
LBB0_4:
testb $1, %r12b
je LBB0_7
## %bb.5:
cmpb $10, (%rbx,%rax)
jne LBB0_7
## %bb.6:
incl %esi
movl %esi, 4(%r15)
jmp LBB0_7
LBB0_1:
movl $1, %esi
LBB0_7:
incl %esi
movl $4, %edi
callq _jv_mem_calloc
movq %rax, 16(%r15)
movl $0, (%rax)
testl %r14d, %r14d
jle LBB0_13
## %bb.8:
cmpl $1, %r14d
jne LBB0_20
## %bb.9:
movl $1, %ecx
xorl %esi, %esi
LBB0_10:
testb $1, %r12b
je LBB0_13
## %bb.11:
cmpb $10, (%rbx,%rsi)
jne LBB0_13
## %bb.12:
movslq %ecx, %rcx
incl %esi
movl %esi, (%rax,%rcx,4)
LBB0_13:
incl %r14d
movslq 4(%r15), %rcx
movl %r14d, (%rax,%rcx,4)
movq %r15, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_14:
movl %r12d, %ecx
andl $-2, %ecx
movl $1, %esi
xorl %eax, %eax
jmp LBB0_15
.p2align 4, 0x90
LBB0_19: ## in Loop: Header=BB0_15 Depth=1
addq $2, %rax
cmpq %rax, %rcx
je LBB0_4
LBB0_15: ## =>This Inner Loop Header: Depth=1
cmpb $10, (%rbx,%rax)
jne LBB0_17
## %bb.16: ## in Loop: Header=BB0_15 Depth=1
incl %esi
movl %esi, 4(%r15)
LBB0_17: ## in Loop: Header=BB0_15 Depth=1
cmpb $10, 1(%rbx,%rax)
jne LBB0_19
## %bb.18: ## in Loop: Header=BB0_15 Depth=1
incl %esi
movl %esi, 4(%r15)
jmp LBB0_19
LBB0_20:
movl %r12d, %edx
andl $-2, %edx
movl $1, %ecx
xorl %edi, %edi
jmp LBB0_21
.p2align 4, 0x90
LBB0_25: ## in Loop: Header=BB0_21 Depth=1
movq %rsi, %rdi
cmpq %rsi, %rdx
je LBB0_10
LBB0_21: ## =>This Inner Loop Header: Depth=1
cmpb $10, (%rbx,%rdi)
jne LBB0_23
## %bb.22: ## in Loop: Header=BB0_21 Depth=1
movslq %ecx, %rcx
leal 1(%rdi), %esi
movl %esi, (%rax,%rcx,4)
incl %ecx
LBB0_23: ## in Loop: Header=BB0_21 Depth=1
leaq 2(%rdi), %rsi
cmpb $10, 1(%rbx,%rdi)
jne LBB0_25
## %bb.24: ## in Loop: Header=BB0_21 Depth=1
movslq %ecx, %rcx
addl $2, %edi
movl %edi, (%rax,%rcx,4)
incl %ecx
jmp LBB0_25
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _locfile_init ; -- Begin function locfile_init
.p2align 2
_locfile_init: ; @locfile_init
.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, x3
mov x20, x2
mov x22, x1
mov x23, x0
mov w0, #48
bl _jv_mem_alloc
mov x21, x0
str x23, [x0, #40]
mov x0, x22
bl _jv_string
str w0, [x21, #32]
mov x0, x19
bl _jv_mem_alloc
str x0, [x21, #24]
mov x1, x20
mov x2, x19
bl _memcpy
str w19, [x21]
movi.2s v0, #1
stur d0, [x21, #4]
mov w22, w19
mov w8, #1
cmp w19, #1
b.lt LBB0_5
; %bb.1:
mov x9, x22
mov x10, x20
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
add x10, x10, #1
subs x9, x9, #1
b.eq LBB0_5
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldrb w11, [x10]
cmp w11, #10
b.ne LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
add w8, w8, #1
str w8, [x21, #4]
b LBB0_2
LBB0_5:
add w1, w8, #1
mov w0, #4
bl _jv_mem_calloc
str x0, [x21, #16]
str wzr, [x0]
cmp w19, #1
b.lt LBB0_10
; %bb.6:
mov x8, #0
mov w9, #1
b LBB0_8
LBB0_7: ; in Loop: Header=BB0_8 Depth=1
add x8, x8, #1
cmp x22, x8
b.eq LBB0_10
LBB0_8: ; =>This Inner Loop Header: Depth=1
ldrb w10, [x20, x8]
cmp w10, #10
b.ne LBB0_7
; %bb.9: ; in Loop: Header=BB0_8 Depth=1
add w10, w8, #1
str w10, [x0, w9, sxtw #2]
add w9, w9, #1
b LBB0_7
LBB0_10:
add w8, w19, #1
ldrsw x9, [x21, #4]
str w8, [x0, x9, lsl #2]
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
.subsections_via_symbols
| AnghaBench/jq/src/extr_locfile.c_locfile_init.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ixgbe_dcb_config_tx_data_arbiter_82599 ## -- Begin function ixgbe_dcb_config_tx_data_arbiter_82599
.p2align 4, 0x90
_ixgbe_dcb_config_tx_data_arbiter_82599: ## @ixgbe_dcb_config_tx_data_arbiter_82599
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $40, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %r9, %r14
movq %r8, -80(%rbp) ## 8-byte Spill
movq %rcx, -72(%rbp) ## 8-byte Spill
movq %rdx, -64(%rbp) ## 8-byte Spill
movq %rsi, -56(%rbp) ## 8-byte Spill
movq _IXGBE_RTTPCS_TPPAC@GOTPCREL(%rip), %rsi
movq _IXGBE_RTTPCS_TPRM@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _IXGBE_RTTPCS_ARBD_DCB@GOTPCREL(%rip), %rcx
movq (%rcx), %rdx
movq _IXGBE_RTTPCS_ARBD_SHIFT@GOTPCREL(%rip), %rcx
movb (%rcx), %cl
shlq %cl, %rdx
orq (%rsi), %rax
orq %rax, %rdx
movq _IXGBE_RTTPCS_ARBDIS@GOTPCREL(%rip), %rax
orq (%rax), %rdx
movq _IXGBE_RTTPCS@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rdi, -48(%rbp) ## 8-byte Spill
callq _IXGBE_WRITE_REG
movq _MAX_USER_PRIORITY@GOTPCREL(%rip), %rax
movq (%rax), %r15
testq %r15, %r15
je LBB0_1
## %bb.2:
movq _IXGBE_RTTUP2TC_UP_SHIFT@GOTPCREL(%rip), %rax
movq (%rax), %r12
leaq -1(%r15), %rax
movl %r15d, %r8d
andl $3, %r8d
cmpq $3, %rax
jae LBB0_4
## %bb.3:
xorl %eax, %eax
xorl %edx, %edx
jmp LBB0_6
LBB0_1:
xorl %edx, %edx
jmp LBB0_9
LBB0_4:
andq $-4, %r15
leaq (%r12,%r12), %r9
leaq (,%r12,4), %r10
leaq (%r12,%r12,2), %r11
xorl %esi, %esi
xorl %eax, %eax
xorl %edx, %edx
.p2align 4, 0x90
LBB0_5: ## =>This Inner Loop Header: Depth=1
movq (%r14,%rax,8), %rbx
movq 8(%r14,%rax,8), %r13
movl %esi, %ecx
shlq %cl, %rbx
leal (%r12,%rsi), %ecx
## kill: def $cl killed $cl killed $ecx
shlq %cl, %r13
movq 16(%r14,%rax,8), %rdi
leal (%r9,%rsi), %ecx
## kill: def $cl killed $cl killed $ecx
shlq %cl, %rdi
orq %rdx, %rbx
orq %r13, %rdi
orq %rbx, %rdi
movq 24(%r14,%rax,8), %rdx
leal (%r11,%rsi), %ecx
## kill: def $cl killed $cl killed $ecx
shlq %cl, %rdx
orq %rdi, %rdx
addq $4, %rax
addq %r10, %rsi
cmpq %rax, %r15
jne LBB0_5
LBB0_6:
testq %r8, %r8
je LBB0_9
## %bb.7:
leaq (%r14,%rax,8), %rsi
imulq %r12, %rax
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_8: ## =>This Inner Loop Header: Depth=1
movq (%rsi,%rbx,8), %rdi
movl %eax, %ecx
shlq %cl, %rdi
orq %rdi, %rdx
incq %rbx
addq %r12, %rax
cmpq %rbx, %r8
jne LBB0_8
LBB0_9:
movq _IXGBE_RTTUP2TC@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq -48(%rbp), %rdi ## 8-byte Reload
callq _IXGBE_WRITE_REG
movq _MAX_TRAFFIC_CLASS@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
je LBB0_16
## %bb.10:
xorl %r14d, %r14d
movq _IXGBE_RTTPT2C_BWG_SHIFT@GOTPCREL(%rip), %r15
movq _prio_group@GOTPCREL(%rip), %r12
movq _prio_link@GOTPCREL(%rip), %r13
jmp LBB0_11
.p2align 4, 0x90
LBB0_15: ## in Loop: Header=BB0_11 Depth=1
orq %rcx, %rbx
movq %r14, %rdi
callq _IXGBE_RTTPT2C
movq -48(%rbp), %rdi ## 8-byte Reload
movl %eax, %esi
movq %rbx, %rdx
callq _IXGBE_WRITE_REG
incq %r14
movq _MAX_TRAFFIC_CLASS@GOTPCREL(%rip), %rax
cmpq (%rax), %r14
jae LBB0_16
LBB0_11: ## =>This Inner Loop Header: Depth=1
movq -64(%rbp), %rax ## 8-byte Reload
movq (%rax,%r14,8), %rax
movq _IXGBE_RTTPT2C_MCL_SHIFT@GOTPCREL(%rip), %rcx
movzbl (%rcx), %ecx
shlq %cl, %rax
movq -56(%rbp), %rcx ## 8-byte Reload
orq (%rcx,%r14,8), %rax
movq -72(%rbp), %rcx ## 8-byte Reload
movq (%rcx,%r14,8), %rbx
movzbl (%r15), %ecx
shlq %cl, %rbx
orq %rax, %rbx
movq -80(%rbp), %rax ## 8-byte Reload
movq (%rax,%r14,8), %rax
movl $0, %ecx
cmpq (%r12), %rax
jne LBB0_13
## %bb.12: ## in Loop: Header=BB0_11 Depth=1
movq _IXGBE_RTTPT2C_GSP@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
LBB0_13: ## in Loop: Header=BB0_11 Depth=1
orq %rcx, %rbx
movl $0, %ecx
cmpq (%r13), %rax
jne LBB0_15
## %bb.14: ## in Loop: Header=BB0_11 Depth=1
movq _IXGBE_RTTPT2C_LSP@GOTPCREL(%rip), %rax
movq (%rax), %rcx
jmp LBB0_15
LBB0_16:
movq _IXGBE_RTTPCS_TPRM@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _IXGBE_RTTPCS_ARBD_DCB@GOTPCREL(%rip), %rcx
movq (%rcx), %rdx
movq _IXGBE_RTTPCS_ARBD_SHIFT@GOTPCREL(%rip), %rcx
movb (%rcx), %cl
shlq %cl, %rdx
movq _IXGBE_RTTPCS_TPPAC@GOTPCREL(%rip), %rcx
orq (%rcx), %rax
orq %rax, %rdx
movq _IXGBE_RTTPCS@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq -48(%rbp), %rdi ## 8-byte Reload
callq _IXGBE_WRITE_REG
xorl %eax, %eax
addq $40, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _IXGBE_RTTPCS_TPPAC,8,3 ## @IXGBE_RTTPCS_TPPAC
.comm _IXGBE_RTTPCS_TPRM,8,3 ## @IXGBE_RTTPCS_TPRM
.comm _IXGBE_RTTPCS_ARBD_DCB,8,3 ## @IXGBE_RTTPCS_ARBD_DCB
.comm _IXGBE_RTTPCS_ARBD_SHIFT,8,3 ## @IXGBE_RTTPCS_ARBD_SHIFT
.comm _IXGBE_RTTPCS_ARBDIS,8,3 ## @IXGBE_RTTPCS_ARBDIS
.comm _IXGBE_RTTPCS,4,2 ## @IXGBE_RTTPCS
.comm _MAX_USER_PRIORITY,8,3 ## @MAX_USER_PRIORITY
.comm _IXGBE_RTTUP2TC_UP_SHIFT,8,3 ## @IXGBE_RTTUP2TC_UP_SHIFT
.comm _IXGBE_RTTUP2TC,4,2 ## @IXGBE_RTTUP2TC
.comm _MAX_TRAFFIC_CLASS,8,3 ## @MAX_TRAFFIC_CLASS
.comm _IXGBE_RTTPT2C_MCL_SHIFT,8,3 ## @IXGBE_RTTPT2C_MCL_SHIFT
.comm _IXGBE_RTTPT2C_BWG_SHIFT,8,3 ## @IXGBE_RTTPT2C_BWG_SHIFT
.comm _prio_group,8,3 ## @prio_group
.comm _IXGBE_RTTPT2C_GSP,8,3 ## @IXGBE_RTTPT2C_GSP
.comm _prio_link,8,3 ## @prio_link
.comm _IXGBE_RTTPT2C_LSP,8,3 ## @IXGBE_RTTPT2C_LSP
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ixgbe_dcb_config_tx_data_arbiter_82599 ; -- Begin function ixgbe_dcb_config_tx_data_arbiter_82599
.p2align 2
_ixgbe_dcb_config_tx_data_arbiter_82599: ; @ixgbe_dcb_config_tx_data_arbiter_82599
.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 x24, x5
mov x25, x4
mov x21, x3
mov x22, x2
mov x23, x1
mov x28, x0
Lloh0:
adrp x8, _IXGBE_RTTPCS_TPPAC@GOTPAGE
Lloh1:
ldr x8, [x8, _IXGBE_RTTPCS_TPPAC@GOTPAGEOFF]
Lloh2:
adrp x9, _IXGBE_RTTPCS_TPRM@GOTPAGE
Lloh3:
ldr x9, [x9, _IXGBE_RTTPCS_TPRM@GOTPAGEOFF]
Lloh4:
ldr x8, [x8]
Lloh5:
ldr x9, [x9]
orr x8, x9, x8
Lloh6:
adrp x9, _IXGBE_RTTPCS_ARBD_DCB@GOTPAGE
Lloh7:
ldr x9, [x9, _IXGBE_RTTPCS_ARBD_DCB@GOTPAGEOFF]
Lloh8:
ldr x9, [x9]
Lloh9:
adrp x10, _IXGBE_RTTPCS_ARBD_SHIFT@GOTPAGE
Lloh10:
ldr x10, [x10, _IXGBE_RTTPCS_ARBD_SHIFT@GOTPAGEOFF]
Lloh11:
ldr x10, [x10]
lsl x9, x9, x10
Lloh12:
adrp x10, _IXGBE_RTTPCS_ARBDIS@GOTPAGE
Lloh13:
ldr x10, [x10, _IXGBE_RTTPCS_ARBDIS@GOTPAGEOFF]
orr x8, x8, x9
Lloh14:
ldr x9, [x10]
orr x2, x8, x9
Lloh15:
adrp x8, _IXGBE_RTTPCS@GOTPAGE
Lloh16:
ldr x8, [x8, _IXGBE_RTTPCS@GOTPAGEOFF]
Lloh17:
ldr w1, [x8]
bl _IXGBE_WRITE_REG
Lloh18:
adrp x8, _MAX_USER_PRIORITY@GOTPAGE
Lloh19:
ldr x8, [x8, _MAX_USER_PRIORITY@GOTPAGEOFF]
Lloh20:
ldr x9, [x8]
cbz x9, LBB0_3
; %bb.1:
Lloh21:
adrp x8, _IXGBE_RTTUP2TC_UP_SHIFT@GOTPAGE
Lloh22:
ldr x8, [x8, _IXGBE_RTTUP2TC_UP_SHIFT@GOTPAGEOFF]
Lloh23:
ldr x8, [x8]
cmp x9, #4
b.hs LBB0_4
; %bb.2:
mov x10, #0
mov x2, #0
b LBB0_7
LBB0_3:
mov x2, #0
b LBB0_9
LBB0_4:
mov x15, #0
mov x13, #0
mov x14, #0
mov x12, #0
mov x11, #0
and x10, x9, #0xfffffffffffffffc
lsl x16, x8, #1
add x17, x16, x8
lsl x0, x8, #2
add x1, x24, #16
mov x2, x10
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldp x3, x4, [x1, #-16]
add x5, x8, x15
add x6, x16, x15
add x7, x17, x15
lsl x3, x3, x15
lsl x4, x4, x5
ldp x5, x20, [x1], #32
lsl x5, x5, x6
lsl x6, x20, x7
orr x13, x3, x13
orr x14, x4, x14
orr x12, x5, x12
orr x11, x6, x11
add x15, x15, x0
subs x2, x2, #4
b.ne LBB0_5
; %bb.6:
orr x13, x14, x13
orr x12, x12, x13
orr x2, x11, x12
cmp x9, x10
b.eq LBB0_9
LBB0_7:
sub x9, x9, x10
mul x11, x10, x8
add x10, x24, x10, lsl #3
LBB0_8: ; =>This Inner Loop Header: Depth=1
ldr x12, [x10], #8
lsl x12, x12, x11
orr x2, x12, x2
add x11, x11, x8
subs x9, x9, #1
b.ne LBB0_8
LBB0_9:
Lloh24:
adrp x8, _IXGBE_RTTUP2TC@GOTPAGE
Lloh25:
ldr x8, [x8, _IXGBE_RTTUP2TC@GOTPAGEOFF]
Lloh26:
ldr w1, [x8]
mov x0, x28
bl _IXGBE_WRITE_REG
Lloh27:
adrp x26, _MAX_TRAFFIC_CLASS@GOTPAGE
Lloh28:
ldr x26, [x26, _MAX_TRAFFIC_CLASS@GOTPAGEOFF]
ldr x8, [x26]
cbz x8, LBB0_12
; %bb.10:
mov x24, #0
Lloh29:
adrp x27, _prio_link@GOTPAGE
Lloh30:
ldr x27, [x27, _prio_link@GOTPAGEOFF]
Lloh31:
adrp x20, _IXGBE_RTTPT2C_LSP@GOTPAGE
Lloh32:
ldr x20, [x20, _IXGBE_RTTPT2C_LSP@GOTPAGEOFF]
LBB0_11: ; =>This Inner Loop Header: Depth=1
lsl x8, x24, #3
ldr x9, [x23, x8]
ldr x10, [x22, x8]
Lloh33:
adrp x11, _IXGBE_RTTPT2C_MCL_SHIFT@GOTPAGE
Lloh34:
ldr x11, [x11, _IXGBE_RTTPT2C_MCL_SHIFT@GOTPAGEOFF]
Lloh35:
ldr x11, [x11]
lsl x10, x10, x11
orr x9, x10, x9
ldr x10, [x21, x8]
Lloh36:
adrp x11, _IXGBE_RTTPT2C_BWG_SHIFT@GOTPAGE
Lloh37:
ldr x11, [x11, _IXGBE_RTTPT2C_BWG_SHIFT@GOTPAGEOFF]
Lloh38:
ldr x11, [x11]
lsl x10, x10, x11
orr x9, x9, x10
ldr x8, [x25, x8]
Lloh39:
adrp x10, _prio_group@GOTPAGE
Lloh40:
ldr x10, [x10, _prio_group@GOTPAGEOFF]
Lloh41:
ldr x10, [x10]
Lloh42:
adrp x11, _IXGBE_RTTPT2C_GSP@GOTPAGE
Lloh43:
ldr x11, [x11, _IXGBE_RTTPT2C_GSP@GOTPAGEOFF]
Lloh44:
ldr x11, [x11]
cmp x8, x10
csel x10, x11, xzr, eq
orr x9, x9, x10
ldr x10, [x27]
ldr x11, [x20]
cmp x8, x10
csel x8, x11, xzr, eq
mov x19, x25
orr x25, x9, x8
mov x0, x24
bl _IXGBE_RTTPT2C
mov x1, x0
mov x0, x28
mov x2, x25
mov x25, x19
bl _IXGBE_WRITE_REG
add x24, x24, #1
ldr x8, [x26]
cmp x24, x8
b.lo LBB0_11
LBB0_12:
Lloh45:
adrp x8, _IXGBE_RTTPCS_TPPAC@GOTPAGE
Lloh46:
ldr x8, [x8, _IXGBE_RTTPCS_TPPAC@GOTPAGEOFF]
Lloh47:
ldr x8, [x8]
Lloh48:
adrp x9, _IXGBE_RTTPCS_TPRM@GOTPAGE
Lloh49:
ldr x9, [x9, _IXGBE_RTTPCS_TPRM@GOTPAGEOFF]
Lloh50:
ldr x9, [x9]
orr x8, x9, x8
Lloh51:
adrp x9, _IXGBE_RTTPCS_ARBD_DCB@GOTPAGE
Lloh52:
ldr x9, [x9, _IXGBE_RTTPCS_ARBD_DCB@GOTPAGEOFF]
Lloh53:
ldr x9, [x9]
Lloh54:
adrp x10, _IXGBE_RTTPCS_ARBD_SHIFT@GOTPAGE
Lloh55:
ldr x10, [x10, _IXGBE_RTTPCS_ARBD_SHIFT@GOTPAGEOFF]
Lloh56:
ldr x10, [x10]
lsl x9, x9, x10
orr x2, x8, x9
Lloh57:
adrp x8, _IXGBE_RTTPCS@GOTPAGE
Lloh58:
ldr x8, [x8, _IXGBE_RTTPCS@GOTPAGEOFF]
Lloh59:
ldr w1, [x8]
mov x0, x28
bl _IXGBE_WRITE_REG
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
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
ret
.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 Lloh2, Lloh3, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh4
.loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23
.loh AdrpLdrGot Lloh27, Lloh28
.loh AdrpLdrGotLdr Lloh24, Lloh25, Lloh26
.loh AdrpLdrGot Lloh31, Lloh32
.loh AdrpLdrGot Lloh29, Lloh30
.loh AdrpLdrGotLdr Lloh42, Lloh43, Lloh44
.loh AdrpLdrGotLdr Lloh39, Lloh40, Lloh41
.loh AdrpLdrGotLdr Lloh36, Lloh37, Lloh38
.loh AdrpLdrGotLdr Lloh33, Lloh34, Lloh35
.loh AdrpLdrGotLdr Lloh57, Lloh58, Lloh59
.loh AdrpLdrGotLdr Lloh54, Lloh55, Lloh56
.loh AdrpLdrGotLdr Lloh51, Lloh52, Lloh53
.loh AdrpLdrGotLdr Lloh48, Lloh49, Lloh50
.loh AdrpLdrGotLdr Lloh45, Lloh46, Lloh47
.cfi_endproc
; -- End function
.comm _IXGBE_RTTPCS_TPPAC,8,3 ; @IXGBE_RTTPCS_TPPAC
.comm _IXGBE_RTTPCS_TPRM,8,3 ; @IXGBE_RTTPCS_TPRM
.comm _IXGBE_RTTPCS_ARBD_DCB,8,3 ; @IXGBE_RTTPCS_ARBD_DCB
.comm _IXGBE_RTTPCS_ARBD_SHIFT,8,3 ; @IXGBE_RTTPCS_ARBD_SHIFT
.comm _IXGBE_RTTPCS_ARBDIS,8,3 ; @IXGBE_RTTPCS_ARBDIS
.comm _IXGBE_RTTPCS,4,2 ; @IXGBE_RTTPCS
.comm _MAX_USER_PRIORITY,8,3 ; @MAX_USER_PRIORITY
.comm _IXGBE_RTTUP2TC_UP_SHIFT,8,3 ; @IXGBE_RTTUP2TC_UP_SHIFT
.comm _IXGBE_RTTUP2TC,4,2 ; @IXGBE_RTTUP2TC
.comm _MAX_TRAFFIC_CLASS,8,3 ; @MAX_TRAFFIC_CLASS
.comm _IXGBE_RTTPT2C_MCL_SHIFT,8,3 ; @IXGBE_RTTPT2C_MCL_SHIFT
.comm _IXGBE_RTTPT2C_BWG_SHIFT,8,3 ; @IXGBE_RTTPT2C_BWG_SHIFT
.comm _prio_group,8,3 ; @prio_group
.comm _IXGBE_RTTPT2C_GSP,8,3 ; @IXGBE_RTTPT2C_GSP
.comm _prio_link,8,3 ; @prio_link
.comm _IXGBE_RTTPT2C_LSP,8,3 ; @IXGBE_RTTPT2C_LSP
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ethernet/intel/ixgbe/extr_ixgbe_dcb_82599.c_ixgbe_dcb_config_tx_data_arbiter_82599.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mlx5_fpga_sbu_conn_destroy ## -- Begin function mlx5_fpga_sbu_conn_destroy
.p2align 4, 0x90
_mlx5_fpga_sbu_conn_destroy: ## @mlx5_fpga_sbu_conn_destroy
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mlx5_fpga_sbu_conn_destroy ; -- Begin function mlx5_fpga_sbu_conn_destroy
.p2align 2
_mlx5_fpga_sbu_conn_destroy: ; @mlx5_fpga_sbu_conn_destroy
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/mlx5/mlx5_fpga/extr_mlx5fpga_sdk.c_mlx5_fpga_sbu_conn_destroy.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _archive_read_set_close_callback ## -- Begin function archive_read_set_close_callback
.p2align 4, 0x90
_archive_read_set_close_callback: ## @archive_read_set_close_callback
.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
movq _ARCHIVE_READ_MAGIC@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _ARCHIVE_STATE_NEW@GOTPCREL(%rip), %rax
movl (%rax), %edx
leaq L_.str(%rip), %rcx
callq _archive_check_magic
movq %r14, (%rbx)
movq _ARCHIVE_OK@GOTPCREL(%rip), %rax
movl (%rax), %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ARCHIVE_READ_MAGIC,4,2 ## @ARCHIVE_READ_MAGIC
.comm _ARCHIVE_STATE_NEW,4,2 ## @ARCHIVE_STATE_NEW
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "archive_read_set_close_callback"
.comm _ARCHIVE_OK,4,2 ## @ARCHIVE_OK
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _archive_read_set_close_callback ; -- Begin function archive_read_set_close_callback
.p2align 2
_archive_read_set_close_callback: ; @archive_read_set_close_callback
.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
Lloh0:
adrp x8, _ARCHIVE_READ_MAGIC@GOTPAGE
Lloh1:
ldr x8, [x8, _ARCHIVE_READ_MAGIC@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
Lloh3:
adrp x8, _ARCHIVE_STATE_NEW@GOTPAGE
Lloh4:
ldr x8, [x8, _ARCHIVE_STATE_NEW@GOTPAGEOFF]
Lloh5:
ldr w2, [x8]
Lloh6:
adrp x3, l_.str@PAGE
Lloh7:
add x3, x3, l_.str@PAGEOFF
bl _archive_check_magic
str x19, [x20]
Lloh8:
adrp x8, _ARCHIVE_OK@GOTPAGE
Lloh9:
ldr x8, [x8, _ARCHIVE_OK@GOTPAGEOFF]
Lloh10:
ldr w0, [x8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _ARCHIVE_READ_MAGIC,4,2 ; @ARCHIVE_READ_MAGIC
.comm _ARCHIVE_STATE_NEW,4,2 ; @ARCHIVE_STATE_NEW
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "archive_read_set_close_callback"
.comm _ARCHIVE_OK,4,2 ; @ARCHIVE_OK
.subsections_via_symbols
| AnghaBench/freebsd/contrib/libarchive/libarchive/extr_archive_read.c_archive_read_set_close_callback.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function store_pwm_enable
_store_pwm_enable: ## @store_pwm_enable
.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 %rcx, %r12
movq %rdx, %r14
movq %rsi, %rbx
movq %rdi, %r15
callq _to_i2c_client
movq %rax, -48(%rbp) ## 8-byte Spill
movq %r15, %rdi
callq _w83795_update_pwm_config
movq %rax, %r13
movq %rbx, %rdi
callq _to_sensor_dev_attr_2
movl (%rax), %ebx
leaq -56(%rbp), %rdx
movq %r14, %rdi
movl $10, %esi
callq _kstrtoul
testq %rax, %rax
js LBB0_1
## %bb.3:
movq -56(%rbp), %rax
leaq -3(%rax), %rcx
cmpq $-3, %rcx
ja LBB0_4
LBB0_1:
movq _EINVAL@GOTPCREL(%rip), %rax
LBB0_2:
xorl %r12d, %r12d
subq (%rax), %r12
LBB0_12:
movq %r12, %rax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_4:
cmpq $2, %rax
jb LBB0_6
## %bb.5:
leaq L_.str(%rip), %rsi
movq %r15, %rdi
callq _dev_warn
leaq L_.str.1(%rip), %rsi
movq %r15, %rdi
callq _dev_warn
movq _EOPNOTSUPP@GOTPCREL(%rip), %rax
jmp LBB0_2
LBB0_6:
movq %r13, %r15
addq $16, %r13
movq %r13, %rdi
callq _mutex_lock
movq -56(%rbp), %rax
cmpq $2, %rax
je LBB0_9
## %bb.7:
cmpq $1, %rax
jne LBB0_11
## %bb.8:
movl $-2, %r14d
movl %ebx, %ecx
roll %cl, %r14d
movq (%r15), %rax
movl (%rax), %edx
btrl %ebx, %edx
movl %edx, (%rax)
movq _W83795_REG_FCMS1@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r15, %rbx
movq -48(%rbp), %r15 ## 8-byte Reload
movq %r15, %rdi
callq _w83795_write
movq 8(%rbx), %rax
andl %r14d, (%rax)
xorl %edi, %edi
callq _W83795_REG_TFMR
movq 8(%rbx), %rcx
movl (%rcx), %edx
movq %r15, %rdi
movl %eax, %esi
callq _w83795_write
movq 8(%rbx), %rax
andl %r14d, 4(%rax)
movl $1, %edi
callq _W83795_REG_TFMR
movq 8(%rbx), %rcx
movl 4(%rcx), %edx
movq %r15, %rdi
movl %eax, %esi
callq _w83795_write
movq 8(%rbx), %rax
andl %r14d, 8(%rax)
movl $2, %edi
callq _W83795_REG_TFMR
movq 8(%rbx), %rcx
movl 8(%rcx), %edx
movq %r15, %rdi
movl %eax, %esi
callq _w83795_write
movq 8(%rbx), %rax
andl %r14d, 12(%rax)
movl $3, %edi
callq _W83795_REG_TFMR
movq 8(%rbx), %rcx
movl 12(%rcx), %edx
movq %r15, %rdi
movl %eax, %esi
callq _w83795_write
movq 8(%rbx), %rax
andl %r14d, 16(%rax)
movl $4, %edi
callq _W83795_REG_TFMR
movq 8(%rbx), %rcx
movl 16(%rcx), %edx
movq %r15, %rdi
movl %eax, %esi
callq _w83795_write
movq 8(%rbx), %rax
andl %r14d, 20(%rax)
movl $5, %edi
callq _W83795_REG_TFMR
movl %eax, %esi
movq 8(%rbx), %rax
movl 20(%rax), %edx
jmp LBB0_10
LBB0_9:
movq (%r15), %rax
movl (%rax), %edx
btsl %ebx, %edx
movl %edx, (%rax)
movq _W83795_REG_FCMS1@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq -48(%rbp), %r15 ## 8-byte Reload
LBB0_10:
movq %r15, %rdi
callq _w83795_write
LBB0_11:
movq %r13, %rdi
callq _mutex_unlock
jmp LBB0_12
.cfi_endproc
## -- End function
.comm _EINVAL,8,3 ## @EINVAL
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Automatic fan speed control support disabled\n"
L_.str.1: ## @.str.1
.asciz "Build with CONFIG_SENSORS_W83795_FANCTRL=y if you want it\n"
.comm _EOPNOTSUPP,8,3 ## @EOPNOTSUPP
.comm _W83795_REG_FCMS1,4,2 ## @W83795_REG_FCMS1
.no_dead_strip _store_pwm_enable
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function store_pwm_enable
_store_pwm_enable: ; @store_pwm_enable
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x3
mov x23, x2
mov x24, x1
mov x22, x0
bl _to_i2c_client
mov x20, x0
mov x0, x22
bl _w83795_update_pwm_config
mov x21, x0
mov x0, x24
bl _to_sensor_dev_attr_2
ldr w24, [x0]
add x2, sp, #8
mov x0, x23
mov w1, #10
bl _kstrtoul
tbnz x0, #63, LBB0_2
; %bb.1:
ldr x8, [sp, #8]
sub x9, x8, #3
cmn x9, #3
b.hi LBB0_5
LBB0_2:
Lloh0:
adrp x8, _EINVAL@GOTPAGE
Lloh1:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
LBB0_3:
ldr x8, [x8]
neg x19, x8
LBB0_4:
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
LBB0_5:
cmp x8, #2
b.lo LBB0_7
; %bb.6:
Lloh2:
adrp x1, l_.str@PAGE
Lloh3:
add x1, x1, l_.str@PAGEOFF
mov x0, x22
bl _dev_warn
Lloh4:
adrp x1, l_.str.1@PAGE
Lloh5:
add x1, x1, l_.str.1@PAGEOFF
mov x0, x22
bl _dev_warn
Lloh6:
adrp x8, _EOPNOTSUPP@GOTPAGE
Lloh7:
ldr x8, [x8, _EOPNOTSUPP@GOTPAGEOFF]
b LBB0_3
LBB0_7:
add x22, x21, #16
mov x0, x22
bl _mutex_lock
ldr x8, [sp, #8]
cmp x8, #2
b.eq LBB0_10
; %bb.8:
cmp x8, #1
b.ne LBB0_12
; %bb.9:
lsl w23, w8, w24
ldr x8, [x21]
ldr w9, [x8]
bic w2, w9, w23
str w2, [x8]
Lloh8:
adrp x8, _W83795_REG_FCMS1@GOTPAGE
Lloh9:
ldr x8, [x8, _W83795_REG_FCMS1@GOTPAGEOFF]
Lloh10:
ldr w1, [x8]
mov x0, x20
bl _w83795_write
ldr x8, [x21, #8]
ldr w9, [x8]
bic w9, w9, w23
str w9, [x8]
mov w0, #0
bl _W83795_REG_TFMR
mov x1, x0
ldr x8, [x21, #8]
ldr w2, [x8]
mov x0, x20
bl _w83795_write
ldr x8, [x21, #8]
ldr w9, [x8, #4]
bic w9, w9, w23
str w9, [x8, #4]
mov w0, #1
bl _W83795_REG_TFMR
mov x1, x0
ldr x8, [x21, #8]
ldr w2, [x8, #4]
mov x0, x20
bl _w83795_write
ldr x8, [x21, #8]
ldr w9, [x8, #8]
bic w9, w9, w23
str w9, [x8, #8]
mov w0, #2
bl _W83795_REG_TFMR
mov x1, x0
ldr x8, [x21, #8]
ldr w2, [x8, #8]
mov x0, x20
bl _w83795_write
ldr x8, [x21, #8]
ldr w9, [x8, #12]
bic w9, w9, w23
str w9, [x8, #12]
mov w0, #3
bl _W83795_REG_TFMR
mov x1, x0
ldr x8, [x21, #8]
ldr w2, [x8, #12]
mov x0, x20
bl _w83795_write
ldr x8, [x21, #8]
ldr w9, [x8, #16]
bic w9, w9, w23
str w9, [x8, #16]
mov w0, #4
bl _W83795_REG_TFMR
mov x1, x0
ldr x8, [x21, #8]
ldr w2, [x8, #16]
mov x0, x20
bl _w83795_write
ldr x8, [x21, #8]
ldr w9, [x8, #20]
bic w9, w9, w23
str w9, [x8, #20]
mov w0, #5
bl _W83795_REG_TFMR
mov x1, x0
ldr x8, [x21, #8]
ldr w2, [x8, #20]
b LBB0_11
LBB0_10:
mov w8, #1
lsl w8, w8, w24
ldr x9, [x21]
ldr w10, [x9]
orr w2, w10, w8
str w2, [x9]
Lloh11:
adrp x8, _W83795_REG_FCMS1@GOTPAGE
Lloh12:
ldr x8, [x8, _W83795_REG_FCMS1@GOTPAGEOFF]
Lloh13:
ldr w1, [x8]
LBB0_11:
mov x0, x20
bl _w83795_write
LBB0_12:
mov x0, x22
bl _mutex_unlock
b LBB0_4
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13
.cfi_endproc
; -- End function
.comm _EINVAL,8,3 ; @EINVAL
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Automatic fan speed control support disabled\n"
l_.str.1: ; @.str.1
.asciz "Build with CONFIG_SENSORS_W83795_FANCTRL=y if you want it\n"
.comm _EOPNOTSUPP,8,3 ; @EOPNOTSUPP
.comm _W83795_REG_FCMS1,4,2 ; @W83795_REG_FCMS1
.no_dead_strip _store_pwm_enable
.subsections_via_symbols
| AnghaBench/linux/drivers/hwmon/extr_w83795.c_store_pwm_enable.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _NMI_Handler ## -- Begin function NMI_Handler
.p2align 4, 0x90
_NMI_Handler: ## @NMI_Handler
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _HardFault_Handler ## -- Begin function HardFault_Handler
.p2align 4, 0x90
_HardFault_Handler: ## @HardFault_Handler
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
.p2align 4, 0x90
LBB1_1: ## =>This Inner Loop Header: Depth=1
jmp LBB1_1
.cfi_endproc
## -- End function
.globl _MemManage_Handler ## -- Begin function MemManage_Handler
.p2align 4, 0x90
_MemManage_Handler: ## @MemManage_Handler
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
.p2align 4, 0x90
LBB2_1: ## =>This Inner Loop Header: Depth=1
jmp LBB2_1
.cfi_endproc
## -- End function
.globl _BusFault_Handler ## -- Begin function BusFault_Handler
.p2align 4, 0x90
_BusFault_Handler: ## @BusFault_Handler
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
.p2align 4, 0x90
LBB3_1: ## =>This Inner Loop Header: Depth=1
jmp LBB3_1
.cfi_endproc
## -- End function
.globl _UsageFault_Handler ## -- Begin function UsageFault_Handler
.p2align 4, 0x90
_UsageFault_Handler: ## @UsageFault_Handler
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
.p2align 4, 0x90
LBB4_1: ## =>This Inner Loop Header: Depth=1
jmp LBB4_1
.cfi_endproc
## -- End function
.globl _SVC_Handler ## -- Begin function SVC_Handler
.p2align 4, 0x90
_SVC_Handler: ## @SVC_Handler
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _DebugMon_Handler ## -- Begin function DebugMon_Handler
.p2align 4, 0x90
_DebugMon_Handler: ## @DebugMon_Handler
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _NMI_Handler ; -- Begin function NMI_Handler
.p2align 2
_NMI_Handler: ; @NMI_Handler
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _HardFault_Handler ; -- Begin function HardFault_Handler
.p2align 2
_HardFault_Handler: ; @HardFault_Handler
.cfi_startproc
; %bb.0:
LBB1_1: ; =>This Inner Loop Header: Depth=1
b LBB1_1
.cfi_endproc
; -- End function
.globl _MemManage_Handler ; -- Begin function MemManage_Handler
.p2align 2
_MemManage_Handler: ; @MemManage_Handler
.cfi_startproc
; %bb.0:
LBB2_1: ; =>This Inner Loop Header: Depth=1
b LBB2_1
.cfi_endproc
; -- End function
.globl _BusFault_Handler ; -- Begin function BusFault_Handler
.p2align 2
_BusFault_Handler: ; @BusFault_Handler
.cfi_startproc
; %bb.0:
LBB3_1: ; =>This Inner Loop Header: Depth=1
b LBB3_1
.cfi_endproc
; -- End function
.globl _UsageFault_Handler ; -- Begin function UsageFault_Handler
.p2align 2
_UsageFault_Handler: ; @UsageFault_Handler
.cfi_startproc
; %bb.0:
LBB4_1: ; =>This Inner Loop Header: Depth=1
b LBB4_1
.cfi_endproc
; -- End function
.globl _SVC_Handler ; -- Begin function SVC_Handler
.p2align 2
_SVC_Handler: ; @SVC_Handler
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _DebugMon_Handler ; -- Begin function DebugMon_Handler
.p2align 2
_DebugMon_Handler: ; @DebugMon_Handler
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/90763205.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _radeon_combios_connected_scratch_regs ## -- Begin function radeon_combios_connected_scratch_regs
.p2align 4, 0x90
_radeon_combios_connected_scratch_regs: ## @radeon_combios_connected_scratch_regs
.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, %r12d
movq %rsi, %rbx
callq _to_radeon_connector
movq %rax, %r14
movq %rbx, %rdi
callq _to_radeon_encoder
movq %rax, %r13
movq _RADEON_BIOS_4_SCRATCH@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _RREG32
movl %eax, %ebx
movq _RADEON_BIOS_5_SCRATCH@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _RREG32
movl %eax, %r15d
movq _ATOM_DEVICE_TV1_SUPPORT@GOTPCREL(%rip), %rax
movl (%rax), %eax
testl %eax, (%r13)
je LBB0_5
## %bb.1:
testl %eax, (%r14)
je LBB0_5
## %bb.2:
testl %r12d, %r12d
je LBB0_4
## %bb.3:
leaq L_.str(%rip), %rdi
callq _DRM_DEBUG_KMS
movq _RADEON_TV1_ATTACHED_SVIDEO@GOTPCREL(%rip), %rax
movl (%rax), %eax
orl %eax, %ebx
movq _RADEON_TV1_ON@GOTPCREL(%rip), %rax
movl (%rax), %eax
orl %r15d, %eax
movq _RADEON_ACC_REQ_TV1@GOTPCREL(%rip), %rcx
orl (%rcx), %eax
movl %eax, %r15d
jmp LBB0_5
LBB0_4:
leaq L_.str.1(%rip), %rdi
callq _DRM_DEBUG_KMS
movq _RADEON_TV1_ATTACHED_MASK@GOTPCREL(%rip), %rax
movl (%rax), %eax
notl %eax
andl %eax, %ebx
movq _RADEON_TV1_ON@GOTPCREL(%rip), %rax
movq _RADEON_ACC_REQ_TV1@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
notl %ecx
andl %ecx, %r15d
LBB0_5:
movq _ATOM_DEVICE_LCD1_SUPPORT@GOTPCREL(%rip), %rax
movl (%rax), %eax
testl %eax, (%r13)
je LBB0_10
## %bb.6:
testl %eax, (%r14)
je LBB0_10
## %bb.7:
testl %r12d, %r12d
je LBB0_9
## %bb.8:
leaq L_.str.2(%rip), %rdi
callq _DRM_DEBUG_KMS
movq _RADEON_LCD1_ATTACHED@GOTPCREL(%rip), %rax
orl (%rax), %ebx
movq _RADEON_LCD1_ON@GOTPCREL(%rip), %rax
orl (%rax), %r15d
movq _RADEON_ACC_REQ_LCD1@GOTPCREL(%rip), %rax
orl (%rax), %r15d
jmp LBB0_10
LBB0_9:
leaq L_.str.3(%rip), %rdi
callq _DRM_DEBUG_KMS
movq _RADEON_LCD1_ATTACHED@GOTPCREL(%rip), %rax
movl (%rax), %eax
notl %eax
andl %eax, %ebx
movq _RADEON_LCD1_ON@GOTPCREL(%rip), %rax
movq _RADEON_ACC_REQ_LCD1@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
notl %ecx
andl %ecx, %r15d
LBB0_10:
movq _ATOM_DEVICE_CRT1_SUPPORT@GOTPCREL(%rip), %rax
movl (%rax), %eax
testl %eax, (%r13)
je LBB0_15
## %bb.11:
testl %eax, (%r14)
je LBB0_15
## %bb.12:
testl %r12d, %r12d
je LBB0_14
## %bb.13:
leaq L_.str.4(%rip), %rdi
callq _DRM_DEBUG_KMS
movq _RADEON_CRT1_ATTACHED_COLOR@GOTPCREL(%rip), %rax
orl (%rax), %ebx
movq _RADEON_CRT1_ON@GOTPCREL(%rip), %rax
orl (%rax), %r15d
movq _RADEON_ACC_REQ_CRT1@GOTPCREL(%rip), %rax
orl (%rax), %r15d
jmp LBB0_15
LBB0_14:
leaq L_.str.5(%rip), %rdi
callq _DRM_DEBUG_KMS
movq _RADEON_CRT1_ATTACHED_MASK@GOTPCREL(%rip), %rax
movl (%rax), %eax
notl %eax
andl %eax, %ebx
movq _RADEON_CRT1_ON@GOTPCREL(%rip), %rax
movq _RADEON_ACC_REQ_CRT1@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
notl %ecx
andl %ecx, %r15d
LBB0_15:
movq _ATOM_DEVICE_CRT2_SUPPORT@GOTPCREL(%rip), %rax
movl (%rax), %eax
testl %eax, (%r13)
je LBB0_20
## %bb.16:
testl %eax, (%r14)
je LBB0_20
## %bb.17:
testl %r12d, %r12d
je LBB0_19
## %bb.18:
leaq L_.str.6(%rip), %rdi
callq _DRM_DEBUG_KMS
movq _RADEON_CRT2_ATTACHED_COLOR@GOTPCREL(%rip), %rax
orl (%rax), %ebx
movq _RADEON_CRT2_ON@GOTPCREL(%rip), %rax
orl (%rax), %r15d
movq _RADEON_ACC_REQ_CRT2@GOTPCREL(%rip), %rax
orl (%rax), %r15d
jmp LBB0_20
LBB0_19:
leaq L_.str.7(%rip), %rdi
callq _DRM_DEBUG_KMS
movq _RADEON_CRT2_ATTACHED_MASK@GOTPCREL(%rip), %rax
movl (%rax), %eax
notl %eax
andl %eax, %ebx
movq _RADEON_CRT2_ON@GOTPCREL(%rip), %rax
movq _RADEON_ACC_REQ_CRT2@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
notl %ecx
andl %ecx, %r15d
LBB0_20:
movq _ATOM_DEVICE_DFP1_SUPPORT@GOTPCREL(%rip), %rax
movl (%rax), %eax
testl %eax, (%r13)
je LBB0_25
## %bb.21:
testl %eax, (%r14)
je LBB0_25
## %bb.22:
testl %r12d, %r12d
je LBB0_24
## %bb.23:
leaq L_.str.8(%rip), %rdi
callq _DRM_DEBUG_KMS
movq _RADEON_DFP1_ATTACHED@GOTPCREL(%rip), %rax
orl (%rax), %ebx
movq _RADEON_DFP1_ON@GOTPCREL(%rip), %rax
orl (%rax), %r15d
movq _RADEON_ACC_REQ_DFP1@GOTPCREL(%rip), %rax
orl (%rax), %r15d
jmp LBB0_25
LBB0_24:
leaq L_.str.9(%rip), %rdi
callq _DRM_DEBUG_KMS
movq _RADEON_DFP1_ATTACHED@GOTPCREL(%rip), %rax
movl (%rax), %eax
notl %eax
andl %eax, %ebx
movq _RADEON_DFP1_ON@GOTPCREL(%rip), %rax
movq _RADEON_ACC_REQ_DFP1@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
notl %ecx
andl %ecx, %r15d
LBB0_25:
movq _ATOM_DEVICE_DFP2_SUPPORT@GOTPCREL(%rip), %rax
movl (%rax), %eax
testl %eax, (%r13)
je LBB0_30
## %bb.26:
testl %eax, (%r14)
je LBB0_30
## %bb.27:
testl %r12d, %r12d
je LBB0_29
## %bb.28:
leaq L_.str.10(%rip), %rdi
callq _DRM_DEBUG_KMS
movq _RADEON_DFP2_ATTACHED@GOTPCREL(%rip), %rax
orl (%rax), %ebx
movq _RADEON_DFP2_ON@GOTPCREL(%rip), %rax
orl (%rax), %r15d
movq _RADEON_ACC_REQ_DFP2@GOTPCREL(%rip), %rax
orl (%rax), %r15d
jmp LBB0_30
LBB0_29:
leaq L_.str.11(%rip), %rdi
callq _DRM_DEBUG_KMS
movq _RADEON_DFP2_ATTACHED@GOTPCREL(%rip), %rax
movl (%rax), %eax
notl %eax
andl %eax, %ebx
movq _RADEON_DFP2_ON@GOTPCREL(%rip), %rax
movq _RADEON_ACC_REQ_DFP2@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
notl %ecx
andl %ecx, %r15d
LBB0_30:
movq _RADEON_BIOS_4_SCRATCH@GOTPCREL(%rip), %rax
movl %ebx, %esi
movq _RADEON_BIOS_5_SCRATCH@GOTPCREL(%rip), %rbx
movl (%rax), %edi
callq _WREG32
movl (%rbx), %edi
movl %r15d, %esi
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _WREG32 ## TAILCALL
.cfi_endproc
## -- End function
.comm _RADEON_BIOS_4_SCRATCH,4,2 ## @RADEON_BIOS_4_SCRATCH
.comm _RADEON_BIOS_5_SCRATCH,4,2 ## @RADEON_BIOS_5_SCRATCH
.comm _ATOM_DEVICE_TV1_SUPPORT,4,2 ## @ATOM_DEVICE_TV1_SUPPORT
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "TV1 connected\n"
.comm _RADEON_TV1_ATTACHED_SVIDEO,4,2 ## @RADEON_TV1_ATTACHED_SVIDEO
.comm _RADEON_TV1_ON,4,2 ## @RADEON_TV1_ON
.comm _RADEON_ACC_REQ_TV1,4,2 ## @RADEON_ACC_REQ_TV1
L_.str.1: ## @.str.1
.asciz "TV1 disconnected\n"
.comm _RADEON_TV1_ATTACHED_MASK,4,2 ## @RADEON_TV1_ATTACHED_MASK
.comm _ATOM_DEVICE_LCD1_SUPPORT,4,2 ## @ATOM_DEVICE_LCD1_SUPPORT
L_.str.2: ## @.str.2
.asciz "LCD1 connected\n"
.comm _RADEON_LCD1_ATTACHED,4,2 ## @RADEON_LCD1_ATTACHED
.comm _RADEON_LCD1_ON,4,2 ## @RADEON_LCD1_ON
.comm _RADEON_ACC_REQ_LCD1,4,2 ## @RADEON_ACC_REQ_LCD1
L_.str.3: ## @.str.3
.asciz "LCD1 disconnected\n"
.comm _ATOM_DEVICE_CRT1_SUPPORT,4,2 ## @ATOM_DEVICE_CRT1_SUPPORT
L_.str.4: ## @.str.4
.asciz "CRT1 connected\n"
.comm _RADEON_CRT1_ATTACHED_COLOR,4,2 ## @RADEON_CRT1_ATTACHED_COLOR
.comm _RADEON_CRT1_ON,4,2 ## @RADEON_CRT1_ON
.comm _RADEON_ACC_REQ_CRT1,4,2 ## @RADEON_ACC_REQ_CRT1
L_.str.5: ## @.str.5
.asciz "CRT1 disconnected\n"
.comm _RADEON_CRT1_ATTACHED_MASK,4,2 ## @RADEON_CRT1_ATTACHED_MASK
.comm _ATOM_DEVICE_CRT2_SUPPORT,4,2 ## @ATOM_DEVICE_CRT2_SUPPORT
L_.str.6: ## @.str.6
.asciz "CRT2 connected\n"
.comm _RADEON_CRT2_ATTACHED_COLOR,4,2 ## @RADEON_CRT2_ATTACHED_COLOR
.comm _RADEON_CRT2_ON,4,2 ## @RADEON_CRT2_ON
.comm _RADEON_ACC_REQ_CRT2,4,2 ## @RADEON_ACC_REQ_CRT2
L_.str.7: ## @.str.7
.asciz "CRT2 disconnected\n"
.comm _RADEON_CRT2_ATTACHED_MASK,4,2 ## @RADEON_CRT2_ATTACHED_MASK
.comm _ATOM_DEVICE_DFP1_SUPPORT,4,2 ## @ATOM_DEVICE_DFP1_SUPPORT
L_.str.8: ## @.str.8
.asciz "DFP1 connected\n"
.comm _RADEON_DFP1_ATTACHED,4,2 ## @RADEON_DFP1_ATTACHED
.comm _RADEON_DFP1_ON,4,2 ## @RADEON_DFP1_ON
.comm _RADEON_ACC_REQ_DFP1,4,2 ## @RADEON_ACC_REQ_DFP1
L_.str.9: ## @.str.9
.asciz "DFP1 disconnected\n"
.comm _ATOM_DEVICE_DFP2_SUPPORT,4,2 ## @ATOM_DEVICE_DFP2_SUPPORT
L_.str.10: ## @.str.10
.asciz "DFP2 connected\n"
.comm _RADEON_DFP2_ATTACHED,4,2 ## @RADEON_DFP2_ATTACHED
.comm _RADEON_DFP2_ON,4,2 ## @RADEON_DFP2_ON
.comm _RADEON_ACC_REQ_DFP2,4,2 ## @RADEON_ACC_REQ_DFP2
L_.str.11: ## @.str.11
.asciz "DFP2 disconnected\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _radeon_combios_connected_scratch_regs ; -- Begin function radeon_combios_connected_scratch_regs
.p2align 2
_radeon_combios_connected_scratch_regs: ; @radeon_combios_connected_scratch_regs
.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 x21, x2
mov x19, x1
bl _to_radeon_connector
mov x22, x0
mov x0, x19
bl _to_radeon_encoder
mov x23, x0
Lloh0:
adrp x24, _RADEON_BIOS_4_SCRATCH@GOTPAGE
Lloh1:
ldr x24, [x24, _RADEON_BIOS_4_SCRATCH@GOTPAGEOFF]
ldr w0, [x24]
bl _RREG32
mov x19, x0
Lloh2:
adrp x25, _RADEON_BIOS_5_SCRATCH@GOTPAGE
Lloh3:
ldr x25, [x25, _RADEON_BIOS_5_SCRATCH@GOTPAGEOFF]
ldr w0, [x25]
bl _RREG32
mov x20, x0
ldr w9, [x23]
Lloh4:
adrp x8, _ATOM_DEVICE_TV1_SUPPORT@GOTPAGE
Lloh5:
ldr x8, [x8, _ATOM_DEVICE_TV1_SUPPORT@GOTPAGEOFF]
Lloh6:
ldr w8, [x8]
tst w8, w9
b.eq LBB0_5
; %bb.1:
ldr w9, [x22]
tst w9, w8
b.eq LBB0_5
; %bb.2:
cbz w21, LBB0_4
; %bb.3:
Lloh7:
adrp x0, l_.str@PAGE
Lloh8:
add x0, x0, l_.str@PAGEOFF
bl _DRM_DEBUG_KMS
Lloh9:
adrp x8, _RADEON_TV1_ATTACHED_SVIDEO@GOTPAGE
Lloh10:
ldr x8, [x8, _RADEON_TV1_ATTACHED_SVIDEO@GOTPAGEOFF]
Lloh11:
ldr w8, [x8]
orr w19, w8, w19
Lloh12:
adrp x8, _RADEON_TV1_ON@GOTPAGE
Lloh13:
ldr x8, [x8, _RADEON_TV1_ON@GOTPAGEOFF]
Lloh14:
ldr w8, [x8]
orr w8, w8, w20
Lloh15:
adrp x9, _RADEON_ACC_REQ_TV1@GOTPAGE
Lloh16:
ldr x9, [x9, _RADEON_ACC_REQ_TV1@GOTPAGEOFF]
Lloh17:
ldr w9, [x9]
orr w20, w8, w9
b LBB0_5
LBB0_4:
Lloh18:
adrp x0, l_.str.1@PAGE
Lloh19:
add x0, x0, l_.str.1@PAGEOFF
bl _DRM_DEBUG_KMS
Lloh20:
adrp x8, _RADEON_TV1_ATTACHED_MASK@GOTPAGE
Lloh21:
ldr x8, [x8, _RADEON_TV1_ATTACHED_MASK@GOTPAGEOFF]
Lloh22:
ldr w8, [x8]
bic w19, w19, w8
Lloh23:
adrp x8, _RADEON_TV1_ON@GOTPAGE
Lloh24:
ldr x8, [x8, _RADEON_TV1_ON@GOTPAGEOFF]
Lloh25:
ldr w8, [x8]
Lloh26:
adrp x9, _RADEON_ACC_REQ_TV1@GOTPAGE
Lloh27:
ldr x9, [x9, _RADEON_ACC_REQ_TV1@GOTPAGEOFF]
Lloh28:
ldr w9, [x9]
orr w8, w9, w8
bic w20, w20, w8
LBB0_5:
ldr w9, [x23]
Lloh29:
adrp x8, _ATOM_DEVICE_LCD1_SUPPORT@GOTPAGE
Lloh30:
ldr x8, [x8, _ATOM_DEVICE_LCD1_SUPPORT@GOTPAGEOFF]
Lloh31:
ldr w8, [x8]
tst w8, w9
b.eq LBB0_10
; %bb.6:
ldr w9, [x22]
tst w9, w8
b.eq LBB0_10
; %bb.7:
cbz w21, LBB0_9
; %bb.8:
Lloh32:
adrp x0, l_.str.2@PAGE
Lloh33:
add x0, x0, l_.str.2@PAGEOFF
bl _DRM_DEBUG_KMS
Lloh34:
adrp x8, _RADEON_LCD1_ATTACHED@GOTPAGE
Lloh35:
ldr x8, [x8, _RADEON_LCD1_ATTACHED@GOTPAGEOFF]
Lloh36:
ldr w8, [x8]
orr w19, w8, w19
Lloh37:
adrp x8, _RADEON_LCD1_ON@GOTPAGE
Lloh38:
ldr x8, [x8, _RADEON_LCD1_ON@GOTPAGEOFF]
Lloh39:
ldr w8, [x8]
orr w8, w8, w20
Lloh40:
adrp x9, _RADEON_ACC_REQ_LCD1@GOTPAGE
Lloh41:
ldr x9, [x9, _RADEON_ACC_REQ_LCD1@GOTPAGEOFF]
Lloh42:
ldr w9, [x9]
orr w20, w8, w9
b LBB0_10
LBB0_9:
Lloh43:
adrp x0, l_.str.3@PAGE
Lloh44:
add x0, x0, l_.str.3@PAGEOFF
bl _DRM_DEBUG_KMS
Lloh45:
adrp x8, _RADEON_LCD1_ATTACHED@GOTPAGE
Lloh46:
ldr x8, [x8, _RADEON_LCD1_ATTACHED@GOTPAGEOFF]
Lloh47:
ldr w8, [x8]
bic w19, w19, w8
Lloh48:
adrp x8, _RADEON_LCD1_ON@GOTPAGE
Lloh49:
ldr x8, [x8, _RADEON_LCD1_ON@GOTPAGEOFF]
Lloh50:
ldr w8, [x8]
Lloh51:
adrp x9, _RADEON_ACC_REQ_LCD1@GOTPAGE
Lloh52:
ldr x9, [x9, _RADEON_ACC_REQ_LCD1@GOTPAGEOFF]
Lloh53:
ldr w9, [x9]
orr w8, w9, w8
bic w20, w20, w8
LBB0_10:
ldr w9, [x23]
Lloh54:
adrp x8, _ATOM_DEVICE_CRT1_SUPPORT@GOTPAGE
Lloh55:
ldr x8, [x8, _ATOM_DEVICE_CRT1_SUPPORT@GOTPAGEOFF]
Lloh56:
ldr w8, [x8]
tst w8, w9
b.eq LBB0_15
; %bb.11:
ldr w9, [x22]
tst w9, w8
b.eq LBB0_15
; %bb.12:
cbz w21, LBB0_14
; %bb.13:
Lloh57:
adrp x0, l_.str.4@PAGE
Lloh58:
add x0, x0, l_.str.4@PAGEOFF
bl _DRM_DEBUG_KMS
Lloh59:
adrp x8, _RADEON_CRT1_ATTACHED_COLOR@GOTPAGE
Lloh60:
ldr x8, [x8, _RADEON_CRT1_ATTACHED_COLOR@GOTPAGEOFF]
Lloh61:
ldr w8, [x8]
orr w19, w8, w19
Lloh62:
adrp x8, _RADEON_CRT1_ON@GOTPAGE
Lloh63:
ldr x8, [x8, _RADEON_CRT1_ON@GOTPAGEOFF]
Lloh64:
ldr w8, [x8]
orr w8, w8, w20
Lloh65:
adrp x9, _RADEON_ACC_REQ_CRT1@GOTPAGE
Lloh66:
ldr x9, [x9, _RADEON_ACC_REQ_CRT1@GOTPAGEOFF]
Lloh67:
ldr w9, [x9]
orr w20, w8, w9
b LBB0_15
LBB0_14:
Lloh68:
adrp x0, l_.str.5@PAGE
Lloh69:
add x0, x0, l_.str.5@PAGEOFF
bl _DRM_DEBUG_KMS
Lloh70:
adrp x8, _RADEON_CRT1_ATTACHED_MASK@GOTPAGE
Lloh71:
ldr x8, [x8, _RADEON_CRT1_ATTACHED_MASK@GOTPAGEOFF]
Lloh72:
ldr w8, [x8]
bic w19, w19, w8
Lloh73:
adrp x8, _RADEON_CRT1_ON@GOTPAGE
Lloh74:
ldr x8, [x8, _RADEON_CRT1_ON@GOTPAGEOFF]
Lloh75:
ldr w8, [x8]
Lloh76:
adrp x9, _RADEON_ACC_REQ_CRT1@GOTPAGE
Lloh77:
ldr x9, [x9, _RADEON_ACC_REQ_CRT1@GOTPAGEOFF]
Lloh78:
ldr w9, [x9]
orr w8, w9, w8
bic w20, w20, w8
LBB0_15:
ldr w9, [x23]
Lloh79:
adrp x8, _ATOM_DEVICE_CRT2_SUPPORT@GOTPAGE
Lloh80:
ldr x8, [x8, _ATOM_DEVICE_CRT2_SUPPORT@GOTPAGEOFF]
Lloh81:
ldr w8, [x8]
tst w8, w9
b.eq LBB0_20
; %bb.16:
ldr w9, [x22]
tst w9, w8
b.eq LBB0_20
; %bb.17:
cbz w21, LBB0_19
; %bb.18:
Lloh82:
adrp x0, l_.str.6@PAGE
Lloh83:
add x0, x0, l_.str.6@PAGEOFF
bl _DRM_DEBUG_KMS
Lloh84:
adrp x8, _RADEON_CRT2_ATTACHED_COLOR@GOTPAGE
Lloh85:
ldr x8, [x8, _RADEON_CRT2_ATTACHED_COLOR@GOTPAGEOFF]
Lloh86:
ldr w8, [x8]
orr w19, w8, w19
Lloh87:
adrp x8, _RADEON_CRT2_ON@GOTPAGE
Lloh88:
ldr x8, [x8, _RADEON_CRT2_ON@GOTPAGEOFF]
Lloh89:
ldr w8, [x8]
orr w8, w8, w20
Lloh90:
adrp x9, _RADEON_ACC_REQ_CRT2@GOTPAGE
Lloh91:
ldr x9, [x9, _RADEON_ACC_REQ_CRT2@GOTPAGEOFF]
Lloh92:
ldr w9, [x9]
orr w20, w8, w9
b LBB0_20
LBB0_19:
Lloh93:
adrp x0, l_.str.7@PAGE
Lloh94:
add x0, x0, l_.str.7@PAGEOFF
bl _DRM_DEBUG_KMS
Lloh95:
adrp x8, _RADEON_CRT2_ATTACHED_MASK@GOTPAGE
Lloh96:
ldr x8, [x8, _RADEON_CRT2_ATTACHED_MASK@GOTPAGEOFF]
Lloh97:
ldr w8, [x8]
bic w19, w19, w8
Lloh98:
adrp x8, _RADEON_CRT2_ON@GOTPAGE
Lloh99:
ldr x8, [x8, _RADEON_CRT2_ON@GOTPAGEOFF]
Lloh100:
ldr w8, [x8]
Lloh101:
adrp x9, _RADEON_ACC_REQ_CRT2@GOTPAGE
Lloh102:
ldr x9, [x9, _RADEON_ACC_REQ_CRT2@GOTPAGEOFF]
Lloh103:
ldr w9, [x9]
orr w8, w9, w8
bic w20, w20, w8
LBB0_20:
ldr w9, [x23]
Lloh104:
adrp x8, _ATOM_DEVICE_DFP1_SUPPORT@GOTPAGE
Lloh105:
ldr x8, [x8, _ATOM_DEVICE_DFP1_SUPPORT@GOTPAGEOFF]
Lloh106:
ldr w8, [x8]
tst w8, w9
b.eq LBB0_25
; %bb.21:
ldr w9, [x22]
tst w9, w8
b.eq LBB0_25
; %bb.22:
cbz w21, LBB0_24
; %bb.23:
Lloh107:
adrp x0, l_.str.8@PAGE
Lloh108:
add x0, x0, l_.str.8@PAGEOFF
bl _DRM_DEBUG_KMS
Lloh109:
adrp x8, _RADEON_DFP1_ATTACHED@GOTPAGE
Lloh110:
ldr x8, [x8, _RADEON_DFP1_ATTACHED@GOTPAGEOFF]
Lloh111:
ldr w8, [x8]
orr w19, w8, w19
Lloh112:
adrp x8, _RADEON_DFP1_ON@GOTPAGE
Lloh113:
ldr x8, [x8, _RADEON_DFP1_ON@GOTPAGEOFF]
Lloh114:
ldr w8, [x8]
orr w8, w8, w20
Lloh115:
adrp x9, _RADEON_ACC_REQ_DFP1@GOTPAGE
Lloh116:
ldr x9, [x9, _RADEON_ACC_REQ_DFP1@GOTPAGEOFF]
Lloh117:
ldr w9, [x9]
orr w20, w8, w9
b LBB0_25
LBB0_24:
Lloh118:
adrp x0, l_.str.9@PAGE
Lloh119:
add x0, x0, l_.str.9@PAGEOFF
bl _DRM_DEBUG_KMS
Lloh120:
adrp x8, _RADEON_DFP1_ATTACHED@GOTPAGE
Lloh121:
ldr x8, [x8, _RADEON_DFP1_ATTACHED@GOTPAGEOFF]
Lloh122:
ldr w8, [x8]
bic w19, w19, w8
Lloh123:
adrp x8, _RADEON_DFP1_ON@GOTPAGE
Lloh124:
ldr x8, [x8, _RADEON_DFP1_ON@GOTPAGEOFF]
Lloh125:
ldr w8, [x8]
Lloh126:
adrp x9, _RADEON_ACC_REQ_DFP1@GOTPAGE
Lloh127:
ldr x9, [x9, _RADEON_ACC_REQ_DFP1@GOTPAGEOFF]
Lloh128:
ldr w9, [x9]
orr w8, w9, w8
bic w20, w20, w8
LBB0_25:
ldr w9, [x23]
Lloh129:
adrp x8, _ATOM_DEVICE_DFP2_SUPPORT@GOTPAGE
Lloh130:
ldr x8, [x8, _ATOM_DEVICE_DFP2_SUPPORT@GOTPAGEOFF]
Lloh131:
ldr w8, [x8]
tst w8, w9
b.eq LBB0_30
; %bb.26:
ldr w9, [x22]
tst w9, w8
b.eq LBB0_30
; %bb.27:
cbz w21, LBB0_29
; %bb.28:
Lloh132:
adrp x0, l_.str.10@PAGE
Lloh133:
add x0, x0, l_.str.10@PAGEOFF
bl _DRM_DEBUG_KMS
Lloh134:
adrp x8, _RADEON_DFP2_ATTACHED@GOTPAGE
Lloh135:
ldr x8, [x8, _RADEON_DFP2_ATTACHED@GOTPAGEOFF]
Lloh136:
ldr w8, [x8]
orr w19, w8, w19
Lloh137:
adrp x8, _RADEON_DFP2_ON@GOTPAGE
Lloh138:
ldr x8, [x8, _RADEON_DFP2_ON@GOTPAGEOFF]
Lloh139:
ldr w8, [x8]
orr w8, w8, w20
Lloh140:
adrp x9, _RADEON_ACC_REQ_DFP2@GOTPAGE
Lloh141:
ldr x9, [x9, _RADEON_ACC_REQ_DFP2@GOTPAGEOFF]
Lloh142:
ldr w9, [x9]
orr w20, w8, w9
b LBB0_30
LBB0_29:
Lloh143:
adrp x0, l_.str.11@PAGE
Lloh144:
add x0, x0, l_.str.11@PAGEOFF
bl _DRM_DEBUG_KMS
Lloh145:
adrp x8, _RADEON_DFP2_ATTACHED@GOTPAGE
Lloh146:
ldr x8, [x8, _RADEON_DFP2_ATTACHED@GOTPAGEOFF]
Lloh147:
ldr w8, [x8]
bic w19, w19, w8
Lloh148:
adrp x8, _RADEON_DFP2_ON@GOTPAGE
Lloh149:
ldr x8, [x8, _RADEON_DFP2_ON@GOTPAGEOFF]
Lloh150:
ldr w8, [x8]
Lloh151:
adrp x9, _RADEON_ACC_REQ_DFP2@GOTPAGE
Lloh152:
ldr x9, [x9, _RADEON_ACC_REQ_DFP2@GOTPAGEOFF]
Lloh153:
ldr w9, [x9]
orr w8, w9, w8
bic w20, w20, w8
LBB0_30:
ldr w0, [x24]
mov x1, x19
bl _WREG32
ldr w0, [x25]
mov x1, x20
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x26, x25, [sp], #80 ; 16-byte Folded Reload
b _WREG32
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh26, Lloh27, Lloh28
.loh AdrpLdrGotLdr Lloh23, Lloh24, Lloh25
.loh AdrpLdrGotLdr Lloh20, Lloh21, Lloh22
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpLdrGotLdr Lloh29, Lloh30, Lloh31
.loh AdrpLdrGotLdr Lloh40, Lloh41, Lloh42
.loh AdrpLdrGotLdr Lloh37, Lloh38, Lloh39
.loh AdrpLdrGotLdr Lloh34, Lloh35, Lloh36
.loh AdrpAdd Lloh32, Lloh33
.loh AdrpLdrGotLdr Lloh51, Lloh52, Lloh53
.loh AdrpLdrGotLdr Lloh48, Lloh49, Lloh50
.loh AdrpLdrGotLdr Lloh45, Lloh46, Lloh47
.loh AdrpAdd Lloh43, Lloh44
.loh AdrpLdrGotLdr Lloh54, Lloh55, Lloh56
.loh AdrpLdrGotLdr Lloh65, Lloh66, Lloh67
.loh AdrpLdrGotLdr Lloh62, Lloh63, Lloh64
.loh AdrpLdrGotLdr Lloh59, Lloh60, Lloh61
.loh AdrpAdd Lloh57, Lloh58
.loh AdrpLdrGotLdr Lloh76, Lloh77, Lloh78
.loh AdrpLdrGotLdr Lloh73, Lloh74, Lloh75
.loh AdrpLdrGotLdr Lloh70, Lloh71, Lloh72
.loh AdrpAdd Lloh68, Lloh69
.loh AdrpLdrGotLdr Lloh79, Lloh80, Lloh81
.loh AdrpLdrGotLdr Lloh90, Lloh91, Lloh92
.loh AdrpLdrGotLdr Lloh87, Lloh88, Lloh89
.loh AdrpLdrGotLdr Lloh84, Lloh85, Lloh86
.loh AdrpAdd Lloh82, Lloh83
.loh AdrpLdrGotLdr Lloh101, Lloh102, Lloh103
.loh AdrpLdrGotLdr Lloh98, Lloh99, Lloh100
.loh AdrpLdrGotLdr Lloh95, Lloh96, Lloh97
.loh AdrpAdd Lloh93, Lloh94
.loh AdrpLdrGotLdr Lloh104, Lloh105, Lloh106
.loh AdrpLdrGotLdr Lloh115, Lloh116, Lloh117
.loh AdrpLdrGotLdr Lloh112, Lloh113, Lloh114
.loh AdrpLdrGotLdr Lloh109, Lloh110, Lloh111
.loh AdrpAdd Lloh107, Lloh108
.loh AdrpLdrGotLdr Lloh126, Lloh127, Lloh128
.loh AdrpLdrGotLdr Lloh123, Lloh124, Lloh125
.loh AdrpLdrGotLdr Lloh120, Lloh121, Lloh122
.loh AdrpAdd Lloh118, Lloh119
.loh AdrpLdrGotLdr Lloh129, Lloh130, Lloh131
.loh AdrpLdrGotLdr Lloh140, Lloh141, Lloh142
.loh AdrpLdrGotLdr Lloh137, Lloh138, Lloh139
.loh AdrpLdrGotLdr Lloh134, Lloh135, Lloh136
.loh AdrpAdd Lloh132, Lloh133
.loh AdrpLdrGotLdr Lloh151, Lloh152, Lloh153
.loh AdrpLdrGotLdr Lloh148, Lloh149, Lloh150
.loh AdrpLdrGotLdr Lloh145, Lloh146, Lloh147
.loh AdrpAdd Lloh143, Lloh144
.cfi_endproc
; -- End function
.comm _RADEON_BIOS_4_SCRATCH,4,2 ; @RADEON_BIOS_4_SCRATCH
.comm _RADEON_BIOS_5_SCRATCH,4,2 ; @RADEON_BIOS_5_SCRATCH
.comm _ATOM_DEVICE_TV1_SUPPORT,4,2 ; @ATOM_DEVICE_TV1_SUPPORT
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "TV1 connected\n"
.comm _RADEON_TV1_ATTACHED_SVIDEO,4,2 ; @RADEON_TV1_ATTACHED_SVIDEO
.comm _RADEON_TV1_ON,4,2 ; @RADEON_TV1_ON
.comm _RADEON_ACC_REQ_TV1,4,2 ; @RADEON_ACC_REQ_TV1
l_.str.1: ; @.str.1
.asciz "TV1 disconnected\n"
.comm _RADEON_TV1_ATTACHED_MASK,4,2 ; @RADEON_TV1_ATTACHED_MASK
.comm _ATOM_DEVICE_LCD1_SUPPORT,4,2 ; @ATOM_DEVICE_LCD1_SUPPORT
l_.str.2: ; @.str.2
.asciz "LCD1 connected\n"
.comm _RADEON_LCD1_ATTACHED,4,2 ; @RADEON_LCD1_ATTACHED
.comm _RADEON_LCD1_ON,4,2 ; @RADEON_LCD1_ON
.comm _RADEON_ACC_REQ_LCD1,4,2 ; @RADEON_ACC_REQ_LCD1
l_.str.3: ; @.str.3
.asciz "LCD1 disconnected\n"
.comm _ATOM_DEVICE_CRT1_SUPPORT,4,2 ; @ATOM_DEVICE_CRT1_SUPPORT
l_.str.4: ; @.str.4
.asciz "CRT1 connected\n"
.comm _RADEON_CRT1_ATTACHED_COLOR,4,2 ; @RADEON_CRT1_ATTACHED_COLOR
.comm _RADEON_CRT1_ON,4,2 ; @RADEON_CRT1_ON
.comm _RADEON_ACC_REQ_CRT1,4,2 ; @RADEON_ACC_REQ_CRT1
l_.str.5: ; @.str.5
.asciz "CRT1 disconnected\n"
.comm _RADEON_CRT1_ATTACHED_MASK,4,2 ; @RADEON_CRT1_ATTACHED_MASK
.comm _ATOM_DEVICE_CRT2_SUPPORT,4,2 ; @ATOM_DEVICE_CRT2_SUPPORT
l_.str.6: ; @.str.6
.asciz "CRT2 connected\n"
.comm _RADEON_CRT2_ATTACHED_COLOR,4,2 ; @RADEON_CRT2_ATTACHED_COLOR
.comm _RADEON_CRT2_ON,4,2 ; @RADEON_CRT2_ON
.comm _RADEON_ACC_REQ_CRT2,4,2 ; @RADEON_ACC_REQ_CRT2
l_.str.7: ; @.str.7
.asciz "CRT2 disconnected\n"
.comm _RADEON_CRT2_ATTACHED_MASK,4,2 ; @RADEON_CRT2_ATTACHED_MASK
.comm _ATOM_DEVICE_DFP1_SUPPORT,4,2 ; @ATOM_DEVICE_DFP1_SUPPORT
l_.str.8: ; @.str.8
.asciz "DFP1 connected\n"
.comm _RADEON_DFP1_ATTACHED,4,2 ; @RADEON_DFP1_ATTACHED
.comm _RADEON_DFP1_ON,4,2 ; @RADEON_DFP1_ON
.comm _RADEON_ACC_REQ_DFP1,4,2 ; @RADEON_ACC_REQ_DFP1
l_.str.9: ; @.str.9
.asciz "DFP1 disconnected\n"
.comm _ATOM_DEVICE_DFP2_SUPPORT,4,2 ; @ATOM_DEVICE_DFP2_SUPPORT
l_.str.10: ; @.str.10
.asciz "DFP2 connected\n"
.comm _RADEON_DFP2_ATTACHED,4,2 ; @RADEON_DFP2_ATTACHED
.comm _RADEON_DFP2_ON,4,2 ; @RADEON_DFP2_ON
.comm _RADEON_ACC_REQ_DFP2,4,2 ; @RADEON_ACC_REQ_DFP2
l_.str.11: ; @.str.11
.asciz "DFP2 disconnected\n"
.subsections_via_symbols
| AnghaBench/linux/drivers/gpu/drm/radeon/extr_radeon_combios.c_radeon_combios_connected_scratch_regs.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.section __TEXT,__literal16,16byte_literals
.p2align 4, 0x0 ## -- Begin function ToStr3
LCPI0_0:
.byte 15 ## 0xf
.byte 14 ## 0xe
.byte 13 ## 0xd
.byte 12 ## 0xc
.byte 11 ## 0xb
.byte 10 ## 0xa
.byte 9 ## 0x9
.byte 8 ## 0x8
.byte 7 ## 0x7
.byte 6 ## 0x6
.byte 5 ## 0x5
.byte 4 ## 0x4
.byte 3 ## 0x3
.byte 2 ## 0x2
.byte 1 ## 0x1
.byte 0 ## 0x0
LCPI0_1:
.byte 7 ## 0x7
.byte 6 ## 0x6
.byte 5 ## 0x5
.byte 4 ## 0x4
.byte 3 ## 0x3
.byte 2 ## 0x2
.byte 1 ## 0x1
.byte 0 ## 0x0
.space 1
.space 1
.space 1
.space 1
.space 1
.space 1
.space 1
.space 1
LCPI0_2:
.byte 7 ## 0x7
.byte 6 ## 0x6
.byte 5 ## 0x5
.byte 4 ## 0x4
.byte 3 ## 0x3
.byte 2 ## 0x2
.byte 1 ## 0x1
.byte 0 ## 0x0
.byte 0 ## 0x0
.byte 0 ## 0x0
.byte 0 ## 0x0
.byte 0 ## 0x0
.byte 0 ## 0x0
.byte 0 ## 0x0
.byte 0 ## 0x0
.byte 0 ## 0x0
.section __TEXT,__text,regular,pure_instructions
.globl _ToStr3
.p2align 4, 0x90
_ToStr3: ## @ToStr3
.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 $264, %rsp ## imm = 0x108
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -32(%rbp)
testq %rdi, %rdi
je LBB0_21
## %bb.1:
movq %rdi, %r14
movl %esi, %r15d
leaq -160(%rbp), %rbx
movq %rbx, %rdi
movl %edx, %esi
callq _ToStr64
movq %rbx, %rdi
callq _StrLen
cmpl $-1, %eax
jl LBB0_4
## %bb.2:
incl %eax
leaq -288(%rbp), %rcx
.p2align 4, 0x90
LBB0_3: ## =>This Inner Loop Header: Depth=1
movl %eax, %edx
movzbl -160(%rbp,%rdx), %edx
movb %dl, (%rcx)
incq %rcx
incl %eax
jmp LBB0_3
LBB0_4:
movb $0, -288(%rbp)
movb $0, -160(%rbp)
movq %rbx, %rdi
callq _StrLen
testl %eax, %eax
jle LBB0_5
## %bb.6:
movl %eax, %ecx
cmpl $8, %eax
jae LBB0_8
## %bb.7:
xorl %eax, %eax
movq %rcx, %rdx
movl %r15d, %esi
movq %r14, %rdi
jmp LBB0_18
LBB0_5:
xorl %ecx, %ecx
movl %r15d, %esi
movq %r14, %rdi
jmp LBB0_20
LBB0_8:
cmpl $32, %eax
movl %r15d, %esi
movq %r14, %rdi
jae LBB0_13
## %bb.9:
xorl %eax, %eax
jmp LBB0_10
LBB0_13:
movl %ecx, %eax
andl $2147483616, %eax ## imm = 0x7FFFFFE0
leaq (%rcx,%rbx), %rdx
addq $-16, %rdx
xorl %r8d, %r8d
movdqa LCPI0_0(%rip), %xmm0 ## xmm0 = [15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0]
.p2align 4, 0x90
LBB0_14: ## =>This Inner Loop Header: Depth=1
movdqu -16(%rdx), %xmm1
movdqu (%rdx), %xmm2
pshufb %xmm0, %xmm2
pshufb %xmm0, %xmm1
movdqa %xmm2, -288(%rbp,%r8)
movdqa %xmm1, -272(%rbp,%r8)
addq $32, %r8
addq $-32, %rdx
cmpq %r8, %rax
jne LBB0_14
## %bb.15:
cmpl %ecx, %eax
je LBB0_20
## %bb.16:
testb $24, %cl
je LBB0_17
LBB0_10:
movq %rax, %r8
movl %ecx, %eax
andl $2147483640, %eax ## imm = 0x7FFFFFF8
movl %ecx, %edx
andl $7, %edx
movq %rcx, %r9
subq %r8, %r9
addq %rbp, %r9
addq $-168, %r9
movq LCPI0_2(%rip), %xmm0 ## xmm0 = [7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0]
.p2align 4, 0x90
LBB0_11: ## =>This Inner Loop Header: Depth=1
movq (%r9), %xmm1 ## xmm1 = mem[0],zero
pshufb %xmm0, %xmm1
movq %xmm1, -288(%rbp,%r8)
addq $8, %r8
addq $-8, %r9
cmpq %r8, %rax
jne LBB0_11
## %bb.12:
cmpl %ecx, %eax
jne LBB0_18
jmp LBB0_20
LBB0_17:
movl %ecx, %edx
andl $31, %edx
LBB0_18:
addq %rbx, %rdx
decq %rdx
.p2align 4, 0x90
LBB0_19: ## =>This Inner Loop Header: Depth=1
movzbl (%rdx), %r8d
movb %r8b, -288(%rbp,%rax)
incq %rax
decq %rdx
cmpq %rax, %rcx
jne LBB0_19
LBB0_20:
movb $0, -288(%rbp,%rcx)
leaq -288(%rbp), %rdx
callq _StrCpy
LBB0_21:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -32(%rbp), %rax
jne LBB0_23
## %bb.22:
addq $264, %rsp ## imm = 0x108
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
LBB0_23:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _ToStr3 ; -- Begin function ToStr3
.p2align 2
_ToStr3: ; @ToStr3
.cfi_startproc
; %bb.0:
sub sp, sp, #320
stp x22, x21, [sp, #272] ; 16-byte Folded Spill
stp x20, x19, [sp, #288] ; 16-byte Folded Spill
stp x29, x30, [sp, #304] ; 16-byte Folded Spill
add x29, sp, #304
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-40]
cbz x0, LBB0_21
; %bb.1:
mov x19, x0
mov x20, x1
add x21, sp, #136
add x0, sp, #136
mov x1, x2
bl _ToStr64
add x0, sp, #136
bl _StrLen
cmn w0, #1
b.lt LBB0_4
; %bb.2:
add w8, w0, #1
add x9, sp, #8
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldrb w10, [x21, w8, uxtw]
strb w10, [x9], #1
add w8, w8, #1
b LBB0_3
LBB0_4:
strb wzr, [sp, #8]
strb wzr, [sp, #136]
add x0, sp, #136
bl _StrLen
cmp w0, #1
b.lt LBB0_7
; %bb.5:
mov w8, w0
cmp w0, #8
b.hs LBB0_8
; %bb.6:
mov x9, #0 ; =0x0
mov x10, x8
mov x1, x20
mov x0, x19
b LBB0_18
LBB0_7:
mov x8, #0 ; =0x0
mov x1, x20
mov x0, x19
b LBB0_20
LBB0_8:
cmp w0, #64
mov x1, x20
mov x0, x19
b.hs LBB0_10
; %bb.9:
mov x9, #0 ; =0x0
b LBB0_14
LBB0_10:
and x9, x8, #0x7fffffc0
add x10, sp, #8
add x10, x10, #32
add x11, sp, #136
add x11, x8, x11
sub x11, x11, #32
mov x12, x9
LBB0_11: ; =>This Inner Loop Header: Depth=1
ldp q1, q0, [x11]
rev64.16b v0, v0
ext.16b v0, v0, v0, #8
rev64.16b v1, v1
ext.16b v1, v1, v1, #8
ldp q3, q2, [x11, #-32]
rev64.16b v2, v2
ext.16b v2, v2, v2, #8
rev64.16b v3, v3
ext.16b v3, v3, v3, #8
stp q0, q1, [x10, #-32]
stp q2, q3, [x10], #64
sub x11, x11, #64
sub x12, x12, #64
cbnz x12, LBB0_11
; %bb.12:
cmp x9, x8
b.eq LBB0_20
; %bb.13:
tst x8, #0x38
b.eq LBB0_17
LBB0_14:
mov x13, x9
and x9, x8, #0x7ffffff8
and x10, x8, #0x7
add x11, sp, #136
sub x12, x8, x13
add x11, x12, x11
sub x11, x11, #8
add x12, sp, #8
add x12, x12, x13
sub x13, x13, x9
LBB0_15: ; =>This Inner Loop Header: Depth=1
ldr d0, [x11], #-8
rev64.8b v0, v0
str d0, [x12], #8
adds x13, x13, #8
b.ne LBB0_15
; %bb.16:
cmp x9, x8
b.ne LBB0_18
b LBB0_20
LBB0_17:
and x10, x8, #0x3f
LBB0_18:
add x11, sp, #136
add x10, x10, x11
sub x10, x10, #1
add x11, sp, #8
add x11, x11, x9
sub x9, x8, x9
LBB0_19: ; =>This Inner Loop Header: Depth=1
ldrb w12, [x10], #-1
strb w12, [x11], #1
subs x9, x9, #1
b.ne LBB0_19
LBB0_20:
add x9, sp, #8
strb wzr, [x9, x8]
add x2, sp, #8
bl _StrCpy
LBB0_21:
ldur x8, [x29, #-40]
Lloh3:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh4:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh5:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_23
; %bb.22:
ldp x29, x30, [sp, #304] ; 16-byte Folded Reload
ldp x20, x19, [sp, #288] ; 16-byte Folded Reload
ldp x22, x21, [sp, #272] ; 16-byte Folded Reload
add sp, sp, #320
ret
LBB0_23:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.cfi_endproc
; -- End function
.subsections_via_symbols
| assembly_file_9622.c | assembly_dataset |
.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
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
leaq L_.str(%rip), %rdi
movl $76, %esi
movl $64, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.118(%rip), %r14
leaq L_.str.1(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.119(%rip), %rbx
leaq L_.str.2(%rip), %rsi
movl $2, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.3(%rip), %rsi
movl $4, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.4(%rip), %rsi
movl $9, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.5(%rip), %rsi
movl $35, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.6(%rip), %rsi
movl $13, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.7(%rip), %rsi
movl $32, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.8(%rip), %rsi
movl $54, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.9(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.10(%rip), %rsi
movq %rbx, %rdi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.11(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.12(%rip), %rsi
movl $2, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.13(%rip), %rsi
movl $512, %edx ## imm = 0x200
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.14(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.15(%rip), %rsi
movl $1024, %edx ## imm = 0x400
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.16(%rip), %rsi
movl $8, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.17(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.18(%rip), %rsi
movl $2, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.19(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.20(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.21(%rip), %rsi
movl $1024, %edx ## imm = 0x400
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.22(%rip), %rsi
movl $512, %edx ## imm = 0x200
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.23(%rip), %rsi
movq %rbx, %rdi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.24(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.25(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.26(%rip), %rsi
movl $8, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.27(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.28(%rip), %rsi
movl $24, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.29(%rip), %rsi
movl $20, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.30(%rip), %rsi
movl $22, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.31(%rip), %rsi
movq %rbx, %rdi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.32(%rip), %rsi
movl $8, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.33(%rip), %rsi
movl $16, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.34(%rip), %rsi
movq %rbx, %rdi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.35(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.36(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.37(%rip), %rsi
movl $3, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.38(%rip), %rsi
movl $2, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.39(%rip), %rsi
movl $3, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.40(%rip), %rsi
movl $4, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.41(%rip), %rsi
movl $7, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.42(%rip), %rsi
movl $8, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.43(%rip), %rsi
movl $9, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.44(%rip), %rsi
movl $6, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.45(%rip), %rsi
movl $4, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.46(%rip), %rsi
movl $64, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.47(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.48(%rip), %rsi
movl $144, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.49(%rip), %rsi
movl $4, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.50(%rip), %rsi
movl $96, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.51(%rip), %rsi
movl $48, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.52(%rip), %rsi
movl $61440, %edx ## imm = 0xF000
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.53(%rip), %rsi
movl $16384, %edx ## imm = 0x4000
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.54(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.55(%rip), %rsi
movl $32, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.56(%rip), %rsi
movq %rbx, %rdi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.57(%rip), %rsi
movl $8, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.58(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.59(%rip), %rsi
movl $72, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.60(%rip), %rsi
movq %rbx, %rdi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.61(%rip), %rsi
movl $8, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.62(%rip), %rsi
movl $16, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.63(%rip), %rsi
movl $24, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.64(%rip), %rsi
movl $32, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.65(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.66(%rip), %rsi
movl $2, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.67(%rip), %rsi
movl $128, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.68(%rip), %rsi
movl $16, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.69(%rip), %rsi
movl $17, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.70(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.71(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.72(%rip), %rsi
movl $16, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.73(%rip), %rsi
movl $4, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.74(%rip), %rsi
movq %rbx, %rdi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.75(%rip), %rsi
movl $8, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.76(%rip), %rsi
movl $12, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.77(%rip), %rsi
movq %rbx, %rdi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.78(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.79(%rip), %rsi
movl $2, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.120(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.121(%rip), %rsi
movl $2, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.122(%rip), %rsi
movl $30, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.123(%rip), %rsi
movl $31, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.124(%rip), %rsi
movl $13, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.125(%rip), %rsi
movl $14, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.126(%rip), %rsi
movl $15, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.127(%rip), %rsi
movl $20, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.128(%rip), %rsi
movl $19, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.129(%rip), %rsi
movl $17, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.130(%rip), %rsi
movl $18, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.131(%rip), %rsi
movl $21, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.132(%rip), %rsi
movl $22, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.133(%rip), %rsi
movl $23, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.80(%rip), %rsi
movl $32, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.81(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.82(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.83(%rip), %rsi
movl $2, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.84(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rsi
movl $128, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rsi
movq %rbx, %rdi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.88(%rip), %rsi
movl $4, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.89(%rip), %rsi
movl $8, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.90(%rip), %rsi
movl $12, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.91(%rip), %rsi
movl $16, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.92(%rip), %rsi
movl $20, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.93(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.94(%rip), %rsi
movl $21, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.95(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.96(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.97(%rip), %rsi
movl $2, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.98(%rip), %rsi
movq %rbx, %rdi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.99(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.100(%rip), %rsi
movl $30, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.101(%rip), %rsi
movl $65535, %edx ## imm = 0xFFFF
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.102(%rip), %rsi
movl $4, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.103(%rip), %rsi
movl $41, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.104(%rip), %rsi
movl $27, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.105(%rip), %rsi
movl $46, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.106(%rip), %rsi
movl $1025, %edx ## imm = 0x401
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.107(%rip), %rsi
movl $4, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.108(%rip), %rsi
movl $28, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.109(%rip), %rsi
movl $1, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.110(%rip), %rsi
movl $2, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.111(%rip), %rsi
movl $8, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.112(%rip), %rsi
movl $48, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.113(%rip), %rsi
movl $4, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.114(%rip), %rsi
movl $8, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.115(%rip), %rsi
movl $16, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.116(%rip), %rsi
movl $32, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.117(%rip), %rsi
movl $40, %edx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
xorl %eax, %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "# Endianess\n%c\n# Wordsize\n%d\n"
L_.str.1: ## @.str.1
.asciz "errno"
L_.str.2: ## @.str.2
.asciz "ENOENT"
L_.str.3: ## @.str.3
.asciz "EINTR"
L_.str.4: ## @.str.4
.asciz "EBADF"
L_.str.5: ## @.str.5
.asciz "EAGAIN"
L_.str.6: ## @.str.6
.asciz "EACCES"
L_.str.7: ## @.str.7
.asciz "EPIPE"
L_.str.8: ## @.str.8
.asciz "ECONNRESET"
L_.str.9: ## @.str.9
.asciz "open/fcntl"
L_.str.10: ## @.str.10
.asciz "O_RDONLY"
L_.str.11: ## @.str.11
.asciz "O_WRONLY"
L_.str.12: ## @.str.12
.asciz "O_RDWR"
L_.str.13: ## @.str.13
.asciz "O_CREAT"
L_.str.14: ## @.str.14
.asciz "O_EXCL"
L_.str.15: ## @.str.15
.asciz "O_TRUNC"
L_.str.16: ## @.str.16
.asciz "O_APPEND"
L_.str.17: ## @.str.17
.asciz "F_GETFD"
L_.str.18: ## @.str.18
.asciz "F_SETFD"
L_.str.19: ## @.str.19
.asciz "FD_CLOEXEC"
L_.str.20: ## @.str.20
.asciz "stdio"
L_.str.21: ## @.str.21
.asciz "BUFSIZ"
L_.str.22: ## @.str.22
.asciz "PIPE_BUF"
L_.str.23: ## @.str.23
.asciz "GETCWDLEN"
L_.str.24: ## @.str.24
.asciz "dlfcn"
L_.str.25: ## @.str.25
.asciz "RTLD_LAZY"
L_.str.26: ## @.str.26
.asciz "RTLD_GLOBAL"
L_.str.27: ## @.str.27
.asciz "fcntl"
L_.str.28: ## @.str.28
.asciz "FLOCK"
L_.str.29: ## @.str.29
.asciz "L_TYPE"
L_.str.30: ## @.str.30
.asciz "L_WHENCE"
L_.str.31: ## @.str.31
.asciz "L_START"
L_.str.32: ## @.str.32
.asciz "L_LEN"
L_.str.33: ## @.str.33
.asciz "L_PID"
L_.str.34: ## @.str.34
.asciz "SEEK_SET"
L_.str.35: ## @.str.35
.asciz "SEEK_CUR"
L_.str.36: ## @.str.36
.asciz "F_RDLCK"
L_.str.37: ## @.str.37
.asciz "F_WRLCK"
L_.str.38: ## @.str.38
.asciz "F_UNLCK"
L_.str.39: ## @.str.39
.asciz "F_GETFL"
L_.str.40: ## @.str.40
.asciz "F_SETFL"
L_.str.41: ## @.str.41
.asciz "F_GETLK"
L_.str.42: ## @.str.42
.asciz "F_SETLK"
L_.str.43: ## @.str.43
.asciz "F_SETLKW"
L_.str.44: ## @.str.44
.asciz "F_SETOWN"
L_.str.45: ## @.str.45
.asciz "O_NONBLOCK"
L_.str.46: ## @.str.46
.asciz "O_ASYNC"
L_.str.47: ## @.str.47
.asciz "stat"
L_.str.48: ## @.str.48
.asciz "STAT"
L_.str.49: ## @.str.49
.asciz "ST_MODE"
L_.str.50: ## @.str.50
.asciz "ST_SIZE"
L_.str.51: ## @.str.51
.asciz "ST_MTIME"
L_.str.52: ## @.str.52
.asciz "S_IFMT"
L_.str.53: ## @.str.53
.asciz "S_IFDIR"
L_.str.54: ## @.str.54
.asciz "times"
L_.str.55: ## @.str.55
.asciz "TMS"
L_.str.56: ## @.str.56
.asciz "TMS_UTIME"
L_.str.57: ## @.str.57
.asciz "TMS_STIME"
L_.str.58: ## @.str.58
.asciz "termios"
L_.str.59: ## @.str.59
.asciz "TERMIOS"
L_.str.60: ## @.str.60
.asciz "C_IFLAG"
L_.str.61: ## @.str.61
.asciz "C_OFLAG"
L_.str.62: ## @.str.62
.asciz "C_CFLAG"
L_.str.63: ## @.str.63
.asciz "C_LFLAG"
L_.str.64: ## @.str.64
.asciz "C_CC"
L_.str.65: ## @.str.65
.asciz "OPOST"
L_.str.66: ## @.str.66
.asciz "ONLCR"
L_.str.67: ## @.str.67
.asciz "ISIG"
L_.str.68: ## @.str.68
.asciz "VMIN"
L_.str.69: ## @.str.69
.asciz "VTIME"
L_.str.70: ## @.str.70
.asciz "TCSADRAIN"
L_.str.71: ## @.str.71
.asciz "signal"
L_.str.72: ## @.str.72
.asciz "SIGACTION"
L_.str.73: ## @.str.73
.asciz "SIGSET_T"
L_.str.74: ## @.str.74
.asciz "SA_HANDLER"
L_.str.75: ## @.str.75
.asciz "SA_MASK"
L_.str.76: ## @.str.76
.asciz "SA_FLAGS"
L_.str.77: ## @.str.77
.asciz "SIG_DFL"
L_.str.78: ## @.str.78
.asciz "SIG_IGN"
L_.str.79: ## @.str.79
.asciz "SIG_UNBLOCK"
L_.str.80: ## @.str.80
.asciz "SIGNALS"
L_.str.81: ## @.str.81
.asciz "wait"
L_.str.82: ## @.str.82
.asciz "WNOHANG"
L_.str.83: ## @.str.83
.asciz "WUNTRACED"
L_.str.84: ## @.str.84
.asciz "select"
L_.str.85: ## @.str.85
.asciz "FD_SET"
L_.str.86: ## @.str.86
.asciz "time"
L_.str.87: ## @.str.87
.asciz "TM_SEC"
L_.str.88: ## @.str.88
.asciz "TM_MIN"
L_.str.89: ## @.str.89
.asciz "TM_HOUR"
L_.str.90: ## @.str.90
.asciz "TM_MDAY"
L_.str.91: ## @.str.91
.asciz "TM_MON"
L_.str.92: ## @.str.92
.asciz "TM_YEAR"
L_.str.93: ## @.str.93
.asciz "dir"
L_.str.94: ## @.str.94
.asciz "D_NAME"
L_.str.95: ## @.str.95
.asciz "Sockets"
L_.str.96: ## @.str.96
.asciz "SOCK_STREAM"
L_.str.97: ## @.str.97
.asciz "SOCK_DGRAM"
L_.str.98: ## @.str.98
.asciz "AF_UNSPEC"
L_.str.99: ## @.str.99
.asciz "AF_UNIX"
L_.str.100: ## @.str.100
.asciz "AF_INET6"
L_.str.101: ## @.str.101
.asciz "SOL_SOCKET"
L_.str.102: ## @.str.102
.asciz "SO_REUSEADDR"
L_.str.103: ## @.str.103
.asciz "IPPROTO_IPV6"
L_.str.104: ## @.str.104
.asciz "IPV6_V6ONLY"
L_.str.105: ## @.str.105
.asciz "INET6_ADDRSTRLEN"
L_.str.106: ## @.str.106
.asciz "NI_MAXHOST"
L_.str.107: ## @.str.107
.asciz "NI_NAMEREQD"
L_.str.108: ## @.str.108
.asciz "SOCKADDR_IN6"
L_.str.109: ## @.str.109
.asciz "SIN6_FAMILY"
L_.str.110: ## @.str.110
.asciz "SIN6_PORT"
L_.str.111: ## @.str.111
.asciz "SIN6_ADDR"
L_.str.112: ## @.str.112
.asciz "ADDRINFO"
L_.str.113: ## @.str.113
.asciz "AI_FAMILY"
L_.str.114: ## @.str.114
.asciz "AI_SOCKTYPE"
L_.str.115: ## @.str.115
.asciz "AI_ADDRLEN"
L_.str.116: ## @.str.116
.asciz "AI_ADDR"
L_.str.117: ## @.str.117
.asciz "AI_NEXT"
L_.str.118: ## @.str.118
.asciz "\n# %s\n"
L_.str.119: ## @.str.119
.asciz "(equ %s %ld)\n"
L_.str.120: ## @.str.120
.asciz "SIGHUP"
L_.str.121: ## @.str.121
.asciz "SIGINT"
L_.str.122: ## @.str.122
.asciz "SIGUSR1"
L_.str.123: ## @.str.123
.asciz "SIGUSR2"
L_.str.124: ## @.str.124
.asciz "SIGPIPE"
L_.str.125: ## @.str.125
.asciz "SIGALRM"
L_.str.126: ## @.str.126
.asciz "SIGTERM"
L_.str.127: ## @.str.127
.asciz "SIGCHLD"
L_.str.128: ## @.str.128
.asciz "SIGCONT"
L_.str.129: ## @.str.129
.asciz "SIGSTOP"
L_.str.130: ## @.str.130
.asciz "SIGTSTP"
L_.str.131: ## @.str.131
.asciz "SIGTTIN"
L_.str.132: ## @.str.132
.asciz "SIGTTOU"
L_.str.133: ## @.str.133
.asciz "SIGIO"
.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
mov w27, #64
mov w8, #76
stp x8, x27, [sp]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _printf
Lloh2:
adrp x8, l_.str.1@PAGE
Lloh3:
add x8, x8, l_.str.1@PAGEOFF
str x8, [sp]
Lloh4:
adrp x20, l_.str.118@PAGE
Lloh5:
add x20, x20, l_.str.118@PAGEOFF
mov x0, x20
bl _printf
Lloh6:
adrp x8, l_.str.2@PAGE
Lloh7:
add x8, x8, l_.str.2@PAGEOFF
mov w23, #2
stp x8, x23, [sp]
Lloh8:
adrp x19, l_.str.119@PAGE
Lloh9:
add x19, x19, l_.str.119@PAGEOFF
mov x0, x19
bl _printf
mov w9, #4
Lloh10:
adrp x8, l_.str.3@PAGE
Lloh11:
add x8, x8, l_.str.3@PAGEOFF
stp x8, x9, [sp]
mov x0, x19
bl _printf
mov w22, #9
Lloh12:
adrp x8, l_.str.4@PAGE
Lloh13:
add x8, x8, l_.str.4@PAGEOFF
stp x8, x22, [sp]
mov x0, x19
bl _printf
mov w8, #35
Lloh14:
adrp x9, l_.str.5@PAGE
Lloh15:
add x9, x9, l_.str.5@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov w9, #13
Lloh16:
adrp x8, l_.str.6@PAGE
Lloh17:
add x8, x8, l_.str.6@PAGEOFF
stp x8, x9, [sp]
mov x0, x19
bl _printf
mov w9, #32
Lloh18:
adrp x8, l_.str.7@PAGE
Lloh19:
add x8, x8, l_.str.7@PAGEOFF
stp x8, x9, [sp]
mov x0, x19
bl _printf
mov w8, #54
Lloh20:
adrp x9, l_.str.8@PAGE
Lloh21:
add x9, x9, l_.str.8@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh22:
adrp x8, l_.str.9@PAGE
Lloh23:
add x8, x8, l_.str.9@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
Lloh24:
adrp x8, l_.str.10@PAGE
Lloh25:
add x8, x8, l_.str.10@PAGEOFF
stp x8, xzr, [sp]
mov x0, x19
bl _printf
mov w24, #1
Lloh26:
adrp x8, l_.str.11@PAGE
Lloh27:
add x8, x8, l_.str.11@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh28:
adrp x8, l_.str.12@PAGE
Lloh29:
add x8, x8, l_.str.12@PAGEOFF
stp x8, x23, [sp]
mov x0, x19
bl _printf
mov w26, #512
Lloh30:
adrp x8, l_.str.13@PAGE
Lloh31:
add x8, x8, l_.str.13@PAGEOFF
stp x8, x26, [sp]
mov x0, x19
bl _printf
mov w8, #2048
Lloh32:
adrp x9, l_.str.14@PAGE
Lloh33:
add x9, x9, l_.str.14@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov w28, #1024
Lloh34:
adrp x8, l_.str.15@PAGE
Lloh35:
add x8, x8, l_.str.15@PAGEOFF
stp x8, x28, [sp]
mov x0, x19
bl _printf
mov w25, #8
Lloh36:
adrp x8, l_.str.16@PAGE
Lloh37:
add x8, x8, l_.str.16@PAGEOFF
stp x8, x25, [sp]
mov x0, x19
bl _printf
Lloh38:
adrp x8, l_.str.17@PAGE
Lloh39:
add x8, x8, l_.str.17@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh40:
adrp x8, l_.str.18@PAGE
Lloh41:
add x8, x8, l_.str.18@PAGEOFF
stp x8, x23, [sp]
mov x0, x19
bl _printf
Lloh42:
adrp x8, l_.str.19@PAGE
Lloh43:
add x8, x8, l_.str.19@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh44:
adrp x8, l_.str.20@PAGE
Lloh45:
add x8, x8, l_.str.20@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
Lloh46:
adrp x8, l_.str.21@PAGE
Lloh47:
add x8, x8, l_.str.21@PAGEOFF
stp x8, x28, [sp]
mov x0, x19
bl _printf
Lloh48:
adrp x8, l_.str.22@PAGE
Lloh49:
add x8, x8, l_.str.22@PAGEOFF
stp x8, x26, [sp]
mov x0, x19
bl _printf
Lloh50:
adrp x8, l_.str.23@PAGE
Lloh51:
add x8, x8, l_.str.23@PAGEOFF
stp x8, xzr, [sp]
mov x0, x19
bl _printf
Lloh52:
adrp x8, l_.str.24@PAGE
Lloh53:
add x8, x8, l_.str.24@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
Lloh54:
adrp x8, l_.str.25@PAGE
Lloh55:
add x8, x8, l_.str.25@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh56:
adrp x8, l_.str.26@PAGE
Lloh57:
add x8, x8, l_.str.26@PAGEOFF
stp x8, x25, [sp]
mov x0, x19
bl _printf
Lloh58:
adrp x8, l_.str.27@PAGE
Lloh59:
add x8, x8, l_.str.27@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
mov w28, #24
Lloh60:
adrp x8, l_.str.28@PAGE
Lloh61:
add x8, x8, l_.str.28@PAGEOFF
stp x8, x28, [sp]
mov x0, x19
bl _printf
mov w9, #20
Lloh62:
adrp x8, l_.str.29@PAGE
Lloh63:
add x8, x8, l_.str.29@PAGEOFF
stp x8, x9, [sp]
mov x0, x19
bl _printf
mov w9, #22
Lloh64:
adrp x8, l_.str.30@PAGE
Lloh65:
add x8, x8, l_.str.30@PAGEOFF
stp x8, x9, [sp]
mov x0, x19
bl _printf
Lloh66:
adrp x8, l_.str.31@PAGE
Lloh67:
add x8, x8, l_.str.31@PAGEOFF
stp x8, xzr, [sp]
mov x0, x19
bl _printf
Lloh68:
adrp x8, l_.str.32@PAGE
Lloh69:
add x8, x8, l_.str.32@PAGEOFF
stp x8, x25, [sp]
mov x0, x19
bl _printf
mov w9, #16
Lloh70:
adrp x8, l_.str.33@PAGE
Lloh71:
add x8, x8, l_.str.33@PAGEOFF
stp x8, x9, [sp]
mov x0, x19
bl _printf
Lloh72:
adrp x8, l_.str.34@PAGE
Lloh73:
add x8, x8, l_.str.34@PAGEOFF
stp x8, xzr, [sp]
mov x0, x19
bl _printf
Lloh74:
adrp x8, l_.str.35@PAGE
Lloh75:
add x8, x8, l_.str.35@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh76:
adrp x8, l_.str.36@PAGE
Lloh77:
add x8, x8, l_.str.36@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
mov w26, #3
Lloh78:
adrp x8, l_.str.37@PAGE
Lloh79:
add x8, x8, l_.str.37@PAGEOFF
stp x8, x26, [sp]
mov x0, x19
bl _printf
Lloh80:
adrp x8, l_.str.38@PAGE
Lloh81:
add x8, x8, l_.str.38@PAGEOFF
stp x8, x23, [sp]
mov x0, x19
bl _printf
Lloh82:
adrp x8, l_.str.39@PAGE
Lloh83:
add x8, x8, l_.str.39@PAGEOFF
stp x8, x26, [sp]
mov x0, x19
bl _printf
Lloh84:
adrp x8, l_.str.40@PAGE
Lloh85:
add x8, x8, l_.str.40@PAGEOFF
mov w21, #4
stp x8, x21, [sp]
mov x0, x19
bl _printf
mov w8, #7
Lloh86:
adrp x9, l_.str.41@PAGE
Lloh87:
add x9, x9, l_.str.41@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh88:
adrp x8, l_.str.42@PAGE
Lloh89:
add x8, x8, l_.str.42@PAGEOFF
stp x8, x25, [sp]
mov x0, x19
bl _printf
Lloh90:
adrp x8, l_.str.43@PAGE
Lloh91:
add x8, x8, l_.str.43@PAGEOFF
stp x8, x22, [sp]
mov x0, x19
bl _printf
mov w8, #6
Lloh92:
adrp x9, l_.str.44@PAGE
Lloh93:
add x9, x9, l_.str.44@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh94:
adrp x8, l_.str.45@PAGE
Lloh95:
add x8, x8, l_.str.45@PAGEOFF
stp x8, x21, [sp]
mov w21, #4
mov x0, x19
bl _printf
Lloh96:
adrp x8, l_.str.46@PAGE
Lloh97:
add x8, x8, l_.str.46@PAGEOFF
stp x8, x27, [sp]
mov x0, x19
bl _printf
Lloh98:
adrp x8, l_.str.47@PAGE
Lloh99:
add x8, x8, l_.str.47@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
mov w8, #144
Lloh100:
adrp x9, l_.str.48@PAGE
Lloh101:
add x9, x9, l_.str.48@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh102:
adrp x8, l_.str.49@PAGE
Lloh103:
add x8, x8, l_.str.49@PAGEOFF
stp x8, x21, [sp]
mov w21, #4
mov x0, x19
bl _printf
mov w8, #96
Lloh104:
adrp x9, l_.str.50@PAGE
Lloh105:
add x9, x9, l_.str.50@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov w9, #48
Lloh106:
adrp x8, l_.str.51@PAGE
Lloh107:
add x8, x8, l_.str.51@PAGEOFF
stp x8, x9, [sp]
mov x0, x19
bl _printf
mov w8, #61440
Lloh108:
adrp x9, l_.str.52@PAGE
Lloh109:
add x9, x9, l_.str.52@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov w8, #16384
Lloh110:
adrp x9, l_.str.53@PAGE
Lloh111:
add x9, x9, l_.str.53@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh112:
adrp x8, l_.str.54@PAGE
Lloh113:
add x8, x8, l_.str.54@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
Lloh114:
adrp x8, l_.str.55@PAGE
Lloh115:
add x8, x8, l_.str.55@PAGEOFF
mov w22, #32
stp x8, x22, [sp]
mov x0, x19
bl _printf
Lloh116:
adrp x8, l_.str.56@PAGE
Lloh117:
add x8, x8, l_.str.56@PAGEOFF
stp x8, xzr, [sp]
mov x0, x19
bl _printf
Lloh118:
adrp x8, l_.str.57@PAGE
Lloh119:
add x8, x8, l_.str.57@PAGEOFF
stp x8, x25, [sp]
mov x0, x19
bl _printf
Lloh120:
adrp x8, l_.str.58@PAGE
Lloh121:
add x8, x8, l_.str.58@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
mov w8, #72
Lloh122:
adrp x9, l_.str.59@PAGE
Lloh123:
add x9, x9, l_.str.59@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh124:
adrp x8, l_.str.60@PAGE
Lloh125:
add x8, x8, l_.str.60@PAGEOFF
stp x8, xzr, [sp]
mov x0, x19
bl _printf
Lloh126:
adrp x8, l_.str.61@PAGE
Lloh127:
add x8, x8, l_.str.61@PAGEOFF
stp x8, x25, [sp]
mov x0, x19
bl _printf
Lloh128:
adrp x8, l_.str.62@PAGE
Lloh129:
add x8, x8, l_.str.62@PAGEOFF
mov w26, #16
stp x8, x26, [sp]
mov x0, x19
bl _printf
Lloh130:
adrp x8, l_.str.63@PAGE
Lloh131:
add x8, x8, l_.str.63@PAGEOFF
stp x8, x28, [sp]
mov x0, x19
bl _printf
Lloh132:
adrp x8, l_.str.64@PAGE
Lloh133:
add x8, x8, l_.str.64@PAGEOFF
stp x8, x22, [sp]
mov x0, x19
bl _printf
Lloh134:
adrp x8, l_.str.65@PAGE
Lloh135:
add x8, x8, l_.str.65@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh136:
adrp x8, l_.str.66@PAGE
Lloh137:
add x8, x8, l_.str.66@PAGEOFF
stp x8, x23, [sp]
mov x0, x19
bl _printf
mov w9, #128
Lloh138:
adrp x8, l_.str.67@PAGE
Lloh139:
add x8, x8, l_.str.67@PAGEOFF
stp x8, x9, [sp]
mov x0, x19
bl _printf
Lloh140:
adrp x8, l_.str.68@PAGE
Lloh141:
add x8, x8, l_.str.68@PAGEOFF
stp x8, x26, [sp]
mov w22, #16
mov x0, x19
bl _printf
mov w26, #17
Lloh142:
adrp x8, l_.str.69@PAGE
Lloh143:
add x8, x8, l_.str.69@PAGEOFF
stp x8, x26, [sp]
mov x0, x19
bl _printf
Lloh144:
adrp x8, l_.str.70@PAGE
Lloh145:
add x8, x8, l_.str.70@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh146:
adrp x8, l_.str.71@PAGE
Lloh147:
add x8, x8, l_.str.71@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
Lloh148:
adrp x8, l_.str.72@PAGE
Lloh149:
add x8, x8, l_.str.72@PAGEOFF
stp x8, x22, [sp]
mov x0, x19
bl _printf
Lloh150:
adrp x8, l_.str.73@PAGE
Lloh151:
add x8, x8, l_.str.73@PAGEOFF
stp x8, x21, [sp]
mov w22, #4
mov x0, x19
bl _printf
Lloh152:
adrp x8, l_.str.74@PAGE
Lloh153:
add x8, x8, l_.str.74@PAGEOFF
stp x8, xzr, [sp]
mov x0, x19
bl _printf
Lloh154:
adrp x8, l_.str.75@PAGE
Lloh155:
add x8, x8, l_.str.75@PAGEOFF
stp x8, x25, [sp]
mov x0, x19
bl _printf
mov w28, #12
Lloh156:
adrp x8, l_.str.76@PAGE
Lloh157:
add x8, x8, l_.str.76@PAGEOFF
stp x8, x28, [sp]
mov x0, x19
bl _printf
Lloh158:
adrp x8, l_.str.77@PAGE
Lloh159:
add x8, x8, l_.str.77@PAGEOFF
stp x8, xzr, [sp]
mov x0, x19
bl _printf
Lloh160:
adrp x8, l_.str.78@PAGE
Lloh161:
add x8, x8, l_.str.78@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh162:
adrp x8, l_.str.79@PAGE
Lloh163:
add x8, x8, l_.str.79@PAGEOFF
stp x8, x23, [sp]
mov x0, x19
bl _printf
Lloh164:
adrp x8, l_.str.120@PAGE
Lloh165:
add x8, x8, l_.str.120@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh166:
adrp x8, l_.str.121@PAGE
Lloh167:
add x8, x8, l_.str.121@PAGEOFF
stp x8, x23, [sp]
mov x0, x19
bl _printf
mov w27, #30
Lloh168:
adrp x8, l_.str.122@PAGE
Lloh169:
add x8, x8, l_.str.122@PAGEOFF
stp x8, x27, [sp]
mov x0, x19
bl _printf
mov w8, #31
Lloh170:
adrp x9, l_.str.123@PAGE
Lloh171:
add x9, x9, l_.str.123@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh172:
adrp x8, l_.str.124@PAGE
Lloh173:
add x8, x8, l_.str.124@PAGEOFF
mov w9, #13
stp x8, x9, [sp]
mov x0, x19
bl _printf
mov w8, #14
Lloh174:
adrp x9, l_.str.125@PAGE
Lloh175:
add x9, x9, l_.str.125@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov w8, #15
Lloh176:
adrp x9, l_.str.126@PAGE
Lloh177:
add x9, x9, l_.str.126@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh178:
adrp x8, l_.str.127@PAGE
Lloh179:
add x8, x8, l_.str.127@PAGEOFF
mov w21, #20
stp x8, x21, [sp]
mov x0, x19
bl _printf
mov w8, #19
Lloh180:
adrp x9, l_.str.128@PAGE
Lloh181:
add x9, x9, l_.str.128@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh182:
adrp x8, l_.str.129@PAGE
Lloh183:
add x8, x8, l_.str.129@PAGEOFF
stp x8, x26, [sp]
mov x0, x19
bl _printf
mov w8, #18
Lloh184:
adrp x9, l_.str.130@PAGE
Lloh185:
add x9, x9, l_.str.130@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov w26, #21
Lloh186:
adrp x8, l_.str.131@PAGE
Lloh187:
add x8, x8, l_.str.131@PAGEOFF
stp x8, x26, [sp]
mov x0, x19
bl _printf
Lloh188:
adrp x8, l_.str.132@PAGE
Lloh189:
add x8, x8, l_.str.132@PAGEOFF
mov w9, #22
stp x8, x9, [sp]
mov x0, x19
bl _printf
mov w8, #23
Lloh190:
adrp x9, l_.str.133@PAGE
Lloh191:
add x9, x9, l_.str.133@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh192:
adrp x8, l_.str.80@PAGE
Lloh193:
add x8, x8, l_.str.80@PAGEOFF
mov w9, #32
stp x8, x9, [sp]
mov x0, x19
bl _printf
Lloh194:
adrp x8, l_.str.81@PAGE
Lloh195:
add x8, x8, l_.str.81@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
Lloh196:
adrp x8, l_.str.82@PAGE
Lloh197:
add x8, x8, l_.str.82@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh198:
adrp x8, l_.str.83@PAGE
Lloh199:
add x8, x8, l_.str.83@PAGEOFF
stp x8, x23, [sp]
mov x0, x19
bl _printf
Lloh200:
adrp x8, l_.str.84@PAGE
Lloh201:
add x8, x8, l_.str.84@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
Lloh202:
adrp x8, l_.str.85@PAGE
Lloh203:
add x8, x8, l_.str.85@PAGEOFF
mov w9, #128
stp x8, x9, [sp]
mov x0, x19
bl _printf
Lloh204:
adrp x8, l_.str.86@PAGE
Lloh205:
add x8, x8, l_.str.86@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
Lloh206:
adrp x8, l_.str.87@PAGE
Lloh207:
add x8, x8, l_.str.87@PAGEOFF
stp x8, xzr, [sp]
mov x0, x19
bl _printf
Lloh208:
adrp x8, l_.str.88@PAGE
Lloh209:
add x8, x8, l_.str.88@PAGEOFF
stp x8, x22, [sp]
mov x0, x19
bl _printf
Lloh210:
adrp x8, l_.str.89@PAGE
Lloh211:
add x8, x8, l_.str.89@PAGEOFF
stp x8, x25, [sp]
mov x0, x19
bl _printf
Lloh212:
adrp x8, l_.str.90@PAGE
Lloh213:
add x8, x8, l_.str.90@PAGEOFF
stp x8, x28, [sp]
mov x0, x19
bl _printf
Lloh214:
adrp x8, l_.str.91@PAGE
Lloh215:
add x8, x8, l_.str.91@PAGEOFF
mov w9, #16
stp x8, x9, [sp]
mov w28, #16
mov x0, x19
bl _printf
Lloh216:
adrp x8, l_.str.92@PAGE
Lloh217:
add x8, x8, l_.str.92@PAGEOFF
stp x8, x21, [sp]
mov x0, x19
bl _printf
Lloh218:
adrp x8, l_.str.93@PAGE
Lloh219:
add x8, x8, l_.str.93@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
Lloh220:
adrp x8, l_.str.94@PAGE
Lloh221:
add x8, x8, l_.str.94@PAGEOFF
stp x8, x26, [sp]
mov x0, x19
bl _printf
Lloh222:
adrp x8, l_.str.95@PAGE
Lloh223:
add x8, x8, l_.str.95@PAGEOFF
str x8, [sp]
mov x0, x20
bl _printf
Lloh224:
adrp x8, l_.str.96@PAGE
Lloh225:
add x8, x8, l_.str.96@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh226:
adrp x8, l_.str.97@PAGE
Lloh227:
add x8, x8, l_.str.97@PAGEOFF
stp x8, x23, [sp]
mov x0, x19
bl _printf
Lloh228:
adrp x8, l_.str.98@PAGE
Lloh229:
add x8, x8, l_.str.98@PAGEOFF
stp x8, xzr, [sp]
mov x0, x19
bl _printf
Lloh230:
adrp x8, l_.str.99@PAGE
Lloh231:
add x8, x8, l_.str.99@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh232:
adrp x8, l_.str.100@PAGE
Lloh233:
add x8, x8, l_.str.100@PAGEOFF
stp x8, x27, [sp]
mov x0, x19
bl _printf
mov w8, #65535
Lloh234:
adrp x9, l_.str.101@PAGE
Lloh235:
add x9, x9, l_.str.101@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh236:
adrp x8, l_.str.102@PAGE
Lloh237:
add x8, x8, l_.str.102@PAGEOFF
stp x8, x22, [sp]
mov x0, x19
bl _printf
mov w8, #41
Lloh238:
adrp x9, l_.str.103@PAGE
Lloh239:
add x9, x9, l_.str.103@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov w8, #27
Lloh240:
adrp x9, l_.str.104@PAGE
Lloh241:
add x9, x9, l_.str.104@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov w8, #46
Lloh242:
adrp x9, l_.str.105@PAGE
Lloh243:
add x9, x9, l_.str.105@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov w8, #1025
Lloh244:
adrp x9, l_.str.106@PAGE
Lloh245:
add x9, x9, l_.str.106@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh246:
adrp x8, l_.str.107@PAGE
Lloh247:
add x8, x8, l_.str.107@PAGEOFF
stp x8, x22, [sp]
mov x0, x19
bl _printf
mov w8, #28
Lloh248:
adrp x9, l_.str.108@PAGE
Lloh249:
add x9, x9, l_.str.108@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh250:
adrp x8, l_.str.109@PAGE
Lloh251:
add x8, x8, l_.str.109@PAGEOFF
stp x8, x24, [sp]
mov x0, x19
bl _printf
Lloh252:
adrp x8, l_.str.110@PAGE
Lloh253:
add x8, x8, l_.str.110@PAGEOFF
stp x8, x23, [sp]
mov x0, x19
bl _printf
Lloh254:
adrp x8, l_.str.111@PAGE
Lloh255:
add x8, x8, l_.str.111@PAGEOFF
stp x8, x25, [sp]
mov x0, x19
bl _printf
Lloh256:
adrp x8, l_.str.112@PAGE
Lloh257:
add x8, x8, l_.str.112@PAGEOFF
mov w9, #48
stp x8, x9, [sp]
mov x0, x19
bl _printf
Lloh258:
adrp x8, l_.str.113@PAGE
Lloh259:
add x8, x8, l_.str.113@PAGEOFF
stp x8, x22, [sp]
mov x0, x19
bl _printf
Lloh260:
adrp x8, l_.str.114@PAGE
Lloh261:
add x8, x8, l_.str.114@PAGEOFF
stp x8, x25, [sp]
mov x0, x19
bl _printf
Lloh262:
adrp x8, l_.str.115@PAGE
Lloh263:
add x8, x8, l_.str.115@PAGEOFF
stp x8, x28, [sp]
mov x0, x19
bl _printf
Lloh264:
adrp x8, l_.str.116@PAGE
Lloh265:
add x8, x8, l_.str.116@PAGEOFF
mov w9, #32
stp x8, x9, [sp]
mov x0, x19
bl _printf
mov w8, #40
Lloh266:
adrp x9, l_.str.117@PAGE
Lloh267:
add x9, x9, l_.str.117@PAGEOFF
stp x9, x8, [sp]
mov x0, x19
bl _printf
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 Lloh266, Lloh267
.loh AdrpAdd Lloh264, Lloh265
.loh AdrpAdd Lloh262, Lloh263
.loh AdrpAdd Lloh260, Lloh261
.loh AdrpAdd Lloh258, Lloh259
.loh AdrpAdd Lloh256, Lloh257
.loh AdrpAdd Lloh254, Lloh255
.loh AdrpAdd Lloh252, Lloh253
.loh AdrpAdd Lloh250, Lloh251
.loh AdrpAdd Lloh248, Lloh249
.loh AdrpAdd Lloh246, Lloh247
.loh AdrpAdd Lloh244, Lloh245
.loh AdrpAdd Lloh242, Lloh243
.loh AdrpAdd Lloh240, Lloh241
.loh AdrpAdd Lloh238, Lloh239
.loh AdrpAdd Lloh236, Lloh237
.loh AdrpAdd Lloh234, Lloh235
.loh AdrpAdd Lloh232, Lloh233
.loh AdrpAdd Lloh230, Lloh231
.loh AdrpAdd Lloh228, Lloh229
.loh AdrpAdd Lloh226, Lloh227
.loh AdrpAdd Lloh224, Lloh225
.loh AdrpAdd Lloh222, Lloh223
.loh AdrpAdd Lloh220, Lloh221
.loh AdrpAdd Lloh218, Lloh219
.loh AdrpAdd Lloh216, Lloh217
.loh AdrpAdd Lloh214, Lloh215
.loh AdrpAdd Lloh212, Lloh213
.loh AdrpAdd Lloh210, Lloh211
.loh AdrpAdd Lloh208, Lloh209
.loh AdrpAdd Lloh206, Lloh207
.loh AdrpAdd Lloh204, Lloh205
.loh AdrpAdd Lloh202, Lloh203
.loh AdrpAdd Lloh200, Lloh201
.loh AdrpAdd Lloh198, Lloh199
.loh AdrpAdd Lloh196, Lloh197
.loh AdrpAdd Lloh194, Lloh195
.loh AdrpAdd Lloh192, Lloh193
.loh AdrpAdd Lloh190, Lloh191
.loh AdrpAdd Lloh188, Lloh189
.loh AdrpAdd Lloh186, Lloh187
.loh AdrpAdd Lloh184, Lloh185
.loh AdrpAdd Lloh182, Lloh183
.loh AdrpAdd Lloh180, Lloh181
.loh AdrpAdd Lloh178, Lloh179
.loh AdrpAdd Lloh176, Lloh177
.loh AdrpAdd Lloh174, Lloh175
.loh AdrpAdd Lloh172, Lloh173
.loh AdrpAdd Lloh170, Lloh171
.loh AdrpAdd Lloh168, Lloh169
.loh AdrpAdd Lloh166, Lloh167
.loh AdrpAdd Lloh164, Lloh165
.loh AdrpAdd Lloh162, Lloh163
.loh AdrpAdd Lloh160, Lloh161
.loh AdrpAdd Lloh158, Lloh159
.loh AdrpAdd Lloh156, Lloh157
.loh AdrpAdd Lloh154, Lloh155
.loh AdrpAdd Lloh152, Lloh153
.loh AdrpAdd Lloh150, Lloh151
.loh AdrpAdd Lloh148, Lloh149
.loh AdrpAdd Lloh146, Lloh147
.loh AdrpAdd Lloh144, Lloh145
.loh AdrpAdd Lloh142, Lloh143
.loh AdrpAdd Lloh140, Lloh141
.loh AdrpAdd Lloh138, Lloh139
.loh AdrpAdd Lloh136, Lloh137
.loh AdrpAdd Lloh134, Lloh135
.loh AdrpAdd Lloh132, Lloh133
.loh AdrpAdd Lloh130, Lloh131
.loh AdrpAdd Lloh128, Lloh129
.loh AdrpAdd Lloh126, Lloh127
.loh AdrpAdd Lloh124, Lloh125
.loh AdrpAdd Lloh122, Lloh123
.loh AdrpAdd Lloh120, Lloh121
.loh AdrpAdd Lloh118, Lloh119
.loh AdrpAdd Lloh116, Lloh117
.loh AdrpAdd Lloh114, Lloh115
.loh AdrpAdd Lloh112, Lloh113
.loh AdrpAdd Lloh110, Lloh111
.loh AdrpAdd Lloh108, Lloh109
.loh AdrpAdd Lloh106, Lloh107
.loh AdrpAdd Lloh104, Lloh105
.loh AdrpAdd Lloh102, Lloh103
.loh AdrpAdd Lloh100, Lloh101
.loh AdrpAdd Lloh98, Lloh99
.loh AdrpAdd Lloh96, Lloh97
.loh AdrpAdd Lloh94, Lloh95
.loh AdrpAdd Lloh92, Lloh93
.loh AdrpAdd Lloh90, Lloh91
.loh AdrpAdd Lloh88, Lloh89
.loh AdrpAdd Lloh86, Lloh87
.loh AdrpAdd Lloh84, Lloh85
.loh AdrpAdd Lloh82, Lloh83
.loh AdrpAdd Lloh80, Lloh81
.loh AdrpAdd Lloh78, Lloh79
.loh AdrpAdd Lloh76, Lloh77
.loh AdrpAdd Lloh74, Lloh75
.loh AdrpAdd Lloh72, Lloh73
.loh AdrpAdd Lloh70, Lloh71
.loh AdrpAdd Lloh68, Lloh69
.loh AdrpAdd Lloh66, Lloh67
.loh AdrpAdd Lloh64, Lloh65
.loh AdrpAdd Lloh62, Lloh63
.loh AdrpAdd Lloh60, Lloh61
.loh AdrpAdd Lloh58, Lloh59
.loh AdrpAdd Lloh56, Lloh57
.loh AdrpAdd Lloh54, Lloh55
.loh AdrpAdd Lloh52, Lloh53
.loh AdrpAdd Lloh50, Lloh51
.loh AdrpAdd Lloh48, Lloh49
.loh AdrpAdd Lloh46, Lloh47
.loh AdrpAdd Lloh44, Lloh45
.loh AdrpAdd Lloh42, Lloh43
.loh AdrpAdd Lloh40, Lloh41
.loh AdrpAdd Lloh38, Lloh39
.loh AdrpAdd Lloh36, Lloh37
.loh AdrpAdd Lloh34, Lloh35
.loh AdrpAdd Lloh32, Lloh33
.loh AdrpAdd Lloh30, Lloh31
.loh AdrpAdd Lloh28, Lloh29
.loh AdrpAdd Lloh26, Lloh27
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpAdd Lloh12, Lloh13
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "# Endianess\n%c\n# Wordsize\n%d\n"
l_.str.1: ; @.str.1
.asciz "errno"
l_.str.2: ; @.str.2
.asciz "ENOENT"
l_.str.3: ; @.str.3
.asciz "EINTR"
l_.str.4: ; @.str.4
.asciz "EBADF"
l_.str.5: ; @.str.5
.asciz "EAGAIN"
l_.str.6: ; @.str.6
.asciz "EACCES"
l_.str.7: ; @.str.7
.asciz "EPIPE"
l_.str.8: ; @.str.8
.asciz "ECONNRESET"
l_.str.9: ; @.str.9
.asciz "open/fcntl"
l_.str.10: ; @.str.10
.asciz "O_RDONLY"
l_.str.11: ; @.str.11
.asciz "O_WRONLY"
l_.str.12: ; @.str.12
.asciz "O_RDWR"
l_.str.13: ; @.str.13
.asciz "O_CREAT"
l_.str.14: ; @.str.14
.asciz "O_EXCL"
l_.str.15: ; @.str.15
.asciz "O_TRUNC"
l_.str.16: ; @.str.16
.asciz "O_APPEND"
l_.str.17: ; @.str.17
.asciz "F_GETFD"
l_.str.18: ; @.str.18
.asciz "F_SETFD"
l_.str.19: ; @.str.19
.asciz "FD_CLOEXEC"
l_.str.20: ; @.str.20
.asciz "stdio"
l_.str.21: ; @.str.21
.asciz "BUFSIZ"
l_.str.22: ; @.str.22
.asciz "PIPE_BUF"
l_.str.23: ; @.str.23
.asciz "GETCWDLEN"
l_.str.24: ; @.str.24
.asciz "dlfcn"
l_.str.25: ; @.str.25
.asciz "RTLD_LAZY"
l_.str.26: ; @.str.26
.asciz "RTLD_GLOBAL"
l_.str.27: ; @.str.27
.asciz "fcntl"
l_.str.28: ; @.str.28
.asciz "FLOCK"
l_.str.29: ; @.str.29
.asciz "L_TYPE"
l_.str.30: ; @.str.30
.asciz "L_WHENCE"
l_.str.31: ; @.str.31
.asciz "L_START"
l_.str.32: ; @.str.32
.asciz "L_LEN"
l_.str.33: ; @.str.33
.asciz "L_PID"
l_.str.34: ; @.str.34
.asciz "SEEK_SET"
l_.str.35: ; @.str.35
.asciz "SEEK_CUR"
l_.str.36: ; @.str.36
.asciz "F_RDLCK"
l_.str.37: ; @.str.37
.asciz "F_WRLCK"
l_.str.38: ; @.str.38
.asciz "F_UNLCK"
l_.str.39: ; @.str.39
.asciz "F_GETFL"
l_.str.40: ; @.str.40
.asciz "F_SETFL"
l_.str.41: ; @.str.41
.asciz "F_GETLK"
l_.str.42: ; @.str.42
.asciz "F_SETLK"
l_.str.43: ; @.str.43
.asciz "F_SETLKW"
l_.str.44: ; @.str.44
.asciz "F_SETOWN"
l_.str.45: ; @.str.45
.asciz "O_NONBLOCK"
l_.str.46: ; @.str.46
.asciz "O_ASYNC"
l_.str.47: ; @.str.47
.asciz "stat"
l_.str.48: ; @.str.48
.asciz "STAT"
l_.str.49: ; @.str.49
.asciz "ST_MODE"
l_.str.50: ; @.str.50
.asciz "ST_SIZE"
l_.str.51: ; @.str.51
.asciz "ST_MTIME"
l_.str.52: ; @.str.52
.asciz "S_IFMT"
l_.str.53: ; @.str.53
.asciz "S_IFDIR"
l_.str.54: ; @.str.54
.asciz "times"
l_.str.55: ; @.str.55
.asciz "TMS"
l_.str.56: ; @.str.56
.asciz "TMS_UTIME"
l_.str.57: ; @.str.57
.asciz "TMS_STIME"
l_.str.58: ; @.str.58
.asciz "termios"
l_.str.59: ; @.str.59
.asciz "TERMIOS"
l_.str.60: ; @.str.60
.asciz "C_IFLAG"
l_.str.61: ; @.str.61
.asciz "C_OFLAG"
l_.str.62: ; @.str.62
.asciz "C_CFLAG"
l_.str.63: ; @.str.63
.asciz "C_LFLAG"
l_.str.64: ; @.str.64
.asciz "C_CC"
l_.str.65: ; @.str.65
.asciz "OPOST"
l_.str.66: ; @.str.66
.asciz "ONLCR"
l_.str.67: ; @.str.67
.asciz "ISIG"
l_.str.68: ; @.str.68
.asciz "VMIN"
l_.str.69: ; @.str.69
.asciz "VTIME"
l_.str.70: ; @.str.70
.asciz "TCSADRAIN"
l_.str.71: ; @.str.71
.asciz "signal"
l_.str.72: ; @.str.72
.asciz "SIGACTION"
l_.str.73: ; @.str.73
.asciz "SIGSET_T"
l_.str.74: ; @.str.74
.asciz "SA_HANDLER"
l_.str.75: ; @.str.75
.asciz "SA_MASK"
l_.str.76: ; @.str.76
.asciz "SA_FLAGS"
l_.str.77: ; @.str.77
.asciz "SIG_DFL"
l_.str.78: ; @.str.78
.asciz "SIG_IGN"
l_.str.79: ; @.str.79
.asciz "SIG_UNBLOCK"
l_.str.80: ; @.str.80
.asciz "SIGNALS"
l_.str.81: ; @.str.81
.asciz "wait"
l_.str.82: ; @.str.82
.asciz "WNOHANG"
l_.str.83: ; @.str.83
.asciz "WUNTRACED"
l_.str.84: ; @.str.84
.asciz "select"
l_.str.85: ; @.str.85
.asciz "FD_SET"
l_.str.86: ; @.str.86
.asciz "time"
l_.str.87: ; @.str.87
.asciz "TM_SEC"
l_.str.88: ; @.str.88
.asciz "TM_MIN"
l_.str.89: ; @.str.89
.asciz "TM_HOUR"
l_.str.90: ; @.str.90
.asciz "TM_MDAY"
l_.str.91: ; @.str.91
.asciz "TM_MON"
l_.str.92: ; @.str.92
.asciz "TM_YEAR"
l_.str.93: ; @.str.93
.asciz "dir"
l_.str.94: ; @.str.94
.asciz "D_NAME"
l_.str.95: ; @.str.95
.asciz "Sockets"
l_.str.96: ; @.str.96
.asciz "SOCK_STREAM"
l_.str.97: ; @.str.97
.asciz "SOCK_DGRAM"
l_.str.98: ; @.str.98
.asciz "AF_UNSPEC"
l_.str.99: ; @.str.99
.asciz "AF_UNIX"
l_.str.100: ; @.str.100
.asciz "AF_INET6"
l_.str.101: ; @.str.101
.asciz "SOL_SOCKET"
l_.str.102: ; @.str.102
.asciz "SO_REUSEADDR"
l_.str.103: ; @.str.103
.asciz "IPPROTO_IPV6"
l_.str.104: ; @.str.104
.asciz "IPV6_V6ONLY"
l_.str.105: ; @.str.105
.asciz "INET6_ADDRSTRLEN"
l_.str.106: ; @.str.106
.asciz "NI_MAXHOST"
l_.str.107: ; @.str.107
.asciz "NI_NAMEREQD"
l_.str.108: ; @.str.108
.asciz "SOCKADDR_IN6"
l_.str.109: ; @.str.109
.asciz "SIN6_FAMILY"
l_.str.110: ; @.str.110
.asciz "SIN6_PORT"
l_.str.111: ; @.str.111
.asciz "SIN6_ADDR"
l_.str.112: ; @.str.112
.asciz "ADDRINFO"
l_.str.113: ; @.str.113
.asciz "AI_FAMILY"
l_.str.114: ; @.str.114
.asciz "AI_SOCKTYPE"
l_.str.115: ; @.str.115
.asciz "AI_ADDRLEN"
l_.str.116: ; @.str.116
.asciz "AI_ADDR"
l_.str.117: ; @.str.117
.asciz "AI_NEXT"
l_.str.118: ; @.str.118
.asciz "\n# %s\n"
l_.str.119: ; @.str.119
.asciz "(equ %s %ld)\n"
l_.str.120: ; @.str.120
.asciz "SIGHUP"
l_.str.121: ; @.str.121
.asciz "SIGINT"
l_.str.122: ; @.str.122
.asciz "SIGUSR1"
l_.str.123: ; @.str.123
.asciz "SIGUSR2"
l_.str.124: ; @.str.124
.asciz "SIGPIPE"
l_.str.125: ; @.str.125
.asciz "SIGALRM"
l_.str.126: ; @.str.126
.asciz "SIGTERM"
l_.str.127: ; @.str.127
.asciz "SIGCHLD"
l_.str.128: ; @.str.128
.asciz "SIGCONT"
l_.str.129: ; @.str.129
.asciz "SIGSTOP"
l_.str.130: ; @.str.130
.asciz "SIGTSTP"
l_.str.131: ; @.str.131
.asciz "SIGTTIN"
l_.str.132: ; @.str.132
.asciz "SIGTTOU"
l_.str.133: ; @.str.133
.asciz "SIGIO"
.subsections_via_symbols
| the_stack_data/95449841.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function acpi_px_startup
_acpi_px_startup: ## @acpi_px_startup
.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 _AcpiGbl_FADT@GOTPCREL(%rip), %rbx
cmpq $0, (%rbx)
je LBB0_1
## %bb.2:
movq _acpi@GOTPCREL(%rip), %r14
movl (%r14), %edi
callq _ACPI_LOCK
movl 8(%rbx), %edi
movq (%rbx), %rsi
movl $8, %edx
callq _AcpiOsWritePort
movl (%r14), %edi
popq %rbx
popq %r14
popq %rbp
jmp _ACPI_UNLOCK ## TAILCALL
LBB0_1:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _AcpiGbl_FADT,16,3 ## @AcpiGbl_FADT
.comm _acpi,4,2 ## @acpi
.no_dead_strip _acpi_px_startup
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function acpi_px_startup
_acpi_px_startup: ; @acpi_px_startup
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x19, _AcpiGbl_FADT@GOTPAGE
Lloh1:
ldr x19, [x19, _AcpiGbl_FADT@GOTPAGEOFF]
ldr x8, [x19]
cbz x8, LBB0_2
; %bb.1:
Lloh2:
adrp x20, _acpi@GOTPAGE
Lloh3:
ldr x20, [x20, _acpi@GOTPAGEOFF]
ldr w0, [x20]
bl _ACPI_LOCK
ldr w0, [x19, #8]
ldr x1, [x19]
mov w2, #8
bl _AcpiOsWritePort
ldr w0, [x20]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _ACPI_UNLOCK
LBB0_2:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh2, Lloh3
.cfi_endproc
; -- End function
.comm _AcpiGbl_FADT,16,3 ; @AcpiGbl_FADT
.comm _acpi,4,2 ; @acpi
.no_dead_strip _acpi_px_startup
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/acpica/extr_acpi_perf.c_acpi_px_startup.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 4, 0x90 ## -- Begin function pseudocolor_filter_16
_pseudocolor_filter_16: ## @pseudocolor_filter_16
.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
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, -44(%rbp) ## 4-byte Spill
testl %edx, %edx
js LBB0_17
## %bb.1:
movq 40(%rbp), %rax
movl 32(%rbp), %ebx
movl 24(%rbp), %r11d
movl 16(%rbp), %r10d
movl %r10d, %r14d
shrl $31, %r14d
addl %r10d, %r14d
sarl %r14d
movslq %r14d, %rdx
movl %r11d, %r14d
shrl $31, %r14d
addl %r11d, %r14d
sarl %r14d
movslq %r14d, %r10
movl %ebx, %r14d
shrl $31, %r14d
addl %ebx, %r14d
sarl %r14d
movslq %r14d, %r11
movl %esi, %r15d
movq %r15, -56(%rbp) ## 8-byte Spill
## kill: def $r15d killed $r15d killed $r15 def $r15
andl $2147483646, %r15d ## imm = 0x7FFFFFFE
shlq $3, %rdx
movq %rdx, -64(%rbp) ## 8-byte Spill
shlq $3, %r10
movq %r10, %rbx
shlq $3, %r11
xorl %r12d, %r12d
jmp LBB0_2
LBB0_14: ## in Loop: Header=BB0_2 Depth=1
movq (%r8,%r13,8), %r14
LBB0_15: ## in Loop: Header=BB0_2 Depth=1
movq %r14, (%r9,%r13,8)
LBB0_16: ## in Loop: Header=BB0_2 Depth=1
addq -64(%rbp), %rcx ## 8-byte Folded Reload
addq %rbx, %r8
addq %r11, %r9
leal 1(%r12), %edx
cmpl -44(%rbp), %r12d ## 4-byte Folded Reload
movl %edx, %r12d
je LBB0_17
LBB0_2: ## =>This Loop Header: Depth=1
## Child Loop BB0_4 Depth 2
testl %esi, %esi
jle LBB0_16
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
xorl %r13d, %r13d
cmpl $1, %esi
jne LBB0_4
LBB0_11: ## in Loop: Header=BB0_2 Depth=1
testb $1, -56(%rbp) ## 1-byte Folded Reload
je LBB0_16
## %bb.12: ## in Loop: Header=BB0_2 Depth=1
movq (%rcx,%r13,8), %rdx
cvttss2si (%rax,%rdx,4), %r14d
testl %r14d, %r14d
sets %dl
cmpl %edi, %r14d
setg %r10b
orb %dl, %r10b
jne LBB0_14
## %bb.13: ## in Loop: Header=BB0_2 Depth=1
movl %r14d, %r14d
jmp LBB0_15
.p2align 4, 0x90
LBB0_9: ## in Loop: Header=BB0_4 Depth=2
movq 8(%r8,%r13,8), %r14
LBB0_10: ## in Loop: Header=BB0_4 Depth=2
movq %r14, 8(%r9,%r13,8)
addq $2, %r13
cmpq %r13, %r15
je LBB0_11
LBB0_4: ## Parent Loop BB0_2 Depth=1
## => This Inner Loop Header: Depth=2
movq (%rcx,%r13,8), %r14
cvttss2si (%rax,%r14,4), %r14d
testl %r14d, %r14d
sets %r10b
cmpl %edi, %r14d
setg %dl
orb %r10b, %dl
je LBB0_5
## %bb.6: ## in Loop: Header=BB0_4 Depth=2
movq (%r8,%r13,8), %r14
jmp LBB0_7
.p2align 4, 0x90
LBB0_5: ## in Loop: Header=BB0_4 Depth=2
movl %r14d, %r14d
LBB0_7: ## in Loop: Header=BB0_4 Depth=2
movq %r14, (%r9,%r13,8)
movq 8(%rcx,%r13,8), %rdx
cvttss2si (%rax,%rdx,4), %r14d
testl %r14d, %r14d
sets %dl
cmpl %edi, %r14d
setg %r10b
orb %dl, %r10b
jne LBB0_9
## %bb.8: ## in Loop: Header=BB0_4 Depth=2
movl %r14d, %r14d
jmp LBB0_10
LBB0_17:
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _pseudocolor_filter_16
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 2 ; -- Begin function pseudocolor_filter_16
_pseudocolor_filter_16: ; @pseudocolor_filter_16
.cfi_startproc
; %bb.0:
; kill: def $w1 killed $w1 def $x1
tbnz w2, #31, LBB0_9
; %bb.1:
mov w9, #0 ; =0x0
ldr x8, [sp, #8]
ldr w10, [sp]
add w11, w6, w6, lsr #31
asr w12, w11, #1
add w11, w7, w7, lsr #31
asr w11, w11, #1
add w10, w10, w10, lsr #31
asr w10, w10, #1
sbfiz x10, x10, #3, #32
sbfiz x11, x11, #3, #32
sbfiz x12, x12, #3, #32
ubfiz x13, x1, #3, #32
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
add w14, w9, #1
add x5, x5, x10
add x4, x4, x11
add x3, x3, x12
cmp w9, w2
mov x9, x14
b.eq LBB0_9
LBB0_3: ; =>This Loop Header: Depth=1
; Child Loop BB0_7 Depth 2
cmp w1, #1
b.lt LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
mov x14, #0 ; =0x0
b LBB0_7
LBB0_5: ; in Loop: Header=BB0_7 Depth=2
ldr x15, [x4, x14]
LBB0_6: ; in Loop: Header=BB0_7 Depth=2
str x15, [x5, x14]
add x14, x14, #8
cmp x13, x14
b.eq LBB0_2
LBB0_7: ; Parent Loop BB0_3 Depth=1
; => This Inner Loop Header: Depth=2
ldr x15, [x3, x14]
ldr s0, [x8, x15, lsl #2]
fcvtzs w15, s0
tbnz w15, #31, LBB0_5
; %bb.8: ; in Loop: Header=BB0_7 Depth=2
cmp w15, w0
b.le LBB0_6
b LBB0_5
LBB0_9:
ret
.cfi_endproc
; -- End function
.no_dead_strip _pseudocolor_filter_16
.subsections_via_symbols
| assembly_file_14803.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function SV_InitGameVM
_SV_InitGameVM: ## @SV_InitGameVM
.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, %r14d
xorl %eax, %eax
callq _CM_EntityString
movq _sv@GOTPCREL(%rip), %rcx
movl %eax, (%rcx)
movq _sv_maxclients@GOTPCREL(%rip), %rax
movq (%rax), %rcx
cmpl $0, (%rcx)
jle LBB0_3
## %bb.1:
movq _svs@GOTPCREL(%rip), %rcx
movq 8(%rcx), %rcx
xorl %edx, %edx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq $0, (%rcx,%rdx,8)
incq %rdx
movq (%rax), %rsi
movslq (%rsi), %rsi
cmpq %rsi, %rdx
jl LBB0_2
LBB0_3:
movq _gvm@GOTPCREL(%rip), %rax
movl (%rax), %r15d
movq _GAME_INIT@GOTPCREL(%rip), %rax
movl (%rax), %r12d
movq _svs@GOTPCREL(%rip), %rax
movl (%rax), %ebx
xorl %eax, %eax
callq _Com_Milliseconds
movl %r15d, %edi
movl %r12d, %esi
movl %ebx, %edx
movl %eax, %ecx
movl %r14d, %r8d
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
jmp _VM_Call ## TAILCALL
.cfi_endproc
## -- End function
.comm _sv,4,2 ## @sv
.comm _sv_maxclients,8,3 ## @sv_maxclients
.comm _svs,16,3 ## @svs
.comm _gvm,4,2 ## @gvm
.comm _GAME_INIT,4,2 ## @GAME_INIT
.no_dead_strip _SV_InitGameVM
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function SV_InitGameVM
_SV_InitGameVM: ; @SV_InitGameVM
.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
bl _CM_EntityString
Lloh0:
adrp x8, _sv@GOTPAGE
Lloh1:
ldr x8, [x8, _sv@GOTPAGEOFF]
Lloh2:
adrp x9, _sv_maxclients@GOTPAGE
Lloh3:
ldr x9, [x9, _sv_maxclients@GOTPAGEOFF]
Lloh4:
str w0, [x8]
ldr x8, [x9]
ldr w10, [x8]
Lloh5:
adrp x8, _svs@GOTPAGE
Lloh6:
ldr x8, [x8, _svs@GOTPAGEOFF]
cmp w10, #1
b.lt LBB0_3
; %bb.1:
mov x10, #0
ldr x11, [x8, #8]
LBB0_2: ; =>This Inner Loop Header: Depth=1
str xzr, [x11, x10, lsl #3]
add x10, x10, #1
ldr x12, [x9]
ldrsw x12, [x12]
cmp x10, x12
b.lt LBB0_2
LBB0_3:
Lloh7:
adrp x9, _gvm@GOTPAGE
Lloh8:
ldr x9, [x9, _gvm@GOTPAGEOFF]
Lloh9:
ldr w20, [x9]
Lloh10:
adrp x9, _GAME_INIT@GOTPAGE
Lloh11:
ldr x9, [x9, _GAME_INIT@GOTPAGEOFF]
Lloh12:
ldr w21, [x9]
ldr w22, [x8]
bl _Com_Milliseconds
mov x3, x0
mov x0, x20
mov x1, x21
mov x2, x22
mov x4, 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
b _VM_Call
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGotStr Lloh0, Lloh1, Lloh4
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.cfi_endproc
; -- End function
.comm _sv,4,2 ; @sv
.comm _sv_maxclients,8,3 ; @sv_maxclients
.comm _svs,16,3 ; @svs
.comm _gvm,4,2 ; @gvm
.comm _GAME_INIT,4,2 ; @GAME_INIT
.no_dead_strip _SV_InitGameVM
.subsections_via_symbols
| AnghaBench/Quake-III-Arena/code/server/extr_sv_game.c_SV_InitGameVM.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _INI_Scalar_TYPE ## -- Begin function INI_Scalar_TYPE
.p2align 4, 0x90
_INI_Scalar_TYPE: ## @INI_Scalar_TYPE
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _INI_Scalar_TYPE ; -- Begin function INI_Scalar_TYPE
.p2align 2
_INI_Scalar_TYPE: ; @INI_Scalar_TYPE
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/136937.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function pp32_download_code
_pp32_download_code: ## @pp32_download_code
.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 $-1, %r13d
testq %rdi, %rdi
je LBB0_11
## %bb.1:
movq %rdx, %r15
testq %rdx, %rdx
je LBB0_11
## %bb.2:
movq %rdi, %r14
movl %r15d, %eax
orl %r14d, %eax
andl $3, %eax
testq %rax, %rax
jne LBB0_11
## %bb.3:
movl %ecx, %ebx
movl %esi, %r12d
xorl %edi, %edi
callq _CDM_CODE_MEMORYn_DWLEN
movq _CDM_CFG@GOTPCREL(%rip), %rcx
movl (%rcx), %esi
cmpl %r12d, %eax
movl %ebx, -44(%rbp) ## 4-byte Spill
jae LBB0_5
## %bb.4:
movl $4, %edi
callq _IFX_REG_W32
xorl %edi, %edi
xorl %esi, %esi
callq _CDM_CODE_MEMORY
jmp LBB0_6
LBB0_5:
xorl %edi, %edi
callq _IFX_REG_W32
xorl %edi, %edi
xorl %esi, %esi
callq _CDM_CODE_MEMORY
testl %r12d, %r12d
je LBB0_8
LBB0_6:
movq %rax, %r13
movl %r12d, %r12d
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_7: ## =>This Inner Loop Header: Depth=1
movl (%r14,%rbx,4), %edi
movl %r13d, %esi
callq _IFX_REG_W32
addl $4, %r13d
incq %rbx
cmpl %ebx, %r12d
jne LBB0_7
LBB0_8:
xorl %r13d, %r13d
xorl %edi, %edi
xorl %esi, %esi
callq _CDM_DATA_MEMORY
movq %rax, %r12
movl -44(%rbp), %eax ## 4-byte Reload
testl %eax, %eax
je LBB0_11
## %bb.9:
movl %eax, %r14d
xorl %r13d, %r13d
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_10: ## =>This Inner Loop Header: Depth=1
movl (%r15,%rbx,4), %edi
movl %r12d, %esi
callq _IFX_REG_W32
addl $4, %r12d
incq %rbx
cmpl %ebx, %r14d
jne LBB0_10
LBB0_11:
movl %r13d, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _CDM_CFG,4,2 ## @CDM_CFG
.no_dead_strip _pp32_download_code
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function pp32_download_code
_pp32_download_code: ; @pp32_download_code
.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
cbz x0, LBB0_5
; %bb.1:
mov x20, x2
mov x22, x0
mov w0, #-1
cbz x2, LBB0_13
; %bb.2:
orr w8, w20, w22
and x8, x8, #0x3
cbnz x8, LBB0_13
; %bb.3:
mov x19, x3
mov x21, x1
mov w0, #0
bl _CDM_CODE_MEMORYn_DWLEN
Lloh0:
adrp x8, _CDM_CFG@GOTPAGE
Lloh1:
ldr x8, [x8, _CDM_CFG@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
cmp w0, w21
b.hs LBB0_6
; %bb.4:
mov w0, #4
bl _IFX_REG_W32
mov w0, #0
mov w1, #0
bl _CDM_CODE_MEMORY
b LBB0_7
LBB0_5:
mov w0, #-1
b LBB0_13
LBB0_6:
mov w0, #0
bl _IFX_REG_W32
mov w0, #0
mov w1, #0
bl _CDM_CODE_MEMORY
cbz w21, LBB0_9
LBB0_7:
mov x23, x0
LBB0_8: ; =>This Inner Loop Header: Depth=1
sub w21, w21, #1
ldr w0, [x22], #4
mov x1, x23
bl _IFX_REG_W32
add w23, w23, #4
cbnz w21, LBB0_8
LBB0_9:
mov w0, #0
mov w1, #0
bl _CDM_DATA_MEMORY
cbz w19, LBB0_12
; %bb.10:
mov x21, x0
LBB0_11: ; =>This Inner Loop Header: Depth=1
sub w19, w19, #1
ldr w0, [x20], #4
mov x1, x21
bl _IFX_REG_W32
add w21, w21, #4
cbnz w19, LBB0_11
LBB0_12:
mov w0, #0
LBB0_13:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _CDM_CFG,4,2 ; @CDM_CFG
.no_dead_strip _pp32_download_code
.subsections_via_symbols
| AnghaBench/openwrt/package/kernel/lantiq/ltq-ptm/src/extr_ifxmips_ptm_danube.c_pp32_download_code.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _modtime ## -- Begin function modtime
.p2align 4, 0x90
_modtime: ## @modtime
.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 $40, %rsp
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edi, -60(%rbp)
movq %rsi, -32(%rbp)
cmpl $1, %edi
jg LBB0_3
## %bb.1:
leaq L_.str(%rip), %rdx
leaq -60(%rbp), %rdi
leaq -32(%rbp), %rsi
callq _another
testl %eax, %eax
je LBB0_2
LBB0_3:
movq _verbose@GOTPCREL(%rip), %r14
movl (%r14), %r15d
movq _debug@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jne LBB0_5
## %bb.4:
movl $-1, (%r14)
LBB0_5:
movq -32(%rbp), %rax
movq 8(%rax), %rsi
leaq L_.str.2(%rip), %rdi
callq _command
movq _COMPLETE@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_7
## %bb.6:
movq _reply_string@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq -36(%rbp), %rax
leaq -40(%rbp), %r10
leaq L_.str.3(%rip), %rsi
leaq -56(%rbp), %rdx
leaq -52(%rbp), %rcx
leaq -48(%rbp), %r8
leaq -44(%rbp), %r9
pushq %rax
pushq %r10
callq _sscanf
addq $16, %rsp
movq -32(%rbp), %rax
movq 8(%rax), %rsi
movl -52(%rbp), %edx
movl -48(%rbp), %ecx
movl -56(%rbp), %r8d
movl -44(%rbp), %r9d
movl -40(%rbp), %r10d
movl -36(%rbp), %ebx
leaq L_.str.4(%rip), %rdi
xorl %eax, %eax
pushq %rbx
pushq %r10
callq _printf
addq $16, %rsp
jmp LBB0_8
LBB0_7:
movq _reply_string@GOTPCREL(%rip), %rax
movq (%rax), %rsi
leaq L_.str.5(%rip), %rdi
xorl %eax, %eax
callq _printf
LBB0_8:
movl %r15d, (%r14)
jmp LBB0_9
LBB0_2:
movq -32(%rbp), %rax
movq (%rax), %rsi
leaq L_.str.1(%rip), %rdi
xorl %eax, %eax
callq _printf
movq _code@GOTPCREL(%rip), %rax
movl $-1, (%rax)
LBB0_9:
addq $40, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "filename"
L_.str.1: ## @.str.1
.asciz "usage: %s filename\n"
.comm _code,4,2 ## @code
.comm _verbose,4,2 ## @verbose
.comm _debug,8,3 ## @debug
L_.str.2: ## @.str.2
.asciz "MDTM %s"
.comm _COMPLETE,8,3 ## @COMPLETE
.comm _reply_string,8,3 ## @reply_string
L_.str.3: ## @.str.3
.asciz "%*s %04d%02d%02d%02d%02d%02d"
L_.str.4: ## @.str.4
.asciz "%s\t%02d/%02d/%04d %02d:%02d:%02d GMT\n"
L_.str.5: ## @.str.5
.asciz "%s\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _modtime ; -- Begin function modtime
.p2align 2
_modtime: ; @modtime
.cfi_startproc
; %bb.0:
sub sp, sp, #128
.cfi_def_cfa_offset 128
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
stur w0, [x29, #-20]
stur x1, [x29, #-32]
cmp w0, #1
b.gt LBB0_2
; %bb.1:
Lloh0:
adrp x2, l_.str@PAGE
Lloh1:
add x2, x2, l_.str@PAGEOFF
sub x0, x29, #20
sub x1, x29, #32
bl _another
cbz w0, LBB0_8
LBB0_2:
Lloh2:
adrp x19, _verbose@GOTPAGE
Lloh3:
ldr x19, [x19, _verbose@GOTPAGEOFF]
ldr w20, [x19]
Lloh4:
adrp x8, _debug@GOTPAGE
Lloh5:
ldr x8, [x8, _debug@GOTPAGEOFF]
Lloh6:
ldr x8, [x8]
cbnz x8, LBB0_4
; %bb.3:
mov w8, #-1
str w8, [x19]
LBB0_4:
ldur x8, [x29, #-32]
ldr x1, [x8, #8]
Lloh7:
adrp x0, l_.str.2@PAGE
Lloh8:
add x0, x0, l_.str.2@PAGEOFF
bl _command
Lloh9:
adrp x8, _COMPLETE@GOTPAGE
Lloh10:
ldr x8, [x8, _COMPLETE@GOTPAGEOFF]
Lloh11:
ldr x8, [x8]
cmp x0, x8
b.ne LBB0_6
; %bb.5:
Lloh12:
adrp x8, _reply_string@GOTPAGE
Lloh13:
ldr x8, [x8, _reply_string@GOTPAGEOFF]
Lloh14:
ldr x0, [x8]
Lloh15:
adrp x1, l_.str.3@PAGE
Lloh16:
add x1, x1, l_.str.3@PAGEOFF
sub x2, x29, #36
sub x3, x29, #40
sub x4, x29, #44
sub x5, x29, #48
sub x6, x29, #52
add x7, sp, #56
bl _sscanf
ldur x8, [x29, #-32]
ldr x1, [x8, #8]
ldp w9, w8, [x29, #-44]
ldur w10, [x29, #-36]
ldp w12, w11, [x29, #-52]
ldr w13, [sp, #56]
stp x12, x13, [sp, #32]
stp x10, x11, [sp, #16]
stp x8, x9, [sp]
Lloh17:
adrp x0, l_.str.4@PAGE
Lloh18:
add x0, x0, l_.str.4@PAGEOFF
b LBB0_7
LBB0_6:
Lloh19:
adrp x8, _reply_string@GOTPAGE
Lloh20:
ldr x8, [x8, _reply_string@GOTPAGEOFF]
Lloh21:
ldr x1, [x8]
Lloh22:
adrp x0, l_.str.5@PAGE
Lloh23:
add x0, x0, l_.str.5@PAGEOFF
LBB0_7:
bl _printf
str w20, [x19]
b LBB0_9
LBB0_8:
ldur x8, [x29, #-32]
ldr x1, [x8]
Lloh24:
adrp x0, l_.str.1@PAGE
Lloh25:
add x0, x0, l_.str.1@PAGEOFF
bl _printf
Lloh26:
adrp x8, _code@GOTPAGE
Lloh27:
ldr x8, [x8, _code@GOTPAGEOFF]
mov w9, #-1
Lloh28:
str w9, [x8]
LBB0_9:
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
ldp x20, x19, [sp, #96] ; 16-byte Folded Reload
add sp, sp, #128
ret
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh17, Lloh18
.loh AdrpAdd Lloh15, Lloh16
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpLdrGotLdr Lloh19, Lloh20, Lloh21
.loh AdrpLdrGotStr Lloh26, Lloh27, Lloh28
.loh AdrpAdd Lloh24, Lloh25
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "filename"
l_.str.1: ; @.str.1
.asciz "usage: %s filename\n"
.comm _code,4,2 ; @code
.comm _verbose,4,2 ; @verbose
.comm _debug,8,3 ; @debug
l_.str.2: ; @.str.2
.asciz "MDTM %s"
.comm _COMPLETE,8,3 ; @COMPLETE
.comm _reply_string,8,3 ; @reply_string
l_.str.3: ; @.str.3
.asciz "%*s %04d%02d%02d%02d%02d%02d"
l_.str.4: ; @.str.4
.asciz "%s\t%02d/%02d/%04d %02d:%02d:%02d GMT\n"
l_.str.5: ; @.str.5
.asciz "%s\n"
.subsections_via_symbols
| AnghaBench/freebsd/crypto/heimdal/appl/ftp/ftp/extr_cmds.c_modtime.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ind_fetch_func
_ind_fetch_func: ## @ind_fetch_func
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movslq (%rdi), %rax
movslq %esi, %rcx
imulq %rax, %rcx
movq 8(%rdi), %rax
movl (%rax,%rcx,4), %eax
movl %eax, (%rdx)
movq 16(%rdi), %rax
movl (%rax,%rcx,4), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _ind_fetch_func
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ind_fetch_func
_ind_fetch_func: ; @ind_fetch_func
.cfi_startproc
; %bb.0:
ldr w8, [x0]
mul w8, w8, w1
sbfiz x8, x8, #2, #32
ldp x9, x10, [x0, #8]
ldr w9, [x9, x8]
str w9, [x2]
ldr w0, [x10, x8]
ret
.cfi_endproc
; -- End function
.no_dead_strip _ind_fetch_func
.subsections_via_symbols
| AnghaBench/postgres/src/backend/commands/extr_analyze.c_ind_fetch_func.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function cea_db_is_hdmi_hdr_metadata_block
_cea_db_is_hdmi_hdr_metadata_block: ## @cea_db_is_hdmi_hdr_metadata_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 %rbx
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
callq _cea_db_tag
movq %rax, %rcx
movq _USE_EXTENDED_TAG@GOTPCREL(%rip), %rdx
xorl %eax, %eax
cmpq (%rdx), %rcx
jne LBB0_3
## %bb.1:
movq 8(%rbx), %rcx
movq _HDR_STATIC_METADATA_BLOCK@GOTPCREL(%rip), %rdx
cmpq (%rdx), %rcx
jne LBB0_3
## %bb.2:
movq %rbx, %rdi
callq _cea_db_payload_len
movl %eax, %ecx
xorl %eax, %eax
cmpl $3, %ecx
setge %al
LBB0_3:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _USE_EXTENDED_TAG,8,3 ## @USE_EXTENDED_TAG
.comm _HDR_STATIC_METADATA_BLOCK,8,3 ## @HDR_STATIC_METADATA_BLOCK
.no_dead_strip _cea_db_is_hdmi_hdr_metadata_block
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function cea_db_is_hdmi_hdr_metadata_block
_cea_db_is_hdmi_hdr_metadata_block: ; @cea_db_is_hdmi_hdr_metadata_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 x19, x0
bl _cea_db_tag
Lloh0:
adrp x8, _USE_EXTENDED_TAG@GOTPAGE
Lloh1:
ldr x8, [x8, _USE_EXTENDED_TAG@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
cmp x0, x8
b.ne LBB0_3
; %bb.1:
ldr x8, [x19, #8]
Lloh3:
adrp x9, _HDR_STATIC_METADATA_BLOCK@GOTPAGE
Lloh4:
ldr x9, [x9, _HDR_STATIC_METADATA_BLOCK@GOTPAGEOFF]
Lloh5:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_3
; %bb.2:
mov x0, x19
bl _cea_db_payload_len
cmp w0, #2
cset w0, gt
b LBB0_4
LBB0_3:
mov w0, #0
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
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.cfi_endproc
; -- End function
.comm _USE_EXTENDED_TAG,8,3 ; @USE_EXTENDED_TAG
.comm _HDR_STATIC_METADATA_BLOCK,8,3 ; @HDR_STATIC_METADATA_BLOCK
.no_dead_strip _cea_db_is_hdmi_hdr_metadata_block
.subsections_via_symbols
| AnghaBench/linux/drivers/gpu/drm/extr_drm_edid.c_cea_db_is_hdmi_hdr_metadata_block.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _BotDontAvoid ## -- Begin function BotDontAvoid
.p2align 4, 0x90
_BotDontAvoid: ## @BotDontAvoid
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
leaq -40(%rbp), %rdx
movl $-1, %edi
callq _trap_BotGetLevelItemGoal
testl %eax, %eax
js LBB0_3
## %bb.1:
movl %eax, %ebx
leaq -40(%rbp), %r12
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movl (%r14), %edi
movl -40(%rbp), %esi
callq _trap_BotRemoveFromAvoidGoals
movl %ebx, %edi
movq %r15, %rsi
movq %r12, %rdx
callq _trap_BotGetLevelItemGoal
movl %eax, %ebx
testl %eax, %eax
jns LBB0_2
LBB0_3:
addq $16, %rsp
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 _BotDontAvoid ; -- Begin function BotDontAvoid
.p2align 2
_BotDontAvoid: ; @BotDontAvoid
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x1
mov x20, x0
add x2, sp, #8
mov w0, #-1
bl _trap_BotGetLevelItemGoal
tbnz w0, #31, LBB0_3
; %bb.1:
mov x21, x0
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr w0, [x20]
ldr w1, [sp, #8]
bl _trap_BotRemoveFromAvoidGoals
add x2, sp, #8
mov x0, x21
mov x1, x19
bl _trap_BotGetLevelItemGoal
mov x21, x0
tbz w0, #31, LBB0_2
LBB0_3:
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
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/lab/engine/code/game/extr_ai_dmq3.c_BotDontAvoid.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function viper_hw_version
_viper_hw_version: ## @viper_hw_version
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _local_irq_save
movq _VIPER_VERSION@GOTPCREL(%rip), %rax
movl $255, (%rax)
callq _local_irq_restore
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _VIPER_VERSION,4,2 ## @VIPER_VERSION
.no_dead_strip _viper_hw_version
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function viper_hw_version
_viper_hw_version: ; @viper_hw_version
.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 _local_irq_save
Lloh0:
adrp x8, _VIPER_VERSION@GOTPAGE
Lloh1:
ldr x8, [x8, _VIPER_VERSION@GOTPAGEOFF]
mov w9, #255
Lloh2:
str w9, [x8]
bl _local_irq_restore
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotStr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _VIPER_VERSION,4,2 ; @VIPER_VERSION
.no_dead_strip _viper_hw_version
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/arch/arm/mach-pxa/extr_viper.c_viper_hw_version.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _utoa ## -- Begin function utoa
.p2align 4, 0x90
_utoa: ## @utoa
.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 %edx, %ecx
movq %rsi, %r14
leal -17(%rcx), %eax
movq %rsi, %rbx
cmpl $-15, %eax
jb LBB0_4
## %bb.1:
leaq L_.str(%rip), %rsi
movq %r14, %rbx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movl %edi, %eax
xorl %edx, %edx
divl %ecx
## kill: def $edx killed $edx def $rdx
movzbl (%rdx,%rsi), %edx
movb %dl, (%rbx)
incq %rbx
cmpl %ecx, %edi
movl %eax, %edi
jae LBB0_2
## %bb.3:
movq %r14, %rdi
movq %rbx, %rsi
callq _reverse
LBB0_4:
movb $0, (%rbx)
movq %r14, %rax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "0123456789abcdef"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _utoa ; -- Begin function utoa
.p2align 2
_utoa: ; @utoa
.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
sub w8, w2, #17
mov x20, x1
cmn w8, #15
b.lo LBB0_4
; %bb.1:
Lloh0:
adrp x8, l_.str@PAGE
Lloh1:
add x8, x8, l_.str@PAGEOFF
mov x20, x19
LBB0_2: ; =>This Inner Loop Header: Depth=1
mov w9, w0
udiv w10, w0, w2
mul w11, w10, w2
sub x9, x9, x11
ldrb w9, [x8, x9]
strb w9, [x20], #1
cmp w0, w2
mov x0, x10
b.hs LBB0_2
; %bb.3:
mov x0, x19
mov x1, x20
bl _reverse
LBB0_4:
strb wzr, [x20]
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "0123456789abcdef"
.subsections_via_symbols
| AnghaBench/Arduino/tests/host/common/extr_noniso.c_utoa.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function XHCWr2
_XHCWr2: ## @XHCWr2
.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, %r14d
movq %rdi, %r15
movq (%rdi), %rax
movl %esi, %ecx
movq (%rax,%rcx,8), %rdi
xorl %esi, %esi
callq _KAeao3
movq %rax, %rbx
testl $1073741824, %ebx ## imm = 0x40000000
je LBB0_2
## %bb.1:
movq %rbx, %rdi
callq _YnF_24
movl %eax, %edx
orl $128, %edx
testl $-1610678272, %ebx ## imm = 0x9FFF0000
cmovel %eax, %edx
testl %edx, %edx
je LBB0_2
## %bb.3:
movq %r15, %rdi
movl %r14d, %esi
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _kueUq2 ## TAILCALL
LBB0_2:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _XHCWr2
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function XHCWr2
_XHCWr2: ; @XHCWr2
.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
ldr x8, [x0]
ldr x0, [x8, w1, uxtw #3]
mov w1, #0
bl _KAeao3
mov x21, x0
tbz w21, #30, LBB0_3
; %bb.1:
mov x0, x21
bl _YnF_24
orr w8, w0, #0x80
mov w9, #-1610678272
tst x21, x9
csel w2, w0, w8, eq
cbz w2, LBB0_3
; %bb.2:
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
b _kueUq2
LBB0_3:
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 _XHCWr2
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/ce/extr_tau32-ddk.c_XHCWr2.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function http_delay_reply
_http_delay_reply: ## @http_delay_reply
.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, %rdi
movq _HTTP_OK@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq L_.str(%rip), %rdx
xorl %ecx, %ecx
callq _evhttp_send_reply
movq _test_ok@GOTPCREL(%rip), %rax
incl (%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _HTTP_OK,4,2 ## @HTTP_OK
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Everything is fine"
.comm _test_ok,4,2 ## @test_ok
.no_dead_strip _http_delay_reply
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function http_delay_reply
_http_delay_reply: ; @http_delay_reply
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov x0, x2
Lloh0:
adrp x8, _HTTP_OK@GOTPAGE
Lloh1:
ldr x8, [x8, _HTTP_OK@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
Lloh3:
adrp x2, l_.str@PAGE
Lloh4:
add x2, x2, l_.str@PAGEOFF
mov x3, #0
bl _evhttp_send_reply
Lloh5:
adrp x8, _test_ok@GOTPAGE
Lloh6:
ldr x8, [x8, _test_ok@GOTPAGEOFF]
ldr w9, [x8]
add w9, w9, #1
str w9, [x8]
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _HTTP_OK,4,2 ; @HTTP_OK
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Everything is fine"
.comm _test_ok,4,2 ; @test_ok
.no_dead_strip _http_delay_reply
.subsections_via_symbols
| AnghaBench/libevent/test/extr_regress_http.c_http_delay_reply.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 $16, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
leaq L_.str(%rip), %rdi
leaq -20(%rbp), %rsi
xorl %eax, %eax
callq _scanf
cmpl $0, -20(%rbp)
jle LBB0_3
## %bb.1:
leaq L_.str.1(%rip), %r14
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
incl %ebx
movl %ebx, %edx
imull %ebx, %edx
movl %edx, %ecx
imull %ebx, %ecx
movq %r14, %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
cmpl -20(%rbp), %ebx
jl LBB0_2
LBB0_3:
xorl %eax, %eax
addq $16, %rsp
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "%d %d %d\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, #64
.cfi_def_cfa_offset 64
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
sub x8, x29, #20
str x8, [sp]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldur w8, [x29, #-20]
cmp w8, #1
b.lt LBB0_3
; %bb.1:
mov w20, #0
Lloh2:
adrp x19, l_.str.1@PAGE
Lloh3:
add x19, x19, l_.str.1@PAGEOFF
LBB0_2: ; =>This Inner Loop Header: Depth=1
add w20, w20, #1
mul w8, w20, w20
mul w9, w8, w20
stp x20, x8, [sp]
str x9, [sp, #16]
mov x0, x19
bl _printf
ldur w8, [x29, #-20]
cmp w20, w8
b.lt LBB0_2
LBB0_3:
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #64
ret
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh2, Lloh3
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "%d %d %d\n"
.subsections_via_symbols
| the_stack_data/1037370.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 4, 0x90 ## -- Begin function append_parent
_append_parent: ## @append_parent
.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 %rsi, %rsi
je LBB0_2
## %bb.1:
movq _FALSE@GOTPCREL(%rip), %rax
jmp LBB0_6
LBB0_2:
movq %rdi, %rbx
xorl %edi, %edi
cmpq $0, (%rbx)
setne %dil
callq _assert
movq (%rbx), %rax
movq (%rax), %rdi
testq %rdi, %rdi
je LBB0_3
## %bb.4:
callq _strlen
movl %eax, %r14d
movq (%rbx), %rax
movq (%rax), %r15
jmp LBB0_5
LBB0_3:
xorl %r15d, %r15d
xorl %r14d, %r14d
LBB0_5:
xorl %edi, %edi
callq _strlen
movl %r14d, %esi
subl %eax, %esi
incl %esi
movq %r15, %rdi
callq _xrealloc
movq (%rbx), %rcx
movq %rax, (%rcx)
movl %r14d, %edi
addq %rax, %rdi
xorl %esi, %esi
callq _strcpy
movq _TRUE@GOTPCREL(%rip), %rax
LBB0_6:
movl (%rax), %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _FALSE,4,2 ## @FALSE
.comm _TRUE,4,2 ## @TRUE
.no_dead_strip _append_parent
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 2 ; -- Begin function append_parent
_append_parent: ; @append_parent
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
cbz x1, LBB0_2
; %bb.1:
Lloh0:
adrp x8, _FALSE@GOTPAGE
Lloh1:
ldr x8, [x8, _FALSE@GOTPAGEOFF]
b LBB0_6
LBB0_2:
mov x19, x0
ldr x8, [x0]
cmp x8, #0
cset w0, ne
bl _assert
ldr x8, [x19]
ldr x0, [x8]
cbz x0, LBB0_4
; %bb.3:
bl _strlen
mov x20, x0
ldr x8, [x19]
ldr x21, [x8]
b LBB0_5
LBB0_4:
mov x21, #0 ; =0x0
mov w20, #0 ; =0x0
LBB0_5:
mov x0, #0 ; =0x0
bl _strlen
sub w8, w20, w0
add w1, w8, #1
mov x0, x21
bl _xrealloc
ldr x8, [x19]
str x0, [x8]
add x0, x0, w20, uxtw
mov x1, #0 ; =0x0
bl _strcpy
Lloh2:
adrp x8, _TRUE@GOTPAGE
Lloh3:
ldr x8, [x8, _TRUE@GOTPAGEOFF]
LBB0_6:
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
ret
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh2, Lloh3
.cfi_endproc
; -- End function
.comm _FALSE,4,2 ; @FALSE
.comm _TRUE,4,2 ; @TRUE
.no_dead_strip _append_parent
.subsections_via_symbols
| assembly_file_36687.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function qp_num
_qp_num: ## @qp_num
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl (%rdi), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _qp_num
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function qp_num
_qp_num: ; @qp_num
.cfi_startproc
; %bb.0:
ldr w0, [x0]
ret
.cfi_endproc
; -- End function
.no_dead_strip _qp_num
.subsections_via_symbols
| AnghaBench/linux/drivers/infiniband/sw/rxe/extr_rxe_loc.h_qp_num.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function expr_eliminate_dups2
_expr_eliminate_dups2: ## @expr_eliminate_dups2
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %r15
movq %rsi, %r14
movl %edi, %ebx
movq (%rsi), %rsi
cmpl %edi, (%rsi)
jne LBB0_1
## %bb.13:
addq $16, %rsi
movl %ebx, %edi
movq %r15, %rdx
callq _expr_eliminate_dups2
movq (%r14), %rsi
addq $8, %rsi
movl %ebx, %edi
movq %r15, %rdx
addq $24, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _expr_eliminate_dups2 ## TAILCALL
LBB0_1:
movq (%r15), %rdx
cmpl %ebx, (%rdx)
jne LBB0_3
## %bb.2:
addq $16, %rdx
movl %ebx, %edi
movq %r14, %rsi
callq _expr_eliminate_dups2
movq (%r15), %rdx
addq $8, %rdx
movl %ebx, %edi
movq %r14, %rsi
callq _expr_eliminate_dups2
movq (%r14), %rsi
movq (%r15), %rdx
LBB0_3:
cmpq %rdx, %rsi
je LBB0_12
## %bb.4:
movl (%rsi), %eax
cmpl $129, %eax
je LBB0_8
## %bb.5:
cmpl $128, %eax
jne LBB0_12
## %bb.6:
movl $128, %edi
movq %r14, %rsi
movq %r14, %rdx
callq _expr_eliminate_dups2
movq _E_NOT@GOTPCREL(%rip), %rax
movl (%rax), %ebx
movq (%r14), %rdi
callq _expr_copy
movl %ebx, %edi
movq %rax, %rsi
callq _expr_alloc_one
movl %eax, %edi
callq _expr_transform
movq %rax, -32(%rbp)
movq (%r15), %rdi
callq _expr_copy
movq %rax, -40(%rbp)
leaq -32(%rbp), %rdi
leaq -40(%rbp), %rsi
callq _expr_extract_eq_and
movq %rax, %rbx
movq -32(%rbp), %rdi
callq _expr_is_yes
testl %eax, %eax
je LBB0_11
## %bb.7:
movq (%r14), %rdi
callq _expr_free
movq _symbol_no@GOTPCREL(%rip), %rdi
jmp LBB0_10
LBB0_8:
movl $129, %edi
movq %r14, %rsi
movq %r14, %rdx
callq _expr_eliminate_dups2
movq _E_NOT@GOTPCREL(%rip), %rax
movl (%rax), %ebx
movq (%r14), %rdi
callq _expr_copy
movl %ebx, %edi
movq %rax, %rsi
callq _expr_alloc_one
movl %eax, %edi
callq _expr_transform
movq %rax, -32(%rbp)
movq (%r15), %rdi
callq _expr_copy
movq %rax, -40(%rbp)
leaq -32(%rbp), %rdi
leaq -40(%rbp), %rsi
callq _expr_extract_eq_or
movq %rax, %rbx
movq -32(%rbp), %rdi
callq _expr_is_no
testl %eax, %eax
je LBB0_11
## %bb.9:
movq (%r14), %rdi
callq _expr_free
movq _symbol_yes@GOTPCREL(%rip), %rdi
LBB0_10:
callq _expr_alloc_symbol
movq %rax, (%r14)
movq _trans_count@GOTPCREL(%rip), %rax
incl (%rax)
LBB0_11:
movq -40(%rbp), %rdi
callq _expr_free
movq -32(%rbp), %rdi
callq _expr_free
movq %rbx, %rdi
callq _expr_free
LBB0_12:
addq $24, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _E_NOT,4,2 ## @E_NOT
.comm _symbol_no,4,2 ## @symbol_no
.comm _trans_count,4,2 ## @trans_count
.comm _symbol_yes,4,2 ## @symbol_yes
.comm _e1,8,3 ## @e1
.comm _e2,8,3 ## @e2
.no_dead_strip _expr_eliminate_dups2
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function expr_eliminate_dups2
_expr_eliminate_dups2: ; @expr_eliminate_dups2
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x2
mov x19, x1
mov x21, x0
ldr x8, [x1]
ldr w9, [x8]
cmp w9, w0
b.ne LBB0_2
; %bb.1:
add x1, x8, #16
mov x0, x21
mov x2, x20
bl _expr_eliminate_dups2
ldr x8, [x19]
add x1, x8, #8
mov x0, x21
mov x2, x20
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #64
b _expr_eliminate_dups2
LBB0_2:
ldr x9, [x20]
ldr w10, [x9]
cmp w10, w21
b.ne LBB0_4
; %bb.3:
add x2, x9, #16
mov x0, x21
mov x1, x19
bl _expr_eliminate_dups2
ldr x8, [x20]
add x2, x8, #8
mov x0, x21
mov x1, x19
bl _expr_eliminate_dups2
ldr x8, [x19]
ldr x9, [x20]
LBB0_4:
cmp x8, x9
b.eq LBB0_13
; %bb.5:
ldr w8, [x8]
cmp w8, #129
b.eq LBB0_9
; %bb.6:
cmp w8, #128
b.ne LBB0_13
; %bb.7:
mov w0, #128
mov x1, x19
mov x2, x19
bl _expr_eliminate_dups2
Lloh0:
adrp x8, _E_NOT@GOTPAGE
Lloh1:
ldr x8, [x8, _E_NOT@GOTPAGEOFF]
Lloh2:
ldr w21, [x8]
ldr x0, [x19]
bl _expr_copy
mov x1, x0
mov x0, x21
bl _expr_alloc_one
bl _expr_transform
str x0, [sp, #8]
ldr x0, [x20]
bl _expr_copy
str x0, [sp]
add x0, sp, #8
mov x1, sp
bl _expr_extract_eq_and
mov x20, x0
ldr x0, [sp, #8]
bl _expr_is_yes
cbz w0, LBB0_12
; %bb.8:
ldr x0, [x19]
bl _expr_free
Lloh3:
adrp x0, _symbol_no@GOTPAGE
Lloh4:
ldr x0, [x0, _symbol_no@GOTPAGEOFF]
b LBB0_11
LBB0_9:
mov w0, #129
mov x1, x19
mov x2, x19
bl _expr_eliminate_dups2
Lloh5:
adrp x8, _E_NOT@GOTPAGE
Lloh6:
ldr x8, [x8, _E_NOT@GOTPAGEOFF]
Lloh7:
ldr w21, [x8]
ldr x0, [x19]
bl _expr_copy
mov x1, x0
mov x0, x21
bl _expr_alloc_one
bl _expr_transform
str x0, [sp, #8]
ldr x0, [x20]
bl _expr_copy
str x0, [sp]
add x0, sp, #8
mov x1, sp
bl _expr_extract_eq_or
mov x20, x0
ldr x0, [sp, #8]
bl _expr_is_no
cbz w0, LBB0_12
; %bb.10:
ldr x0, [x19]
bl _expr_free
Lloh8:
adrp x0, _symbol_yes@GOTPAGE
Lloh9:
ldr x0, [x0, _symbol_yes@GOTPAGEOFF]
LBB0_11:
bl _expr_alloc_symbol
str x0, [x19]
Lloh10:
adrp x8, _trans_count@GOTPAGE
Lloh11:
ldr x8, [x8, _trans_count@GOTPAGEOFF]
ldr w9, [x8]
add w9, w9, #1
str w9, [x8]
LBB0_12:
ldr x0, [sp]
bl _expr_free
ldr x0, [sp, #8]
bl _expr_free
mov x0, x20
bl _expr_free
LBB0_13:
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 Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGot Lloh10, Lloh11
.cfi_endproc
; -- End function
.comm _E_NOT,4,2 ; @E_NOT
.comm _symbol_no,4,2 ; @symbol_no
.comm _trans_count,4,2 ; @trans_count
.comm _symbol_yes,4,2 ; @symbol_yes
.comm _e1,8,3 ; @e1
.comm _e2,8,3 ; @e2
.no_dead_strip _expr_eliminate_dups2
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/firmware/carl9170fw/config/extr_expr.c_expr_eliminate_dups2.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function tdsigwakeup
_tdsigwakeup: ## @tdsigwakeup
.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, -44(%rbp) ## 4-byte Spill
movq %rdx, %r13
movl %esi, %r12d
movq %rdi, %rbx
movq 16(%rdi), %r14
movq _MA_OWNED@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r14, %rdi
callq _PROC_LOCK_ASSERT
movl %r12d, %edi
callq _sigprop
movl %eax, %r15d
movq %r14, %rdi
callq _PROC_SLOCK
movq %rbx, %rdi
callq _thread_lock
movq _SIG_DFL@GOTPCREL(%rip), %rax
cmpq %r13, (%rax)
jne LBB0_5
## %bb.1:
movq _SIGPROP_KILL@GOTPCREL(%rip), %rax
testl %r15d, (%rax)
je LBB0_5
## %bb.2:
movq (%rbx), %rax
movq _PUSER@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jle LBB0_5
## %bb.3:
movq %rbx, %rdi
callq _TD_IS_IDLETHREAD
movq _PUSER@GOTPCREL(%rip), %rcx
testl %eax, %eax
jne LBB0_5
## %bb.4:
movq (%rcx), %rsi
movq %rbx, %rdi
callq _sched_prio
LBB0_5:
movq %rbx, %rdi
callq _TD_ON_SLEEPQ
testq %rax, %rax
je LBB0_16
## %bb.6:
movl 8(%rbx), %eax
movq _TDF_SINTR@GOTPCREL(%rip), %rcx
testl %eax, (%rcx)
je LBB0_16
## %bb.7:
movq _SIGPROP_CONT@GOTPCREL(%rip), %rcx
testl %r15d, (%rcx)
je LBB0_9
## %bb.8:
movq _SIG_DFL@GOTPCREL(%rip), %rcx
cmpq %r13, (%rcx)
jne LBB0_9
## %bb.18:
movq %rbx, %rdi
callq _thread_unlock
movq %r14, %rdi
callq _PROC_SUNLOCK
movq %r14, %rdi
movl %r12d, %esi
callq _sigqueue_delete
addq $12, %rbx
movq %rbx, %rdi
movl %r12d, %esi
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _sigqueue_delete ## TAILCALL
LBB0_9:
movq _SIGPROP_STOP@GOTPCREL(%rip), %rcx
testl %r15d, (%rcx)
je LBB0_11
## %bb.10:
movq _TDF_SBDRY@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movq _TDF_SERESTART@GOTPCREL(%rip), %rdx
movl (%rdx), %edx
orl %ecx, %edx
movq _TDF_SEINTR@GOTPCREL(%rip), %rsi
orl (%rsi), %edx
andl %eax, %edx
cmpl %ecx, %edx
jne LBB0_11
LBB0_16:
movq %r14, %rdi
callq _PROC_SUNLOCK
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _thread_unlock ## TAILCALL
LBB0_11:
movq (%rbx), %rax
movq _PUSER@GOTPCREL(%rip), %r15
cmpq (%r15), %rax
jle LBB0_14
## %bb.12:
movq %rbx, %rdi
callq _TD_IS_IDLETHREAD
testl %eax, %eax
jne LBB0_14
## %bb.13:
movq (%r15), %rsi
movq %rbx, %rdi
callq _sched_prio
LBB0_14:
movq %rbx, %rdi
movl -44(%rbp), %esi ## 4-byte Reload
callq _sleepq_abort
movl %eax, %r15d
movq %r14, %rdi
callq _PROC_SUNLOCK
movq %rbx, %rdi
callq _thread_unlock
testl %r15d, %r15d
je LBB0_17
## %bb.15:
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _kick_proc0 ## TAILCALL
LBB0_17:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _MA_OWNED,4,2 ## @MA_OWNED
.comm _SIG_DFL,8,3 ## @SIG_DFL
.comm _SIGPROP_KILL,4,2 ## @SIGPROP_KILL
.comm _PUSER,8,3 ## @PUSER
.comm _TDF_SINTR,4,2 ## @TDF_SINTR
.comm _SIGPROP_CONT,4,2 ## @SIGPROP_CONT
.comm _SIGPROP_STOP,4,2 ## @SIGPROP_STOP
.comm _TDF_SBDRY,4,2 ## @TDF_SBDRY
.comm _TDF_SERESTART,4,2 ## @TDF_SERESTART
.comm _TDF_SEINTR,4,2 ## @TDF_SEINTR
.comm _curthread,8,3 ## @curthread
.no_dead_strip _tdsigwakeup
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function tdsigwakeup
_tdsigwakeup: ; @tdsigwakeup
.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 x21, x3
mov x23, x2
mov x22, x1
mov x19, x0
ldr x20, [x0, #16]
Lloh0:
adrp x8, _MA_OWNED@GOTPAGE
Lloh1:
ldr x8, [x8, _MA_OWNED@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
mov x0, x20
bl _PROC_LOCK_ASSERT
mov x0, x22
bl _sigprop
mov x24, x0
mov x0, x20
bl _PROC_SLOCK
mov x0, x19
bl _thread_lock
Lloh3:
adrp x25, _SIG_DFL@GOTPAGE
Lloh4:
ldr x25, [x25, _SIG_DFL@GOTPAGEOFF]
ldr x8, [x25]
cmp x8, x23
b.ne LBB0_5
; %bb.1:
Lloh5:
adrp x8, _SIGPROP_KILL@GOTPAGE
Lloh6:
ldr x8, [x8, _SIGPROP_KILL@GOTPAGEOFF]
Lloh7:
ldr w8, [x8]
tst w8, w24
b.eq LBB0_5
; %bb.2:
ldr x8, [x19]
Lloh8:
adrp x26, _PUSER@GOTPAGE
Lloh9:
ldr x26, [x26, _PUSER@GOTPAGEOFF]
ldr x9, [x26]
cmp x8, x9
b.le LBB0_5
; %bb.3:
mov x0, x19
bl _TD_IS_IDLETHREAD
cbnz w0, LBB0_5
; %bb.4:
ldr x1, [x26]
mov x0, x19
bl _sched_prio
LBB0_5:
mov x0, x19
bl _TD_ON_SLEEPQ
cbz x0, LBB0_10
; %bb.6:
ldr w8, [x19, #8]
Lloh10:
adrp x9, _TDF_SINTR@GOTPAGE
Lloh11:
ldr x9, [x9, _TDF_SINTR@GOTPAGEOFF]
Lloh12:
ldr w9, [x9]
tst w9, w8
b.eq LBB0_10
; %bb.7:
Lloh13:
adrp x9, _SIGPROP_CONT@GOTPAGE
Lloh14:
ldr x9, [x9, _SIGPROP_CONT@GOTPAGEOFF]
Lloh15:
ldr w9, [x9]
and w9, w9, w24
ldr x10, [x25]
cmp w9, #0
ccmp x10, x23, #0, ne
b.eq LBB0_11
; %bb.8:
Lloh16:
adrp x9, _SIGPROP_STOP@GOTPAGE
Lloh17:
ldr x9, [x9, _SIGPROP_STOP@GOTPAGEOFF]
Lloh18:
ldr w9, [x9]
tst w9, w24
b.eq LBB0_12
; %bb.9:
Lloh19:
adrp x9, _TDF_SBDRY@GOTPAGE
Lloh20:
ldr x9, [x9, _TDF_SBDRY@GOTPAGEOFF]
Lloh21:
ldr w9, [x9]
Lloh22:
adrp x10, _TDF_SERESTART@GOTPAGE
Lloh23:
ldr x10, [x10, _TDF_SERESTART@GOTPAGEOFF]
Lloh24:
ldr w10, [x10]
orr w10, w10, w9
Lloh25:
adrp x11, _TDF_SEINTR@GOTPAGE
Lloh26:
ldr x11, [x11, _TDF_SEINTR@GOTPAGEOFF]
Lloh27:
ldr w11, [x11]
orr w10, w10, w11
and w8, w10, w8
cmp w8, w9
b.ne LBB0_12
LBB0_10:
mov x0, x20
bl _PROC_SUNLOCK
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 _thread_unlock
LBB0_11:
mov x0, x19
bl _thread_unlock
mov x0, x20
bl _PROC_SUNLOCK
mov x0, x20
mov x1, x22
bl _sigqueue_delete
add x0, x19, #12
mov x1, x22
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 _sigqueue_delete
LBB0_12:
ldr x8, [x19]
Lloh28:
adrp x22, _PUSER@GOTPAGE
Lloh29:
ldr x22, [x22, _PUSER@GOTPAGEOFF]
ldr x9, [x22]
cmp x8, x9
b.le LBB0_15
; %bb.13:
mov x0, x19
bl _TD_IS_IDLETHREAD
cbnz w0, LBB0_15
; %bb.14:
ldr x1, [x22]
mov x0, x19
bl _sched_prio
LBB0_15:
mov x0, x19
mov x1, x21
bl _sleepq_abort
mov x21, x0
mov x0, x20
bl _PROC_SUNLOCK
mov x0, x19
bl _thread_unlock
cbz w21, LBB0_17
; %bb.16:
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 _kick_proc0
LBB0_17:
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 AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.loh AdrpLdrGotLdr Lloh16, Lloh17, Lloh18
.loh AdrpLdrGotLdr Lloh25, Lloh26, Lloh27
.loh AdrpLdrGotLdr Lloh22, Lloh23, Lloh24
.loh AdrpLdrGotLdr Lloh19, Lloh20, Lloh21
.loh AdrpLdrGot Lloh28, Lloh29
.cfi_endproc
; -- End function
.comm _MA_OWNED,4,2 ; @MA_OWNED
.comm _SIG_DFL,8,3 ; @SIG_DFL
.comm _SIGPROP_KILL,4,2 ; @SIGPROP_KILL
.comm _PUSER,8,3 ; @PUSER
.comm _TDF_SINTR,4,2 ; @TDF_SINTR
.comm _SIGPROP_CONT,4,2 ; @SIGPROP_CONT
.comm _SIGPROP_STOP,4,2 ; @SIGPROP_STOP
.comm _TDF_SBDRY,4,2 ; @TDF_SBDRY
.comm _TDF_SERESTART,4,2 ; @TDF_SERESTART
.comm _TDF_SEINTR,4,2 ; @TDF_SEINTR
.comm _curthread,8,3 ; @curthread
.no_dead_strip _tdsigwakeup
.subsections_via_symbols
| AnghaBench/freebsd/sys/kern/extr_kern_sig.c_tdsigwakeup.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 %rbx
subq $72, %rsp
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -32(%rbp)
movq l___const.main.stu1+16(%rip), %rax
movq %rax, -48(%rbp)
movups l___const.main.stu1(%rip), %xmm0
movaps %xmm0, -64(%rbp)
movq l___const.main.stu2+16(%rip), %rax
movq %rax, -80(%rbp)
movups l___const.main.stu2(%rip), %xmm0
movaps %xmm0, -96(%rbp)
movl $88, -40(%rbp)
movl $91, -72(%rbp)
leaq L_.str(%rip), %r14
leaq -64(%rbp), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
movl -44(%rbp), %esi
leaq L_.str.1(%rip), %r15
movq %r15, %rdi
xorl %eax, %eax
callq _printf
movl -40(%rbp), %esi
leaq L_.str.2(%rip), %rbx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
leaq -96(%rbp), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
movl -76(%rbp), %esi
movq %r15, %rdi
xorl %eax, %eax
callq _printf
movl -72(%rbp), %esi
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -32(%rbp), %rax
jne LBB0_2
## %bb.1:
xorl %eax, %eax
addq $72, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.globl _inc_marks ## -- Begin function inc_marks
.p2align 4, 0x90
_inc_marks: ## @inc_marks
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
incl 24(%rdi)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _display ## -- Begin function display
.p2align 4, 0x90
_display: ## @display
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
leaq L_.str(%rip), %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _printf
movl 20(%rbx), %esi
leaq L_.str.1(%rip), %rdi
xorl %eax, %eax
callq _printf
movl 24(%rbx), %esi
leaq L_.str.2(%rip), %rdi
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %rbp
jmp _printf ## TAILCALL
.cfi_endproc
## -- End function
.section __TEXT,__const
.p2align 2 ## @__const.main.stu1
l___const.main.stu1:
.asciz "John\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.long 12 ## 0xc
.long 87 ## 0x57
.p2align 2 ## @__const.main.stu2
l___const.main.stu2:
.asciz "Mary\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.long 18 ## 0x12
.long 90 ## 0x5a
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Name - %s\t"
L_.str.1: ## @.str.1
.asciz "Rollno - %d\t"
L_.str.2: ## @.str.2
.asciz "Marks - %d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
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
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-40]
Lloh3:
adrp x8, l___const.main.stu1@PAGE
Lloh4:
add x8, x8, l___const.main.stu1@PAGEOFF
ldr q0, [x8]
str q0, [sp, #48]
ldr x8, [x8, #16]
str x8, [sp, #64]
Lloh5:
adrp x8, l___const.main.stu2@PAGE
Lloh6:
add x8, x8, l___const.main.stu2@PAGEOFF
ldr q0, [x8]
str q0, [sp, #16]
ldr x8, [x8, #16]
str x8, [sp, #32]
mov w8, #88
str w8, [sp, #72]
mov w8, #91
str w8, [sp, #40]
add x8, sp, #48
str x8, [sp]
Lloh7:
adrp x19, l_.str@PAGE
Lloh8:
add x19, x19, l_.str@PAGEOFF
mov x0, x19
bl _printf
ldr w8, [sp, #68]
str x8, [sp]
Lloh9:
adrp x20, l_.str.1@PAGE
Lloh10:
add x20, x20, l_.str.1@PAGEOFF
mov x0, x20
bl _printf
ldr w8, [sp, #72]
str x8, [sp]
Lloh11:
adrp x21, l_.str.2@PAGE
Lloh12:
add x21, x21, l_.str.2@PAGEOFF
mov x0, x21
bl _printf
add x8, sp, #16
str x8, [sp]
mov x0, x19
bl _printf
ldr w8, [sp, #36]
str x8, [sp]
mov x0, x20
bl _printf
ldr w8, [sp, #40]
str x8, [sp]
mov x0, x21
bl _printf
ldur x8, [x29, #-40]
Lloh13:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh14:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh15:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_2
; %bb.1:
mov w0, #0
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
ldp x20, x19, [sp, #112] ; 16-byte Folded Reload
ldp x22, x21, [sp, #96] ; 16-byte Folded Reload
add sp, sp, #144
ret
LBB0_2:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.globl _inc_marks ; -- Begin function inc_marks
.p2align 2
_inc_marks: ; @inc_marks
.cfi_startproc
; %bb.0:
ldr w8, [x0, #24]
add w8, w8, #1
str w8, [x0, #24]
ret
.cfi_endproc
; -- End function
.globl _display ; -- Begin function display
.p2align 2
_display: ; @display
.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
str x0, [sp]
Lloh16:
adrp x0, l_.str@PAGE
Lloh17:
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr w8, [x19, #20]
str x8, [sp]
Lloh18:
adrp x0, l_.str.1@PAGE
Lloh19:
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldr w8, [x19, #24]
str x8, [sp]
Lloh20:
adrp x0, l_.str.2@PAGE
Lloh21:
add x0, x0, l_.str.2@PAGEOFF
bl _printf
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 Lloh20, Lloh21
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh16, Lloh17
.cfi_endproc
; -- End function
.section __TEXT,__const
.p2align 2 ; @__const.main.stu1
l___const.main.stu1:
.asciz "John\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.long 12 ; 0xc
.long 87 ; 0x57
.p2align 2 ; @__const.main.stu2
l___const.main.stu2:
.asciz "Mary\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.long 18 ; 0x12
.long 90 ; 0x5a
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Name - %s\t"
l_.str.1: ; @.str.1
.asciz "Rollno - %d\t"
l_.str.2: ; @.str.2
.asciz "Marks - %d\n"
.subsections_via_symbols
| the_stack_data/970815.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function pthreadMutexLeave
_pthreadMutexLeave: ## @pthreadMutexLeave
.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 _pthreadMutexHeld
movl %eax, %edi
callq _assert
cmpq $0, (%rbx)
je LBB0_1
## %bb.2:
movq 8(%rbx), %rax
movq _SQLITE_MUTEX_RECURSIVE@GOTPCREL(%rip), %rcx
xorl %edi, %edi
cmpq (%rcx), %rax
sete %dil
jmp LBB0_3
LBB0_1:
movl $1, %edi
LBB0_3:
callq _assert
addq $20, %rbx
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _pthread_mutex_unlock ## TAILCALL
.cfi_endproc
## -- End function
.comm _SQLITE_MUTEX_RECURSIVE,8,3 ## @SQLITE_MUTEX_RECURSIVE
.no_dead_strip _pthreadMutexLeave
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function pthreadMutexLeave
_pthreadMutexLeave: ; @pthreadMutexLeave
.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 _pthreadMutexHeld
bl _assert
ldr x8, [x19]
cbz x8, LBB0_2
; %bb.1:
ldr x8, [x19, #8]
Lloh0:
adrp x9, _SQLITE_MUTEX_RECURSIVE@GOTPAGE
Lloh1:
ldr x9, [x9, _SQLITE_MUTEX_RECURSIVE@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
cmp x8, x9
cset w0, eq
b LBB0_3
LBB0_2:
mov w0, #1
LBB0_3:
bl _assert
add x0, x19, #20
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _pthread_mutex_unlock
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _SQLITE_MUTEX_RECURSIVE,8,3 ; @SQLITE_MUTEX_RECURSIVE
.no_dead_strip _pthreadMutexLeave
.subsections_via_symbols
| AnghaBench/freebsd/contrib/sqlite3/extr_sqlite3.c_pthreadMutexLeave.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _matrix_scan_user ## -- Begin function matrix_scan_user
.weak_definition _matrix_scan_user
.p2align 4, 0x90
_matrix_scan_user: ## @matrix_scan_user
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _matrix_scan_user ; -- Begin function matrix_scan_user
.weak_definition _matrix_scan_user
.p2align 2
_matrix_scan_user: ; @matrix_scan_user
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/qmk_firmware/keyboards/chimera_ls/extr_matrix.c_matrix_scan_user.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 audio_callback
LCPI0_0:
.quad 0x412e848000000000 ## double 1.0E+6
.section __TEXT,__text,regular,pure_instructions
.p2align 4, 0x90
_audio_callback: ## @audio_callback
.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 $32, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movl %edx, %r14d
movq %rdi, %rbx
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
movq %rsi, -32(%rbp)
movl (%rdi), %ecx
movl %edx, %eax
cltd
idivl %ecx
testl %edx, %edx
je LBB0_2
## %bb.1:
leaq L_.str(%rip), %rsi
movq %rbx, %rdi
callq _MP_ERR
movl (%rbx), %ecx
LBB0_2:
leal (%r14,%r14), %eax
cvtsi2sd %eax, %xmm1
cvtsi2sdq 8(%rbx), %xmm0
divsd %xmm0, %xmm1
movsd %xmm1, -40(%rbp) ## 8-byte Spill
movl %r14d, %eax
cltd
idivl %ecx
movl %eax, %r14d
xorl %eax, %eax
callq _mp_time_us
xorps %xmm0, %xmm0
cvtsi2sd %rax, %xmm0
movsd -40(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
mulsd LCPI0_0(%rip), %xmm1
addsd %xmm0, %xmm1
cvttsd2si %xmm1, %rcx
leaq -32(%rbp), %rsi
movq %rbx, %rdi
movl %r14d, %edx
callq _ao_read_data
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -24(%rbp), %rax
jne LBB0_4
## %bb.3:
addq $32, %rsp
popq %rbx
popq %r14
popq %rbp
retq
LBB0_4:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "SDL audio callback not sample aligned"
.no_dead_strip _audio_callback
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function audio_callback
_audio_callback: ; @audio_callback
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp d9, d8, [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 b8, -40
.cfi_offset b9, -48
mov x20, x2
mov x19, x0
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
str x8, [sp, #8]
str x1, [sp]
ldr w8, [x0]
sdiv w9, w2, w8
msub w9, w9, w8, w2
cbz w9, LBB0_2
; %bb.1:
Lloh3:
adrp x1, l_.str@PAGE
Lloh4:
add x1, x1, l_.str@PAGEOFF
mov x0, x19
bl _MP_ERR
ldr w8, [x19]
LBB0_2:
lsl w9, w20, #1
scvtf d0, w9
ldr d1, [x19, #8]
scvtf d1, d1
fdiv d8, d0, d1
sdiv w20, w20, w8
bl _mp_time_us
scvtf d0, x0
mov x8, #145685290680320
movk x8, #16686, lsl #48
fmov d1, x8
fmadd d0, d8, d1, d0
fcvtzs x3, d0
mov x1, sp
mov x0, x19
mov x2, x20
bl _ao_read_data
ldr x8, [sp, #8]
Lloh5:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh6:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh7:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_4
; %bb.3:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp d9, d8, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #64
ret
LBB0_4:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "SDL audio callback not sample aligned"
.no_dead_strip _audio_callback
.subsections_via_symbols
| AnghaBench/mpv/audio/out/extr_ao_sdl.c_audio_callback.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 interpolate_color
LCPI0_0:
.quad 0x3ff0000000000000 ## double 1
.section __TEXT,__text,regular,pure_instructions
.p2align 4, 0x90
_interpolate_color: ## @interpolate_color
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
cvtss2sd %xmm0, %xmm2
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd %xmm2, %xmm1
movss (%rdi), %xmm2 ## xmm2 = mem[0],zero,zero,zero
cvtss2sd %xmm2, %xmm2
movss (%rsi), %xmm3 ## xmm3 = mem[0],zero,zero,zero
mulss %xmm0, %xmm3
cvtss2sd %xmm3, %xmm3
mulsd %xmm1, %xmm2
addsd %xmm3, %xmm2
cvtsd2ss %xmm2, %xmm2
movss %xmm2, (%rdx)
movss 4(%rdi), %xmm2 ## xmm2 = mem[0],zero,zero,zero
cvtss2sd %xmm2, %xmm2
movss 4(%rsi), %xmm3 ## xmm3 = mem[0],zero,zero,zero
mulss %xmm0, %xmm3
cvtss2sd %xmm3, %xmm3
mulsd %xmm1, %xmm2
addsd %xmm3, %xmm2
cvtsd2ss %xmm2, %xmm2
movss %xmm2, 4(%rdx)
movss 8(%rdi), %xmm2 ## xmm2 = mem[0],zero,zero,zero
cvtss2sd %xmm2, %xmm2
mulss 8(%rsi), %xmm0
cvtss2sd %xmm0, %xmm0
mulsd %xmm1, %xmm2
addsd %xmm0, %xmm2
xorps %xmm0, %xmm0
cvtsd2ss %xmm2, %xmm0
movss %xmm0, 8(%rdx)
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _interpolate_color
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function interpolate_color
_interpolate_color: ; @interpolate_color
.cfi_startproc
; %bb.0:
fcvt d1, s0
fmov d2, #1.00000000
fsub d1, d2, d1
ldr s2, [x0]
fcvt d2, s2
ldr s3, [x1]
fmul s3, s3, s0
fcvt d3, s3
fmadd d2, d1, d2, d3
fcvt s2, d2
str s2, [x2]
ldr s2, [x0, #4]
fcvt d2, s2
ldr s3, [x1, #4]
fmul s3, s3, s0
fcvt d3, s3
fmadd d2, d1, d2, d3
fcvt s2, d2
str s2, [x2, #4]
ldr s2, [x0, #8]
fcvt d2, s2
ldr s3, [x1, #8]
fmul s0, s3, s0
fcvt d0, s0
fmadd d0, d1, d2, d0
fcvt s0, d0
str s0, [x2, #8]
ret
.cfi_endproc
; -- End function
.no_dead_strip _interpolate_color
.subsections_via_symbols
| AnghaBench/redshift/src/extr_colorramp.c_interpolate_color.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function free_file_op_queue
_free_file_op_queue: ## @free_file_op_queue
.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
testq %rbx, %rbx
jne LBB0_1
LBB0_6:
popq %rbx
popq %r14
popq %rbp
retq
.p2align 4, 0x90
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
movq 16(%rbx), %r14
xorl %eax, %eax
callq _GetProcessHeap
movl %eax, %edi
xorl %esi, %esi
movq %rbx, %rdx
callq _HeapFree
movq %r14, %rbx
testq %r14, %r14
je LBB0_6
LBB0_1: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
callq _GetProcessHeap
movq 64(%rbx), %rdx
movl %eax, %edi
xorl %esi, %esi
callq _HeapFree
xorl %eax, %eax
callq _GetProcessHeap
movq 56(%rbx), %rdx
movl %eax, %edi
xorl %esi, %esi
callq _HeapFree
xorl %eax, %eax
callq _GetProcessHeap
movq 8(%rbx), %rdx
movl %eax, %edi
xorl %esi, %esi
callq _HeapFree
xorl %eax, %eax
callq _GetProcessHeap
movq 48(%rbx), %rdx
movl %eax, %edi
xorl %esi, %esi
callq _HeapFree
xorl %eax, %eax
callq _GetProcessHeap
movq 40(%rbx), %rdx
movl %eax, %edi
xorl %esi, %esi
callq _HeapFree
xorl %eax, %eax
callq _GetProcessHeap
movq 32(%rbx), %rdx
movl %eax, %edi
xorl %esi, %esi
callq _HeapFree
movq 24(%rbx), %rdi
testq %rdi, %rdi
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
callq _LocalFree
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movq (%rbx), %rax
cmpq 8(%rbx), %rax
je LBB0_5
## %bb.4: ## in Loop: Header=BB0_1 Depth=1
xorl %eax, %eax
callq _GetProcessHeap
movq (%rbx), %rdx
movl %eax, %edi
xorl %esi, %esi
callq _HeapFree
jmp LBB0_5
.cfi_endproc
## -- End function
.no_dead_strip _free_file_op_queue
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function free_file_op_queue
_free_file_op_queue: ; @free_file_op_queue
.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
ldr x19, [x0]
cbnz x19, LBB0_3
LBB0_1:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
ldr x20, [x19, #16]
bl _GetProcessHeap
mov w1, #0
mov x2, x19
bl _HeapFree
mov x19, x20
cbz x20, LBB0_1
LBB0_3: ; =>This Inner Loop Header: Depth=1
bl _GetProcessHeap
ldr x2, [x19, #64]
mov w1, #0
bl _HeapFree
bl _GetProcessHeap
ldr x2, [x19, #56]
mov w1, #0
bl _HeapFree
bl _GetProcessHeap
ldr x2, [x19, #8]
mov w1, #0
bl _HeapFree
bl _GetProcessHeap
ldr x2, [x19, #48]
mov w1, #0
bl _HeapFree
bl _GetProcessHeap
ldr x2, [x19, #40]
mov w1, #0
bl _HeapFree
bl _GetProcessHeap
ldr x2, [x19, #32]
mov w1, #0
bl _HeapFree
ldr x0, [x19, #24]
cbz x0, LBB0_5
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
bl _LocalFree
LBB0_5: ; in Loop: Header=BB0_3 Depth=1
ldp x8, x9, [x19]
cmp x8, x9
b.eq LBB0_2
; %bb.6: ; in Loop: Header=BB0_3 Depth=1
bl _GetProcessHeap
ldr x2, [x19]
mov w1, #0
bl _HeapFree
b LBB0_2
.cfi_endproc
; -- End function
.no_dead_strip _free_file_op_queue
.subsections_via_symbols
| AnghaBench/reactos/dll/win32/setupapi/extr_queue.c_free_file_op_queue.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
jmp LBB0_1
.p2align 4, 0x90
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
movl $92, %ebx
LBB0_9: ## in Loop: Header=BB0_1 Depth=1
movl $92, %edi
callq _putchar
movl %ebx, %eax
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
movl %eax, %edi
callq _putchar
LBB0_1: ## =>This Inner Loop Header: Depth=1
callq _getchar
cmpl $8, %eax
jle LBB0_2
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
cmpl $92, %eax
je LBB0_8
## %bb.6: ## in Loop: Header=BB0_1 Depth=1
cmpl $9, %eax
jne LBB0_10
## %bb.7: ## in Loop: Header=BB0_1 Depth=1
movl $116, %ebx
jmp LBB0_9
.p2align 4, 0x90
LBB0_2: ## in Loop: Header=BB0_1 Depth=1
movl $98, %ebx
je LBB0_9
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
cmpl $-1, %eax
jne LBB0_10
## %bb.4:
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
b LBB0_5
LBB0_1: ; in Loop: Header=BB0_5 Depth=1
b.ne LBB0_9
; %bb.2: ; in Loop: Header=BB0_5 Depth=1
mov w19, #98
LBB0_3: ; in Loop: Header=BB0_5 Depth=1
mov w0, #92
bl _putchar
LBB0_4: ; in Loop: Header=BB0_5 Depth=1
mov x0, x19
bl _putchar
LBB0_5: ; =>This Inner Loop Header: Depth=1
bl _getchar
mov x19, x0
cmp w0, #8
b.le LBB0_1
; %bb.6: ; in Loop: Header=BB0_5 Depth=1
cmp w19, #92
b.eq LBB0_3
; %bb.7: ; in Loop: Header=BB0_5 Depth=1
cmp w19, #9
b.ne LBB0_4
; %bb.8: ; in Loop: Header=BB0_5 Depth=1
mov w19, #116
b LBB0_3
LBB0_9: ; in Loop: Header=BB0_5 Depth=1
cmn w19, #1
b.ne LBB0_4
; %bb.10:
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
.subsections_via_symbols
| the_stack_data/243893950.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function pd_stop_feed
_pd_stop_feed: ## @pd_stop_feed
.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), %rax
movq (%rax), %rbx
testq %rbx, %rbx
je LBB0_1
## %bb.2:
movq %rbx, %rdi
callq _atomic_dec_and_test
xorl %r14d, %r14d
testq %rax, %rax
je LBB0_4
## %bb.3:
movq %rbx, %rdi
callq _dvb_stop_streaming
jmp LBB0_4
LBB0_1:
movl $-1, %r14d
LBB0_4:
movl %r14d, %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _pd_stop_feed
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function pd_stop_feed
_pd_stop_feed: ; @pd_stop_feed
.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
ldr x8, [x0]
ldr x19, [x8]
cbz x19, LBB0_3
; %bb.1:
mov x0, x19
bl _atomic_dec_and_test
cbz x0, LBB0_4
; %bb.2:
mov x0, x19
bl _dvb_stop_streaming
mov w0, #0
b LBB0_4
LBB0_3:
mov w0, #-1
LBB0_4:
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 _pd_stop_feed
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/media/video/tlg2300/extr_pd-dvb.c_pd_stop_feed.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _CompareUDPEntry ## -- Begin function CompareUDPEntry
.p2align 4, 0x90
_CompareUDPEntry: ## @CompareUDPEntry
.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 LBB0_6
## %bb.1:
testq %rsi, %rsi
je LBB0_6
## %bb.2:
movq (%rdi), %rcx
testq %rcx, %rcx
je LBB0_6
## %bb.3:
movq (%rsi), %rdx
testq %rdx, %rdx
je LBB0_6
## %bb.4:
movq (%rdx), %rdx
movl $1, %eax
cmpq %rdx, (%rcx)
jg LBB0_6
## %bb.5:
setne %al
movzbl %al, %eax
negl %eax
LBB0_6:
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 _CompareUDPEntry ; -- Begin function CompareUDPEntry
.p2align 2
_CompareUDPEntry: ; @CompareUDPEntry
.cfi_startproc
; %bb.0:
mov x8, x0
mov w0, #0
cbz x8, LBB0_7
; %bb.1:
cbz x1, LBB0_7
; %bb.2:
ldr x8, [x8]
ldr x9, [x1]
cmp x8, #0
ccmp x9, #0, #4, ne
b.ne LBB0_4
; %bb.3:
mov w0, #0
ret
LBB0_4:
ldr x8, [x8]
ldr x9, [x9]
cmp x8, x9
b.le LBB0_6
; %bb.5:
mov w0, #1
ret
LBB0_6:
csetm w0, ne
LBB0_7:
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/SoftEtherVPN/src/Cedar/extr_Listener.c_CompareUDPEntry.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ft_putchar ## -- Begin function ft_putchar
.p2align 4, 0x90
_ft_putchar: ## @ft_putchar
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movb %dil, -1(%rbp)
leaq -1(%rbp), %rsi
movl $1, %edx
movl $1, %edi
callq _write
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _ft_rotone ## -- Begin function ft_rotone
.p2align 4, 0x90
_ft_rotone: ## @ft_rotone
.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
movb (%rdi), %al
testb %al, %al
je LBB1_10
## %bb.1:
movq %rdi, %rbx
incq %rbx
leaq -41(%rbp), %r14
leaq -43(%rbp), %r15
leaq -42(%rbp), %r12
leaq -44(%rbp), %r13
jmp LBB1_2
.p2align 4, 0x90
LBB1_3: ## in Loop: Header=BB1_2 Depth=1
incb %al
movb %al, -41(%rbp)
movl $1, %edx
movl $1, %edi
movq %r14, %rsi
LBB1_9: ## in Loop: Header=BB1_2 Depth=1
callq _write
movzbl (%rbx), %eax
incq %rbx
testb %al, %al
je LBB1_10
LBB1_2: ## =>This Inner Loop Header: Depth=1
movl %eax, %ecx
andb $-33, %cl
addb $-65, %cl
cmpb $24, %cl
jbe LBB1_3
## %bb.4: ## in Loop: Header=BB1_2 Depth=1
cmpb $90, %al
je LBB1_7
## %bb.5: ## in Loop: Header=BB1_2 Depth=1
cmpb $122, %al
jne LBB1_8
## %bb.6: ## in Loop: Header=BB1_2 Depth=1
movb $97, -42(%rbp)
movl $1, %edx
movl $1, %edi
movq %r12, %rsi
jmp LBB1_9
LBB1_7: ## in Loop: Header=BB1_2 Depth=1
movb $65, -43(%rbp)
movl $1, %edx
movl $1, %edi
movq %r15, %rsi
jmp LBB1_9
LBB1_8: ## in Loop: Header=BB1_2 Depth=1
movb %al, -44(%rbp)
movl $1, %edx
movl $1, %edi
movq %r13, %rsi
jmp LBB1_9
LBB1_10:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
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
subq $16, %rsp
cmpl $2, %edi
jne LBB2_2
## %bb.1:
movq 8(%rsi), %rdi
callq _ft_rotone
LBB2_2:
movb $10, -1(%rbp)
leaq -1(%rbp), %rsi
movl $1, %edx
movl $1, %edi
callq _write
xorl %eax, %eax
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 ; -- Begin function ft_putchar
.p2align 2
_ft_putchar: ; @ft_putchar
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sturb w0, [x29, #-1]
sub x1, x29, #1
mov w0, #1
mov w2, #1
bl _write
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _ft_rotone ; -- Begin function ft_rotone
.p2align 2
_ft_rotone: ; @ft_rotone
.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
ldrb w8, [x0]
cbz w8, LBB1_10
; %bb.1:
add x19, x0, #1
mov w20, #223
mov w21, #65
mov w22, #97
b LBB1_4
LBB1_2: ; in Loop: Header=BB1_4 Depth=1
add w8, w8, #1
strb w8, [sp, #12]
add x1, sp, #12
LBB1_3: ; in Loop: Header=BB1_4 Depth=1
mov w0, #1
mov w2, #1
bl _write
ldrb w8, [x19], #1
cbz w8, LBB1_10
LBB1_4: ; =>This Inner Loop Header: Depth=1
and w9, w8, w20
sub w9, w9, #65
cmp w9, #24
b.ls LBB1_2
; %bb.5: ; in Loop: Header=BB1_4 Depth=1
cmp w8, #90
b.eq LBB1_8
; %bb.6: ; in Loop: Header=BB1_4 Depth=1
cmp w8, #122
b.ne LBB1_9
; %bb.7: ; in Loop: Header=BB1_4 Depth=1
strb w22, [sp, #13]
add x1, sp, #13
b LBB1_3
LBB1_8: ; in Loop: Header=BB1_4 Depth=1
strb w21, [sp, #14]
add x1, sp, #14
b LBB1_3
LBB1_9: ; in Loop: Header=BB1_4 Depth=1
strb w8, [sp, #15]
add x1, sp, #15
b LBB1_3
LBB1_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
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #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
cmp w0, #2
b.ne LBB2_2
; %bb.1:
ldr x0, [x1, #8]
bl _ft_rotone
LBB2_2:
mov w8, #10
sturb w8, [x29, #-1]
sub x1, x29, #1
mov w0, #1
mov w2, #1
bl _write
mov w0, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/373659.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
leaq L_str(%rip), %rdi
callq _puts
callq _abort
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_str: ## @str
.asciz "Before abort"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh0:
adrp x0, l_str@PAGE
Lloh1:
add x0, x0, l_str@PAGEOFF
bl _puts
bl _abort
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_str: ; @str
.asciz "Before abort"
.subsections_via_symbols
| the_stack_data/7949269.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function Installer_VersionGet
_Installer_VersionGet: ## @Installer_VersionGet
.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 $40, %rsp
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edi, %r14d
xorps %xmm0, %xmm0
movaps %xmm0, -64(%rbp)
movq $0, -48(%rbp)
movq _pInstaller@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _DISPATCH_PROPERTYGET@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq _VT_BSTR@GOTPCREL(%rip), %rax
movl (%rax), %r9d
leaq L_.str(%rip), %rsi
leaq -64(%rbp), %rcx
leaq -28(%rbp), %rbx
movq %rbx, %r8
callq _invoke
movl %eax, %r15d
movq %rbx, %rdi
callq _V_BSTR
testq %rax, %rax
je LBB0_2
## %bb.1:
leaq -28(%rbp), %rdi
callq _V_BSTR
movl %r14d, %edi
movq %rax, %rsi
callq _lstrcpyW
LBB0_2:
leaq -28(%rbp), %rdi
callq _VariantClear
movl %r15d, %eax
addq $40, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _pInstaller,4,2 ## @pInstaller
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Version"
.comm _DISPATCH_PROPERTYGET,4,2 ## @DISPATCH_PROPERTYGET
.comm _VT_BSTR,4,2 ## @VT_BSTR
.no_dead_strip _Installer_VersionGet
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function Installer_VersionGet
_Installer_VersionGet: ; @Installer_VersionGet
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
stp xzr, xzr, [sp]
str xzr, [sp, #16]
Lloh0:
adrp x8, _pInstaller@GOTPAGE
Lloh1:
ldr x8, [x8, _pInstaller@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
Lloh3:
adrp x8, _DISPATCH_PROPERTYGET@GOTPAGE
Lloh4:
ldr x8, [x8, _DISPATCH_PROPERTYGET@GOTPAGEOFF]
Lloh5:
ldr w2, [x8]
Lloh6:
adrp x8, _VT_BSTR@GOTPAGE
Lloh7:
ldr x8, [x8, _VT_BSTR@GOTPAGEOFF]
Lloh8:
ldr w5, [x8]
Lloh9:
adrp x1, l_.str@PAGE
Lloh10:
add x1, x1, l_.str@PAGEOFF
mov x3, sp
sub x4, x29, #20
bl _invoke
mov x20, x0
sub x0, x29, #20
bl _V_BSTR
cbz x0, LBB0_2
; %bb.1:
sub x0, x29, #20
bl _V_BSTR
mov x1, x0
mov x0, x19
bl _lstrcpyW
LBB0_2:
sub x0, x29, #20
bl _VariantClear
mov x0, x20
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #64
ret
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _pInstaller,4,2 ; @pInstaller
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Version"
.comm _DISPATCH_PROPERTYGET,4,2 ; @DISPATCH_PROPERTYGET
.comm _VT_BSTR,4,2 ; @VT_BSTR
.no_dead_strip _Installer_VersionGet
.subsections_via_symbols
| AnghaBench/reactos/modules/rostests/winetests/msi/extr_automation.c_Installer_VersionGet.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function tty_keys_add1
_tty_keys_add1: ## @tty_keys_add1
.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, %r14d
movq %rsi, %r15
movq %rdi, %rbx
movq _KEYC_UNKNOWN@GOTPCREL(%rip), %r12
jmp LBB0_1
.p2align 4, 0x90
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movl $1, %edi
movl $40, %esi
callq _xcalloc
movq %rax, (%rbx)
movzbl (%r15), %ecx
movb %cl, (%rax)
movl (%r12), %edx
movl %edx, 32(%rax)
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
movzbl (%r15), %edx
cmpb %cl, %dl
je LBB0_5
## %bb.7: ## in Loop: Header=BB0_1 Depth=1
leaq 16(%rax), %rsi
addq $8, %rax
cmpb %cl, %dl
cmovgq %rax, %rbx
cmovlq %rsi, %rbx
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq (%rbx), %rax
testq %rax, %rax
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movzbl (%rax), %ecx
jmp LBB0_4
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
cmpb $0, 1(%r15)
je LBB0_8
## %bb.6: ## in Loop: Header=BB0_1 Depth=1
incq %r15
addq $24, %rax
movq %rax, %rbx
jmp LBB0_1
LBB0_8:
movl %r14d, 32(%rax)
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _KEYC_UNKNOWN,4,2 ## @KEYC_UNKNOWN
.no_dead_strip _tty_keys_add1
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function tty_keys_add1
_tty_keys_add1: ; @tty_keys_add1
.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 x22, _KEYC_UNKNOWN@GOTPAGE
Lloh1:
ldr x22, [x22, _KEYC_UNKNOWN@GOTPAGEOFF]
ldr x0, [x21]
cbnz x0, LBB0_4
LBB0_1:
mov w0, #1
mov w1, #40
bl _xcalloc
str x0, [x21]
ldrb w8, [x20]
strb w8, [x0]
ldr w9, [x22]
str w9, [x0, #32]
LBB0_2:
ldrb w9, [x20]
cmp w9, w8
b.eq LBB0_5
; %bb.3:
sxtb w9, w9
add x10, x0, #16
add x11, x0, #8
cmp w9, w8, sxtb
csel x8, x11, x21, gt
csel x21, x10, x8, lt
ldr x0, [x21]
cbz x0, LBB0_1
LBB0_4:
ldrb w8, [x0]
b LBB0_2
LBB0_5:
ldrb w8, [x20, #1]!
cbz w8, LBB0_7
; %bb.6:
add x21, x0, #24
ldr x0, [x21]
cbnz x0, LBB0_4
b LBB0_1
LBB0_7:
str w19, [x0, #32]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _KEYC_UNKNOWN,4,2 ; @KEYC_UNKNOWN
.no_dead_strip _tty_keys_add1
.subsections_via_symbols
| AnghaBench/tmux/extr_tty-keys.c_tty_keys_add1.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function elink_ets_e3b0_sp_pri_to_cos_set
_elink_ets_e3b0_sp_pri_to_cos_set: ## @elink_ets_e3b0_sp_pri_to_cos_set
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
cmpq $0, (%rdi)
jne LBB0_1
## %bb.2:
movq _ELINK_DCBX_E3B0_MAX_NUM_COS_PORT0@GOTPCREL(%rip), %rax
jmp LBB0_3
LBB0_1:
movq _ELINK_DCBX_E3B0_MAX_NUM_COS_PORT1@GOTPCREL(%rip), %rax
LBB0_3:
movq 8(%rdi), %rdi
cmpq %rdx, (%rax)
jle LBB0_4
## %bb.6:
movq (%rsi,%rdx,8), %r8
movq _DCBX_INVALID_COS@GOTPCREL(%rip), %rax
cmpq (%rax), %r8
jne LBB0_7
## %bb.8:
movq %rcx, (%rsi,%rdx,8)
movq _ELINK_STATUS_OK@GOTPCREL(%rip), %rax
jmp LBB0_9
LBB0_4:
leaq L_.str(%rip), %rsi
jmp LBB0_5
LBB0_7:
leaq L_.str.1(%rip), %rsi
LBB0_5:
callq _ELINK_DEBUG_P0
movq _ELINK_STATUS_ERROR@GOTPCREL(%rip), %rax
LBB0_9:
movl (%rax), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ELINK_DCBX_E3B0_MAX_NUM_COS_PORT1,8,3 ## @ELINK_DCBX_E3B0_MAX_NUM_COS_PORT1
.comm _ELINK_DCBX_E3B0_MAX_NUM_COS_PORT0,8,3 ## @ELINK_DCBX_E3B0_MAX_NUM_COS_PORT0
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "elink_ets_e3b0_sp_pri_to_cos_set invalid parameter Illegal strict priority\n"
.comm _ELINK_STATUS_ERROR,4,2 ## @ELINK_STATUS_ERROR
.comm _DCBX_INVALID_COS,8,3 ## @DCBX_INVALID_COS
L_.str.1: ## @.str.1
.asciz "elink_ets_e3b0_sp_pri_to_cos_set invalid parameter There can't be two COS's with the same strict pri\n"
.comm _ELINK_STATUS_OK,4,2 ## @ELINK_STATUS_OK
.no_dead_strip _elink_ets_e3b0_sp_pri_to_cos_set
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function elink_ets_e3b0_sp_pri_to_cos_set
_elink_ets_e3b0_sp_pri_to_cos_set: ; @elink_ets_e3b0_sp_pri_to_cos_set
.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 x8, x0
ldr x0, [x0, #8]
ldr x8, [x8]
Lloh0:
adrp x9, _ELINK_DCBX_E3B0_MAX_NUM_COS_PORT1@GOTPAGE
Lloh1:
ldr x9, [x9, _ELINK_DCBX_E3B0_MAX_NUM_COS_PORT1@GOTPAGEOFF]
Lloh2:
adrp x10, _ELINK_DCBX_E3B0_MAX_NUM_COS_PORT0@GOTPAGE
Lloh3:
ldr x10, [x10, _ELINK_DCBX_E3B0_MAX_NUM_COS_PORT0@GOTPAGEOFF]
cmp x8, #0
csel x8, x10, x9, eq
ldr x8, [x8]
cmp x8, x2
b.le LBB0_3
; %bb.1:
ldr x8, [x1, x2, lsl #3]
Lloh4:
adrp x9, _DCBX_INVALID_COS@GOTPAGE
Lloh5:
ldr x9, [x9, _DCBX_INVALID_COS@GOTPAGEOFF]
Lloh6:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_4
; %bb.2:
str x3, [x1, x2, lsl #3]
Lloh7:
adrp x8, _ELINK_STATUS_OK@GOTPAGE
Lloh8:
ldr x8, [x8, _ELINK_STATUS_OK@GOTPAGEOFF]
b LBB0_6
LBB0_3:
Lloh9:
adrp x1, l_.str@PAGE
Lloh10:
add x1, x1, l_.str@PAGEOFF
b LBB0_5
LBB0_4:
Lloh11:
adrp x1, l_.str.1@PAGE
Lloh12:
add x1, x1, l_.str.1@PAGEOFF
LBB0_5:
bl _ELINK_DEBUG_P0
Lloh13:
adrp x8, _ELINK_STATUS_ERROR@GOTPAGE
Lloh14:
ldr x8, [x8, _ELINK_STATUS_ERROR@GOTPAGEOFF]
LBB0_6:
ldr w0, [x8]
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdrGot Lloh7, Lloh8
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpLdrGot Lloh13, Lloh14
.cfi_endproc
; -- End function
.comm _ELINK_DCBX_E3B0_MAX_NUM_COS_PORT1,8,3 ; @ELINK_DCBX_E3B0_MAX_NUM_COS_PORT1
.comm _ELINK_DCBX_E3B0_MAX_NUM_COS_PORT0,8,3 ; @ELINK_DCBX_E3B0_MAX_NUM_COS_PORT0
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "elink_ets_e3b0_sp_pri_to_cos_set invalid parameter Illegal strict priority\n"
.comm _ELINK_STATUS_ERROR,4,2 ; @ELINK_STATUS_ERROR
.comm _DCBX_INVALID_COS,8,3 ; @DCBX_INVALID_COS
l_.str.1: ; @.str.1
.asciz "elink_ets_e3b0_sp_pri_to_cos_set invalid parameter There can't be two COS's with the same strict pri\n"
.comm _ELINK_STATUS_OK,4,2 ; @ELINK_STATUS_OK
.no_dead_strip _elink_ets_e3b0_sp_pri_to_cos_set
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/bxe/extr_bxe_elink.c_elink_ets_e3b0_sp_pri_to_cos_set.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 4, 0x90 ## -- Begin function get_tag
_get_tag: ## @get_tag
.cfi_startproc
## %bb.0:
testq %rsi, %rsi
je LBB0_8
## %bb.1:
cmpb $0, (%rsi)
je LBB0_9
## %bb.2:
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 _show_valid_bit@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
je LBB0_4
## %bb.3:
movq _CE_VALID@GOTPCREL(%rip), %rax
movl (%rax), %eax
orl (%rdi), %eax
jne LBB0_6
LBB0_4:
movq _show_fsmonitor_bit@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
je LBB0_13
## %bb.5:
movq _CE_FSMONITOR_VALID@GOTPCREL(%rip), %rax
movl (%rax), %eax
testl %eax, (%rdi)
je LBB0_13
LBB0_6:
leaq _get_tag.alttag(%rip), %rdi
movq %rdi, %r14
movq %rsi, %rbx
movl $3, %edx
callq _memcpy
movsbl (%rbx), %edi
callq _isalpha
movzbl (%rbx), %ecx
testq %rax, %rax
je LBB0_10
## %bb.7:
movsbl %cl, %edi
callq _tolower
movb %al, _get_tag.alttag(%rip)
jmp LBB0_15
LBB0_8:
xorl %eax, %eax
retq
LBB0_9:
movq %rsi, %rax
retq
LBB0_13:
movq %rsi, %rax
jmp LBB0_16
LBB0_10:
cmpb $63, %cl
jne LBB0_14
## %bb.11:
movb $33, _get_tag.alttag(%rip)
jmp LBB0_15
LBB0_14:
movb $118, _get_tag.alttag(%rip)
movzbl (%rbx), %eax
movb %al, _get_tag.alttag+1(%rip)
movw $32, _get_tag.alttag+2(%rip)
LBB0_15:
movq %r14, %rax
LBB0_16:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.zerofill __DATA,__bss,_get_tag.alttag,4,0 ## @get_tag.alttag
.comm _show_valid_bit,8,3 ## @show_valid_bit
.comm _CE_VALID,4,2 ## @CE_VALID
.comm _show_fsmonitor_bit,8,3 ## @show_fsmonitor_bit
.comm _CE_FSMONITOR_VALID,4,2 ## @CE_FSMONITOR_VALID
.no_dead_strip _get_tag
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 2 ; -- Begin function get_tag
_get_tag: ; @get_tag
.cfi_startproc
; %bb.0:
cbz x1, LBB0_12
; %bb.1:
ldrb w8, [x1]
cbz w8, LBB0_12
; %bb.2:
Lloh0:
adrp x8, _show_valid_bit@GOTPAGE
Lloh1:
ldr x8, [x8, _show_valid_bit@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
cbz x8, LBB0_4
; %bb.3:
ldr w8, [x0]
Lloh3:
adrp x9, _CE_VALID@GOTPAGE
Lloh4:
ldr x9, [x9, _CE_VALID@GOTPAGEOFF]
Lloh5:
ldr w9, [x9]
orr w8, w9, w8
cbnz w8, LBB0_6
LBB0_4:
Lloh6:
adrp x8, _show_fsmonitor_bit@GOTPAGE
Lloh7:
ldr x8, [x8, _show_fsmonitor_bit@GOTPAGEOFF]
Lloh8:
ldr x8, [x8]
cbz x8, LBB0_12
; %bb.5:
ldr w8, [x0]
Lloh9:
adrp x9, _CE_FSMONITOR_VALID@GOTPAGE
Lloh10:
ldr x9, [x9, _CE_FSMONITOR_VALID@GOTPAGEOFF]
Lloh11:
ldr w9, [x9]
tst w9, w8
b.eq LBB0_12
LBB0_6:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
stp x29, 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
Lloh12:
adrp x19, _get_tag.alttag@PAGE
Lloh13:
add x19, x19, _get_tag.alttag@PAGEOFF
mov x0, x19
mov x20, x1
mov w2, #3 ; =0x3
bl _memcpy
ldrsb w0, [x20]
bl _isalpha
mov x8, x0
ldrsb w0, [x20]
cbz x8, LBB0_8
; %bb.7:
bl _tolower
strb w0, [x19]
b LBB0_11
LBB0_8:
cmp w0, #63
b.ne LBB0_10
; %bb.9:
mov w8, #33 ; =0x21
strb w8, [x19]
b LBB0_11
LBB0_10:
mov w8, #118 ; =0x76
strb w8, [x19]
ldrb w8, [x20]
strb w8, [x19, #1]
mov w8, #32 ; =0x20
strh w8, [x19, #2]
LBB0_11:
mov x1, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
LBB0_12:
mov x0, x1
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpAdd Lloh12, Lloh13
.cfi_endproc
; -- End function
.zerofill __DATA,__bss,_get_tag.alttag,4,0 ; @get_tag.alttag
.comm _show_valid_bit,8,3 ; @show_valid_bit
.comm _CE_VALID,4,2 ; @CE_VALID
.comm _show_fsmonitor_bit,8,3 ; @show_fsmonitor_bit
.comm _CE_FSMONITOR_VALID,4,2 ; @CE_FSMONITOR_VALID
.no_dead_strip _get_tag
.subsections_via_symbols
| assembly_file_150701.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function word_memcpy_fromcard
_word_memcpy_fromcard: ## @word_memcpy_fromcard
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
## kill: def $edx killed $edx def $rdx
leal 2(%rdx), %eax
cmpl $3, %eax
jb LBB0_8
## %bb.1:
movl %edx, %eax
incl %eax
shrl $31, %eax
leal (%rdx,%rax), %r9d
incl %r9d
sarl %r9d
leal -1(%r9), %r8d
testb $7, %r9b
je LBB0_5
## %bb.2:
movl %r9d, %eax
andl $7, %eax
xorl %edx, %edx
.p2align 4, 0x90
LBB0_3: ## =>This Inner Loop Header: Depth=1
movzwl (%rsi), %ecx
addq $2, %rsi
movw %cx, (%rdi)
addq $2, %rdi
incq %rdx
cmpl %edx, %eax
jne LBB0_3
## %bb.4:
subl %edx, %r9d
LBB0_5:
cmpl $7, %r8d
jb LBB0_8
## %bb.6:
movl %r9d, %eax
xorl %ecx, %ecx
.p2align 4, 0x90
LBB0_7: ## =>This Inner Loop Header: Depth=1
movzwl (%rsi,%rcx,2), %edx
movw %dx, (%rdi,%rcx,2)
movzwl 2(%rsi,%rcx,2), %edx
movw %dx, 2(%rdi,%rcx,2)
movzwl 4(%rsi,%rcx,2), %edx
movw %dx, 4(%rdi,%rcx,2)
movzwl 6(%rsi,%rcx,2), %edx
movw %dx, 6(%rdi,%rcx,2)
movzwl 8(%rsi,%rcx,2), %edx
movw %dx, 8(%rdi,%rcx,2)
movzwl 10(%rsi,%rcx,2), %edx
movw %dx, 10(%rdi,%rcx,2)
movzwl 12(%rsi,%rcx,2), %edx
movw %dx, 12(%rdi,%rcx,2)
movzwl 14(%rsi,%rcx,2), %edx
movw %dx, 14(%rdi,%rcx,2)
addq $8, %rcx
cmpl %ecx, %eax
jne LBB0_7
LBB0_8:
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _word_memcpy_fromcard
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function word_memcpy_fromcard
_word_memcpy_fromcard: ; @word_memcpy_fromcard
.cfi_startproc
; %bb.0:
add w8, w2, #2
cmp w8, #3
b.lo LBB0_3
; %bb.1:
add w9, w2, #1
cmp w9, #0
csinc w8, w8, w2, lt
asr w8, w8, #1
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldrh w9, [x1], #2
strh w9, [x0], #2
subs w8, w8, #1
b.ne LBB0_2
LBB0_3:
ret
.cfi_endproc
; -- End function
.no_dead_strip _word_memcpy_fromcard
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ethernet/8390/extr_mac8390.c_word_memcpy_fromcard.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function dccp_bad_service_code
_dccp_bad_service_code: ## @dccp_bad_service_code
.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
callq _dccp_sk
movq %rax, %rcx
xorl %eax, %eax
cmpl %ebx, 4(%rcx)
je LBB0_2
## %bb.1:
movl (%rcx), %edi
movl %ebx, %esi
callq _dccp_list_has_service
movl %eax, %ecx
xorl %eax, %eax
testl %ecx, %ecx
sete %al
LBB0_2:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _dccp_bad_service_code
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function dccp_bad_service_code
_dccp_bad_service_code: ; @dccp_bad_service_code
.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 _dccp_sk
ldr w8, [x0, #4]
cmp w8, w19
b.ne LBB0_2
; %bb.1:
mov w0, #0
b LBB0_3
LBB0_2:
ldr w0, [x0]
mov x1, x19
bl _dccp_list_has_service
cmp w0, #0
cset w0, eq
LBB0_3:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _dccp_bad_service_code
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/net/dccp/ccids/extr_..dccp.h_dccp_bad_service_code.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function show_related_cpus
_show_related_cpus: ## @show_related_cpus
.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
popq %rbp
jmp _cpufreq_show_cpus ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _show_related_cpus
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function show_related_cpus
_show_related_cpus: ; @show_related_cpus
.cfi_startproc
; %bb.0:
ldr w0, [x0]
b _cpufreq_show_cpus
.cfi_endproc
; -- End function
.no_dead_strip _show_related_cpus
.subsections_via_symbols
| AnghaBench/linux/drivers/cpufreq/extr_cpufreq.c_show_related_cpus.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function chmodat
_chmodat: ## @chmodat
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %ecx, %r15d
movq %rdx, %r14
movl %esi, %eax
movl %edi, %r12d
movq _AT_SYMLINK_NOFOLLOW@GOTPCREL(%rip), %rcx
andl (%rcx), %r8d
jne LBB0_1
## %bb.2:
movq _FOLLOW@GOTPCREL(%rip), %rdi
jmp LBB0_3
LBB0_1:
movq _NOFOLLOW@GOTPCREL(%rip), %rdi
LBB0_3:
movq _LOOKUP@GOTPCREL(%rip), %rcx
movl (%rcx), %esi
movq _OP_SETATTR@GOTPCREL(%rip), %rcx
movl (%rcx), %edx
movq _AUDITVNPATH1@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rdi), %ecx
movl %r12d, (%rsp)
leaq -40(%rbp), %rbx
movq %rbx, %rdi
movl %r9d, %r8d
movl %eax, %r9d
callq _NDINIT
movq %rbx, %rdi
movl %r15d, %esi
callq _nameiat
movl %eax, %ebx
testl %eax, %eax
jne LBB0_5
## %bb.4:
movl -40(%rbp), %esi
movl %r12d, %edi
movq %r14, %rdx
callq _chmod_vnode
movl %eax, %ebx
movl -40(%rbp), %edi
callq _vnode_put
leaq -40(%rbp), %rdi
callq _nameidone
LBB0_5:
movl %ebx, %eax
addq $16, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _AT_SYMLINK_NOFOLLOW,4,2 ## @AT_SYMLINK_NOFOLLOW
.comm _NOFOLLOW,4,2 ## @NOFOLLOW
.comm _FOLLOW,4,2 ## @FOLLOW
.comm _LOOKUP,4,2 ## @LOOKUP
.comm _OP_SETATTR,4,2 ## @OP_SETATTR
.comm _AUDITVNPATH1,4,2 ## @AUDITVNPATH1
.no_dead_strip _chmodat
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function chmodat
_chmodat: ; @chmodat
.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 x21, x3
mov x19, x2
mov x8, x1
mov x20, x0
Lloh0:
adrp x9, _AT_SYMLINK_NOFOLLOW@GOTPAGE
Lloh1:
ldr x9, [x9, _AT_SYMLINK_NOFOLLOW@GOTPAGEOFF]
Lloh2:
ldr w9, [x9]
Lloh3:
adrp x10, _NOFOLLOW@GOTPAGE
Lloh4:
ldr x10, [x10, _NOFOLLOW@GOTPAGEOFF]
Lloh5:
adrp x11, _FOLLOW@GOTPAGE
Lloh6:
ldr x11, [x11, _FOLLOW@GOTPAGEOFF]
tst w9, w4
csel x9, x11, x10, eq
ldr w9, [x9]
Lloh7:
adrp x10, _LOOKUP@GOTPAGE
Lloh8:
ldr x10, [x10, _LOOKUP@GOTPAGEOFF]
Lloh9:
adrp x11, _OP_SETATTR@GOTPAGE
Lloh10:
ldr x11, [x11, _OP_SETATTR@GOTPAGEOFF]
Lloh11:
ldr w1, [x10]
Lloh12:
ldr w2, [x11]
Lloh13:
adrp x10, _AUDITVNPATH1@GOTPAGE
Lloh14:
ldr x10, [x10, _AUDITVNPATH1@GOTPAGEOFF]
Lloh15:
ldr w10, [x10]
orr w3, w10, w9
add x0, sp, #8
mov x4, x5
mov x5, x8
mov x6, x20
bl _NDINIT
add x0, sp, #8
mov x1, x21
bl _nameiat
mov x21, x0
cbnz w0, LBB0_2
; %bb.1:
ldr w1, [sp, #8]
mov x0, x20
mov x2, x19
bl _chmod_vnode
mov x21, x0
ldr w0, [sp, #8]
bl _vnode_put
add x0, sp, #8
bl _nameidone
LBB0_2:
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
add sp, sp, #64
ret
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh12
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh11
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _AT_SYMLINK_NOFOLLOW,4,2 ; @AT_SYMLINK_NOFOLLOW
.comm _NOFOLLOW,4,2 ; @NOFOLLOW
.comm _FOLLOW,4,2 ; @FOLLOW
.comm _LOOKUP,4,2 ; @LOOKUP
.comm _OP_SETATTR,4,2 ; @OP_SETATTR
.comm _AUDITVNPATH1,4,2 ; @AUDITVNPATH1
.no_dead_strip _chmodat
.subsections_via_symbols
| AnghaBench/darwin-xnu/bsd/vfs/extr_vfs_syscalls.c_chmodat.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.section __TEXT,__literal8,8byte_literals
.p2align 3, 0x0 ## -- Begin function update_volume
LCPI0_0:
.quad 0xc08f400000000000 ## double -1000
LCPI0_1:
.quad 0x4034000000000000 ## double 20
LCPI0_2:
.quad 0x4024000000000000 ## double 10
.section __TEXT,__text,regular,pure_instructions
.p2align 4, 0x90
_update_volume: ## @update_volume
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %esi, %r14d
movq %rdi, %rbx
movl (%rdi), %eax
testl %eax, %eax
je LBB0_1
## %bb.2:
cvtsi2sd %eax, %xmm2
movq _SDL_MIX_MAXVOLUME@GOTPCREL(%rip), %rax
cvtsi2sdl (%rax), %xmm1
divsd %xmm1, %xmm2
cvttsd2si %xmm2, %edi
movsd %xmm0, -40(%rbp) ## 8-byte Spill
callq _log
## kill: def $eax killed $eax def $rax
shll $2, %eax
leal (%rax,%rax,4), %r15d
movl $10, %edi
callq _log
movsd -40(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movl %eax, %ecx
movl %r15d, %eax
cltd
idivl %ecx
xorps %xmm2, %xmm2
cvtsi2sd %eax, %xmm2
jmp LBB0_3
LBB0_1:
movsd LCPI0_0(%rip), %xmm2 ## xmm2 = [-1.0E+3,0.0E+0]
LBB0_3:
movq _SDL_MIX_MAXVOLUME@GOTPCREL(%rip), %r12
movl (%r12), %r15d
xorps %xmm1, %xmm1
cvtsi2sd %r14d, %xmm1
mulsd %xmm0, %xmm1
addsd %xmm2, %xmm1
divsd LCPI0_1(%rip), %xmm1
movsd LCPI0_2(%rip), %xmm0 ## xmm0 = [1.0E+1,0.0E+0]
callq _pow
imull %eax, %r15d
movl %r15d, %edi
callq _lrint
movl (%rbx), %ecx
addl %ecx, %r14d
cmpl %eax, %ecx
cmovnel %eax, %r14d
movl (%r12), %edx
movl %r14d, %edi
xorl %esi, %esi
callq _av_clip
cvttsd2si %xmm0, %eax
movl %eax, (%rbx)
addq $16, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _SDL_MIX_MAXVOLUME,4,2 ## @SDL_MIX_MAXVOLUME
.no_dead_strip _update_volume
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 2 ; -- Begin function update_volume
_update_volume: ; @update_volume
.cfi_startproc
; %bb.0:
stp d9, d8, [sp, #-64]! ; 16-byte Folded Spill
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 b8, -56
.cfi_offset b9, -64
fmov d8, d0
mov x20, x1
mov x19, x0
ldr w8, [x0]
Lloh0:
adrp x21, _SDL_MIX_MAXVOLUME@GOTPAGE
Lloh1:
ldr x21, [x21, _SDL_MIX_MAXVOLUME@GOTPAGEOFF]
cbz w8, LBB0_2
; %bb.1:
scvtf d0, w8
ldr s1, [x21]
sshll.2d v1, v1, #0
scvtf d1, d1
fdiv d0, d0, d1
fcvtzs w0, d0
bl _log
add w8, w0, w0, lsl #2
lsl w22, w8, #2
mov w0, #10 ; =0xa
bl _log
sdiv w8, w22, w0
scvtf d0, w8
b LBB0_3
LBB0_2:
mov x8, #70368744177664 ; =0x400000000000
movk x8, #49295, lsl #48
fmov d0, x8
LBB0_3:
ldr w22, [x21]
scvtf d1, w20
fmadd d0, d1, d8, d0
fmov d1, #20.00000000
fdiv d1, d0, d1
fmov d0, #10.00000000
bl _pow
mul w0, w0, w22
bl _lrint
ldr w8, [x19]
add w9, w8, w20
cmp w8, w0
csel w0, w9, w0, eq
ldr w2, [x21]
mov w1, #0 ; =0x0
bl _av_clip
fcvtzs w8, d0
str w8, [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 d9, d8, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _SDL_MIX_MAXVOLUME,4,2 ; @SDL_MIX_MAXVOLUME
.no_dead_strip _update_volume
.subsections_via_symbols
| assembly_file_130699.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _NeoFreeStatus ## -- Begin function NeoFreeStatus
.p2align 4, 0x90
_NeoFreeStatus: ## @NeoFreeStatus
.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:
movl $4, %esi
popq %rbp
jmp _NeoZero ## TAILCALL
LBB0_1:
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 _NeoFreeStatus ; -- Begin function NeoFreeStatus
.p2align 2
_NeoFreeStatus: ; @NeoFreeStatus
.cfi_startproc
; %bb.0:
cbz x0, LBB0_2
; %bb.1:
mov w1, #4
b _NeoZero
LBB0_2:
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/SoftEtherVPN/src/Neo6/extr_Neo6.c_NeoFreeStatus.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _md_pcrel_from ## -- Begin function md_pcrel_from
.p2align 4, 0x90
_md_pcrel_from: ## @md_pcrel_from
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq (%rdi), %rax
movq 8(%rdi), %rcx
addq (%rcx), %rax
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 _md_pcrel_from ; -- Begin function md_pcrel_from
.p2align 2
_md_pcrel_from: ; @md_pcrel_from
.cfi_startproc
; %bb.0:
ldp x9, x8, [x0]
ldr x8, [x8]
add x0, x9, x8
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/freebsd/contrib/binutils/gas/config/extr_tc-cr16.c_md_pcrel_from.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function get_parent_hwirq
_get_parent_hwirq: ## @get_parent_hwirq
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _pdc_region_cnt@GOTPCREL(%rip), %rax
movl (%rax), %r8d
testl %r8d, %r8d
jle LBB0_6
## %bb.1:
movq _pdc_region@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
shlq $4, %r8
xorl %edx, %edx
jmp LBB0_2
.p2align 4, 0x90
LBB0_5: ## in Loop: Header=BB0_2 Depth=1
addq $16, %rdx
cmpq %rdx, %r8
je LBB0_6
LBB0_2: ## =>This Inner Loop Header: Depth=1
movslq (%rcx,%rdx), %rsi
cmpl %edi, %esi
jg LBB0_5
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movl 4(%rcx,%rdx), %eax
addl %esi, %eax
cmpl %edi, %eax
jle LBB0_5
## %bb.4:
movslq %edi, %rax
subq %rsi, %rax
addq 8(%rcx,%rdx), %rax
popq %rbp
retq
LBB0_6:
movl $1, %edi
callq _WARN_ON
movq $-1, %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _pdc_region_cnt,4,2 ## @pdc_region_cnt
.comm _pdc_region,8,3 ## @pdc_region
.no_dead_strip _get_parent_hwirq
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function get_parent_hwirq
_get_parent_hwirq: ; @get_parent_hwirq
.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
; kill: def $w0 killed $w0 def $x0
Lloh0:
adrp x8, _pdc_region_cnt@GOTPAGE
Lloh1:
ldr x8, [x8, _pdc_region_cnt@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
cmp w8, #1
b.lt LBB0_6
; %bb.1:
Lloh3:
adrp x9, _pdc_region@GOTPAGE
Lloh4:
ldr x9, [x9, _pdc_region@GOTPAGEOFF]
Lloh5:
ldr x9, [x9]
add x9, x9, #8
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
add x9, x9, #16
subs x8, x8, #1
b.eq LBB0_6
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldursw x10, [x9, #-8]
cmp w10, w0
b.gt LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
ldur w11, [x9, #-4]
add w11, w11, w10
cmp w11, w0
b.le LBB0_2
; %bb.5:
ldr x8, [x9]
sxtw x9, w0
sub x9, x9, x10
add x0, x9, x8
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
LBB0_6:
mov w0, #1
bl _WARN_ON
mov x0, #-1
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.cfi_endproc
; -- End function
.comm _pdc_region_cnt,4,2 ; @pdc_region_cnt
.comm _pdc_region,8,3 ; @pdc_region
.no_dead_strip _get_parent_hwirq
.subsections_via_symbols
| AnghaBench/linux/drivers/irqchip/extr_qcom-pdc.c_get_parent_hwirq.c | anghabench |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.