original_file
stringlengths
19
193
arm_file
stringlengths
21
150
x86_file
stringlengths
20
149
arm_assembly
stringlengths
0
108k
x86_assembly
stringlengths
0
127k
linux/arch/arm/kernel/extr_process.c_exit_thread.c
arm/extr_process_exit_thread_O0_gcc.s
x86_64/extr_process_exit_thread_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _exit_thread ; -- Begin function exit_thread .p2align 2 _exit_thread: ; @exit_thread .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 _exit_fpu ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_process.c_exit_thread.c" .globl exit_thread # -- Begin function exit_thread .p2align 4, 0x90 .type exit_thread,@function exit_thread: # @exit_thread .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movb $0, %al callq exit_fpu@PLT popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size exit_thread, .Lfunc_end0-exit_thread .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym exit_fpu
linux/drivers/net/ethernet/pasemi/extr_pasemi_mac.c_pasemi_mac_pause_rxchan.c
arm/extr_pasemi_mac_pasemi_mac_pause_rxchan_O0_gcc.s
x86_64/extr_pasemi_mac_pasemi_mac_pause_rxchan_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function pasemi_mac_pause_rxchan _pasemi_mac_pause_rxchan: ; @pasemi_mac_pause_rxchan .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] bl _rx_ring ldr w8, [x0] str w8, [sp, #12] ldr w0, [sp, #12] bl _PAS_DMA_RXCHAN_CCMDSTA adrp x8, _PAS_DMA_RXCHAN_CCMDSTA_ST@GOTPAGE ldr x8, [x8, _PAS_DMA_RXCHAN_CCMDSTA_ST@GOTPAGEOFF] ldr w1, [x8] bl _write_dma_reg str wzr, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] adrp x9, _MAX_RETRIES@GOTPAGE ldr x9, [x9, _MAX_RETRIES@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w0, [sp, #12] bl _PAS_DMA_RXCHAN_CCMDSTA bl _read_dma_reg stur w0, [x29, #-12] ldur w8, [x29, #-12] adrp x9, _PAS_DMA_RXCHAN_CCMDSTA_ACT@GOTPAGE ldr x9, [x9, _PAS_DMA_RXCHAN_CCMDSTA_ACT@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: b LBB0_6 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 bl _cond_resched b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_1 LBB0_6: ldur w8, [x29, #-12] adrp x9, _PAS_DMA_RXCHAN_CCMDSTA_ACT@GOTPAGE ldr x9, [x9, _PAS_DMA_RXCHAN_CCMDSTA_ACT@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldur x8, [x29, #-8] ldr x0, [x8] ldur w2, [x29, #-12] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _dev_err b LBB0_8 LBB0_8: ldr w0, [sp, #12] bl _PAS_DMA_RXCHAN_CCMDSTA mov w1, #0 bl _write_dma_reg ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _PAS_DMA_RXCHAN_CCMDSTA_ST,4,2 ; @PAS_DMA_RXCHAN_CCMDSTA_ST .comm _MAX_RETRIES,4,2 ; @MAX_RETRIES .comm _PAS_DMA_RXCHAN_CCMDSTA_ACT,4,2 ; @PAS_DMA_RXCHAN_CCMDSTA_ACT .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Failed to stop rx channel, ccmdsta 08%x\n" .no_dead_strip _pasemi_mac_pause_rxchan .subsections_via_symbols
.text .file "extr_pasemi_mac.c_pasemi_mac_pause_rxchan.c" .p2align 4, 0x90 # -- Begin function pasemi_mac_pause_rxchan .type pasemi_mac_pause_rxchan,@function pasemi_mac_pause_rxchan: # @pasemi_mac_pause_rxchan .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq rx_ring@PLT movl (%rax), %eax movl %eax, -20(%rbp) movl -20(%rbp), %edi callq PAS_DMA_RXCHAN_CCMDSTA@PLT movl %eax, %edi movl PAS_DMA_RXCHAN_CCMDSTA_ST(%rip), %esi callq write_dma_reg@PLT movl $0, -16(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl MAX_RETRIES(%rip), %eax jae .LBB0_6 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %edi callq PAS_DMA_RXCHAN_CCMDSTA@PLT movl %eax, %edi callq read_dma_reg@PLT movl %eax, -12(%rbp) movl -12(%rbp), %eax andl PAS_DMA_RXCHAN_CCMDSTA_ACT(%rip), %eax cmpl $0, %eax jne .LBB0_4 # %bb.3: jmp .LBB0_6 .LBB0_4: # in Loop: Header=BB0_1 Depth=1 movb $0, %al callq cond_resched@PLT # %bb.5: # in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp .LBB0_1 .LBB0_6: movl -12(%rbp), %eax andl PAS_DMA_RXCHAN_CCMDSTA_ACT(%rip), %eax cmpl $0, %eax je .LBB0_8 # %bb.7: movq -8(%rbp), %rax movq (%rax), %rdi movl -12(%rbp), %edx leaq .L.str(%rip), %rsi callq dev_err@PLT .LBB0_8: movl -20(%rbp), %edi callq PAS_DMA_RXCHAN_CCMDSTA@PLT movl %eax, %edi xorl %esi, %esi callq write_dma_reg@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size pasemi_mac_pause_rxchan, .Lfunc_end0-pasemi_mac_pause_rxchan .cfi_endproc # -- End function .type PAS_DMA_RXCHAN_CCMDSTA_ST,@object # @PAS_DMA_RXCHAN_CCMDSTA_ST .bss .globl PAS_DMA_RXCHAN_CCMDSTA_ST .p2align 2 PAS_DMA_RXCHAN_CCMDSTA_ST: .long 0 # 0x0 .size PAS_DMA_RXCHAN_CCMDSTA_ST, 4 .type MAX_RETRIES,@object # @MAX_RETRIES .globl MAX_RETRIES .p2align 2 MAX_RETRIES: .long 0 # 0x0 .size MAX_RETRIES, 4 .type PAS_DMA_RXCHAN_CCMDSTA_ACT,@object # @PAS_DMA_RXCHAN_CCMDSTA_ACT .globl PAS_DMA_RXCHAN_CCMDSTA_ACT .p2align 2 PAS_DMA_RXCHAN_CCMDSTA_ACT: .long 0 # 0x0 .size PAS_DMA_RXCHAN_CCMDSTA_ACT, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "Failed to stop rx channel, ccmdsta 08%x\n" .size .L.str, 41 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym pasemi_mac_pause_rxchan .addrsig_sym rx_ring .addrsig_sym write_dma_reg .addrsig_sym PAS_DMA_RXCHAN_CCMDSTA .addrsig_sym read_dma_reg .addrsig_sym cond_resched .addrsig_sym dev_err .addrsig_sym PAS_DMA_RXCHAN_CCMDSTA_ST .addrsig_sym MAX_RETRIES .addrsig_sym PAS_DMA_RXCHAN_CCMDSTA_ACT
linux/drivers/video/fbdev/omap/extr_lcdc.c_omap_lcdc_resume.c
arm/extr_lcdc_omap_lcdc_resume_O0_gcc.s
x86_64/extr_lcdc_omap_lcdc_resume_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function omap_lcdc_resume _omap_lcdc_resume: ; @omap_lcdc_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 adrp x8, _OMAPFB_AUTO_UPDATE@GOTPAGE ldr x8, [x8, _OMAPFB_AUTO_UPDATE@GOTPAGEOFF] ldr w0, [x8] bl _omap_lcdc_set_update_mode ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .comm _OMAPFB_AUTO_UPDATE,4,2 ; @OMAPFB_AUTO_UPDATE .no_dead_strip _omap_lcdc_resume .subsections_via_symbols
.text .file "extr_lcdc.c_omap_lcdc_resume.c" .p2align 4, 0x90 # -- Begin function omap_lcdc_resume .type omap_lcdc_resume,@function omap_lcdc_resume: # @omap_lcdc_resume .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl OMAPFB_AUTO_UPDATE(%rip), %edi callq omap_lcdc_set_update_mode@PLT popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size omap_lcdc_resume, .Lfunc_end0-omap_lcdc_resume .cfi_endproc # -- End function .type OMAPFB_AUTO_UPDATE,@object # @OMAPFB_AUTO_UPDATE .bss .globl OMAPFB_AUTO_UPDATE .p2align 2 OMAPFB_AUTO_UPDATE: .long 0 # 0x0 .size OMAPFB_AUTO_UPDATE, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym omap_lcdc_resume .addrsig_sym omap_lcdc_set_update_mode .addrsig_sym OMAPFB_AUTO_UPDATE
linux/drivers/i2c/busses/extr_i2c-tegra.c_tegra_i2c_release_dma.c
arm/extr_i2c-tegra_tegra_i2c_release_dma_O0_gcc.s
x86_64/extr_i2c-tegra_tegra_i2c_release_dma_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function tegra_i2c_release_dma _tegra_i2c_release_dma: ; @tegra_i2c_release_dma .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #8] ldr w0, [x8, #32] ldr x8, [sp, #8] ldr w1, [x8, #28] ldr x8, [sp, #8] ldr x2, [x8, #16] ldr x8, [sp, #8] ldr w3, [x8, #24] bl _dma_free_coherent ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #16] b LBB0_2 LBB0_2: ldr x8, [sp, #8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp, #8] ldr x0, [x8, #8] bl _dma_release_channel ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] b LBB0_4 LBB0_4: ldr x8, [sp, #8] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr x8, [sp, #8] ldr x0, [x8] bl _dma_release_channel ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8] b LBB0_6 LBB0_6: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .no_dead_strip _tegra_i2c_release_dma .subsections_via_symbols
.text .file "extr_i2c-tegra.c_tegra_i2c_release_dma.c" .p2align 4, 0x90 # -- Begin function tegra_i2c_release_dma .type tegra_i2c_release_dma,@function tegra_i2c_release_dma: # @tegra_i2c_release_dma .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax cmpq $0, 16(%rax) je .LBB0_2 # %bb.1: movq -8(%rbp), %rax movl 32(%rax), %edi movq -8(%rbp), %rax movl 28(%rax), %esi movq -8(%rbp), %rax movq 16(%rax), %rdx movq -8(%rbp), %rax movl 24(%rax), %ecx callq dma_free_coherent@PLT movq -8(%rbp), %rax movq $0, 16(%rax) .LBB0_2: movq -8(%rbp), %rax cmpq $0, 8(%rax) je .LBB0_4 # %bb.3: movq -8(%rbp), %rax movq 8(%rax), %rdi callq dma_release_channel@PLT movq -8(%rbp), %rax movq $0, 8(%rax) .LBB0_4: movq -8(%rbp), %rax cmpq $0, (%rax) je .LBB0_6 # %bb.5: movq -8(%rbp), %rax movq (%rax), %rdi callq dma_release_channel@PLT movq -8(%rbp), %rax movq $0, (%rax) .LBB0_6: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size tegra_i2c_release_dma, .Lfunc_end0-tegra_i2c_release_dma .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym tegra_i2c_release_dma .addrsig_sym dma_free_coherent .addrsig_sym dma_release_channel
freebsd/sys/dev/sound/pcm/extr_channel.c_chn_polltrigger.c
arm/extr_channel_chn_polltrigger_O0_gcc.s
x86_64/extr_channel_chn_polltrigger_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function chn_polltrigger _chn_polltrigger: ; @chn_polltrigger .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] ldr x8, [x8, #24] str x8, [sp, #16] ldur x0, [x29, #-8] bl _CHN_LOCKASSERT ldur x8, [x29, #-8] ldr w8, [x8] adrp x9, _CHN_F_MMAP@GOTPAGE ldr x9, [x9, _CHN_F_MMAP@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_1 LBB0_1: ldr x0, [sp, #16] bl _sndbuf_getprevtotal ldur x8, [x29, #-8] ldr x8, [x8, #8] subs x8, x0, x8 cset w8, ge tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldur x8, [x29, #-8] ldr x8, [x8, #8] str x8, [sp, #8] b LBB0_4 LBB0_3: ldr x0, [sp, #16] bl _sndbuf_gettotal str x0, [sp] ; 8-byte Folded Spill ldr x0, [sp, #16] bl _sndbuf_getprevtotal mov x8, x0 ldr x0, [sp] ; 8-byte Folded Reload subs x8, x0, x8 str x8, [sp, #8] b LBB0_4 LBB0_4: b LBB0_9 LBB0_5: ldur x8, [x29, #-8] ldr x8, [x8, #16] adrp x9, _PCMDIR_PLAY@GOTPAGE ldr x9, [x9, _PCMDIR_PLAY@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldr x0, [sp, #16] bl _sndbuf_getfree str x0, [sp, #8] b LBB0_8 LBB0_7: ldr x0, [sp, #16] bl _sndbuf_getready str x0, [sp, #8] b LBB0_8 LBB0_8: b LBB0_9 LBB0_9: ldr x8, [sp, #8] ldur x9, [x29, #-8] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, lt and w8, w8, #0x1 ands w8, w8, #0x1 cset w0, eq ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _CHN_F_MMAP,4,2 ; @CHN_F_MMAP .comm _PCMDIR_PLAY,8,3 ; @PCMDIR_PLAY .no_dead_strip _chn_polltrigger .subsections_via_symbols
.text .file "extr_channel.c_chn_polltrigger.c" .p2align 4, 0x90 # -- Begin function chn_polltrigger .type chn_polltrigger,@function chn_polltrigger: # @chn_polltrigger .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq 24(%rax), %rax movq %rax, -16(%rbp) movq -8(%rbp), %rdi callq CHN_LOCKASSERT@PLT movq -8(%rbp), %rax movl (%rax), %eax andl CHN_F_MMAP(%rip), %eax cmpl $0, %eax je .LBB0_5 # %bb.1: movq -16(%rbp), %rdi callq sndbuf_getprevtotal@PLT movq -8(%rbp), %rcx cmpq 8(%rcx), %rax jge .LBB0_3 # %bb.2: movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) jmp .LBB0_4 .LBB0_3: movq -16(%rbp), %rdi callq sndbuf_gettotal@PLT movq %rax, -32(%rbp) # 8-byte Spill movq -16(%rbp), %rdi callq sndbuf_getprevtotal@PLT movq %rax, %rcx movq -32(%rbp), %rax # 8-byte Reload subq %rcx, %rax movq %rax, -24(%rbp) .LBB0_4: jmp .LBB0_9 .LBB0_5: movq -8(%rbp), %rax movq 16(%rax), %rax cmpq PCMDIR_PLAY(%rip), %rax jne .LBB0_7 # %bb.6: movq -16(%rbp), %rdi callq sndbuf_getfree@PLT movq %rax, -24(%rbp) jmp .LBB0_8 .LBB0_7: movq -16(%rbp), %rdi callq sndbuf_getready@PLT movq %rax, -24(%rbp) .LBB0_8: jmp .LBB0_9 .LBB0_9: movq -24(%rbp), %rdx movq -8(%rbp), %rax movq 8(%rax), %rsi movl $1, %eax xorl %ecx, %ecx cmpq %rsi, %rdx cmovll %ecx, %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size chn_polltrigger, .Lfunc_end0-chn_polltrigger .cfi_endproc # -- End function .type CHN_F_MMAP,@object # @CHN_F_MMAP .bss .globl CHN_F_MMAP .p2align 2 CHN_F_MMAP: .long 0 # 0x0 .size CHN_F_MMAP, 4 .type PCMDIR_PLAY,@object # @PCMDIR_PLAY .globl PCMDIR_PLAY .p2align 3 PCMDIR_PLAY: .quad 0 # 0x0 .size PCMDIR_PLAY, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym chn_polltrigger .addrsig_sym CHN_LOCKASSERT .addrsig_sym sndbuf_getprevtotal .addrsig_sym sndbuf_gettotal .addrsig_sym sndbuf_getfree .addrsig_sym sndbuf_getready .addrsig_sym CHN_F_MMAP .addrsig_sym PCMDIR_PLAY
fastsocket/kernel/drivers/hwmon/extr_it87.c_show_alarms.c
arm/extr_it87_show_alarms_O0_gcc.s
x86_64/extr_it87_show_alarms_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function show_alarms _show_alarms: ; @show_alarms .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str x2, [sp, #8] ldur x0, [x29, #-8] bl _it87_update_device str x0, [sp] ldr x0, [sp, #8] ldr x8, [sp] ldr w2, [x8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _sprintf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%u\n" .no_dead_strip _show_alarms .subsections_via_symbols
.text .file "extr_it87.c_show_alarms.c" .p2align 4, 0x90 # -- Begin function show_alarms .type show_alarms,@function show_alarms: # @show_alarms .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq -8(%rbp), %rdi callq it87_update_device@PLT movq %rax, -32(%rbp) movq -24(%rbp), %rdi movq -32(%rbp), %rax movl (%rax), %edx leaq .L.str(%rip), %rsi callq sprintf@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size show_alarms, .Lfunc_end0-show_alarms .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "%u\n" .size .L.str, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym show_alarms .addrsig_sym it87_update_device .addrsig_sym sprintf
mongoose/examples/api_server/extr_sqlite3.c_renameTableFunc.c
arm/extr_sqlite3_renameTableFunc_O0_gcc.s
x86_64/extr_sqlite3_renameTableFunc_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function renameTableFunc _renameTableFunc: ; @renameTableFunc .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] stur x2, [x29, #-24] ldur x8, [x29, #-24] ldr x0, [x8] bl _sqlite3_value_text stur x0, [x29, #-32] ldur x8, [x29, #-24] ldr x0, [x8, #8] bl _sqlite3_value_text stur x0, [x29, #-40] ldur x8, [x29, #-32] str x8, [sp, #40] str wzr, [sp, #36] ldur x0, [x29, #-8] bl _sqlite3_context_db_handle str x0, [sp, #16] ldur w0, [x29, #-12] bl _UNUSED_PARAMETER ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_1 LBB0_1: b LBB0_2 LBB0_2: ; =>This Loop Header: Depth=1 ; Child Loop BB0_5 Depth 2 ldr x8, [sp, #40] ldrb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: b LBB0_12 LBB0_4: ; in Loop: Header=BB0_2 Depth=1 ldr x8, [sp, #40] str x8, [sp, #48] ldr w8, [sp, #36] str w8, [sp, #56] b LBB0_5 LBB0_5: ; Parent Loop BB0_2 Depth=1 ; => This Inner Loop Header: Depth=2 ldrsw x9, [sp, #36] ldr x8, [sp, #40] add x8, x8, x9 str x8, [sp, #40] ldr x0, [sp, #40] sub x1, x29, #44 bl _sqlite3GetToken str w0, [sp, #36] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=2 ldur w8, [x29, #-44] adrp x9, _TK_SPACE@GOTPAGE ldr x9, [x9, _TK_SPACE@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_2 Depth=1 ldr w8, [sp, #36] subs w8, w8, #0 cset w8, gt and w0, w8, #0x1 bl _assert b LBB0_8 LBB0_8: ; in Loop: Header=BB0_2 Depth=1 ldur w8, [x29, #-44] adrp x9, _TK_LP@GOTPAGE ldr x9, [x9, _TK_LP@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_2 Depth=1 ldur w8, [x29, #-44] adrp x9, _TK_USING@GOTPAGE ldr x9, [x9, _TK_USING@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ne str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_10 LBB0_10: ; in Loop: Header=BB0_2 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbnz w8, #0, LBB0_2 b LBB0_11 LBB0_11: ldr x0, [sp, #16] ldr x8, [sp, #48] ldur x9, [x29, #-32] subs x8, x8, x9 mov x2, x8 ldur x3, [x29, #-32] ldur x4, [x29, #-40] ldr x8, [sp, #48] ldrsw x9, [sp, #56] add x5, x8, x9 adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _sqlite3MPrintf str x0, [sp, #24] ldur x0, [x29, #-8] ldr x1, [sp, #24] adrp x8, _SQLITE_DYNAMIC@GOTPAGE ldr x8, [x8, _SQLITE_DYNAMIC@GOTPAGEOFF] ldr w3, [x8] mov w2, #-1 bl _sqlite3_result_text b LBB0_12 LBB0_12: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .comm _TK_SPACE,4,2 ; @TK_SPACE .comm _TK_LP,4,2 ; @TK_LP .comm _TK_USING,4,2 ; @TK_USING .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%.*s\"%w\"%s" .comm _SQLITE_DYNAMIC,4,2 ; @SQLITE_DYNAMIC .no_dead_strip _renameTableFunc .subsections_via_symbols
.text .file "extr_sqlite3.c_renameTableFunc.c" .p2align 4, 0x90 # -- Begin function renameTableFunc .type renameTableFunc,@function renameTableFunc: # @renameTableFunc .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq -24(%rbp), %rax movq (%rax), %rdi callq sqlite3_value_text@PLT movq %rax, -32(%rbp) movq -24(%rbp), %rax movq 8(%rax), %rdi callq sqlite3_value_text@PLT movq %rax, -40(%rbp) movq -32(%rbp), %rax movq %rax, -72(%rbp) movl $0, -76(%rbp) movq -8(%rbp), %rdi callq sqlite3_context_db_handle@PLT movq %rax, -96(%rbp) movl -12(%rbp), %edi callq UNUSED_PARAMETER@PLT cmpq $0, -32(%rbp) je .LBB0_12 # %bb.1: jmp .LBB0_2 .LBB0_2: # =>This Loop Header: Depth=1 # Child Loop BB0_5 Depth 2 movq -72(%rbp), %rax cmpb $0, (%rax) jne .LBB0_4 # %bb.3: jmp .LBB0_12 .LBB0_4: # in Loop: Header=BB0_2 Depth=1 movq -72(%rbp), %rax movq %rax, -64(%rbp) movl -76(%rbp), %eax movl %eax, -56(%rbp) .LBB0_5: # Parent Loop BB0_2 Depth=1 # => This Inner Loop Header: Depth=2 movl -76(%rbp), %ecx movq -72(%rbp), %rax movslq %ecx, %rcx addq %rcx, %rax movq %rax, -72(%rbp) movq -72(%rbp), %rdi leaq -44(%rbp), %rsi callq sqlite3GetToken@PLT movl %eax, -76(%rbp) # %bb.6: # in Loop: Header=BB0_5 Depth=2 movl -44(%rbp), %eax cmpl TK_SPACE(%rip), %eax je .LBB0_5 # %bb.7: # in Loop: Header=BB0_2 Depth=1 cmpl $0, -76(%rbp) setg %al andb $1, %al movzbl %al, %edi callq assert@PLT # %bb.8: # in Loop: Header=BB0_2 Depth=1 movl -44(%rbp), %ecx xorl %eax, %eax # kill: def $al killed $al killed $eax cmpl TK_LP(%rip), %ecx movb %al, -97(%rbp) # 1-byte Spill je .LBB0_10 # %bb.9: # in Loop: Header=BB0_2 Depth=1 movl -44(%rbp), %eax cmpl TK_USING(%rip), %eax setne %al movb %al, -97(%rbp) # 1-byte Spill .LBB0_10: # in Loop: Header=BB0_2 Depth=1 movb -97(%rbp), %al # 1-byte Reload testb $1, %al jne .LBB0_2 # %bb.11: movq -96(%rbp), %rdi movq -64(%rbp), %rax movq -32(%rbp), %rcx subq %rcx, %rax movl %eax, %edx movq -32(%rbp), %rcx movq -40(%rbp), %r8 movq -64(%rbp), %r9 movslq -56(%rbp), %rax addq %rax, %r9 leaq .L.str(%rip), %rsi callq sqlite3MPrintf@PLT movq %rax, -88(%rbp) movq -8(%rbp), %rdi movq -88(%rbp), %rsi movl SQLITE_DYNAMIC(%rip), %ecx movl $4294967295, %edx # imm = 0xFFFFFFFF callq sqlite3_result_text@PLT .LBB0_12: addq $112, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size renameTableFunc, .Lfunc_end0-renameTableFunc .cfi_endproc # -- End function .type TK_SPACE,@object # @TK_SPACE .bss .globl TK_SPACE .p2align 2 TK_SPACE: .long 0 # 0x0 .size TK_SPACE, 4 .type TK_LP,@object # @TK_LP .globl TK_LP .p2align 2 TK_LP: .long 0 # 0x0 .size TK_LP, 4 .type TK_USING,@object # @TK_USING .globl TK_USING .p2align 2 TK_USING: .long 0 # 0x0 .size TK_USING, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "%.*s\"%w\"%s" .size .L.str, 11 .type SQLITE_DYNAMIC,@object # @SQLITE_DYNAMIC .bss .globl SQLITE_DYNAMIC .p2align 2 SQLITE_DYNAMIC: .long 0 # 0x0 .size SQLITE_DYNAMIC, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym renameTableFunc .addrsig_sym sqlite3_value_text .addrsig_sym sqlite3_context_db_handle .addrsig_sym UNUSED_PARAMETER .addrsig_sym sqlite3GetToken .addrsig_sym assert .addrsig_sym sqlite3MPrintf .addrsig_sym sqlite3_result_text .addrsig_sym TK_SPACE .addrsig_sym TK_LP .addrsig_sym TK_USING .addrsig_sym SQLITE_DYNAMIC
RetroArch/bootstrap/vita/extr_threading.c___vita_clean_reent.c
arm/extr_threading___vita_clean_reent_O0_gcc.s
x86_64/extr_threading___vita_clean_reent_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function __vita_clean_reent ___vita_clean_reent: ; @__vita_clean_reent .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _reent_list@GOTPAGE ldr x8, [x8, _reent_list@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill stur wzr, [x29, #-4] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-4] adrp x9, _MAX_THREADS@GOTPAGE ldr x9, [x9, _MAX_THREADS@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp] ; 8-byte Folded Reload add x1, sp, #8 mov w9, #4 str w9, [sp, #8] ldr x8, [x8] ldursw x9, [x29, #-4] add x8, x8, x9, lsl #4 ldr x0, [x8, #8] bl _sceKernelGetThreadInfo subs x8, x0, #0 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [x8] ldursw x10, [x29, #-4] add x9, x9, x10, lsl #4 str xzr, [x9, #8] ldr x9, [x8] ldursw x8, [x29, #-4] lsl x10, x8, #4 mov w8, #1 str w8, [x9, x10] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-4] add w8, w8, #1 stur w8, [x29, #-4] b LBB0_1 LBB0_6: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _MAX_THREADS,4,2 ; @MAX_THREADS .comm _reent_list,8,3 ; @reent_list .no_dead_strip ___vita_clean_reent .subsections_via_symbols
.text .file "extr_threading.c___vita_clean_reent.c" .p2align 4, 0x90 # -- Begin function __vita_clean_reent .type __vita_clean_reent,@function __vita_clean_reent: # @__vita_clean_reent .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movl -4(%rbp), %eax cmpl MAX_THREADS(%rip), %eax jge .LBB0_6 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movl $4, -8(%rbp) movq reent_list(%rip), %rax movslq -4(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq 8(%rax), %rdi leaq -8(%rbp), %rsi callq sceKernelGetThreadInfo@PLT cmpq $0, %rax jge .LBB0_4 # %bb.3: # in Loop: Header=BB0_1 Depth=1 movq reent_list(%rip), %rax movslq -4(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq $0, 8(%rax) movq reent_list(%rip), %rax movslq -4(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movl $1, (%rax) .LBB0_4: # in Loop: Header=BB0_1 Depth=1 jmp .LBB0_5 .LBB0_5: # in Loop: Header=BB0_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp .LBB0_1 .LBB0_6: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size __vita_clean_reent, .Lfunc_end0-__vita_clean_reent .cfi_endproc # -- End function .type MAX_THREADS,@object # @MAX_THREADS .bss .globl MAX_THREADS .p2align 2 MAX_THREADS: .long 0 # 0x0 .size MAX_THREADS, 4 .type reent_list,@object # @reent_list .globl reent_list .p2align 3 reent_list: .quad 0 .size reent_list, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym __vita_clean_reent .addrsig_sym sceKernelGetThreadInfo .addrsig_sym MAX_THREADS .addrsig_sym reent_list
linux/drivers/acpi/extr_acpi_dbg.c_acpi_aml_unlock_fifo.c
arm/extr_acpi_dbg_acpi_aml_unlock_fifo_O0_gcc.s
x86_64/extr_acpi_dbg_acpi_aml_unlock_fifo_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function acpi_aml_unlock_fifo _acpi_aml_unlock_fifo: ; @acpi_aml_unlock_fifo .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x8, x0 adrp x9, _acpi_aml_io@GOTPAGE ldr x9, [x9, _acpi_aml_io@GOTPAGEOFF] str x9, [sp, #8] ; 8-byte Folded Spill add x0, x9, #8 str x0, [sp] ; 8-byte Folded Spill stur x8, [x29, #-8] stur w1, [x29, #-12] bl _mutex_lock ldr x9, [sp, #8] ; 8-byte Folded Reload ldur x10, [x29, #-8] ldr x8, [x9] bic x8, x8, x10 str x8, [x9] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #8] ; 8-byte Folded Reload add x0, x8, #12 bl _wake_up_interruptible b LBB0_2 LBB0_2: ldr x0, [sp] ; 8-byte Folded Reload bl _mutex_unlock ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _acpi_aml_io,16,3 ; @acpi_aml_io .no_dead_strip _acpi_aml_unlock_fifo .subsections_via_symbols
.text .file "extr_acpi_dbg.c_acpi_aml_unlock_fifo.c" .p2align 4, 0x90 # -- Begin function acpi_aml_unlock_fifo .type acpi_aml_unlock_fifo,@function acpi_aml_unlock_fifo: # @acpi_aml_unlock_fifo .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) leaq acpi_aml_io(%rip), %rdi addq $8, %rdi callq mutex_lock@PLT movq -8(%rbp), %rax xorq $-1, %rax andq acpi_aml_io(%rip), %rax movq %rax, acpi_aml_io(%rip) cmpl $0, -12(%rbp) je .LBB0_2 # %bb.1: leaq acpi_aml_io(%rip), %rdi addq $12, %rdi callq wake_up_interruptible@PLT .LBB0_2: leaq acpi_aml_io(%rip), %rdi addq $8, %rdi callq mutex_unlock@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size acpi_aml_unlock_fifo, .Lfunc_end0-acpi_aml_unlock_fifo .cfi_endproc # -- End function .type acpi_aml_io,@object # @acpi_aml_io .bss .globl acpi_aml_io .p2align 3 acpi_aml_io: .zero 16 .size acpi_aml_io, 16 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym acpi_aml_unlock_fifo .addrsig_sym mutex_lock .addrsig_sym wake_up_interruptible .addrsig_sym mutex_unlock .addrsig_sym acpi_aml_io
linux/drivers/media/cec/extr_cec-adap.c_cec_s_phys_addr_from_edid.c
arm/extr_cec-adap_cec_s_phys_addr_from_edid_O0_gcc.s
x86_64/extr_cec-adap_cec_s_phys_addr_from_edid_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _cec_s_phys_addr_from_edid ; -- Begin function cec_s_phys_addr_from_edid .p2align 2 _cec_s_phys_addr_from_edid: ; @cec_s_phys_addr_from_edid .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] adrp x8, _CEC_PHYS_ADDR_INVALID@GOTPAGE ldr x8, [x8, _CEC_PHYS_ADDR_INVALID@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #12] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: ldr x8, [sp, #16] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr x0, [sp, #16] adrp x8, _EDID_LENGTH@GOTPAGE ldr x8, [x8, _EDID_LENGTH@GOTPAGEOFF] ldr w8, [x8] ldr x9, [sp, #16] ldr w9, [x9] add w9, w9, #1 mul w1, w8, w9 mov x2, #0 bl _cec_get_edid_phys_addr str w0, [sp, #12] b LBB0_3 LBB0_3: ldur x0, [x29, #-8] ldr w1, [sp, #12] mov w2, #0 bl _cec_s_phys_addr ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _CEC_PHYS_ADDR_INVALID,4,2 ; @CEC_PHYS_ADDR_INVALID .comm _EDID_LENGTH,4,2 ; @EDID_LENGTH .subsections_via_symbols
.text .file "extr_cec-adap.c_cec_s_phys_addr_from_edid.c" .globl cec_s_phys_addr_from_edid # -- Begin function cec_s_phys_addr_from_edid .p2align 4, 0x90 .type cec_s_phys_addr_from_edid,@function cec_s_phys_addr_from_edid: # @cec_s_phys_addr_from_edid .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl CEC_PHYS_ADDR_INVALID(%rip), %eax movl %eax, -20(%rbp) cmpq $0, -16(%rbp) je .LBB0_3 # %bb.1: movq -16(%rbp), %rax cmpl $0, (%rax) je .LBB0_3 # %bb.2: movq -16(%rbp), %rdi movl EDID_LENGTH(%rip), %esi movq -16(%rbp), %rax movl (%rax), %eax addl $1, %eax imull %eax, %esi xorl %eax, %eax movl %eax, %edx callq cec_get_edid_phys_addr@PLT movl %eax, -20(%rbp) .LBB0_3: movq -8(%rbp), %rdi movl -20(%rbp), %esi xorl %edx, %edx callq cec_s_phys_addr@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size cec_s_phys_addr_from_edid, .Lfunc_end0-cec_s_phys_addr_from_edid .cfi_endproc # -- End function .type CEC_PHYS_ADDR_INVALID,@object # @CEC_PHYS_ADDR_INVALID .bss .globl CEC_PHYS_ADDR_INVALID .p2align 2 CEC_PHYS_ADDR_INVALID: .long 0 # 0x0 .size CEC_PHYS_ADDR_INVALID, 4 .type EDID_LENGTH,@object # @EDID_LENGTH .globl EDID_LENGTH .p2align 2 EDID_LENGTH: .long 0 # 0x0 .size EDID_LENGTH, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym cec_get_edid_phys_addr .addrsig_sym cec_s_phys_addr .addrsig_sym CEC_PHYS_ADDR_INVALID .addrsig_sym EDID_LENGTH
fastsocket/kernel/drivers/infiniband/hw/cxgb4/extr_t4.h_init_wr_hdr.c
arm/extr_t4.h_init_wr_hdr_O0_gcc.s
x86_64/extr_t4.h_init_wr_hdr_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function init_wr_hdr _init_wr_hdr: ; @init_wr_hdr .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] str w2, [sp, #16] str x3, [sp, #8] str x4, [sp] ldr w8, [sp, #16] ; kill: def $x8 killed $w8 ldr x9, [sp, #24] str x8, [x9, #32] ldr x8, [sp, #8] ldr x9, [sp, #24] str x8, [x9, #24] ldr w8, [sp, #20] ldr x9, [sp, #24] str w8, [x9, #16] ldr x8, [sp, #24] ldr x8, [x8, #8] str xzr, [x8] ldr x8, [sp, #24] ldr x8, [x8, #8] str xzr, [x8, #8] ldr x8, [sp, #24] ldr x8, [x8, #8] str xzr, [x8, #16] ldr x8, [sp] ldr x9, [sp, #24] str x8, [x9] add sp, sp, #32 ret .cfi_endproc ; -- End function .no_dead_strip _init_wr_hdr .subsections_via_symbols
.text .file "extr_t4.h_init_wr_hdr.c" .p2align 4, 0x90 # -- Begin function init_wr_hdr .type init_wr_hdr,@function init_wr_hdr: # @init_wr_hdr .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movq %rcx, -24(%rbp) movq %r8, -32(%rbp) movl -16(%rbp), %eax movl %eax, %ecx movq -8(%rbp), %rax movq %rcx, 32(%rax) movq -24(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 24(%rax) movl -12(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, 16(%rax) movq -8(%rbp), %rax movq 8(%rax), %rax movq $0, (%rax) movq -8(%rbp), %rax movq 8(%rax), %rax movq $0, 8(%rax) movq -8(%rbp), %rax movq 8(%rax), %rax movq $0, 16(%rax) movq -32(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size init_wr_hdr, .Lfunc_end0-init_wr_hdr .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym init_wr_hdr
linux/drivers/media/v4l2-core/extr_v4l2-mem2mem.c_v4l2_m2m_ctx_release.c
arm/extr_v4l2-mem2mem_v4l2_m2m_ctx_release_O0_gcc.s
x86_64/extr_v4l2-mem2mem_v4l2_m2m_ctx_release_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _v4l2_m2m_ctx_release ; -- Begin function v4l2_m2m_ctx_release .p2align 2 _v4l2_m2m_ctx_release: ; @v4l2_m2m_ctx_release .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x0, [sp, #8] bl _v4l2_m2m_cancel_job ldr x8, [sp, #8] add x0, x8, #4 bl _vb2_queue_release ldr x0, [sp, #8] bl _vb2_queue_release ldr x0, [sp, #8] bl _kfree ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_v4l2-mem2mem.c_v4l2_m2m_ctx_release.c" .globl v4l2_m2m_ctx_release # -- Begin function v4l2_m2m_ctx_release .p2align 4, 0x90 .type v4l2_m2m_ctx_release,@function v4l2_m2m_ctx_release: # @v4l2_m2m_ctx_release .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq v4l2_m2m_cancel_job@PLT movq -8(%rbp), %rdi addq $4, %rdi callq vb2_queue_release@PLT movq -8(%rbp), %rdi callq vb2_queue_release@PLT movq -8(%rbp), %rdi callq kfree@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size v4l2_m2m_ctx_release, .Lfunc_end0-v4l2_m2m_ctx_release .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym v4l2_m2m_cancel_job .addrsig_sym vb2_queue_release .addrsig_sym kfree
git/builtin/extr_bisect--helper.c_free_terms.c
arm/extr_bisect--helper_free_terms_O0_gcc.s
x86_64/extr_bisect--helper_free_terms_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function free_terms _free_terms: ; @free_terms .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x8, [sp, #8] ldr w0, [x8, #4] bl _FREE_AND_NULL ldr x8, [sp, #8] ldr w0, [x8] bl _FREE_AND_NULL ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .no_dead_strip _free_terms .subsections_via_symbols
.text .file "extr_bisect--helper.c_free_terms.c" .p2align 4, 0x90 # -- Begin function free_terms .type free_terms,@function free_terms: # @free_terms .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl 4(%rax), %edi callq FREE_AND_NULL@PLT movq -8(%rbp), %rax movl (%rax), %edi callq FREE_AND_NULL@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size free_terms, .Lfunc_end0-free_terms .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym free_terms .addrsig_sym FREE_AND_NULL
reactos/dll/win32/jscript/extr_engine.c_interp_or.c
arm/extr_engine_interp_or_O0_gcc.s
x86_64/extr_engine_interp_or_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function interp_or _interp_or: ; @interp_or .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _TRACE ldur x0, [x29, #-16] add x1, sp, #24 bl _stack_pop_int str w0, [sp, #20] ldr w0, [sp, #20] bl _FAILED subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #20] stur w8, [x29, #-4] b LBB0_5 LBB0_2: ldur x0, [x29, #-16] sub x1, x29, #20 bl _stack_pop_int str w0, [sp, #20] ldr w0, [sp, #20] bl _FAILED subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr w8, [sp, #20] stur w8, [x29, #-4] b LBB0_5 LBB0_4: ldur x8, [x29, #-16] str x8, [sp, #8] ; 8-byte Folded Spill ldur w8, [x29, #-20] ldr w9, [sp, #24] orr w0, w8, w9 bl _jsval_number mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _stack_push stur w0, [x29, #-4] b LBB0_5 LBB0_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\n" .no_dead_strip _interp_or .subsections_via_symbols
.text .file "extr_engine.c_interp_or.c" .p2align 4, 0x90 # -- Begin function interp_or .type interp_or,@function interp_or: # @interp_or .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) leaq .L.str(%rip), %rdi callq TRACE@PLT movq -16(%rbp), %rdi leaq -24(%rbp), %rsi callq stack_pop_int@PLT movl %eax, -28(%rbp) movl -28(%rbp), %edi callq FAILED@PLT cmpq $0, %rax je .LBB0_2 # %bb.1: movl -28(%rbp), %eax movl %eax, -4(%rbp) jmp .LBB0_5 .LBB0_2: movq -16(%rbp), %rdi leaq -20(%rbp), %rsi callq stack_pop_int@PLT movl %eax, -28(%rbp) movl -28(%rbp), %edi callq FAILED@PLT cmpq $0, %rax je .LBB0_4 # %bb.3: movl -28(%rbp), %eax movl %eax, -4(%rbp) jmp .LBB0_5 .LBB0_4: movq -16(%rbp), %rax movq %rax, -40(%rbp) # 8-byte Spill movl -20(%rbp), %edi orl -24(%rbp), %edi callq jsval_number@PLT movq -40(%rbp), %rdi # 8-byte Reload movl %eax, %esi callq stack_push@PLT movl %eax, -4(%rbp) .LBB0_5: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size interp_or, .Lfunc_end0-interp_or .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "\n" .size .L.str, 2 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym interp_or .addrsig_sym TRACE .addrsig_sym stack_pop_int .addrsig_sym FAILED .addrsig_sym stack_push .addrsig_sym jsval_number
linux/drivers/net/ethernet/intel/ixgbe/extr_ixgbe_x550.c_ixgbe_write_ee_hostif_data_X550.c
arm/extr_ixgbe_x550_ixgbe_write_ee_hostif_data_X550_O0_gcc.s
x86_64/extr_ixgbe_x550_ixgbe_write_ee_hostif_data_X550_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function ixgbe_write_ee_hostif_data_X550 _ixgbe_write_ee_hostif_data_X550: ; @ixgbe_write_ee_hostif_data_X550 .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] stur w2, [x29, #-16] adrp x8, _FW_WRITE_SHADOW_RAM_CMD@GOTPAGE ldr x8, [x8, _FW_WRITE_SHADOW_RAM_CMD@GOTPAGEOFF] ldr w8, [x8] add x9, sp, #16 str x9, [sp, #8] ; 8-byte Folded Spill str w8, [sp, #48] str xzr, [sp, #40] adrp x8, _FW_WRITE_SHADOW_RAM_LEN@GOTPAGE ldr x8, [x8, _FW_WRITE_SHADOW_RAM_LEN@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #36] adrp x8, _FW_DEFAULT_CHECKSUM@GOTPAGE ldr x8, [x8, _FW_DEFAULT_CHECKSUM@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #32] mov w0, #4 bl _cpu_to_be16 str w0, [sp, #24] ldur w8, [x29, #-16] str w8, [sp, #16] ldur w8, [x29, #-12] lsl w0, w8, #1 bl _cpu_to_be32 ldr x1, [sp, #8] ; 8-byte Folded Reload str w0, [sp, #20] ldur x0, [x29, #-8] adrp x8, _IXGBE_HI_COMMAND_TIMEOUT@GOTPAGE ldr x8, [x8, _IXGBE_HI_COMMAND_TIMEOUT@GOTPAGEOFF] ldr w3, [x8] mov w2, #40 mov w4, #0 bl _ixgbe_host_interface_command stur w0, [x29, #-20] ldur w0, [x29, #-20] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .comm _FW_WRITE_SHADOW_RAM_CMD,4,2 ; @FW_WRITE_SHADOW_RAM_CMD .comm _FW_WRITE_SHADOW_RAM_LEN,4,2 ; @FW_WRITE_SHADOW_RAM_LEN .comm _FW_DEFAULT_CHECKSUM,4,2 ; @FW_DEFAULT_CHECKSUM .comm _IXGBE_HI_COMMAND_TIMEOUT,4,2 ; @IXGBE_HI_COMMAND_TIMEOUT .no_dead_strip _ixgbe_write_ee_hostif_data_X550 .subsections_via_symbols
.text .file "extr_ixgbe_x550.c_ixgbe_write_ee_hostif_data_X550.c" .p2align 4, 0x90 # -- Begin function ixgbe_write_ee_hostif_data_X550 .type ixgbe_write_ee_hostif_data_X550,@function ixgbe_write_ee_hostif_data_X550: # @ixgbe_write_ee_hostif_data_X550 .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl FW_WRITE_SHADOW_RAM_CMD(%rip), %eax movl %eax, -32(%rbp) movq $0, -40(%rbp) movl FW_WRITE_SHADOW_RAM_LEN(%rip), %eax movl %eax, -44(%rbp) movl FW_DEFAULT_CHECKSUM(%rip), %eax movl %eax, -48(%rbp) movl $4, %edi callq cpu_to_be16@PLT movl %eax, -56(%rbp) movl -16(%rbp), %eax movl %eax, -64(%rbp) movl -12(%rbp), %edi shll $1, %edi callq cpu_to_be32@PLT movl %eax, -60(%rbp) movq -8(%rbp), %rdi movl IXGBE_HI_COMMAND_TIMEOUT(%rip), %ecx leaq -64(%rbp), %rsi movl $40, %edx xorl %r8d, %r8d callq ixgbe_host_interface_command@PLT movl %eax, -20(%rbp) movl -20(%rbp), %eax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ixgbe_write_ee_hostif_data_X550, .Lfunc_end0-ixgbe_write_ee_hostif_data_X550 .cfi_endproc # -- End function .type FW_WRITE_SHADOW_RAM_CMD,@object # @FW_WRITE_SHADOW_RAM_CMD .bss .globl FW_WRITE_SHADOW_RAM_CMD .p2align 2 FW_WRITE_SHADOW_RAM_CMD: .long 0 # 0x0 .size FW_WRITE_SHADOW_RAM_CMD, 4 .type FW_WRITE_SHADOW_RAM_LEN,@object # @FW_WRITE_SHADOW_RAM_LEN .globl FW_WRITE_SHADOW_RAM_LEN .p2align 2 FW_WRITE_SHADOW_RAM_LEN: .long 0 # 0x0 .size FW_WRITE_SHADOW_RAM_LEN, 4 .type FW_DEFAULT_CHECKSUM,@object # @FW_DEFAULT_CHECKSUM .globl FW_DEFAULT_CHECKSUM .p2align 2 FW_DEFAULT_CHECKSUM: .long 0 # 0x0 .size FW_DEFAULT_CHECKSUM, 4 .type IXGBE_HI_COMMAND_TIMEOUT,@object # @IXGBE_HI_COMMAND_TIMEOUT .globl IXGBE_HI_COMMAND_TIMEOUT .p2align 2 IXGBE_HI_COMMAND_TIMEOUT: .long 0 # 0x0 .size IXGBE_HI_COMMAND_TIMEOUT, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym ixgbe_write_ee_hostif_data_X550 .addrsig_sym cpu_to_be16 .addrsig_sym cpu_to_be32 .addrsig_sym ixgbe_host_interface_command .addrsig_sym FW_WRITE_SHADOW_RAM_CMD .addrsig_sym FW_WRITE_SHADOW_RAM_LEN .addrsig_sym FW_DEFAULT_CHECKSUM .addrsig_sym IXGBE_HI_COMMAND_TIMEOUT
qmk_firmware/keyboards/ergo42/keymaps/hdbx/extr_keymap.c_layer_state_set_keymap.c
arm/extr_keymap_layer_state_set_keymap_O0_gcc.s
x86_64/extr_keymap_layer_state_set_keymap_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _layer_state_set_keymap ; -- Begin function layer_state_set_keymap .p2align 2 _layer_state_set_keymap: ; @layer_state_set_keymap .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] ldur w0, [x29, #-4] bl _biton32 subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: bl _rgblight_sethsv_noeeprom_magenta b LBB0_3 LBB0_2: bl _rgblight_sethsv_noeeprom_cyan b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_keymap.c_layer_state_set_keymap.c" .globl layer_state_set_keymap # -- Begin function layer_state_set_keymap .p2align 4, 0x90 .type layer_state_set_keymap,@function layer_state_set_keymap: # @layer_state_set_keymap .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl -4(%rbp), %edi callq biton32@PLT subl $1, %eax jne .LBB0_2 jmp .LBB0_1 .LBB0_1: movb $0, %al callq rgblight_sethsv_noeeprom_magenta@PLT jmp .LBB0_3 .LBB0_2: movb $0, %al callq rgblight_sethsv_noeeprom_cyan@PLT .LBB0_3: movl -4(%rbp), %eax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size layer_state_set_keymap, .Lfunc_end0-layer_state_set_keymap .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym biton32 .addrsig_sym rgblight_sethsv_noeeprom_magenta .addrsig_sym rgblight_sethsv_noeeprom_cyan
fastsocket/kernel/drivers/char/agp/extr_uninorth-agp.c_uninorth_create_gatt_table.c
arm/extr_uninorth-agp_uninorth_create_gatt_table_O0_gcc.s
x86_64/extr_uninorth-agp_uninorth_create_gatt_table_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function uninorth_create_gatt_table _uninorth_create_gatt_table: ; @uninorth_create_gatt_table .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] ldur x8, [x29, #-16] ldr x8, [x8, #40] ldr x8, [x8] adrp x9, _LVL2_APER_SIZE@GOTPAGE ldr x9, [x9, _LVL2_APER_SIZE@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _EINVAL@GOTPAGE ldr x8, [x8, _EINVAL@GOTPAGEOFF] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 stur w8, [x29, #-4] b LBB0_28 LBB0_2: ; kill: def $x8 killed $xzr stur xzr, [x29, #-24] ldur x8, [x29, #-16] ldr w8, [x8] str w8, [sp, #48] ldur x8, [x29, #-16] ldr x8, [x8, #32] str x8, [sp, #40] stur wzr, [x29, #-44] stur wzr, [x29, #-40] stur wzr, [x29, #-36] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #40] bl _A_SIZE_32 ldr w8, [x0] stur w8, [x29, #-36] ldr x0, [sp, #40] bl _A_SIZE_32 ldr w8, [x0, #4] stur w8, [x29, #-40] ldr x0, [sp, #40] bl _A_SIZE_32 ldr w8, [x0, #8] stur w8, [x29, #-44] adrp x8, _GFP_KERNEL@GOTPAGE ldr x8, [x8, _GFP_KERNEL@GOTPAGEOFF] ldr w0, [x8] ldur w1, [x29, #-40] bl ___get_free_pages stur x0, [x29, #-24] ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] ldur x0, [x29, #-16] bl _A_IDX32 ldur x8, [x29, #-16] str x0, [x8, #32] b LBB0_6 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #48] ldur x9, [x29, #-16] str w8, [x9] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=1 ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #48] ldur x9, [x29, #-16] ldr x9, [x9, #40] ldr w9, [x9, #8] subs w8, w8, w9 cset w8, lt str w8, [sp, #20] ; 4-byte Folded Spill b LBB0_9 LBB0_9: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbnz w8, #0, LBB0_3 b LBB0_10 LBB0_10: ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: adrp x8, _ENOMEM@GOTPAGE ldr x8, [x8, _ENOMEM@GOTPAGEOFF] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 stur w8, [x29, #-4] b LBB0_28 LBB0_12: ldur w9, [x29, #-40] mov w8, #1 lsl w9, w8, w9 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 lsl x8, x8, #3 mov x0, x8 adrp x8, _GFP_KERNEL@GOTPAGE ldr x8, [x8, _GFP_KERNEL@GOTPAGEOFF] ldr w1, [x8] bl _kmalloc str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: b LBB0_25 LBB0_14: ldur x8, [x29, #-24] adrp x9, _PAGE_SIZE@GOTPAGE ldr x9, [x9, _PAGE_SIZE@GOTPAGEOFF] ldr w9, [x9] ldur w11, [x29, #-40] mov w10, #1 lsl w10, w10, w11 mul w9, w9, w10 subs w9, w9, #1 add x8, x8, w9, sxtw stur x8, [x29, #-32] ldur x0, [x29, #-24] bl _virt_to_page str x0, [sp, #32] str wzr, [sp, #48] b LBB0_15 LBB0_15: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #32] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-32] bl _virt_to_page ldr x8, [sp, #8] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hi tbnz w8, #0, LBB0_18 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_15 Depth=1 ldr x0, [sp, #32] bl _SetPageReserved ldr x8, [sp, #32] ldr x9, [sp, #24] ldrsw x10, [sp, #48] str x8, [x9, x10, lsl #3] b LBB0_17 LBB0_17: ; in Loop: Header=BB0_15 Depth=1 ldr x8, [sp, #32] add x8, x8, #4 str x8, [sp, #32] ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB0_15 LBB0_18: ldur x8, [x29, #-24] ldur x9, [x29, #-16] str x8, [x9, #24] ldur x0, [x29, #-24] ldur x8, [x29, #-32] adrp x9, _PAGE_SIZE@GOTPAGE ldr x9, [x9, _PAGE_SIZE@GOTPAGEOFF] ldrsw x9, [x9] add x1, x8, x9 bl _flush_dcache_range ldr x0, [sp, #24] ldur w9, [x29, #-40] mov w8, #1 lsl w1, w8, w9 adrp x8, _PAGE_KERNEL_NCG@GOTPAGE ldr x8, [x8, _PAGE_KERNEL_NCG@GOTPAGEOFF] ldr w3, [x8] mov w2, #0 bl _vmap ldur x8, [x29, #-16] str x0, [x8, #8] ldur x8, [x29, #-16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_20 b LBB0_19 LBB0_19: b LBB0_25 LBB0_20: ldur x0, [x29, #-24] bl _virt_to_phys ldur x8, [x29, #-16] str w0, [x8, #16] str wzr, [sp, #48] b LBB0_21 LBB0_21: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #48] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_24 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_21 Depth=1 ldur x8, [x29, #-16] ldr x9, [x8, #8] ldrsw x10, [sp, #48] mov x8, #0 str x8, [x9, x10, lsl #3] b LBB0_23 LBB0_23: ; in Loop: Header=BB0_21 Depth=1 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB0_21 LBB0_24: stur wzr, [x29, #-4] b LBB0_28 LBB0_25: ldr x0, [sp, #24] bl _kfree ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_27 b LBB0_26 LBB0_26: ldur x0, [x29, #-24] ldur w1, [x29, #-40] bl _free_pages b LBB0_27 LBB0_27: adrp x8, _ENOMEM@GOTPAGE ldr x8, [x8, _ENOMEM@GOTPAGEOFF] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 stur w8, [x29, #-4] b LBB0_28 LBB0_28: ldur w0, [x29, #-4] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .comm _LVL2_APER_SIZE,8,3 ; @LVL2_APER_SIZE .comm _EINVAL,4,2 ; @EINVAL .comm _GFP_KERNEL,4,2 ; @GFP_KERNEL .comm _ENOMEM,4,2 ; @ENOMEM .comm _PAGE_SIZE,4,2 ; @PAGE_SIZE .comm _PAGE_KERNEL_NCG,4,2 ; @PAGE_KERNEL_NCG .no_dead_strip _uninorth_create_gatt_table .subsections_via_symbols
.text .file "extr_uninorth-agp.c_uninorth_create_gatt_table.c" .p2align 4, 0x90 # -- Begin function uninorth_create_gatt_table .type uninorth_create_gatt_table,@function uninorth_create_gatt_table: # @uninorth_create_gatt_table .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq 40(%rax), %rax movq (%rax), %rax cmpq LVL2_APER_SIZE(%rip), %rax jne .LBB0_2 # %bb.1: xorl %eax, %eax subl EINVAL(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_28 .LBB0_2: movq $0, -24(%rbp) movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -48(%rbp) movq -16(%rbp), %rax movq 32(%rax), %rax movq %rax, -56(%rbp) movl $0, -44(%rbp) movl $0, -40(%rbp) movl $0, -36(%rbp) .LBB0_3: # =>This Inner Loop Header: Depth=1 movq -56(%rbp), %rdi callq A_SIZE_32@PLT movl (%rax), %eax movl %eax, -36(%rbp) movq -56(%rbp), %rdi callq A_SIZE_32@PLT movl 4(%rax), %eax movl %eax, -40(%rbp) movq -56(%rbp), %rdi callq A_SIZE_32@PLT movl 8(%rax), %eax movl %eax, -44(%rbp) movl GFP_KERNEL(%rip), %edi movl -40(%rbp), %esi callq __get_free_pages@PLT movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne .LBB0_5 # %bb.4: # in Loop: Header=BB0_3 Depth=1 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) movq -16(%rbp), %rdi callq A_IDX32@PLT movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, 32(%rax) jmp .LBB0_6 .LBB0_5: # in Loop: Header=BB0_3 Depth=1 movl -48(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) .LBB0_6: # in Loop: Header=BB0_3 Depth=1 jmp .LBB0_7 .LBB0_7: # in Loop: Header=BB0_3 Depth=1 xorl %eax, %eax # kill: def $al killed $al killed $eax cmpq $0, -24(%rbp) movb %al, -73(%rbp) # 1-byte Spill jne .LBB0_9 # %bb.8: # in Loop: Header=BB0_3 Depth=1 movl -48(%rbp), %eax movq -16(%rbp), %rcx movq 40(%rcx), %rcx cmpl 8(%rcx), %eax setl %al movb %al, -73(%rbp) # 1-byte Spill .LBB0_9: # in Loop: Header=BB0_3 Depth=1 movb -73(%rbp), %al # 1-byte Reload testb $1, %al jne .LBB0_3 # %bb.10: cmpq $0, -24(%rbp) jne .LBB0_12 # %bb.11: xorl %eax, %eax subl ENOMEM(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_28 .LBB0_12: movl -40(%rbp), %ecx movl $1, %eax # kill: def $cl killed $ecx shll %cl, %eax cltq shlq $3, %rax movl %eax, %edi movl GFP_KERNEL(%rip), %esi callq kmalloc@PLT movq %rax, -72(%rbp) cmpq $0, -72(%rbp) jne .LBB0_14 # %bb.13: jmp .LBB0_25 .LBB0_14: movq -24(%rbp), %rax movl PAGE_SIZE(%rip), %ecx movl %ecx, -80(%rbp) # 4-byte Spill movl -40(%rbp), %ecx movl $1, %edx # kill: def $cl killed $ecx shll %cl, %edx movl -80(%rbp), %ecx # 4-byte Reload imull %edx, %ecx subl $1, %ecx movslq %ecx, %rcx addq %rcx, %rax movq %rax, -32(%rbp) movq -24(%rbp), %rdi callq virt_to_page@PLT movq %rax, -64(%rbp) movl $0, -48(%rbp) .LBB0_15: # =>This Inner Loop Header: Depth=1 movq -64(%rbp), %rax movq %rax, -88(%rbp) # 8-byte Spill movq -32(%rbp), %rdi callq virt_to_page@PLT movq %rax, %rcx movq -88(%rbp), %rax # 8-byte Reload cmpq %rcx, %rax ja .LBB0_18 # %bb.16: # in Loop: Header=BB0_15 Depth=1 movq -64(%rbp), %rdi callq SetPageReserved@PLT movq -64(%rbp), %rdx movq -72(%rbp), %rax movslq -48(%rbp), %rcx movq %rdx, (%rax,%rcx,8) # %bb.17: # in Loop: Header=BB0_15 Depth=1 movq -64(%rbp), %rax addq $4, %rax movq %rax, -64(%rbp) movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) jmp .LBB0_15 .LBB0_18: movq -24(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 24(%rax) movq -24(%rbp), %rdi movq -32(%rbp), %rsi movslq PAGE_SIZE(%rip), %rax addq %rax, %rsi callq flush_dcache_range@PLT movq -72(%rbp), %rdi movl -40(%rbp), %ecx movl $1, %esi # kill: def $cl killed $ecx shll %cl, %esi movl PAGE_KERNEL_NCG(%rip), %ecx xorl %edx, %edx callq vmap@PLT movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rax cmpq $0, 8(%rax) jne .LBB0_20 # %bb.19: jmp .LBB0_25 .LBB0_20: movq -24(%rbp), %rdi callq virt_to_phys@PLT movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, 16(%rax) movl $0, -48(%rbp) .LBB0_21: # =>This Inner Loop Header: Depth=1 movl -48(%rbp), %eax cmpl -44(%rbp), %eax jge .LBB0_24 # %bb.22: # in Loop: Header=BB0_21 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movslq -48(%rbp), %rcx movq $0, (%rax,%rcx,8) # %bb.23: # in Loop: Header=BB0_21 Depth=1 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) jmp .LBB0_21 .LBB0_24: movl $0, -4(%rbp) jmp .LBB0_28 .LBB0_25: movq -72(%rbp), %rdi callq kfree@PLT cmpq $0, -24(%rbp) je .LBB0_27 # %bb.26: movq -24(%rbp), %rdi movl -40(%rbp), %esi callq free_pages@PLT .LBB0_27: xorl %eax, %eax subl ENOMEM(%rip), %eax movl %eax, -4(%rbp) .LBB0_28: movl -4(%rbp), %eax addq $96, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size uninorth_create_gatt_table, .Lfunc_end0-uninorth_create_gatt_table .cfi_endproc # -- End function .type LVL2_APER_SIZE,@object # @LVL2_APER_SIZE .bss .globl LVL2_APER_SIZE .p2align 3 LVL2_APER_SIZE: .quad 0 # 0x0 .size LVL2_APER_SIZE, 8 .type EINVAL,@object # @EINVAL .globl EINVAL .p2align 2 EINVAL: .long 0 # 0x0 .size EINVAL, 4 .type GFP_KERNEL,@object # @GFP_KERNEL .globl GFP_KERNEL .p2align 2 GFP_KERNEL: .long 0 # 0x0 .size GFP_KERNEL, 4 .type ENOMEM,@object # @ENOMEM .globl ENOMEM .p2align 2 ENOMEM: .long 0 # 0x0 .size ENOMEM, 4 .type PAGE_SIZE,@object # @PAGE_SIZE .globl PAGE_SIZE .p2align 2 PAGE_SIZE: .long 0 # 0x0 .size PAGE_SIZE, 4 .type PAGE_KERNEL_NCG,@object # @PAGE_KERNEL_NCG .globl PAGE_KERNEL_NCG .p2align 2 PAGE_KERNEL_NCG: .long 0 # 0x0 .size PAGE_KERNEL_NCG, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym uninorth_create_gatt_table .addrsig_sym A_SIZE_32 .addrsig_sym __get_free_pages .addrsig_sym A_IDX32 .addrsig_sym kmalloc .addrsig_sym virt_to_page .addrsig_sym SetPageReserved .addrsig_sym flush_dcache_range .addrsig_sym vmap .addrsig_sym virt_to_phys .addrsig_sym kfree .addrsig_sym free_pages .addrsig_sym LVL2_APER_SIZE .addrsig_sym EINVAL .addrsig_sym GFP_KERNEL .addrsig_sym ENOMEM .addrsig_sym PAGE_SIZE .addrsig_sym PAGE_KERNEL_NCG
freebsd/contrib/wpa/src/eap_peer/extr_eap_teap_pac.c_eap_teap_save_pac_bin.c
arm/extr_eap_teap_pac_eap_teap_save_pac_bin_O0_gcc.s
x86_64/extr_eap_teap_pac_eap_teap_save_pac_bin_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _eap_teap_save_pac_bin ; -- Begin function eap_teap_save_pac_bin .p2align 2 _eap_teap_save_pac_bin: ; @eap_teap_save_pac_bin .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _EAP_TEAP_PAC_KEY_LEN@GOTPAGE ldr x8, [x8, _EAP_TEAP_PAC_KEY_LEN@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill stur x0, [x29, #-16] stur x1, [x29, #-24] stur x2, [x29, #-32] str xzr, [sp, #32] mov x8, #6 str x8, [sp, #40] ldur x8, [x29, #-24] str x8, [sp, #24] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldr w8, [x8] subs w8, w8, #16, lsl #12 ; =65536 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldr w8, [x8, #4] subs w8, w8, #16, lsl #12 ; =65536 cset w8, lt tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: mov w8, #-1 stur w8, [x29, #-4] b LBB0_14 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp] ; 8-byte Folded Reload ldr w8, [x8] add w8, w8, #2 add w8, w8, #2 ldr x9, [sp, #24] ldr w9, [x9] add w8, w8, w9 add w8, w8, #2 ldr x9, [sp, #24] ldr w9, [x9, #4] add w9, w8, w9 ldr x8, [sp, #40] add x8, x8, w9, sxtw str x8, [sp, #40] ldr x8, [sp, #24] ldr x8, [x8, #16] str x8, [sp, #24] b LBB0_1 LBB0_6: ldr x0, [sp, #40] bl _os_malloc str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: mov w8, #-1 stur w8, [x29, #-4] b LBB0_14 LBB0_8: ldr x8, [sp, #16] str x8, [sp, #8] ldr x0, [sp, #8] adrp x8, _EAP_TEAP_PAC_BINARY_MAGIC@GOTPAGE ldr x8, [x8, _EAP_TEAP_PAC_BINARY_MAGIC@GOTPAGEOFF] ldr w1, [x8] bl _WPA_PUT_BE32 ldr x8, [sp, #8] add x8, x8, #16 str x8, [sp, #8] ldr x0, [sp, #8] adrp x8, _EAP_TEAP_PAC_BINARY_FORMAT_VERSION@GOTPAGE ldr x8, [x8, _EAP_TEAP_PAC_BINARY_FORMAT_VERSION@GOTPAGEOFF] ldr w1, [x8] bl _WPA_PUT_BE16 ldr x8, [sp, #8] add x8, x8, #8 str x8, [sp, #8] ldur x8, [x29, #-24] str x8, [sp, #24] b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 ldr x0, [sp, #8] ldr x8, [sp, #24] ldr w1, [x8, #8] bl _WPA_PUT_BE16 ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #8] add x9, x9, #8 str x9, [sp, #8] ldr x0, [sp, #8] ldr x9, [sp, #24] ldr w1, [x9, #32] ldr w2, [x8] bl _os_memcpy ldr x8, [sp] ; 8-byte Folded Reload ldrsw x9, [x8] ldr x8, [sp, #8] add x8, x8, x9, lsl #2 str x8, [sp, #8] ldr x0, [sp, #8] ldr x8, [sp, #24] ldr w1, [x8] bl _WPA_PUT_BE16 ldr x8, [sp, #8] add x8, x8, #8 str x8, [sp, #8] ldr x0, [sp, #8] ldr x8, [sp, #24] ldr w1, [x8, #28] ldr x8, [sp, #24] ldr w2, [x8] bl _os_memcpy ldr x8, [sp, #24] ldrsw x9, [x8] ldr x8, [sp, #8] add x8, x8, x9, lsl #2 str x8, [sp, #8] ldr x0, [sp, #8] ldr x8, [sp, #24] ldr w1, [x8, #4] bl _WPA_PUT_BE16 ldr x8, [sp, #8] add x8, x8, #8 str x8, [sp, #8] ldr x0, [sp, #8] ldr x8, [sp, #24] ldr w1, [x8, #24] ldr x8, [sp, #24] ldr w2, [x8, #4] bl _os_memcpy ldr x8, [sp, #24] ldrsw x9, [x8, #4] ldr x8, [sp, #8] add x8, x8, x9, lsl #2 str x8, [sp, #8] ldr x8, [sp, #24] ldr x8, [x8, #16] str x8, [sp, #24] ldr x8, [sp, #32] add x8, x8, #1 str x8, [sp, #32] b LBB0_9 LBB0_11: ldur x0, [x29, #-16] ldur x1, [x29, #-32] ldr x2, [sp, #16] ldr x3, [sp, #40] bl _eap_teap_write_pac subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ldr x0, [sp, #16] bl _os_free mov w8, #-1 stur w8, [x29, #-4] b LBB0_14 LBB0_13: adrp x8, _MSG_DEBUG@GOTPAGE ldr x8, [x8, _MSG_DEBUG@GOTPAGEOFF] ldr w0, [x8] ldr x2, [sp, #32] ldur x3, [x29, #-32] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _wpa_printf stur wzr, [x29, #-4] b LBB0_14 LBB0_14: ldur w0, [x29, #-4] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .comm _EAP_TEAP_PAC_KEY_LEN,4,2 ; @EAP_TEAP_PAC_KEY_LEN .comm _EAP_TEAP_PAC_BINARY_MAGIC,4,2 ; @EAP_TEAP_PAC_BINARY_MAGIC .comm _EAP_TEAP_PAC_BINARY_FORMAT_VERSION,4,2 ; @EAP_TEAP_PAC_BINARY_FORMAT_VERSION .comm _MSG_DEBUG,4,2 ; @MSG_DEBUG .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "EAP-TEAP: Wrote %lu PAC entries into '%s' (bin)" .subsections_via_symbols
.text .file "extr_eap_teap_pac.c_eap_teap_save_pac_bin.c" .globl eap_teap_save_pac_bin # -- Begin function eap_teap_save_pac_bin .p2align 4, 0x90 .type eap_teap_save_pac_bin,@function eap_teap_save_pac_bin: # @eap_teap_save_pac_bin .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq $0, -48(%rbp) movq $6, -40(%rbp) movq -24(%rbp), %rax movq %rax, -56(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 cmpq $0, -56(%rbp) je .LBB0_6 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -56(%rbp), %rax cmpl $65535, (%rax) # imm = 0xFFFF jg .LBB0_4 # %bb.3: # in Loop: Header=BB0_1 Depth=1 movq -56(%rbp), %rax cmpl $65535, 4(%rax) # imm = 0xFFFF jle .LBB0_5 .LBB0_4: movl $-1, -4(%rbp) jmp .LBB0_14 .LBB0_5: # in Loop: Header=BB0_1 Depth=1 movl EAP_TEAP_PAC_KEY_LEN(%rip), %eax addl $2, %eax addl $2, %eax movq -56(%rbp), %rcx addl (%rcx), %eax addl $2, %eax movq -56(%rbp), %rcx addl 4(%rcx), %eax cltq addq -40(%rbp), %rax movq %rax, -40(%rbp) movq -56(%rbp), %rax movq 16(%rax), %rax movq %rax, -56(%rbp) jmp .LBB0_1 .LBB0_6: movq -40(%rbp), %rdi callq os_malloc@PLT movq %rax, -64(%rbp) cmpq $0, -64(%rbp) jne .LBB0_8 # %bb.7: movl $-1, -4(%rbp) jmp .LBB0_14 .LBB0_8: movq -64(%rbp), %rax movq %rax, -72(%rbp) movq -72(%rbp), %rdi movl EAP_TEAP_PAC_BINARY_MAGIC(%rip), %esi callq WPA_PUT_BE32@PLT movq -72(%rbp), %rax addq $16, %rax movq %rax, -72(%rbp) movq -72(%rbp), %rdi movl EAP_TEAP_PAC_BINARY_FORMAT_VERSION(%rip), %esi callq WPA_PUT_BE16@PLT movq -72(%rbp), %rax addq $8, %rax movq %rax, -72(%rbp) movq -24(%rbp), %rax movq %rax, -56(%rbp) .LBB0_9: # =>This Inner Loop Header: Depth=1 cmpq $0, -56(%rbp) je .LBB0_11 # %bb.10: # in Loop: Header=BB0_9 Depth=1 movq -72(%rbp), %rdi movq -56(%rbp), %rax movl 8(%rax), %esi callq WPA_PUT_BE16@PLT movq -72(%rbp), %rax addq $8, %rax movq %rax, -72(%rbp) movq -72(%rbp), %rdi movq -56(%rbp), %rax movl 32(%rax), %esi movl EAP_TEAP_PAC_KEY_LEN(%rip), %edx callq os_memcpy@PLT movl EAP_TEAP_PAC_KEY_LEN(%rip), %ecx movq -72(%rbp), %rax movslq %ecx, %rcx shlq $2, %rcx addq %rcx, %rax movq %rax, -72(%rbp) movq -72(%rbp), %rdi movq -56(%rbp), %rax movl (%rax), %esi callq WPA_PUT_BE16@PLT movq -72(%rbp), %rax addq $8, %rax movq %rax, -72(%rbp) movq -72(%rbp), %rdi movq -56(%rbp), %rax movl 28(%rax), %esi movq -56(%rbp), %rax movl (%rax), %edx callq os_memcpy@PLT movq -56(%rbp), %rax movl (%rax), %ecx movq -72(%rbp), %rax movslq %ecx, %rcx shlq $2, %rcx addq %rcx, %rax movq %rax, -72(%rbp) movq -72(%rbp), %rdi movq -56(%rbp), %rax movl 4(%rax), %esi callq WPA_PUT_BE16@PLT movq -72(%rbp), %rax addq $8, %rax movq %rax, -72(%rbp) movq -72(%rbp), %rdi movq -56(%rbp), %rax movl 24(%rax), %esi movq -56(%rbp), %rax movl 4(%rax), %edx callq os_memcpy@PLT movq -56(%rbp), %rax movl 4(%rax), %ecx movq -72(%rbp), %rax movslq %ecx, %rcx shlq $2, %rcx addq %rcx, %rax movq %rax, -72(%rbp) movq -56(%rbp), %rax movq 16(%rax), %rax movq %rax, -56(%rbp) movq -48(%rbp), %rax addq $1, %rax movq %rax, -48(%rbp) jmp .LBB0_9 .LBB0_11: movq -16(%rbp), %rdi movq -32(%rbp), %rsi movq -64(%rbp), %rdx movq -40(%rbp), %rcx callq eap_teap_write_pac@PLT cmpq $0, %rax je .LBB0_13 # %bb.12: movq -64(%rbp), %rdi callq os_free@PLT movl $-1, -4(%rbp) jmp .LBB0_14 .LBB0_13: movl MSG_DEBUG(%rip), %edi movq -48(%rbp), %rdx movq -32(%rbp), %rcx leaq .L.str(%rip), %rsi callq wpa_printf@PLT movl $0, -4(%rbp) .LBB0_14: movl -4(%rbp), %eax addq $80, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size eap_teap_save_pac_bin, .Lfunc_end0-eap_teap_save_pac_bin .cfi_endproc # -- End function .type EAP_TEAP_PAC_KEY_LEN,@object # @EAP_TEAP_PAC_KEY_LEN .bss .globl EAP_TEAP_PAC_KEY_LEN .p2align 2 EAP_TEAP_PAC_KEY_LEN: .long 0 # 0x0 .size EAP_TEAP_PAC_KEY_LEN, 4 .type EAP_TEAP_PAC_BINARY_MAGIC,@object # @EAP_TEAP_PAC_BINARY_MAGIC .globl EAP_TEAP_PAC_BINARY_MAGIC .p2align 2 EAP_TEAP_PAC_BINARY_MAGIC: .long 0 # 0x0 .size EAP_TEAP_PAC_BINARY_MAGIC, 4 .type EAP_TEAP_PAC_BINARY_FORMAT_VERSION,@object # @EAP_TEAP_PAC_BINARY_FORMAT_VERSION .globl EAP_TEAP_PAC_BINARY_FORMAT_VERSION .p2align 2 EAP_TEAP_PAC_BINARY_FORMAT_VERSION: .long 0 # 0x0 .size EAP_TEAP_PAC_BINARY_FORMAT_VERSION, 4 .type MSG_DEBUG,@object # @MSG_DEBUG .globl MSG_DEBUG .p2align 2 MSG_DEBUG: .long 0 # 0x0 .size MSG_DEBUG, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "EAP-TEAP: Wrote %lu PAC entries into '%s' (bin)" .size .L.str, 48 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym os_malloc .addrsig_sym WPA_PUT_BE32 .addrsig_sym WPA_PUT_BE16 .addrsig_sym os_memcpy .addrsig_sym eap_teap_write_pac .addrsig_sym os_free .addrsig_sym wpa_printf .addrsig_sym EAP_TEAP_PAC_KEY_LEN .addrsig_sym EAP_TEAP_PAC_BINARY_MAGIC .addrsig_sym EAP_TEAP_PAC_BINARY_FORMAT_VERSION .addrsig_sym MSG_DEBUG
fastsocket/kernel/sound/pci/extr_es1938.c_snd_es1938_playback_pointer.c
arm/extr_es1938_snd_es1938_playback_pointer_O0_gcc.s
x86_64/extr_es1938_snd_es1938_playback_pointer_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function snd_es1938_playback_pointer _snd_es1938_playback_pointer: ; @snd_es1938_playback_pointer .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_4 LBB0_2: ldr x0, [sp, #16] bl _snd_es1938_playback1_pointer stur w0, [x29, #-4] b LBB0_5 LBB0_3: ldr x0, [sp, #16] bl _snd_es1938_playback2_pointer stur w0, [x29, #-4] b LBB0_5 LBB0_4: bl _snd_BUG adrp x8, _EINVAL@GOTPAGE ldr x8, [x8, _EINVAL@GOTPAGEOFF] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 stur w8, [x29, #-4] b LBB0_5 LBB0_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _EINVAL,4,2 ; @EINVAL .no_dead_strip _snd_es1938_playback_pointer .subsections_via_symbols
.text .file "extr_es1938.c_snd_es1938_playback_pointer.c" .p2align 4, 0x90 # -- Begin function snd_es1938_playback_pointer .type snd_es1938_playback_pointer,@function snd_es1938_playback_pointer: # @snd_es1938_playback_pointer .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -20(%rbp) # 4-byte Spill testl %eax, %eax je .LBB0_1 jmp .LBB0_5 .LBB0_5: movl -20(%rbp), %eax # 4-byte Reload subl $1, %eax je .LBB0_2 jmp .LBB0_3 .LBB0_1: movq -16(%rbp), %rdi callq snd_es1938_playback1_pointer@PLT movl %eax, -4(%rbp) jmp .LBB0_4 .LBB0_2: movq -16(%rbp), %rdi callq snd_es1938_playback2_pointer@PLT movl %eax, -4(%rbp) jmp .LBB0_4 .LBB0_3: movb $0, %al callq snd_BUG@PLT xorl %eax, %eax subl EINVAL(%rip), %eax movl %eax, -4(%rbp) .LBB0_4: movl -4(%rbp), %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size snd_es1938_playback_pointer, .Lfunc_end0-snd_es1938_playback_pointer .cfi_endproc # -- End function .type EINVAL,@object # @EINVAL .bss .globl EINVAL .p2align 2 EINVAL: .long 0 # 0x0 .size EINVAL, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym snd_es1938_playback_pointer .addrsig_sym snd_es1938_playback1_pointer .addrsig_sym snd_es1938_playback2_pointer .addrsig_sym snd_BUG .addrsig_sym EINVAL
darknet/src/extr_image.c_saturate_image.c
arm/extr_image_saturate_image_O0_gcc.s
x86_64/extr_image_saturate_image_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _saturate_image ; -- Begin function saturate_image .p2align 2 _saturate_image: ; @saturate_image .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str s0, [sp, #8] ldur w0, [x29, #-4] bl _rgb_to_hsv ldur w0, [x29, #-4] ldr s0, [sp, #8] mov w1, #1 bl _scale_image_channel ldur w0, [x29, #-4] bl _hsv_to_rgb ldur w0, [x29, #-4] bl _constrain_image ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_image.c_saturate_image.c" .globl saturate_image # -- Begin function saturate_image .p2align 4, 0x90 .type saturate_image,@function saturate_image: # @saturate_image .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movss %xmm0, -8(%rbp) movl -4(%rbp), %edi callq rgb_to_hsv@PLT movl -4(%rbp), %edi movss -8(%rbp), %xmm0 # xmm0 = mem[0],zero,zero,zero movl $1, %esi callq scale_image_channel@PLT movl -4(%rbp), %edi callq hsv_to_rgb@PLT movl -4(%rbp), %edi callq constrain_image@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size saturate_image, .Lfunc_end0-saturate_image .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym rgb_to_hsv .addrsig_sym scale_image_channel .addrsig_sym hsv_to_rgb .addrsig_sym constrain_image
linux/drivers/video/fbdev/omap2/omapfb/dss/extr_dss_features.c_dss_feat_get_num_mgrs.c
arm/extr_dss_features_dss_feat_get_num_mgrs_O0_gcc.s
x86_64/extr_dss_features_dss_feat_get_num_mgrs_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _dss_feat_get_num_mgrs ; -- Begin function dss_feat_get_num_mgrs .p2align 2 _dss_feat_get_num_mgrs: ; @dss_feat_get_num_mgrs .cfi_startproc ; %bb.0: adrp x8, _omap_current_dss_features@GOTPAGE ldr x8, [x8, _omap_current_dss_features@GOTPAGEOFF] ldr x8, [x8] ldr w0, [x8] ret .cfi_endproc ; -- End function .comm _omap_current_dss_features,8,3 ; @omap_current_dss_features .subsections_via_symbols
.text .file "extr_dss_features.c_dss_feat_get_num_mgrs.c" .globl dss_feat_get_num_mgrs # -- Begin function dss_feat_get_num_mgrs .p2align 4, 0x90 .type dss_feat_get_num_mgrs,@function dss_feat_get_num_mgrs: # @dss_feat_get_num_mgrs .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq omap_current_dss_features(%rip), %rax movl (%rax), %eax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size dss_feat_get_num_mgrs, .Lfunc_end0-dss_feat_get_num_mgrs .cfi_endproc # -- End function .type omap_current_dss_features,@object # @omap_current_dss_features .bss .globl omap_current_dss_features .p2align 3 omap_current_dss_features: .quad 0 .size omap_current_dss_features, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym omap_current_dss_features
linux/tools/objtool/arch/x86/extr_......archx86libinsn.c_insn_init.c
arm/extr_......archx86libinsn_insn_init_O0_gcc.s
x86_64/extr_......archx86libinsn_insn_init_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _insn_init ; -- Begin function insn_init .p2align 2 _insn_init: ; @insn_init .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str w2, [sp, #12] str w3, [sp, #8] ldr w8, [sp, #12] adrp x9, _MAX_INSN_SIZE@GOTPAGE ldr x9, [x9, _MAX_INSN_SIZE@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _MAX_INSN_SIZE@GOTPAGE ldr x8, [x8, _MAX_INSN_SIZE@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #12] b LBB0_2 LBB0_2: ldur x0, [x29, #-8] mov w1, #0 str w1, [sp, #4] ; 4-byte Folded Spill mov w2, #40 bl _memset ldr w8, [sp, #4] ; 4-byte Folded Reload ldr x9, [sp, #16] ldur x10, [x29, #-8] str x9, [x10, #32] ldr x9, [sp, #16] ldrsw x10, [sp, #12] add x9, x9, x10 ldur x10, [x29, #-8] str x9, [x10, #24] ldr x9, [sp, #16] ldur x10, [x29, #-8] str x9, [x10, #16] ldr w9, [sp, #8] subs w9, w9, #0 cset w9, ne and w9, w9, #0x1 ands w9, w9, #0x1 csinc w8, w8, wzr, eq ldur x9, [x29, #-8] str w8, [x9] ldur x9, [x29, #-8] mov w8, #4 str w8, [x9, #4] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldur x9, [x29, #-8] mov w8, #8 str w8, [x9, #8] b LBB0_5 LBB0_4: ldur x9, [x29, #-8] mov w8, #4 str w8, [x9, #8] b LBB0_5 LBB0_5: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _MAX_INSN_SIZE,4,2 ; @MAX_INSN_SIZE .subsections_via_symbols
.text .file "extr_......archx86libinsn.c_insn_init.c" .globl insn_init # -- Begin function insn_init .p2align 4, 0x90 .type insn_init,@function insn_init: # @insn_init .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl %ecx, -24(%rbp) movl -20(%rbp), %eax cmpl MAX_INSN_SIZE(%rip), %eax jle .LBB0_2 # %bb.1: movl MAX_INSN_SIZE(%rip), %eax movl %eax, -20(%rbp) .LBB0_2: movq -8(%rbp), %rdi xorl %esi, %esi movl $40, %edx callq memset@PLT movq -16(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 32(%rax) movq -16(%rbp), %rcx movslq -20(%rbp), %rax addq %rax, %rcx movq -8(%rbp), %rax movq %rcx, 24(%rax) movq -16(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 16(%rax) movl -24(%rbp), %edx xorl %ecx, %ecx movl $1, %eax cmpl $0, %edx cmovnel %eax, %ecx movq -8(%rbp), %rax movl %ecx, (%rax) movq -8(%rbp), %rax movl $4, 4(%rax) cmpl $0, -24(%rbp) je .LBB0_4 # %bb.3: movq -8(%rbp), %rax movl $8, 8(%rax) jmp .LBB0_5 .LBB0_4: movq -8(%rbp), %rax movl $4, 8(%rax) .LBB0_5: addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size insn_init, .Lfunc_end0-insn_init .cfi_endproc # -- End function .type MAX_INSN_SIZE,@object # @MAX_INSN_SIZE .bss .globl MAX_INSN_SIZE .p2align 2 MAX_INSN_SIZE: .long 0 # 0x0 .size MAX_INSN_SIZE, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym memset .addrsig_sym MAX_INSN_SIZE
linux/drivers/misc/sgi-xp/extr_xpc_main.c_xpc_channel_mgr.c
arm/extr_xpc_main_xpc_channel_mgr_O0_gcc.s
x86_64/extr_xpc_main_xpc_channel_mgr_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function xpc_channel_mgr _xpc_channel_mgr: ; @xpc_channel_mgr .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] ldr x8, [x8] adrp x9, _XPC_P_AS_DEACTIVATING@GOTPAGE ldr x9, [x9, _XPC_P_AS_DEACTIVATING@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne mov w9, #1 stur w9, [x29, #-12] ; 4-byte Folded Spill tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] add x0, x8, #12 bl _atomic_read subs x8, x0, #0 cset w8, gt mov w9, #1 stur w9, [x29, #-12] ; 4-byte Folded Spill tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-8] bl _xpc_partition_disengaged subs x8, x0, #0 cset w8, eq stur w8, [x29, #-12] ; 4-byte Folded Spill b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] ; 4-byte Folded Reload tbz w8, #0, LBB0_12 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-8] bl _xpc_process_sent_chctl_flags ldur x8, [x29, #-8] add x0, x8, #8 bl _atomic_dec ldur x8, [x29, #-8] ldr w8, [x8, #24] str w8, [sp, #12] ; 4-byte Folded Spill ldur x8, [x29, #-8] add x0, x8, #8 bl _atomic_read subs x8, x0, #0 cset w8, gt mov w9, #1 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB0_11 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne mov w9, #1 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB0_11 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8] adrp x9, _XPC_P_AS_DEACTIVATING@GOTPAGE ldr x9, [x9, _XPC_P_AS_DEACTIVATING@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] add x0, x8, #12 bl _atomic_read subs x8, x0, #0 cset w8, ne mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-8] bl _xpc_partition_disengaged subs x8, x0, #0 cset w8, ne str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_10 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload str w8, [sp, #16] ; 4-byte Folded Spill b LBB0_11 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 ldr w0, [sp, #12] ; 4-byte Folded Reload ldr w8, [sp, #16] ; 4-byte Folded Reload and w1, w8, #0x1 bl _wait_event_interruptible ldur x8, [x29, #-8] add x0, x8, #8 mov w1, #1 bl _atomic_set b LBB0_1 LBB0_12: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _XPC_P_AS_DEACTIVATING,8,3 ; @XPC_P_AS_DEACTIVATING .no_dead_strip _xpc_channel_mgr .subsections_via_symbols
.text .file "extr_xpc_main.c_xpc_channel_mgr.c" .p2align 4, 0x90 # -- Begin function xpc_channel_mgr .type xpc_channel_mgr,@function xpc_channel_mgr: # @xpc_channel_mgr .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movq (%rax), %rcx movb $1, %al cmpq XPC_P_AS_DEACTIVATING(%rip), %rcx movb %al, -9(%rbp) # 1-byte Spill jne .LBB0_4 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rdi addq $12, %rdi callq atomic_read@PLT movq %rax, %rcx movb $1, %al cmpq $0, %rcx movb %al, -9(%rbp) # 1-byte Spill jg .LBB0_4 # %bb.3: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rdi callq xpc_partition_disengaged@PLT cmpq $0, %rax setne %al xorb $-1, %al movb %al, -9(%rbp) # 1-byte Spill .LBB0_4: # in Loop: Header=BB0_1 Depth=1 movb -9(%rbp), %al # 1-byte Reload testb $1, %al jne .LBB0_5 jmp .LBB0_12 .LBB0_5: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rdi callq xpc_process_sent_chctl_flags@PLT movq -8(%rbp), %rdi addq $8, %rdi callq atomic_dec@PLT movq -8(%rbp), %rax movl 24(%rax), %eax movl %eax, -16(%rbp) # 4-byte Spill movq -8(%rbp), %rdi addq $8, %rdi callq atomic_read@PLT movq %rax, %rcx movb $1, %al cmpq $0, %rcx movb %al, -10(%rbp) # 1-byte Spill jg .LBB0_11 # %bb.6: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rcx movb $1, %al cmpq $0, 16(%rcx) movb %al, -10(%rbp) # 1-byte Spill jne .LBB0_11 # %bb.7: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movq (%rax), %rcx xorl %eax, %eax # kill: def $al killed $al killed $eax cmpq XPC_P_AS_DEACTIVATING(%rip), %rcx movb %al, -17(%rbp) # 1-byte Spill jne .LBB0_10 # %bb.8: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rdi addq $12, %rdi callq atomic_read@PLT movq %rax, %rcx xorl %eax, %eax # kill: def $al killed $al killed $eax cmpq $0, %rcx movb %al, -17(%rbp) # 1-byte Spill jne .LBB0_10 # %bb.9: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rdi callq xpc_partition_disengaged@PLT cmpq $0, %rax setne %al movb %al, -17(%rbp) # 1-byte Spill .LBB0_10: # in Loop: Header=BB0_1 Depth=1 movb -17(%rbp), %al # 1-byte Reload movb %al, -10(%rbp) # 1-byte Spill .LBB0_11: # in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %edi # 4-byte Reload movb -10(%rbp), %al # 1-byte Reload andb $1, %al movzbl %al, %esi callq wait_event_interruptible@PLT movq -8(%rbp), %rdi addq $8, %rdi movl $1, %esi callq atomic_set@PLT jmp .LBB0_1 .LBB0_12: addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size xpc_channel_mgr, .Lfunc_end0-xpc_channel_mgr .cfi_endproc # -- End function .type XPC_P_AS_DEACTIVATING,@object # @XPC_P_AS_DEACTIVATING .bss .globl XPC_P_AS_DEACTIVATING .p2align 3 XPC_P_AS_DEACTIVATING: .quad 0 # 0x0 .size XPC_P_AS_DEACTIVATING, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym xpc_channel_mgr .addrsig_sym atomic_read .addrsig_sym xpc_partition_disengaged .addrsig_sym xpc_process_sent_chctl_flags .addrsig_sym atomic_dec .addrsig_sym wait_event_interruptible .addrsig_sym atomic_set .addrsig_sym XPC_P_AS_DEACTIVATING
freebsd/contrib/libucl/src/extr_ucl_hash.c_ucl_hash_caseless_equal.c
arm/extr_ucl_hash_ucl_hash_caseless_equal_O0_gcc.s
x86_64/extr_ucl_hash_ucl_hash_caseless_equal_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function ucl_hash_caseless_equal _ucl_hash_caseless_equal: ; @ucl_hash_caseless_equal .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] str x1, [sp, #8] ldr x8, [sp, #16] ldr x8, [x8] ldr x9, [sp, #8] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #16] ldr w0, [x8, #8] ldr x8, [sp, #8] ldr w1, [x8, #8] ldr x8, [sp, #16] ldr x2, [x8] bl _memcmp subs x8, x0, #0 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-4] b LBB0_3 LBB0_2: stur wzr, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .no_dead_strip _ucl_hash_caseless_equal .subsections_via_symbols
.text .file "extr_ucl_hash.c_ucl_hash_caseless_equal.c" .p2align 4, 0x90 # -- Begin function ucl_hash_caseless_equal .type ucl_hash_caseless_equal,@function ucl_hash_caseless_equal: # @ucl_hash_caseless_equal .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movq -24(%rbp), %rcx cmpq (%rcx), %rax jne .LBB0_2 # %bb.1: movq -16(%rbp), %rax movl 8(%rax), %edi movq -24(%rbp), %rax movl 8(%rax), %esi movq -16(%rbp), %rax movq (%rax), %rdx callq memcmp@PLT cmpq $0, %rax sete %al andb $1, %al movzbl %al, %eax movl %eax, -4(%rbp) jmp .LBB0_3 .LBB0_2: movl $0, -4(%rbp) .LBB0_3: movl -4(%rbp), %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ucl_hash_caseless_equal, .Lfunc_end0-ucl_hash_caseless_equal .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym ucl_hash_caseless_equal .addrsig_sym memcmp
sumatrapdf/ext/lzma/C/extr_XzEnc.c_Lzma2WithFilters_Create.c
arm/extr_XzEnc_Lzma2WithFilters_Create_O0_gcc.s
x86_64/extr_XzEnc_Lzma2WithFilters_Create_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function Lzma2WithFilters_Create _Lzma2WithFilters_Create: ; @Lzma2WithFilters_Create .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp] ldr x8, [sp] ldr w0, [x8, #12] ldr x8, [sp] ldr w1, [x8, #8] bl _Lzma2Enc_Create ldr x8, [sp] str x0, [x8] ldr x8, [sp] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _SZ_ERROR_MEM@GOTPAGE ldr x8, [x8, _SZ_ERROR_MEM@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_3 LBB0_2: adrp x8, _SZ_OK@GOTPAGE ldr x8, [x8, _SZ_OK@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _SZ_ERROR_MEM,4,2 ; @SZ_ERROR_MEM .comm _SZ_OK,4,2 ; @SZ_OK .no_dead_strip _Lzma2WithFilters_Create .subsections_via_symbols
.text .file "extr_XzEnc.c_Lzma2WithFilters_Create.c" .p2align 4, 0x90 # -- Begin function Lzma2WithFilters_Create .type Lzma2WithFilters_Create,@function Lzma2WithFilters_Create: # @Lzma2WithFilters_Create .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movl 12(%rax), %edi movq -16(%rbp), %rax movl 8(%rax), %esi callq Lzma2Enc_Create@PLT movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, (%rax) movq -16(%rbp), %rax cmpq $0, (%rax) jne .LBB0_2 # %bb.1: movl SZ_ERROR_MEM(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_3 .LBB0_2: movl SZ_OK(%rip), %eax movl %eax, -4(%rbp) .LBB0_3: movl -4(%rbp), %eax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size Lzma2WithFilters_Create, .Lfunc_end0-Lzma2WithFilters_Create .cfi_endproc # -- End function .type SZ_ERROR_MEM,@object # @SZ_ERROR_MEM .bss .globl SZ_ERROR_MEM .p2align 2 SZ_ERROR_MEM: .long 0 # 0x0 .size SZ_ERROR_MEM, 4 .type SZ_OK,@object # @SZ_OK .globl SZ_OK .p2align 2 SZ_OK: .long 0 # 0x0 .size SZ_OK, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym Lzma2WithFilters_Create .addrsig_sym Lzma2Enc_Create .addrsig_sym SZ_ERROR_MEM .addrsig_sym SZ_OK
linux/tools/testing/radix-tree/extr_......libxarray.c_xas_result.c
arm/extr_......libxarray_xas_result_O0_gcc.s
x86_64/extr_......libxarray_xas_result_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function xas_result _xas_result: ; @xas_result .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] str x1, [sp, #8] ldr x0, [sp, #8] bl _xa_is_zero subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_5 LBB0_2: ldr x0, [sp, #16] bl _xas_error subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp, #16] ldr x8, [x8] str x8, [sp, #8] b LBB0_4 LBB0_4: ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB0_5 LBB0_5: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .no_dead_strip _xas_result .subsections_via_symbols
.text .file "extr_......libxarray.c_xas_result.c" .p2align 4, 0x90 # -- Begin function xas_result .type xas_result,@function xas_result: # @xas_result .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -24(%rbp), %rdi callq xa_is_zero@PLT cmpq $0, %rax je .LBB0_2 # %bb.1: movq $0, -8(%rbp) jmp .LBB0_5 .LBB0_2: movq -16(%rbp), %rdi callq xas_error@PLT cmpq $0, %rax je .LBB0_4 # %bb.3: movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) .LBB0_4: movq -24(%rbp), %rax movq %rax, -8(%rbp) .LBB0_5: movq -8(%rbp), %rax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size xas_result, .Lfunc_end0-xas_result .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym xas_result .addrsig_sym xa_is_zero .addrsig_sym xas_error
freebsd/sys/contrib/ncsw/Peripherals/BM/extr_bman_low.c_bm_mc_finish.c
arm/extr_bman_low_bm_mc_finish_O0_gcc.s
x86_64/extr_bman_low_bm_mc_finish_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bm_mc_finish ; -- Begin function bm_mc_finish .p2align 2 _bm_mc_finish: ; @bm_mc_finish .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x8, [sp, #8] str x8, [sp] ldr x8, [sp] ldr x8, [x8] adrp x9, _mc_idle@GOTPAGE ldr x9, [x9, _mc_idle@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq and w0, w8, #0x1 bl _ASSERT_COND ldr x0, [sp] bl _UNUSED ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _mc_idle,8,3 ; @mc_idle .comm _E_INVALID_STATE,4,2 ; @E_INVALID_STATE .comm _WARNING,4,2 ; @WARNING .subsections_via_symbols
.text .file "extr_bman_low.c_bm_mc_finish.c" .globl bm_mc_finish # -- Begin function bm_mc_finish .p2align 4, 0x90 .type bm_mc_finish,@function bm_mc_finish: # @bm_mc_finish .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movq (%rax), %rax cmpq mc_idle(%rip), %rax sete %al andb $1, %al movzbl %al, %edi callq ASSERT_COND@PLT movq -16(%rbp), %rdi callq UNUSED@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size bm_mc_finish, .Lfunc_end0-bm_mc_finish .cfi_endproc # -- End function .type mc_idle,@object # @mc_idle .bss .globl mc_idle .p2align 3 mc_idle: .quad 0 # 0x0 .size mc_idle, 8 .type E_INVALID_STATE,@object # @E_INVALID_STATE .globl E_INVALID_STATE .p2align 2 E_INVALID_STATE: .long 0 # 0x0 .size E_INVALID_STATE, 4 .type WARNING,@object # @WARNING .globl WARNING .p2align 2 WARNING: .long 0 # 0x0 .size WARNING, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym ASSERT_COND .addrsig_sym UNUSED .addrsig_sym mc_idle
numpy/numpy/random/src/pcg64/extr_pcg64.orig.h_pcg_oneseq_16_rxs_m_xs_16_random_r.c
arm/extr_pcg64.orig.h_pcg_oneseq_16_rxs_m_xs_16_random_r_O0_gcc.s
x86_64/extr_pcg64.orig.h_pcg_oneseq_16_rxs_m_xs_16_random_r_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .subsections_via_symbols
.text .file "extr_pcg64.orig.h_pcg_oneseq_16_rxs_m_xs_16_random_r.c" .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig
linux/kernel/bpf/extr_inode.c_bpf_inode_type.c
arm/extr_inode_bpf_inode_type_O0_gcc.s
x86_64/extr_inode_bpf_inode_type_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function bpf_inode_type _bpf_inode_type: ; @bpf_inode_type .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] str x1, [sp, #8] adrp x8, _BPF_TYPE_UNSPEC@GOTPAGE ldr x8, [x8, _BPF_TYPE_UNSPEC@GOTPAGEOFF] ldr w8, [x8] ldr x9, [sp, #8] str w8, [x9] ldr x8, [sp, #16] ldr x8, [x8] adrp x9, _bpf_prog_iops@GOTPAGE ldr x9, [x9, _bpf_prog_iops@GOTPAGEOFF] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _BPF_TYPE_PROG@GOTPAGE ldr x8, [x8, _BPF_TYPE_PROG@GOTPAGEOFF] ldr w8, [x8] ldr x9, [sp, #8] str w8, [x9] b LBB0_6 LBB0_2: ldr x8, [sp, #16] ldr x8, [x8] adrp x9, _bpf_map_iops@GOTPAGE ldr x9, [x9, _bpf_map_iops@GOTPAGEOFF] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x8, _BPF_TYPE_MAP@GOTPAGE ldr x8, [x8, _BPF_TYPE_MAP@GOTPAGEOFF] ldr w8, [x8] ldr x9, [sp, #8] str w8, [x9] b LBB0_5 LBB0_4: adrp x8, _EACCES@GOTPAGE ldr x8, [x8, _EACCES@GOTPAGEOFF] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 str w8, [sp, #28] b LBB0_7 LBB0_5: b LBB0_6 LBB0_6: str wzr, [sp, #28] b LBB0_7 LBB0_7: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _BPF_TYPE_UNSPEC,4,2 ; @BPF_TYPE_UNSPEC .comm _bpf_prog_iops,4,2 ; @bpf_prog_iops .comm _BPF_TYPE_PROG,4,2 ; @BPF_TYPE_PROG .comm _bpf_map_iops,4,2 ; @bpf_map_iops .comm _BPF_TYPE_MAP,4,2 ; @BPF_TYPE_MAP .comm _EACCES,4,2 ; @EACCES .no_dead_strip _bpf_inode_type .subsections_via_symbols
.text .file "extr_inode.c_bpf_inode_type.c" .p2align 4, 0x90 # -- Begin function bpf_inode_type .type bpf_inode_type,@function bpf_inode_type: # @bpf_inode_type .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movl BPF_TYPE_UNSPEC(%rip), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movq -16(%rbp), %rax leaq bpf_prog_iops(%rip), %rcx cmpq %rcx, (%rax) jne .LBB0_2 # %bb.1: movl BPF_TYPE_PROG(%rip), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) jmp .LBB0_6 .LBB0_2: movq -16(%rbp), %rax leaq bpf_map_iops(%rip), %rcx cmpq %rcx, (%rax) jne .LBB0_4 # %bb.3: movl BPF_TYPE_MAP(%rip), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) jmp .LBB0_5 .LBB0_4: xorl %eax, %eax subl EACCES(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_7 .LBB0_5: jmp .LBB0_6 .LBB0_6: movl $0, -4(%rbp) .LBB0_7: movl -4(%rbp), %eax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size bpf_inode_type, .Lfunc_end0-bpf_inode_type .cfi_endproc # -- End function .type BPF_TYPE_UNSPEC,@object # @BPF_TYPE_UNSPEC .bss .globl BPF_TYPE_UNSPEC .p2align 2 BPF_TYPE_UNSPEC: .long 0 # 0x0 .size BPF_TYPE_UNSPEC, 4 .type bpf_prog_iops,@object # @bpf_prog_iops .globl bpf_prog_iops .p2align 2 bpf_prog_iops: .long 0 # 0x0 .size bpf_prog_iops, 4 .type BPF_TYPE_PROG,@object # @BPF_TYPE_PROG .globl BPF_TYPE_PROG .p2align 2 BPF_TYPE_PROG: .long 0 # 0x0 .size BPF_TYPE_PROG, 4 .type bpf_map_iops,@object # @bpf_map_iops .globl bpf_map_iops .p2align 2 bpf_map_iops: .long 0 # 0x0 .size bpf_map_iops, 4 .type BPF_TYPE_MAP,@object # @BPF_TYPE_MAP .globl BPF_TYPE_MAP .p2align 2 BPF_TYPE_MAP: .long 0 # 0x0 .size BPF_TYPE_MAP, 4 .type EACCES,@object # @EACCES .globl EACCES .p2align 2 EACCES: .long 0 # 0x0 .size EACCES, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym bpf_inode_type .addrsig_sym BPF_TYPE_UNSPEC .addrsig_sym bpf_prog_iops .addrsig_sym BPF_TYPE_PROG .addrsig_sym bpf_map_iops .addrsig_sym BPF_TYPE_MAP .addrsig_sym EACCES
linux/drivers/usb/gadget/udc/extr_pxa25x_udc.c_udc_watchdog.c
arm/extr_pxa25x_udc_udc_watchdog_O0_gcc.s
x86_64/extr_pxa25x_udc_udc_watchdog_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function udc_watchdog _udc_watchdog: ; @udc_watchdog .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _UDCCS0@GOTPAGE ldr x8, [x8, _UDCCS0@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill stur x0, [x29, #-8] ldur x8, [x29, #-8] str x8, [sp, #16] bl _local_irq_disable ldr x8, [sp, #16] ldr x8, [x8] adrp x9, _EP0_STALL@GOTPAGE ldr x9, [x9, _EP0_STALL@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_1 LBB0_1: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w8, [x8] adrp x9, _UDCCS0_FST@GOTPAGE ldr x9, [x9, _UDCCS0_FST@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w8, [x8] adrp x9, _UDCCS0_SST@GOTPAGE ldr x9, [x9, _UDCCS0_SST@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x9, [sp, #8] ; 8-byte Folded Reload adrp x8, _UDCCS0_FST@GOTPAGE ldr x8, [x8, _UDCCS0_FST@GOTPAGEOFF] ldr w8, [x8] adrp x10, _UDCCS0_FTF@GOTPAGE ldr x10, [x10, _UDCCS0_FTF@GOTPAGEOFF] ldr w10, [x10] orr w8, w8, w10 str w8, [x9] adrp x8, _DBG_VERBOSE@GOTPAGE ldr x8, [x8, _DBG_VERBOSE@GOTPAGEOFF] ldr w0, [x8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _DBG ldr x0, [sp, #16] bl _start_watchdog b LBB0_4 LBB0_4: bl _local_irq_enable ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _EP0_STALL,8,3 ; @EP0_STALL .comm _UDCCS0,4,2 ; @UDCCS0 .comm _UDCCS0_FST,4,2 ; @UDCCS0_FST .comm _UDCCS0_SST,4,2 ; @UDCCS0_SST .comm _UDCCS0_FTF,4,2 ; @UDCCS0_FTF .comm _DBG_VERBOSE,4,2 ; @DBG_VERBOSE .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "ep0 re-stall\n" .no_dead_strip _udc_watchdog .subsections_via_symbols
.text .file "extr_pxa25x_udc.c_udc_watchdog.c" .p2align 4, 0x90 # -- Begin function udc_watchdog .type udc_watchdog,@function udc_watchdog: # @udc_watchdog .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movb $0, %al callq local_irq_disable@PLT movq -16(%rbp), %rax movq (%rax), %rax cmpq EP0_STALL(%rip), %rax jne .LBB0_4 # %bb.1: movl UDCCS0(%rip), %eax andl UDCCS0_FST(%rip), %eax cmpl $0, %eax jne .LBB0_4 # %bb.2: movl UDCCS0(%rip), %eax andl UDCCS0_SST(%rip), %eax cmpl $0, %eax jne .LBB0_4 # %bb.3: movl UDCCS0_FST(%rip), %eax orl UDCCS0_FTF(%rip), %eax movl %eax, UDCCS0(%rip) movl DBG_VERBOSE(%rip), %edi leaq .L.str(%rip), %rsi callq DBG@PLT movq -16(%rbp), %rdi callq start_watchdog@PLT .LBB0_4: movb $0, %al callq local_irq_enable@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size udc_watchdog, .Lfunc_end0-udc_watchdog .cfi_endproc # -- End function .type EP0_STALL,@object # @EP0_STALL .bss .globl EP0_STALL .p2align 3 EP0_STALL: .quad 0 # 0x0 .size EP0_STALL, 8 .type UDCCS0,@object # @UDCCS0 .globl UDCCS0 .p2align 2 UDCCS0: .long 0 # 0x0 .size UDCCS0, 4 .type UDCCS0_FST,@object # @UDCCS0_FST .globl UDCCS0_FST .p2align 2 UDCCS0_FST: .long 0 # 0x0 .size UDCCS0_FST, 4 .type UDCCS0_SST,@object # @UDCCS0_SST .globl UDCCS0_SST .p2align 2 UDCCS0_SST: .long 0 # 0x0 .size UDCCS0_SST, 4 .type UDCCS0_FTF,@object # @UDCCS0_FTF .globl UDCCS0_FTF .p2align 2 UDCCS0_FTF: .long 0 # 0x0 .size UDCCS0_FTF, 4 .type DBG_VERBOSE,@object # @DBG_VERBOSE .globl DBG_VERBOSE .p2align 2 DBG_VERBOSE: .long 0 # 0x0 .size DBG_VERBOSE, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "ep0 re-stall\n" .size .L.str, 14 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym udc_watchdog .addrsig_sym local_irq_disable .addrsig_sym DBG .addrsig_sym start_watchdog .addrsig_sym local_irq_enable .addrsig_sym EP0_STALL .addrsig_sym UDCCS0 .addrsig_sym UDCCS0_FST .addrsig_sym UDCCS0_SST .addrsig_sym UDCCS0_FTF .addrsig_sym DBG_VERBOSE
git/extr_merge-recursive.c_unique_path.c
arm/extr_merge-recursive_unique_path_O0_gcc.s
x86_64/extr_merge-recursive_unique_path_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function unique_path _unique_path: ; @unique_path .cfi_startproc ; %bb.0: sub sp, sp, #144 .cfi_def_cfa_offset 144 stp x29, x30, [sp, #128] ; 16-byte Folded Spill add x29, sp, #128 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] adrp x8, _STRBUF_INIT@GOTPAGE ldr x8, [x8, _STRBUF_INIT@GOTPAGEOFF] ldr q0, [x8] sub x0, x29, #48 str x0, [sp, #56] ; 8-byte Folded Spill stur q0, [x29, #-48] stur wzr, [x29, #-52] ldur x2, [x29, #-16] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _strbuf_addf ldr x0, [sp, #56] ; 8-byte Folded Reload ldur x1, [x29, #-24] bl _add_flattened_path ldur x8, [x29, #-48] str x8, [sp, #64] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #40] ; 8-byte Folded Spill ldur w0, [x29, #-40] bl _path_hash mov x1, x0 ldr x0, [sp, #40] ; 8-byte Folded Reload ldur w2, [x29, #-40] bl _hashmap_get_from_hash subs x8, x0, #0 cset w8, ne mov w9, #1 str w9, [sp, #52] ; 4-byte Folded Spill tbnz w8, #0, LBB0_5 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8] ldr w8, [x8, #4] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #36] ; 4-byte Folded Spill tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w0, [x29, #-40] bl _file_exists subs x8, x0, #0 cset w8, ne str w8, [sp, #36] ; 4-byte Folded Spill b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #36] ; 4-byte Folded Reload str w8, [sp, #52] ; 4-byte Folded Spill b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #52] ; 4-byte Folded Reload tbz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldr x1, [sp, #64] sub x0, x29, #48 str x0, [sp, #24] ; 8-byte Folded Spill bl _strbuf_setlen ldr x0, [sp, #24] ; 8-byte Folded Reload ldursw x2, [x29, #-52] mov x8, x2 add w8, w8, #1 stur w8, [x29, #-52] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _strbuf_addf b LBB0_1 LBB0_7: ldur x0, [x29, #-32] ldur x1, [x29, #-16] sub x8, x29, #48 str x8, [sp, #16] ; 8-byte Folded Spill ldur w2, [x29, #-40] ldur x3, [x29, #-48] bl _FLEX_ALLOC_MEM ldur x8, [x29, #-32] str x8, [sp, #8] ; 8-byte Folded Spill ldur x8, [x29, #-32] ldr w0, [x8, #4] bl _path_hash mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _hashmap_entry_init ldur x8, [x29, #-8] ldr x0, [x8] ldur x1, [x29, #-32] bl _hashmap_add ldr x0, [sp, #16] ; 8-byte Folded Reload mov x1, #0 bl _strbuf_detach ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .comm _STRBUF_INIT,16,3 ; @STRBUF_INIT .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%s~" l_.str.1: ; @.str.1 .asciz "_%d" .no_dead_strip _unique_path .subsections_via_symbols
.text .file "extr_merge-recursive.c_unique_path.c" .p2align 4, 0x90 # -- Begin function unique_path .type unique_path,@function unique_path: # @unique_path .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq STRBUF_INIT(%rip), %rax movq %rax, -48(%rbp) movq STRBUF_INIT+8(%rip), %rax movq %rax, -40(%rbp) movl $0, -52(%rbp) movq -16(%rbp), %rdx leaq -48(%rbp), %rdi leaq .L.str(%rip), %rsi callq strbuf_addf@PLT movq -24(%rbp), %rsi leaq -48(%rbp), %rdi callq add_flattened_path@PLT movq -48(%rbp), %rax movq %rax, -64(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -80(%rbp) # 8-byte Spill movl -40(%rbp), %edi callq path_hash@PLT movq -80(%rbp), %rdi # 8-byte Reload movl %eax, %esi movl -40(%rbp), %edx callq hashmap_get_from_hash@PLT movq %rax, %rcx movb $1, %al cmpq $0, %rcx movb %al, -65(%rbp) # 1-byte Spill jne .LBB0_5 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movq (%rax), %rcx xorl %eax, %eax # kill: def $al killed $al killed $eax cmpl $0, 4(%rcx) movb %al, -81(%rbp) # 1-byte Spill jne .LBB0_4 # %bb.3: # in Loop: Header=BB0_1 Depth=1 movl -40(%rbp), %edi callq file_exists@PLT cmpq $0, %rax setne %al movb %al, -81(%rbp) # 1-byte Spill .LBB0_4: # in Loop: Header=BB0_1 Depth=1 movb -81(%rbp), %al # 1-byte Reload movb %al, -65(%rbp) # 1-byte Spill .LBB0_5: # in Loop: Header=BB0_1 Depth=1 movb -65(%rbp), %al # 1-byte Reload testb $1, %al jne .LBB0_6 jmp .LBB0_7 .LBB0_6: # in Loop: Header=BB0_1 Depth=1 movq -64(%rbp), %rsi leaq -48(%rbp), %rdi callq strbuf_setlen@PLT movl -52(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -52(%rbp) movslq %eax, %rdx leaq -48(%rbp), %rdi leaq .L.str.1(%rip), %rsi callq strbuf_addf@PLT jmp .LBB0_1 .LBB0_7: movq -32(%rbp), %rdi movq -16(%rbp), %rsi movl -40(%rbp), %edx movq -48(%rbp), %rcx callq FLEX_ALLOC_MEM@PLT movq -32(%rbp), %rax movq %rax, -96(%rbp) # 8-byte Spill movq -32(%rbp), %rax movl 4(%rax), %edi callq path_hash@PLT movq -96(%rbp), %rdi # 8-byte Reload movl %eax, %esi callq hashmap_entry_init@PLT movq -8(%rbp), %rax movq (%rax), %rdi movq -32(%rbp), %rsi callq hashmap_add@PLT leaq -48(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq strbuf_detach@PLT addq $96, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size unique_path, .Lfunc_end0-unique_path .cfi_endproc # -- End function .type STRBUF_INIT,@object # @STRBUF_INIT .bss .globl STRBUF_INIT .p2align 3 STRBUF_INIT: .zero 16 .size STRBUF_INIT, 16 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "%s~" .size .L.str, 4 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "_%d" .size .L.str.1, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym unique_path .addrsig_sym strbuf_addf .addrsig_sym add_flattened_path .addrsig_sym hashmap_get_from_hash .addrsig_sym path_hash .addrsig_sym file_exists .addrsig_sym strbuf_setlen .addrsig_sym FLEX_ALLOC_MEM .addrsig_sym hashmap_entry_init .addrsig_sym hashmap_add .addrsig_sym strbuf_detach .addrsig_sym STRBUF_INIT
freebsd/sys/kern/extr_vfs_syscalls.c_sys_chown.c
arm/extr_vfs_syscalls_sys_chown_O0_gcc.s
x86_64/extr_vfs_syscalls_sys_chown_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _sys_chown ; -- Begin function sys_chown .p2align 2 _sys_chown: ; @sys_chown .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str x1, [sp] ldr x0, [sp, #8] adrp x8, _AT_FDCWD@GOTPAGE ldr x8, [x8, _AT_FDCWD@GOTPAGEOFF] ldr w1, [x8] ldr x8, [sp] ldr w2, [x8, #8] adrp x8, _UIO_USERSPACE@GOTPAGE ldr x8, [x8, _UIO_USERSPACE@GOTPAGEOFF] ldr w3, [x8] ldr x8, [sp] ldr w4, [x8, #4] ldr x8, [sp] ldr w5, [x8] mov w6, #0 bl _kern_fchownat ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _AT_FDCWD,4,2 ; @AT_FDCWD .comm _UIO_USERSPACE,4,2 ; @UIO_USERSPACE .subsections_via_symbols
.text .file "extr_vfs_syscalls.c_sys_chown.c" .globl sys_chown # -- Begin function sys_chown .p2align 4, 0x90 .type sys_chown,@function sys_chown: # @sys_chown .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi movl AT_FDCWD(%rip), %esi movq -16(%rbp), %rax movl 8(%rax), %edx movl UIO_USERSPACE(%rip), %ecx movq -16(%rbp), %rax movl 4(%rax), %r8d movq -16(%rbp), %rax movl (%rax), %r9d xorl %eax, %eax movl $0, (%rsp) callq kern_fchownat@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size sys_chown, .Lfunc_end0-sys_chown .cfi_endproc # -- End function .type AT_FDCWD,@object # @AT_FDCWD .bss .globl AT_FDCWD .p2align 2 AT_FDCWD: .long 0 # 0x0 .size AT_FDCWD, 4 .type UIO_USERSPACE,@object # @UIO_USERSPACE .globl UIO_USERSPACE .p2align 2 UIO_USERSPACE: .long 0 # 0x0 .size UIO_USERSPACE, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym kern_fchownat .addrsig_sym AT_FDCWD .addrsig_sym UIO_USERSPACE
linux/drivers/media/dvb-frontends/extr_gp8psk-fe.c_gp8psk_fe_read_ber.c
arm/extr_gp8psk-fe_gp8psk_fe_read_ber_O0_gcc.s
x86_64/extr_gp8psk-fe_gp8psk_fe_read_ber_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function gp8psk_fe_read_ber _gp8psk_fe_read_ber: ; @gp8psk_fe_read_ber .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str x1, [sp] ldr x8, [sp] str xzr, [x8] mov w0, #0 add sp, sp, #16 ret .cfi_endproc ; -- End function .no_dead_strip _gp8psk_fe_read_ber .subsections_via_symbols
.text .file "extr_gp8psk-fe.c_gp8psk_fe_read_ber.c" .p2align 4, 0x90 # -- Begin function gp8psk_fe_read_ber .type gp8psk_fe_read_ber,@function gp8psk_fe_read_ber: # @gp8psk_fe_read_ber .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movq $0, (%rax) xorl %eax, %eax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size gp8psk_fe_read_ber, .Lfunc_end0-gp8psk_fe_read_ber .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym gp8psk_fe_read_ber
sumatrapdf/mupdf/platform/x11/extr_pdfapp.c_pdfapp_setresolution.c
arm/extr_pdfapp_pdfapp_setresolution_O0_gcc.s
x86_64/extr_pdfapp_pdfapp_setresolution_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _pdfapp_setresolution ; -- Begin function pdfapp_setresolution .p2align 2 _pdfapp_setresolution: ; @pdfapp_setresolution .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str w1, [sp, #4] ldr w8, [sp, #4] ldr x9, [sp, #8] str w8, [x9] ldr w8, [sp, #4] ldr x9, [sp, #8] str w8, [x9, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_pdfapp.c_pdfapp_setresolution.c" .globl pdfapp_setresolution # -- Begin function pdfapp_setresolution .p2align 4, 0x90 .type pdfapp_setresolution,@function pdfapp_setresolution: # @pdfapp_setresolution .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl -12(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) movl -12(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, 4(%rax) popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size pdfapp_setresolution, .Lfunc_end0-pdfapp_setresolution .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig
sumatrapdf/mupdf/source/fitz/extr_list-device.c_fz_list_begin_layer.c
arm/extr_list-device_fz_list_begin_layer_O0_gcc.s
x86_64/extr_list-device_fz_list_begin_layer_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function fz_list_begin_layer _fz_list_begin_layer: ; @fz_list_begin_layer .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] ldur x8, [x29, #-8] stur x8, [x29, #-32] ; 8-byte Folded Spill ldur x8, [x29, #-16] str x8, [sp, #48] ; 8-byte Folded Spill adrp x8, _FZ_CMD_BEGIN_LAYER@GOTPAGE ldr x8, [x8, _FZ_CMD_BEGIN_LAYER@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-36] ; 4-byte Folded Spill ldur x8, [x29, #-24] str x8, [sp, #40] ; 8-byte Folded Spill ldur x0, [x29, #-24] bl _strlen ldr x10, [sp, #40] ; 8-byte Folded Reload ldr x1, [sp, #48] ; 8-byte Folded Reload ldur w2, [x29, #-36] ; 4-byte Folded Reload mov x8, x0 ldur x0, [x29, #-32] ; 8-byte Folded Reload add x8, x8, #1 mov x9, sp mov x7, #0 str xzr, [x9] str xzr, [x9, #8] str xzr, [x9, #16] str x10, [x9, #24] str x8, [x9, #32] mov w3, #0 mov x4, x7 mov x5, x7 mov x6, x7 bl _fz_append_display_node ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .comm _FZ_CMD_BEGIN_LAYER,4,2 ; @FZ_CMD_BEGIN_LAYER .no_dead_strip _fz_list_begin_layer .subsections_via_symbols
.text .file "extr_list-device.c_fz_list_begin_layer.c" .p2align 4, 0x90 # -- Begin function fz_list_begin_layer .type fz_list_begin_layer,@function fz_list_begin_layer: # @fz_list_begin_layer .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq -8(%rbp), %rax movq %rax, -56(%rbp) # 8-byte Spill movq -16(%rbp), %rax movq %rax, -48(%rbp) # 8-byte Spill movl FZ_CMD_BEGIN_LAYER(%rip), %eax movl %eax, -36(%rbp) # 4-byte Spill movq -24(%rbp), %rax movq %rax, -32(%rbp) # 8-byte Spill movq -24(%rbp), %rdi callq strlen@PLT movq -56(%rbp), %rdi # 8-byte Reload movq -48(%rbp), %rsi # 8-byte Reload movl -36(%rbp), %edx # 4-byte Reload movq -32(%rbp), %r10 # 8-byte Reload addq $1, %rax xorl %ecx, %ecx xorl %r8d, %r8d movl %r8d, %r9d movq %r9, %r8 movq $0, (%rsp) movq $0, 8(%rsp) movq $0, 16(%rsp) movq $0, 24(%rsp) movq $0, 32(%rsp) movq %r10, 40(%rsp) movq %rax, 48(%rsp) callq fz_append_display_node@PLT addq $112, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size fz_list_begin_layer, .Lfunc_end0-fz_list_begin_layer .cfi_endproc # -- End function .type FZ_CMD_BEGIN_LAYER,@object # @FZ_CMD_BEGIN_LAYER .bss .globl FZ_CMD_BEGIN_LAYER .p2align 2 FZ_CMD_BEGIN_LAYER: .long 0 # 0x0 .size FZ_CMD_BEGIN_LAYER, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym fz_list_begin_layer .addrsig_sym fz_append_display_node .addrsig_sym strlen .addrsig_sym FZ_CMD_BEGIN_LAYER
linux/drivers/net/ethernet/mellanox/mlxsw/extr_switchib.c_mlxsw_sib_pude_ib_event_func.c
arm/extr_switchib_mlxsw_sib_pude_ib_event_func_O0_gcc.s
x86_64/extr_switchib_mlxsw_sib_pude_ib_event_func_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function mlxsw_sib_pude_ib_event_func _mlxsw_sib_pude_ib_event_func: ; @mlxsw_sib_pude_ib_event_func .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str w1, [sp, #4] ldr w8, [sp, #4] adrp x9, _MLXSW_PORT_OPER_STATUS_UP@GOTPAGE ldr x9, [x9, _MLXSW_PORT_OPER_STATUS_UP@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #8] ldr x8, [x8] add x1, x8, #1 adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _pr_info b LBB0_3 LBB0_2: ldr x8, [sp, #8] ldr x8, [x8] add x1, x8, #1 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _pr_info b LBB0_3 LBB0_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _MLXSW_PORT_OPER_STATUS_UP,4,2 ; @MLXSW_PORT_OPER_STATUS_UP .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "ib link for port %d - up\n" l_.str.1: ; @.str.1 .asciz "ib link for port %d - down\n" .no_dead_strip _mlxsw_sib_pude_ib_event_func .subsections_via_symbols
.text .file "extr_switchib.c_mlxsw_sib_pude_ib_event_func.c" .p2align 4, 0x90 # -- Begin function mlxsw_sib_pude_ib_event_func .type mlxsw_sib_pude_ib_event_func,@function mlxsw_sib_pude_ib_event_func: # @mlxsw_sib_pude_ib_event_func .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl -12(%rbp), %eax cmpl MLXSW_PORT_OPER_STATUS_UP(%rip), %eax jne .LBB0_2 # %bb.1: movq -8(%rbp), %rax movq (%rax), %rsi addq $1, %rsi leaq .L.str(%rip), %rdi callq pr_info@PLT jmp .LBB0_3 .LBB0_2: movq -8(%rbp), %rax movq (%rax), %rsi addq $1, %rsi leaq .L.str.1(%rip), %rdi callq pr_info@PLT .LBB0_3: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size mlxsw_sib_pude_ib_event_func, .Lfunc_end0-mlxsw_sib_pude_ib_event_func .cfi_endproc # -- End function .type MLXSW_PORT_OPER_STATUS_UP,@object # @MLXSW_PORT_OPER_STATUS_UP .bss .globl MLXSW_PORT_OPER_STATUS_UP .p2align 2 MLXSW_PORT_OPER_STATUS_UP: .long 0 # 0x0 .size MLXSW_PORT_OPER_STATUS_UP, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "ib link for port %d - up\n" .size .L.str, 26 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "ib link for port %d - down\n" .size .L.str.1, 28 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym mlxsw_sib_pude_ib_event_func .addrsig_sym pr_info .addrsig_sym MLXSW_PORT_OPER_STATUS_UP
linux/drivers/scsi/bfa/extr_bfa_ioc.c_diag_portbeacon_send.c
arm/extr_bfa_ioc_diag_portbeacon_send_O0_gcc.s
x86_64/extr_bfa_ioc_diag_portbeacon_send_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function diag_portbeacon_send _diag_portbeacon_send: ; @diag_portbeacon_send .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] stur w2, [x29, #-16] ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #24] ldr x8, [sp, #24] ldr w8, [x8, #8] str w8, [sp, #20] ; 4-byte Folded Spill adrp x8, _BFI_MC_DIAG@GOTPAGE ldr x8, [x8, _BFI_MC_DIAG@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #12] ; 4-byte Folded Spill adrp x8, _BFI_DIAG_H2I_PORTBEACON@GOTPAGE ldr x8, [x8, _BFI_DIAG_H2I_PORTBEACON@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #16] ; 4-byte Folded Spill ldur x8, [x29, #-8] ldr w0, [x8, #8] bl _bfa_ioc_portid ldr w1, [sp, #12] ; 4-byte Folded Reload ldr w2, [sp, #16] ; 4-byte Folded Reload mov x3, x0 ldr w0, [sp, #20] ; 4-byte Folded Reload bl _bfi_h2i_set ldur w8, [x29, #-12] ldr x9, [sp, #24] str w8, [x9, #4] ldur w0, [x29, #-16] bl _cpu_to_be32 ldr x8, [sp, #24] str w0, [x8] ldur x8, [x29, #-8] ldr w0, [x8, #8] ldur x1, [x29, #-8] bl _bfa_ioc_mbox_queue ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _BFI_MC_DIAG,4,2 ; @BFI_MC_DIAG .comm _BFI_DIAG_H2I_PORTBEACON,4,2 ; @BFI_DIAG_H2I_PORTBEACON .no_dead_strip _diag_portbeacon_send .subsections_via_symbols
.text .file "extr_bfa_ioc.c_diag_portbeacon_send.c" .p2align 4, 0x90 # -- Begin function diag_portbeacon_send .type diag_portbeacon_send,@function diag_portbeacon_send: # @diag_portbeacon_send .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movl 8(%rax), %eax movl %eax, -36(%rbp) # 4-byte Spill movl BFI_MC_DIAG(%rip), %eax movl %eax, -32(%rbp) # 4-byte Spill movl BFI_DIAG_H2I_PORTBEACON(%rip), %eax movl %eax, -28(%rbp) # 4-byte Spill movq -8(%rbp), %rax movl 8(%rax), %edi callq bfa_ioc_portid@PLT movl -36(%rbp), %edi # 4-byte Reload movl -32(%rbp), %esi # 4-byte Reload movl -28(%rbp), %edx # 4-byte Reload movl %eax, %ecx callq bfi_h2i_set@PLT movl -12(%rbp), %ecx movq -24(%rbp), %rax movl %ecx, 4(%rax) movl -16(%rbp), %edi callq cpu_to_be32@PLT movl %eax, %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movq -8(%rbp), %rax movl 8(%rax), %edi movq -8(%rbp), %rsi callq bfa_ioc_mbox_queue@PLT addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size diag_portbeacon_send, .Lfunc_end0-diag_portbeacon_send .cfi_endproc # -- End function .type BFI_MC_DIAG,@object # @BFI_MC_DIAG .bss .globl BFI_MC_DIAG .p2align 2 BFI_MC_DIAG: .long 0 # 0x0 .size BFI_MC_DIAG, 4 .type BFI_DIAG_H2I_PORTBEACON,@object # @BFI_DIAG_H2I_PORTBEACON .globl BFI_DIAG_H2I_PORTBEACON .p2align 2 BFI_DIAG_H2I_PORTBEACON: .long 0 # 0x0 .size BFI_DIAG_H2I_PORTBEACON, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym diag_portbeacon_send .addrsig_sym bfi_h2i_set .addrsig_sym bfa_ioc_portid .addrsig_sym cpu_to_be32 .addrsig_sym bfa_ioc_mbox_queue .addrsig_sym BFI_MC_DIAG .addrsig_sym BFI_DIAG_H2I_PORTBEACON
freebsd/sys/dev/ixgbe/extr_ixgbe_common.c_ixgbe_negotiate_fc.c
arm/extr_ixgbe_common_ixgbe_negotiate_fc_O0_gcc.s
x86_64/extr_ixgbe_common_ixgbe_negotiate_fc_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ixgbe_negotiate_fc ; -- Begin function ixgbe_negotiate_fc .p2align 2 _ixgbe_negotiate_fc: ; @ixgbe_negotiate_fc .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur w1, [x29, #-20] str w2, [sp, #24] str w3, [sp, #20] str w4, [sp, #16] str w5, [sp, #12] str w6, [sp, #8] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: adrp x8, _IXGBE_ERROR_UNSUPPORTED@GOTPAGE ldr x8, [x8, _IXGBE_ERROR_UNSUPPORTED@GOTPAGEOFF] ldr w0, [x8] ldur w2, [x29, #-20] ldr w3, [sp, #24] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _ERROR_REPORT3 adrp x8, _IXGBE_ERR_FC_NOT_NEGOTIATED@GOTPAGE ldr x8, [x8, _IXGBE_ERR_FC_NOT_NEGOTIATED@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_23 LBB0_3: ldur w8, [x29, #-20] ldr w9, [sp, #20] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_4 LBB0_4: ldr w8, [sp, #24] ldr w9, [sp, #12] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_5 LBB0_5: ldur x8, [x29, #-16] ldr x8, [x8] adrp x9, _ixgbe_fc_full@GOTPAGE ldr x9, [x9, _ixgbe_fc_full@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: adrp x8, _ixgbe_fc_full@GOTPAGE ldr x8, [x8, _ixgbe_fc_full@GOTPAGEOFF] ldr x8, [x8] ldur x9, [x29, #-16] str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _DEBUGOUT b LBB0_8 LBB0_7: adrp x8, _ixgbe_fc_rx_pause@GOTPAGE ldr x8, [x8, _ixgbe_fc_rx_pause@GOTPAGEOFF] ldr x8, [x8] ldur x9, [x29, #-16] str x8, [x9, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _DEBUGOUT b LBB0_8 LBB0_8: b LBB0_22 LBB0_9: ldur w8, [x29, #-20] ldr w9, [sp, #20] ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_10 LBB0_10: ldur w8, [x29, #-20] ldr w9, [sp, #16] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_14 b LBB0_11 LBB0_11: ldr w8, [sp, #24] ldr w9, [sp, #12] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_14 b LBB0_12 LBB0_12: ldr w8, [sp, #24] ldr w9, [sp, #8] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: adrp x8, _ixgbe_fc_tx_pause@GOTPAGE ldr x8, [x8, _ixgbe_fc_tx_pause@GOTPAGEOFF] ldr x8, [x8] ldur x9, [x29, #-16] str x8, [x9, #8] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _DEBUGOUT b LBB0_21 LBB0_14: ldur w8, [x29, #-20] ldr w9, [sp, #20] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_19 b LBB0_15 LBB0_15: ldur w8, [x29, #-20] ldr w9, [sp, #16] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_19 b LBB0_16 LBB0_16: ldr w8, [sp, #24] ldr w9, [sp, #12] ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_19 b LBB0_17 LBB0_17: ldr w8, [sp, #24] ldr w9, [sp, #8] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_19 b LBB0_18 LBB0_18: adrp x8, _ixgbe_fc_rx_pause@GOTPAGE ldr x8, [x8, _ixgbe_fc_rx_pause@GOTPAGEOFF] ldr x8, [x8] ldur x9, [x29, #-16] str x8, [x9, #8] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _DEBUGOUT b LBB0_20 LBB0_19: adrp x8, _ixgbe_fc_none@GOTPAGE ldr x8, [x8, _ixgbe_fc_none@GOTPAGEOFF] ldr x8, [x8] ldur x9, [x29, #-16] str x8, [x9, #8] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _DEBUGOUT b LBB0_20 LBB0_20: b LBB0_21 LBB0_21: b LBB0_22 LBB0_22: adrp x8, _IXGBE_SUCCESS@GOTPAGE ldr x8, [x8, _IXGBE_SUCCESS@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_23 LBB0_23: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _IXGBE_ERROR_UNSUPPORTED,4,2 ; @IXGBE_ERROR_UNSUPPORTED .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Local or link partner's advertised flow control settings are NULL. Local: %x, link partner: %x\n" .comm _IXGBE_ERR_FC_NOT_NEGOTIATED,4,2 ; @IXGBE_ERR_FC_NOT_NEGOTIATED .comm _ixgbe_fc_full,8,3 ; @ixgbe_fc_full l_.str.1: ; @.str.1 .asciz "Flow Control = FULL.\n" .comm _ixgbe_fc_rx_pause,8,3 ; @ixgbe_fc_rx_pause l_.str.2: ; @.str.2 .asciz "Flow Control=RX PAUSE frames only\n" .comm _ixgbe_fc_tx_pause,8,3 ; @ixgbe_fc_tx_pause l_.str.3: ; @.str.3 .asciz "Flow Control = TX PAUSE frames only.\n" l_.str.4: ; @.str.4 .asciz "Flow Control = RX PAUSE frames only.\n" .comm _ixgbe_fc_none,8,3 ; @ixgbe_fc_none l_.str.5: ; @.str.5 .asciz "Flow Control = NONE.\n" .comm _IXGBE_SUCCESS,4,2 ; @IXGBE_SUCCESS .subsections_via_symbols
.text .file "extr_ixgbe_common.c_ixgbe_negotiate_fc.c" .globl ixgbe_negotiate_fc # -- Begin function ixgbe_negotiate_fc .p2align 4, 0x90 .type ixgbe_negotiate_fc,@function ixgbe_negotiate_fc: # @ixgbe_negotiate_fc .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl 16(%rbp), %eax movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movl %edx, -24(%rbp) movl %ecx, -28(%rbp) movl %r8d, -32(%rbp) movl %r9d, -36(%rbp) cmpl $0, -20(%rbp) je .LBB0_2 # %bb.1: cmpl $0, -24(%rbp) jne .LBB0_3 .LBB0_2: movl IXGBE_ERROR_UNSUPPORTED(%rip), %edi movl -20(%rbp), %edx movl -24(%rbp), %ecx leaq .L.str(%rip), %rsi callq ERROR_REPORT3@PLT movl IXGBE_ERR_FC_NOT_NEGOTIATED(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_23 .LBB0_3: movl -20(%rbp), %eax andl -28(%rbp), %eax cmpl $0, %eax je .LBB0_9 # %bb.4: movl -24(%rbp), %eax andl -36(%rbp), %eax cmpl $0, %eax je .LBB0_9 # %bb.5: movq -16(%rbp), %rax movq (%rax), %rax cmpq ixgbe_fc_full(%rip), %rax jne .LBB0_7 # %bb.6: movq ixgbe_fc_full(%rip), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) leaq .L.str.1(%rip), %rdi callq DEBUGOUT@PLT jmp .LBB0_8 .LBB0_7: movq ixgbe_fc_rx_pause(%rip), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) leaq .L.str.2(%rip), %rdi callq DEBUGOUT@PLT .LBB0_8: jmp .LBB0_22 .LBB0_9: movl -20(%rbp), %eax andl -28(%rbp), %eax cmpl $0, %eax jne .LBB0_14 # %bb.10: movl -20(%rbp), %eax andl -32(%rbp), %eax cmpl $0, %eax je .LBB0_14 # %bb.11: movl -24(%rbp), %eax andl -36(%rbp), %eax cmpl $0, %eax je .LBB0_14 # %bb.12: movl -24(%rbp), %eax andl 16(%rbp), %eax cmpl $0, %eax je .LBB0_14 # %bb.13: movq ixgbe_fc_tx_pause(%rip), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) leaq .L.str.3(%rip), %rdi callq DEBUGOUT@PLT jmp .LBB0_21 .LBB0_14: movl -20(%rbp), %eax andl -28(%rbp), %eax cmpl $0, %eax je .LBB0_19 # %bb.15: movl -20(%rbp), %eax andl -32(%rbp), %eax cmpl $0, %eax je .LBB0_19 # %bb.16: movl -24(%rbp), %eax andl -36(%rbp), %eax cmpl $0, %eax jne .LBB0_19 # %bb.17: movl -24(%rbp), %eax andl 16(%rbp), %eax cmpl $0, %eax je .LBB0_19 # %bb.18: movq ixgbe_fc_rx_pause(%rip), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) leaq .L.str.4(%rip), %rdi callq DEBUGOUT@PLT jmp .LBB0_20 .LBB0_19: movq ixgbe_fc_none(%rip), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) leaq .L.str.5(%rip), %rdi callq DEBUGOUT@PLT .LBB0_20: jmp .LBB0_21 .LBB0_21: jmp .LBB0_22 .LBB0_22: movl IXGBE_SUCCESS(%rip), %eax movl %eax, -4(%rbp) .LBB0_23: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ixgbe_negotiate_fc, .Lfunc_end0-ixgbe_negotiate_fc .cfi_endproc # -- End function .type IXGBE_ERROR_UNSUPPORTED,@object # @IXGBE_ERROR_UNSUPPORTED .bss .globl IXGBE_ERROR_UNSUPPORTED .p2align 2 IXGBE_ERROR_UNSUPPORTED: .long 0 # 0x0 .size IXGBE_ERROR_UNSUPPORTED, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "Local or link partner's advertised flow control settings are NULL. Local: %x, link partner: %x\n" .size .L.str, 96 .type IXGBE_ERR_FC_NOT_NEGOTIATED,@object # @IXGBE_ERR_FC_NOT_NEGOTIATED .bss .globl IXGBE_ERR_FC_NOT_NEGOTIATED .p2align 2 IXGBE_ERR_FC_NOT_NEGOTIATED: .long 0 # 0x0 .size IXGBE_ERR_FC_NOT_NEGOTIATED, 4 .type ixgbe_fc_full,@object # @ixgbe_fc_full .globl ixgbe_fc_full .p2align 3 ixgbe_fc_full: .quad 0 # 0x0 .size ixgbe_fc_full, 8 .type .L.str.1,@object # @.str.1 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.1: .asciz "Flow Control = FULL.\n" .size .L.str.1, 22 .type ixgbe_fc_rx_pause,@object # @ixgbe_fc_rx_pause .bss .globl ixgbe_fc_rx_pause .p2align 3 ixgbe_fc_rx_pause: .quad 0 .size ixgbe_fc_rx_pause, 8 .type .L.str.2,@object # @.str.2 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.2: .asciz "Flow Control=RX PAUSE frames only\n" .size .L.str.2, 35 .type ixgbe_fc_tx_pause,@object # @ixgbe_fc_tx_pause .bss .globl ixgbe_fc_tx_pause .p2align 3 ixgbe_fc_tx_pause: .quad 0 .size ixgbe_fc_tx_pause, 8 .type .L.str.3,@object # @.str.3 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.3: .asciz "Flow Control = TX PAUSE frames only.\n" .size .L.str.3, 38 .type .L.str.4,@object # @.str.4 .L.str.4: .asciz "Flow Control = RX PAUSE frames only.\n" .size .L.str.4, 38 .type ixgbe_fc_none,@object # @ixgbe_fc_none .bss .globl ixgbe_fc_none .p2align 3 ixgbe_fc_none: .quad 0 .size ixgbe_fc_none, 8 .type .L.str.5,@object # @.str.5 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.5: .asciz "Flow Control = NONE.\n" .size .L.str.5, 22 .type IXGBE_SUCCESS,@object # @IXGBE_SUCCESS .bss .globl IXGBE_SUCCESS .p2align 2 IXGBE_SUCCESS: .long 0 # 0x0 .size IXGBE_SUCCESS, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym ERROR_REPORT3 .addrsig_sym DEBUGOUT .addrsig_sym IXGBE_ERROR_UNSUPPORTED .addrsig_sym IXGBE_ERR_FC_NOT_NEGOTIATED .addrsig_sym ixgbe_fc_full .addrsig_sym ixgbe_fc_rx_pause .addrsig_sym ixgbe_fc_tx_pause .addrsig_sym ixgbe_fc_none .addrsig_sym IXGBE_SUCCESS
openssl/ssl/statem/extr_statem_lib.c_tls_construct_finished.c
arm/extr_statem_lib_tls_construct_finished_O0_gcc.s
x86_64/extr_statem_lib_tls_construct_finished_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _tls_construct_finished ; -- Begin function tls_construct_finished .p2align 2 _tls_construct_finished: ; @tls_construct_finished .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] ldur x8, [x29, #-16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: ldur x8, [x29, #-16] ldr x8, [x8] adrp x9, _SSL_PHA_REQUESTED@GOTPAGE ldr x9, [x9, _SSL_PHA_REQUESTED@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldur x9, [x29, #-16] mov w8, #1 str w8, [x9, #40] b LBB0_3 LBB0_3: ldur x0, [x29, #-16] bl _SSL_IS_TLS13 subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_4 LBB0_4: ldur x8, [x29, #-16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_5 LBB0_5: ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ldur x8, [x29, #-16] ldr x8, [x8, #32] ldr x8, [x8] ldr x8, [x8, #40] ldur x0, [x29, #-16] adrp x9, _SSL3_CC_HANDSHAKE@GOTPAGE ldr x9, [x9, _SSL3_CC_HANDSHAKE@GOTPAGEOFF] ldr w9, [x9] adrp x10, _SSL3_CHANGE_CIPHER_CLIENT_WRITE@GOTPAGE ldr x10, [x10, _SSL3_CHANGE_CIPHER_CLIENT_WRITE@GOTPAGEOFF] ldr w10, [x10] orr w1, w9, w10 blr x8 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: stur wzr, [x29, #-4] b LBB0_24 LBB0_8: ldur x8, [x29, #-16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ldur x8, [x29, #-16] ldr x8, [x8, #32] ldr x8, [x8] ldr x8, [x8] str x8, [sp, #8] ldur x8, [x29, #-16] ldr x8, [x8, #32] ldr x8, [x8] ldr x8, [x8, #8] str x8, [sp] b LBB0_11 LBB0_10: ldur x8, [x29, #-16] ldr x8, [x8, #32] ldr x8, [x8] ldr x8, [x8, #16] str x8, [sp, #8] ldur x8, [x29, #-16] ldr x8, [x8, #32] ldr x8, [x8] ldr x8, [x8, #24] str x8, [sp] b LBB0_11 LBB0_11: ldur x8, [x29, #-16] ldr x8, [x8, #32] ldr x8, [x8] ldr x8, [x8, #32] ldur x0, [x29, #-16] ldr x1, [sp, #8] ldr x2, [sp] ldur x9, [x29, #-16] ldr x9, [x9, #8] ldr w3, [x9, #32] blr x8 str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: stur wzr, [x29, #-4] b LBB0_24 LBB0_13: ldr x8, [sp, #16] ldur x9, [x29, #-16] ldr x9, [x9, #8] str x8, [x9, #24] ldr x0, [sp, #24] ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr w1, [x8, #32] ldr x2, [sp, #16] bl _WPACKET_memcpy subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ldur x0, [x29, #-16] adrp x8, _SSL_AD_INTERNAL_ERROR@GOTPAGE ldr x8, [x8, _SSL_AD_INTERNAL_ERROR@GOTPAGEOFF] ldr w1, [x8] adrp x8, _SSL_F_TLS_CONSTRUCT_FINISHED@GOTPAGE ldr x8, [x8, _SSL_F_TLS_CONSTRUCT_FINISHED@GOTPAGEOFF] ldr w2, [x8] adrp x8, _ERR_R_INTERNAL_ERROR@GOTPAGE ldr x8, [x8, _ERR_R_INTERNAL_ERROR@GOTPAGEOFF] ldr w3, [x8] bl _SSLfatal stur wzr, [x29, #-4] b LBB0_24 LBB0_15: ldur x0, [x29, #-16] bl _SSL_IS_TLS13 subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_18 b LBB0_16 LBB0_16: ldur x0, [x29, #-16] adrp x8, _MASTER_SECRET_LABEL@GOTPAGE ldr x8, [x8, _MASTER_SECRET_LABEL@GOTPAGEOFF] ldr w1, [x8] ldur x8, [x29, #-16] ldr x8, [x8, #24] ldr w2, [x8, #4] ldur x8, [x29, #-16] ldr x8, [x8, #24] ldr w3, [x8] bl _ssl_log_secret subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_18 b LBB0_17 LBB0_17: stur wzr, [x29, #-4] b LBB0_24 LBB0_18: ldr x8, [sp, #16] adrp x9, _EVP_MAX_MD_SIZE@GOTPAGE ldr x9, [x9, _EVP_MAX_MD_SIZE@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ls and w0, w8, #0x1 bl _ossl_assert subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_20 b LBB0_19 LBB0_19: ldur x0, [x29, #-16] adrp x8, _SSL_AD_INTERNAL_ERROR@GOTPAGE ldr x8, [x8, _SSL_AD_INTERNAL_ERROR@GOTPAGEOFF] ldr w1, [x8] adrp x8, _SSL_F_TLS_CONSTRUCT_FINISHED@GOTPAGE ldr x8, [x8, _SSL_F_TLS_CONSTRUCT_FINISHED@GOTPAGEOFF] ldr w2, [x8] adrp x8, _ERR_R_INTERNAL_ERROR@GOTPAGE ldr x8, [x8, _ERR_R_INTERNAL_ERROR@GOTPAGEOFF] ldr w3, [x8] bl _SSLfatal stur wzr, [x29, #-4] b LBB0_24 LBB0_20: ldur x8, [x29, #-16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_22 b LBB0_21 LBB0_21: ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr w0, [x8, #44] ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr w1, [x8, #32] ldr x2, [sp, #16] bl _memcpy ldr x8, [sp, #16] ldur x9, [x29, #-16] ldr x9, [x9, #8] str x8, [x9] b LBB0_23 LBB0_22: ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr w0, [x8, #40] ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr w1, [x8, #32] ldr x2, [sp, #16] bl _memcpy ldr x8, [sp, #16] ldur x9, [x29, #-16] ldr x9, [x9, #8] str x8, [x9, #8] b LBB0_23 LBB0_23: mov w8, #1 stur w8, [x29, #-4] b LBB0_24 LBB0_24: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _SSL_PHA_REQUESTED,8,3 ; @SSL_PHA_REQUESTED .comm _SSL3_CC_HANDSHAKE,4,2 ; @SSL3_CC_HANDSHAKE .comm _SSL3_CHANGE_CIPHER_CLIENT_WRITE,4,2 ; @SSL3_CHANGE_CIPHER_CLIENT_WRITE .comm _SSL_AD_INTERNAL_ERROR,4,2 ; @SSL_AD_INTERNAL_ERROR .comm _SSL_F_TLS_CONSTRUCT_FINISHED,4,2 ; @SSL_F_TLS_CONSTRUCT_FINISHED .comm _ERR_R_INTERNAL_ERROR,4,2 ; @ERR_R_INTERNAL_ERROR .comm _MASTER_SECRET_LABEL,4,2 ; @MASTER_SECRET_LABEL .comm _EVP_MAX_MD_SIZE,8,3 ; @EVP_MAX_MD_SIZE .subsections_via_symbols
.text .file "extr_statem_lib.c_tls_construct_finished.c" .globl tls_construct_finished # -- Begin function tls_construct_finished .p2align 4, 0x90 .type tls_construct_finished,@function tls_construct_finished: # @tls_construct_finished .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -16(%rbp), %rax cmpq $0, 16(%rax) jne .LBB0_3 # %bb.1: movq -16(%rbp), %rax movq (%rax), %rax cmpq SSL_PHA_REQUESTED(%rip), %rax je .LBB0_3 # %bb.2: movq -16(%rbp), %rax movl $1, 40(%rax) .LBB0_3: movq -16(%rbp), %rdi callq SSL_IS_TLS13@PLT cmpq $0, %rax je .LBB0_8 # %bb.4: movq -16(%rbp), %rax cmpq $0, 16(%rax) jne .LBB0_8 # %bb.5: movq -16(%rbp), %rax movq 8(%rax), %rax cmpq $0, 16(%rax) jne .LBB0_8 # %bb.6: movq -16(%rbp), %rax movq 32(%rax), %rax movq (%rax), %rax movq 40(%rax), %rax movq -16(%rbp), %rdi movl SSL3_CC_HANDSHAKE(%rip), %esi orl SSL3_CHANGE_CIPHER_CLIENT_WRITE(%rip), %esi callq *%rax cmpl $0, %eax jne .LBB0_8 # %bb.7: movl $0, -4(%rbp) jmp .LBB0_24 .LBB0_8: movq -16(%rbp), %rax cmpq $0, 16(%rax) je .LBB0_10 # %bb.9: movq -16(%rbp), %rax movq 32(%rax), %rax movq (%rax), %rax movq (%rax), %rax movq %rax, -40(%rbp) movq -16(%rbp), %rax movq 32(%rax), %rax movq (%rax), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) jmp .LBB0_11 .LBB0_10: movq -16(%rbp), %rax movq 32(%rax), %rax movq (%rax), %rax movq 16(%rax), %rax movq %rax, -40(%rbp) movq -16(%rbp), %rax movq 32(%rax), %rax movq (%rax), %rax movq 24(%rax), %rax movq %rax, -48(%rbp) .LBB0_11: movq -16(%rbp), %rax movq 32(%rax), %rax movq (%rax), %rax movq 32(%rax), %rax movq -16(%rbp), %rdi movq -40(%rbp), %rsi movq -48(%rbp), %rdx movq -16(%rbp), %rcx movq 8(%rcx), %rcx movl 32(%rcx), %ecx callq *%rax movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne .LBB0_13 # %bb.12: movl $0, -4(%rbp) jmp .LBB0_24 .LBB0_13: movq -32(%rbp), %rcx movq -16(%rbp), %rax movq 8(%rax), %rax movq %rcx, 24(%rax) movq -24(%rbp), %rdi movq -16(%rbp), %rax movq 8(%rax), %rax movl 32(%rax), %esi movq -32(%rbp), %rdx callq WPACKET_memcpy@PLT cmpl $0, %eax jne .LBB0_15 # %bb.14: movq -16(%rbp), %rdi movl SSL_AD_INTERNAL_ERROR(%rip), %esi movl SSL_F_TLS_CONSTRUCT_FINISHED(%rip), %edx movl ERR_R_INTERNAL_ERROR(%rip), %ecx callq SSLfatal@PLT movl $0, -4(%rbp) jmp .LBB0_24 .LBB0_15: movq -16(%rbp), %rdi callq SSL_IS_TLS13@PLT cmpq $0, %rax jne .LBB0_18 # %bb.16: movq -16(%rbp), %rdi movl MASTER_SECRET_LABEL(%rip), %esi movq -16(%rbp), %rax movq 24(%rax), %rax movl 4(%rax), %edx movq -16(%rbp), %rax movq 24(%rax), %rax movl (%rax), %ecx callq ssl_log_secret@PLT cmpl $0, %eax jne .LBB0_18 # %bb.17: movl $0, -4(%rbp) jmp .LBB0_24 .LBB0_18: movq -32(%rbp), %rax cmpq EVP_MAX_MD_SIZE(%rip), %rax setbe %al andb $1, %al movzbl %al, %edi callq ossl_assert@PLT cmpl $0, %eax jne .LBB0_20 # %bb.19: movq -16(%rbp), %rdi movl SSL_AD_INTERNAL_ERROR(%rip), %esi movl SSL_F_TLS_CONSTRUCT_FINISHED(%rip), %edx movl ERR_R_INTERNAL_ERROR(%rip), %ecx callq SSLfatal@PLT movl $0, -4(%rbp) jmp .LBB0_24 .LBB0_20: movq -16(%rbp), %rax cmpq $0, 16(%rax) jne .LBB0_22 # %bb.21: movq -16(%rbp), %rax movq 8(%rax), %rax movl 44(%rax), %edi movq -16(%rbp), %rax movq 8(%rax), %rax movl 32(%rax), %esi movq -32(%rbp), %rdx callq memcpy@PLT movq -32(%rbp), %rcx movq -16(%rbp), %rax movq 8(%rax), %rax movq %rcx, (%rax) jmp .LBB0_23 .LBB0_22: movq -16(%rbp), %rax movq 8(%rax), %rax movl 40(%rax), %edi movq -16(%rbp), %rax movq 8(%rax), %rax movl 32(%rax), %esi movq -32(%rbp), %rdx callq memcpy@PLT movq -32(%rbp), %rcx movq -16(%rbp), %rax movq 8(%rax), %rax movq %rcx, 8(%rax) .LBB0_23: movl $1, -4(%rbp) .LBB0_24: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size tls_construct_finished, .Lfunc_end0-tls_construct_finished .cfi_endproc # -- End function .type SSL_PHA_REQUESTED,@object # @SSL_PHA_REQUESTED .bss .globl SSL_PHA_REQUESTED .p2align 3 SSL_PHA_REQUESTED: .quad 0 # 0x0 .size SSL_PHA_REQUESTED, 8 .type SSL3_CC_HANDSHAKE,@object # @SSL3_CC_HANDSHAKE .globl SSL3_CC_HANDSHAKE .p2align 2 SSL3_CC_HANDSHAKE: .long 0 # 0x0 .size SSL3_CC_HANDSHAKE, 4 .type SSL3_CHANGE_CIPHER_CLIENT_WRITE,@object # @SSL3_CHANGE_CIPHER_CLIENT_WRITE .globl SSL3_CHANGE_CIPHER_CLIENT_WRITE .p2align 2 SSL3_CHANGE_CIPHER_CLIENT_WRITE: .long 0 # 0x0 .size SSL3_CHANGE_CIPHER_CLIENT_WRITE, 4 .type SSL_AD_INTERNAL_ERROR,@object # @SSL_AD_INTERNAL_ERROR .globl SSL_AD_INTERNAL_ERROR .p2align 2 SSL_AD_INTERNAL_ERROR: .long 0 # 0x0 .size SSL_AD_INTERNAL_ERROR, 4 .type SSL_F_TLS_CONSTRUCT_FINISHED,@object # @SSL_F_TLS_CONSTRUCT_FINISHED .globl SSL_F_TLS_CONSTRUCT_FINISHED .p2align 2 SSL_F_TLS_CONSTRUCT_FINISHED: .long 0 # 0x0 .size SSL_F_TLS_CONSTRUCT_FINISHED, 4 .type ERR_R_INTERNAL_ERROR,@object # @ERR_R_INTERNAL_ERROR .globl ERR_R_INTERNAL_ERROR .p2align 2 ERR_R_INTERNAL_ERROR: .long 0 # 0x0 .size ERR_R_INTERNAL_ERROR, 4 .type MASTER_SECRET_LABEL,@object # @MASTER_SECRET_LABEL .globl MASTER_SECRET_LABEL .p2align 2 MASTER_SECRET_LABEL: .long 0 # 0x0 .size MASTER_SECRET_LABEL, 4 .type EVP_MAX_MD_SIZE,@object # @EVP_MAX_MD_SIZE .globl EVP_MAX_MD_SIZE .p2align 3 EVP_MAX_MD_SIZE: .quad 0 # 0x0 .size EVP_MAX_MD_SIZE, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym SSL_IS_TLS13 .addrsig_sym WPACKET_memcpy .addrsig_sym SSLfatal .addrsig_sym ssl_log_secret .addrsig_sym ossl_assert .addrsig_sym memcpy .addrsig_sym SSL_PHA_REQUESTED .addrsig_sym SSL3_CC_HANDSHAKE .addrsig_sym SSL3_CHANGE_CIPHER_CLIENT_WRITE .addrsig_sym SSL_AD_INTERNAL_ERROR .addrsig_sym SSL_F_TLS_CONSTRUCT_FINISHED .addrsig_sym ERR_R_INTERNAL_ERROR .addrsig_sym MASTER_SECRET_LABEL .addrsig_sym EVP_MAX_MD_SIZE
linux/drivers/usb/misc/extr_chaoskey.c_chaoskey_release.c
arm/extr_chaoskey_chaoskey_release_O0_gcc.s
x86_64/extr_chaoskey_chaoskey_release_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function chaoskey_release _chaoskey_release: ; @chaoskey_release .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] ldr x8, [sp, #24] ldr x8, [x8] str x8, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _ENODEV@GOTPAGE ldr x8, [x8, _ENODEV@GOTPAGEOFF] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 stur w8, [x29, #-4] b LBB0_11 LBB0_2: ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #8] ldr x0, [sp, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _usb_dbg ldr x8, [sp, #16] add x0, x8, #8 bl _mutex_lock ldr x0, [sp, #8] ldr x8, [sp, #16] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _usb_dbg ldr x8, [sp, #16] ldr x8, [x8] subs x8, x8, #0 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x0, [sp, #8] ldr x8, [sp, #16] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _usb_dbg ldr x8, [sp, #16] add x0, x8, #8 bl _mutex_unlock adrp x8, _ENODEV@GOTPAGE ldr x8, [x8, _ENODEV@GOTPAGEOFF] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 stur w8, [x29, #-4] b LBB0_11 LBB0_4: ldr x9, [sp, #16] ldr x8, [x9] subs x8, x8, #1 str x8, [x9] ldr x8, [sp, #16] ldr w8, [x8, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_5 LBB0_5: ldr x8, [sp, #16] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldr x8, [sp, #16] add x0, x8, #8 bl _mutex_unlock ldr x0, [sp, #16] bl _chaoskey_free b LBB0_8 LBB0_7: ldr x8, [sp, #16] add x0, x8, #8 bl _mutex_unlock b LBB0_8 LBB0_8: b LBB0_10 LBB0_9: ldr x8, [sp, #16] add x0, x8, #8 bl _mutex_unlock b LBB0_10 LBB0_10: ldr x0, [sp, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _usb_dbg stur wzr, [x29, #-4] b LBB0_11 LBB0_11: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _ENODEV,4,2 ; @ENODEV .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "release" l_.str.1: ; @.str.1 .asciz "open count at release is %d" l_.str.2: ; @.str.2 .asciz "invalid open count (%d)" l_.str.3: ; @.str.3 .asciz "release success" .no_dead_strip _chaoskey_release .subsections_via_symbols
.text .file "extr_chaoskey.c_chaoskey_release.c" .p2align 4, 0x90 # -- Begin function chaoskey_release .type chaoskey_release,@function chaoskey_release: # @chaoskey_release .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -24(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne .LBB0_2 # %bb.1: xorl %eax, %eax subl ENODEV(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_11 .LBB0_2: movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -40(%rbp) movq -40(%rbp), %rdi leaq .L.str(%rip), %rsi movb $0, %al callq usb_dbg@PLT movq -32(%rbp), %rdi addq $8, %rdi callq mutex_lock@PLT movq -40(%rbp), %rdi movq -32(%rbp), %rax movq (%rax), %rdx leaq .L.str.1(%rip), %rsi movb $0, %al callq usb_dbg@PLT movq -32(%rbp), %rax cmpq $0, (%rax) jg .LBB0_4 # %bb.3: movq -40(%rbp), %rdi movq -32(%rbp), %rax movq (%rax), %rdx leaq .L.str.2(%rip), %rsi movb $0, %al callq usb_dbg@PLT movq -32(%rbp), %rdi addq $8, %rdi callq mutex_unlock@PLT xorl %eax, %eax subl ENODEV(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_11 .LBB0_4: movq -32(%rbp), %rax movq (%rax), %rcx addq $-1, %rcx movq %rcx, (%rax) movq -32(%rbp), %rax cmpl $0, 12(%rax) jne .LBB0_9 # %bb.5: movq -32(%rbp), %rax cmpq $0, (%rax) jne .LBB0_7 # %bb.6: movq -32(%rbp), %rdi addq $8, %rdi callq mutex_unlock@PLT movq -32(%rbp), %rdi callq chaoskey_free@PLT jmp .LBB0_8 .LBB0_7: movq -32(%rbp), %rdi addq $8, %rdi callq mutex_unlock@PLT .LBB0_8: jmp .LBB0_10 .LBB0_9: movq -32(%rbp), %rdi addq $8, %rdi callq mutex_unlock@PLT .LBB0_10: movq -40(%rbp), %rdi leaq .L.str.3(%rip), %rsi movb $0, %al callq usb_dbg@PLT movl $0, -4(%rbp) .LBB0_11: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size chaoskey_release, .Lfunc_end0-chaoskey_release .cfi_endproc # -- End function .type ENODEV,@object # @ENODEV .bss .globl ENODEV .p2align 2 ENODEV: .long 0 # 0x0 .size ENODEV, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "release" .size .L.str, 8 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "open count at release is %d" .size .L.str.1, 28 .type .L.str.2,@object # @.str.2 .L.str.2: .asciz "invalid open count (%d)" .size .L.str.2, 24 .type .L.str.3,@object # @.str.3 .L.str.3: .asciz "release success" .size .L.str.3, 16 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym chaoskey_release .addrsig_sym usb_dbg .addrsig_sym mutex_lock .addrsig_sym mutex_unlock .addrsig_sym chaoskey_free .addrsig_sym ENODEV
linux/drivers/s390/scsi/extr_zfcp_erp.c_zfcp_erp_timeout_handler.c
arm/extr_zfcp_erp_zfcp_erp_timeout_handler_O0_gcc.s
x86_64/extr_zfcp_erp_zfcp_erp_timeout_handler_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _zfcp_erp_timeout_handler ; -- Begin function zfcp_erp_timeout_handler .p2align 2 _zfcp_erp_timeout_handler: ; @zfcp_erp_timeout_handler .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x8, [sp, #8] str x8, [sp] ldr x0, [sp] adrp x8, _ZFCP_STATUS_ERP_TIMEDOUT@GOTPAGE ldr x8, [x8, _ZFCP_STATUS_ERP_TIMEDOUT@GOTPAGEOFF] ldr w1, [x8] bl _zfcp_erp_notify ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _ZFCP_STATUS_ERP_TIMEDOUT,4,2 ; @ZFCP_STATUS_ERP_TIMEDOUT .subsections_via_symbols
.text .file "extr_zfcp_erp.c_zfcp_erp_timeout_handler.c" .globl zfcp_erp_timeout_handler # -- Begin function zfcp_erp_timeout_handler .p2align 4, 0x90 .type zfcp_erp_timeout_handler,@function zfcp_erp_timeout_handler: # @zfcp_erp_timeout_handler .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rdi movl ZFCP_STATUS_ERP_TIMEDOUT(%rip), %esi callq zfcp_erp_notify@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size zfcp_erp_timeout_handler, .Lfunc_end0-zfcp_erp_timeout_handler .cfi_endproc # -- End function .type ZFCP_STATUS_ERP_TIMEDOUT,@object # @ZFCP_STATUS_ERP_TIMEDOUT .bss .globl ZFCP_STATUS_ERP_TIMEDOUT .p2align 2 ZFCP_STATUS_ERP_TIMEDOUT: .long 0 # 0x0 .size ZFCP_STATUS_ERP_TIMEDOUT, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym zfcp_erp_notify .addrsig_sym ZFCP_STATUS_ERP_TIMEDOUT
fastsocket/kernel/drivers/staging/comedi/drivers/addi-data/extr_hwdrv_apci3501.c_i_APCI3501_ConfigDigitalOutput.c
arm/extr_hwdrv_apci3501_i_APCI3501_ConfigDigitalOutput_O0_gcc.s
x86_64/extr_hwdrv_apci3501_i_APCI3501_ConfigDigitalOutput_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _i_APCI3501_ConfigDigitalOutput ; -- Begin function i_APCI3501_ConfigDigitalOutput .p2align 2 _i_APCI3501_ConfigDigitalOutput: ; @i_APCI3501_ConfigDigitalOutput .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] str x2, [sp, #16] str x3, [sp, #8] ldr x8, [sp, #8] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: ldr x8, [sp, #8] ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldur x0, [x29, #-16] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _comedi_error adrp x8, _EINVAL@GOTPAGE ldr x8, [x8, _EINVAL@GOTPAGEOFF] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 stur w8, [x29, #-4] b LBB0_7 LBB0_3: ldr x8, [sp, #8] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: adrp x8, _ADDIDATA_ENABLE@GOTPAGE ldr x8, [x8, _ADDIDATA_ENABLE@GOTPAGEOFF] ldr w8, [x8] adrp x9, _devpriv@GOTPAGE ldr x9, [x9, _devpriv@GOTPAGEOFF] ldr x9, [x9] str w8, [x9] b LBB0_6 LBB0_5: adrp x8, _ADDIDATA_DISABLE@GOTPAGE ldr x8, [x8, _ADDIDATA_DISABLE@GOTPAGEOFF] ldr w8, [x8] adrp x9, _devpriv@GOTPAGE ldr x9, [x9, _devpriv@GOTPAGEOFF] ldr x9, [x9] str w8, [x9] b LBB0_6 LBB0_6: ldr x8, [sp, #16] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_7 LBB0_7: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Not a valid Data !!! ,Data should be 1 or 0\n" .comm _EINVAL,4,2 ; @EINVAL .comm _ADDIDATA_ENABLE,4,2 ; @ADDIDATA_ENABLE .comm _devpriv,8,3 ; @devpriv .comm _ADDIDATA_DISABLE,4,2 ; @ADDIDATA_DISABLE .subsections_via_symbols
.text .file "extr_hwdrv_apci3501.c_i_APCI3501_ConfigDigitalOutput.c" .globl i_APCI3501_ConfigDigitalOutput # -- Begin function i_APCI3501_ConfigDigitalOutput .p2align 4, 0x90 .type i_APCI3501_ConfigDigitalOutput,@function i_APCI3501_ConfigDigitalOutput: # @i_APCI3501_ConfigDigitalOutput .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq %rcx, -40(%rbp) movq -40(%rbp), %rax cmpl $0, (%rax) je .LBB0_3 # %bb.1: movq -40(%rbp), %rax cmpl $1, (%rax) je .LBB0_3 # %bb.2: movq -16(%rbp), %rdi leaq .L.str(%rip), %rsi callq comedi_error@PLT xorl %eax, %eax subl EINVAL(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_7 .LBB0_3: movq -40(%rbp), %rax cmpl $0, (%rax) je .LBB0_5 # %bb.4: movl ADDIDATA_ENABLE(%rip), %ecx movq devpriv(%rip), %rax movl %ecx, (%rax) jmp .LBB0_6 .LBB0_5: movl ADDIDATA_DISABLE(%rip), %ecx movq devpriv(%rip), %rax movl %ecx, (%rax) .LBB0_6: movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -4(%rbp) .LBB0_7: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size i_APCI3501_ConfigDigitalOutput, .Lfunc_end0-i_APCI3501_ConfigDigitalOutput .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "Not a valid Data !!! ,Data should be 1 or 0\n" .size .L.str, 45 .type EINVAL,@object # @EINVAL .bss .globl EINVAL .p2align 2 EINVAL: .long 0 # 0x0 .size EINVAL, 4 .type ADDIDATA_ENABLE,@object # @ADDIDATA_ENABLE .globl ADDIDATA_ENABLE .p2align 2 ADDIDATA_ENABLE: .long 0 # 0x0 .size ADDIDATA_ENABLE, 4 .type devpriv,@object # @devpriv .globl devpriv .p2align 3 devpriv: .quad 0 .size devpriv, 8 .type ADDIDATA_DISABLE,@object # @ADDIDATA_DISABLE .globl ADDIDATA_DISABLE .p2align 2 ADDIDATA_DISABLE: .long 0 # 0x0 .size ADDIDATA_DISABLE, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym comedi_error .addrsig_sym EINVAL .addrsig_sym ADDIDATA_ENABLE .addrsig_sym devpriv .addrsig_sym ADDIDATA_DISABLE
beanstalkd/extr_util.c_parse_size_t.c
arm/extr_util_parse_size_t_O0_gcc.s
x86_64/extr_util_parse_size_t_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function parse_size_t _parse_size_t: ; @parse_size_t .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF add x2, sp, #8 sub x3, x29, #10 bl _sscanf sturb w0, [x29, #-9] ldursb w9, [x29, #-9] mov w8, #1 subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x1, [x29, #-8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _warnx mov w0, #5 bl _usage b LBB0_2 LBB0_2: ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%zu%c" l_.str.1: ; @.str.1 .asciz "invalid size: %s" .no_dead_strip _parse_size_t .subsections_via_symbols
.text .file "extr_util.c_parse_size_t.c" .p2align 4, 0x90 # -- Begin function parse_size_t .type parse_size_t,@function parse_size_t: # @parse_size_t .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi leaq .L.str(%rip), %rsi leaq -24(%rbp), %rdx leaq -10(%rbp), %rcx callq sscanf@PLT movb %al, -9(%rbp) movsbl -9(%rbp), %ecx movl $1, %eax cmpl %ecx, %eax je .LBB0_2 # %bb.1: movq -8(%rbp), %rsi leaq .L.str.1(%rip), %rdi callq warnx@PLT movl $5, %edi callq usage@PLT .LBB0_2: movq -24(%rbp), %rax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size parse_size_t, .Lfunc_end0-parse_size_t .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "%zu%c" .size .L.str, 6 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "invalid size: %s" .size .L.str.1, 17 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym parse_size_t .addrsig_sym sscanf .addrsig_sym warnx .addrsig_sym usage
fastsocket/kernel/drivers/md/extr_raid10.c_raid10_finish_reshape.c
arm/extr_raid10_raid10_finish_reshape_O0_gcc.s
x86_64/extr_raid10_raid10_finish_reshape_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function raid10_finish_reshape _raid10_finish_reshape: ; @raid10_finish_reshape .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] ldr x8, [x8, #56] str x8, [sp, #16] adrp x8, _MD_RECOVERY_INTR@GOTPAGE ldr x8, [x8, _MD_RECOVERY_INTR@GOTPAGEOFF] ldr w0, [x8] ldur x8, [x29, #-8] add x1, x8, #48 bl _test_bit subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: b LBB0_16 LBB0_2: ldur x8, [x29, #-8] ldr x8, [x8] subs x8, x8, #0 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_3 LBB0_3: ldur x0, [x29, #-8] mov w2, #0 mov x1, x2 bl _raid10_size str w0, [sp, #12] ldur x0, [x29, #-8] ldr w1, [sp, #12] bl _md_set_array_sectors ldur x8, [x29, #-8] ldr w8, [x8, #52] ldur x9, [x29, #-8] ldr w9, [x9, #44] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldur x8, [x29, #-8] ldr w8, [x8, #44] ldur x9, [x29, #-8] str w8, [x9, #52] adrp x8, _MD_RECOVERY_NEEDED@GOTPAGE ldr x8, [x8, _MD_RECOVERY_NEEDED@GOTPAGEOFF] ldr w0, [x8] ldur x8, [x29, #-8] add x1, x8, #48 bl _set_bit b LBB0_5 LBB0_5: ldr w8, [sp, #12] ldur x9, [x29, #-8] str w8, [x9, #44] ldur x8, [x29, #-8] ldr w0, [x8, #36] ldur x8, [x29, #-8] ldr w1, [x8, #40] bl _set_capacity ldur x8, [x29, #-8] ldr w0, [x8, #36] bl _revalidate_disk b LBB0_15 LBB0_6: ldr x8, [sp, #16] ldr w8, [x8] str w8, [sp, #8] b LBB0_7 LBB0_7: ; =>This Inner Loop Header: Depth=1 ldrsw x8, [sp, #8] ldr x9, [sp, #16] ldrsw x9, [x9] ldur x10, [x29, #-8] ldr x10, [x10] subs x9, x9, x10 subs x8, x8, x9 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] ldrsw x9, [sp, #8] add x8, x8, x9, lsl #4 ldr x8, [x8, #8] str x8, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=1 adrp x8, _In_sync@GOTPAGE ldr x8, [x8, _In_sync@GOTPAGEOFF] ldr w0, [x8] ldr x1, [sp] bl _clear_bit b LBB0_10 LBB0_10: ; in Loop: Header=BB0_7 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] ldrsw x9, [sp, #8] lsl x9, x9, #4 ldr x8, [x8, x9] str x8, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_7 Depth=1 adrp x8, _In_sync@GOTPAGE ldr x8, [x8, _In_sync@GOTPAGEOFF] ldr w0, [x8] ldr x1, [sp] bl _clear_bit b LBB0_12 LBB0_12: ; in Loop: Header=BB0_7 Depth=1 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_7 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_7 LBB0_14: b LBB0_15 LBB0_15: ldur x8, [x29, #-8] ldr w8, [x8, #28] ldur x9, [x29, #-8] str w8, [x9, #32] ldr x8, [sp, #16] ldr w9, [x8, #4] mov w8, #1 lsl w8, w8, w9 ldur x9, [x29, #-8] str w8, [x9, #8] adrp x8, _MaxSector@GOTPAGE ldr x8, [x8, _MaxSector@GOTPAGEOFF] ldr w8, [x8] ldur x9, [x29, #-8] str w8, [x9, #24] ldur x8, [x29, #-8] str xzr, [x8] ldur x8, [x29, #-8] str xzr, [x8, #16] b LBB0_16 LBB0_16: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _MD_RECOVERY_INTR,4,2 ; @MD_RECOVERY_INTR .comm _MD_RECOVERY_NEEDED,4,2 ; @MD_RECOVERY_NEEDED .comm _In_sync,4,2 ; @In_sync .comm _MaxSector,4,2 ; @MaxSector .no_dead_strip _raid10_finish_reshape .subsections_via_symbols
.text .file "extr_raid10.c_raid10_finish_reshape.c" .p2align 4, 0x90 # -- Begin function raid10_finish_reshape .type raid10_finish_reshape,@function raid10_finish_reshape: # @raid10_finish_reshape .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq 56(%rax), %rax movq %rax, -16(%rbp) movl MD_RECOVERY_INTR(%rip), %edi movq -8(%rbp), %rsi addq $48, %rsi callq test_bit@PLT cmpq $0, %rax je .LBB0_2 # %bb.1: jmp .LBB0_16 .LBB0_2: movq -8(%rbp), %rax cmpq $0, (%rax) jle .LBB0_6 # %bb.3: movq -8(%rbp), %rdi xorl %edx, %edx movl %edx, %esi callq raid10_size@PLT movl %eax, -20(%rbp) movq -8(%rbp), %rdi movl -20(%rbp), %esi callq md_set_array_sectors@PLT movq -8(%rbp), %rax movl 52(%rax), %eax movq -8(%rbp), %rcx cmpl 44(%rcx), %eax jle .LBB0_5 # %bb.4: movq -8(%rbp), %rax movl 44(%rax), %ecx movq -8(%rbp), %rax movl %ecx, 52(%rax) movl MD_RECOVERY_NEEDED(%rip), %edi movq -8(%rbp), %rsi addq $48, %rsi callq set_bit@PLT .LBB0_5: movl -20(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, 44(%rax) movq -8(%rbp), %rax movl 36(%rax), %edi movq -8(%rbp), %rax movl 40(%rax), %esi callq set_capacity@PLT movq -8(%rbp), %rax movl 36(%rax), %edi callq revalidate_disk@PLT jmp .LBB0_15 .LBB0_6: movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -24(%rbp) .LBB0_7: # =>This Inner Loop Header: Depth=1 movslq -24(%rbp), %rax movq -16(%rbp), %rcx movslq (%rcx), %rcx movq -8(%rbp), %rdx subq (%rdx), %rcx cmpq %rcx, %rax jge .LBB0_14 # %bb.8: # in Loop: Header=BB0_7 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movslq -24(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq 8(%rax), %rax movq %rax, -32(%rbp) cmpq $0, -32(%rbp) je .LBB0_10 # %bb.9: # in Loop: Header=BB0_7 Depth=1 movl In_sync(%rip), %edi movq -32(%rbp), %rsi callq clear_bit@PLT .LBB0_10: # in Loop: Header=BB0_7 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movslq -24(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq (%rax), %rax movq %rax, -32(%rbp) cmpq $0, -32(%rbp) je .LBB0_12 # %bb.11: # in Loop: Header=BB0_7 Depth=1 movl In_sync(%rip), %edi movq -32(%rbp), %rsi callq clear_bit@PLT .LBB0_12: # in Loop: Header=BB0_7 Depth=1 jmp .LBB0_13 .LBB0_13: # in Loop: Header=BB0_7 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp .LBB0_7 .LBB0_14: jmp .LBB0_15 .LBB0_15: movq -8(%rbp), %rax movl 28(%rax), %ecx movq -8(%rbp), %rax movl %ecx, 32(%rax) movq -16(%rbp), %rax movl 4(%rax), %ecx movl $1, %eax # kill: def $cl killed $ecx shll %cl, %eax movl %eax, %ecx movq -8(%rbp), %rax movl %ecx, 8(%rax) movl MaxSector(%rip), %ecx movq -8(%rbp), %rax movl %ecx, 24(%rax) movq -8(%rbp), %rax movq $0, (%rax) movq -8(%rbp), %rax movq $0, 16(%rax) .LBB0_16: addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size raid10_finish_reshape, .Lfunc_end0-raid10_finish_reshape .cfi_endproc # -- End function .type MD_RECOVERY_INTR,@object # @MD_RECOVERY_INTR .bss .globl MD_RECOVERY_INTR .p2align 2 MD_RECOVERY_INTR: .long 0 # 0x0 .size MD_RECOVERY_INTR, 4 .type MD_RECOVERY_NEEDED,@object # @MD_RECOVERY_NEEDED .globl MD_RECOVERY_NEEDED .p2align 2 MD_RECOVERY_NEEDED: .long 0 # 0x0 .size MD_RECOVERY_NEEDED, 4 .type In_sync,@object # @In_sync .globl In_sync .p2align 2 In_sync: .long 0 # 0x0 .size In_sync, 4 .type MaxSector,@object # @MaxSector .globl MaxSector .p2align 2 MaxSector: .long 0 # 0x0 .size MaxSector, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym raid10_finish_reshape .addrsig_sym test_bit .addrsig_sym raid10_size .addrsig_sym md_set_array_sectors .addrsig_sym set_bit .addrsig_sym set_capacity .addrsig_sym revalidate_disk .addrsig_sym clear_bit .addrsig_sym MD_RECOVERY_INTR .addrsig_sym MD_RECOVERY_NEEDED .addrsig_sym In_sync .addrsig_sym MaxSector
linux/arch/x86/kvm/extr_mmu.c_mmu_page_zap_pte.c
arm/extr_mmu_mmu_page_zap_pte_O0_gcc.s
x86_64/extr_mmu_mmu_page_zap_pte_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function mmu_page_zap_pte _mmu_page_zap_pte: ; @mmu_page_zap_pte .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] str x2, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8] str w8, [sp, #12] ldr w0, [sp, #12] bl _is_shadow_present_pte subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_1 LBB0_1: ldr w0, [sp, #12] ldr x8, [sp, #24] ldr w1, [x8] bl _is_last_spte subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_2 LBB0_2: ldur x0, [x29, #-16] ldr x1, [sp, #16] bl _drop_spte ldr w0, [sp, #12] bl _is_large_pte subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] b LBB0_4 LBB0_4: b LBB0_6 LBB0_5: ldr w8, [sp, #12] adrp x9, _PT64_BASE_ADDR_MASK@GOTPAGE ldr x9, [x9, _PT64_BASE_ADDR_MASK@GOTPAGEOFF] ldr w9, [x9] and w0, w8, w9 bl _page_header str x0, [sp] ldr x0, [sp] ldr x1, [sp, #16] bl _drop_parent_pte b LBB0_6 LBB0_6: mov w8, #1 stur w8, [x29, #-4] b LBB0_10 LBB0_7: ldr w0, [sp, #12] bl _is_mmio_spte subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ldr x0, [sp, #16] bl _mmu_spte_clear_no_track b LBB0_9 LBB0_9: stur wzr, [x29, #-4] b LBB0_10 LBB0_10: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _PT64_BASE_ADDR_MASK,4,2 ; @PT64_BASE_ADDR_MASK .no_dead_strip _mmu_page_zap_pte .subsections_via_symbols
.text .file "extr_mmu.c_mmu_page_zap_pte.c" .p2align 4, 0x90 # -- Begin function mmu_page_zap_pte .type mmu_page_zap_pte,@function mmu_page_zap_pte: # @mmu_page_zap_pte .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -36(%rbp) movl -36(%rbp), %edi callq is_shadow_present_pte@PLT cmpq $0, %rax je .LBB0_7 # %bb.1: movl -36(%rbp), %edi movq -24(%rbp), %rax movl (%rax), %esi callq is_last_spte@PLT cmpq $0, %rax je .LBB0_5 # %bb.2: movq -16(%rbp), %rdi movq -32(%rbp), %rsi callq drop_spte@PLT movl -36(%rbp), %edi callq is_large_pte@PLT cmpq $0, %rax je .LBB0_4 # %bb.3: movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) .LBB0_4: jmp .LBB0_6 .LBB0_5: movl -36(%rbp), %edi andl PT64_BASE_ADDR_MASK(%rip), %edi callq page_header@PLT movq %rax, -48(%rbp) movq -48(%rbp), %rdi movq -32(%rbp), %rsi callq drop_parent_pte@PLT .LBB0_6: movl $1, -4(%rbp) jmp .LBB0_10 .LBB0_7: movl -36(%rbp), %edi callq is_mmio_spte@PLT cmpq $0, %rax je .LBB0_9 # %bb.8: movq -32(%rbp), %rdi callq mmu_spte_clear_no_track@PLT .LBB0_9: movl $0, -4(%rbp) .LBB0_10: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size mmu_page_zap_pte, .Lfunc_end0-mmu_page_zap_pte .cfi_endproc # -- End function .type PT64_BASE_ADDR_MASK,@object # @PT64_BASE_ADDR_MASK .bss .globl PT64_BASE_ADDR_MASK .p2align 2 PT64_BASE_ADDR_MASK: .long 0 # 0x0 .size PT64_BASE_ADDR_MASK, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym mmu_page_zap_pte .addrsig_sym is_shadow_present_pte .addrsig_sym is_last_spte .addrsig_sym drop_spte .addrsig_sym is_large_pte .addrsig_sym page_header .addrsig_sym drop_parent_pte .addrsig_sym is_mmio_spte .addrsig_sym mmu_spte_clear_no_track .addrsig_sym PT64_BASE_ADDR_MASK
ios-webkit-debug-proxy/src/extr_ios_webkit_debug_proxy.c_iwdp_iwi_free.c
arm/extr_ios_webkit_debug_proxy_iwdp_iwi_free_O0_gcc.s
x86_64/extr_ios_webkit_debug_proxy_iwdp_iwi_free_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _iwdp_iwi_free ; -- Begin function iwdp_iwi_free .p2align 2 _iwdp_iwi_free: ; @iwdp_iwi_free .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #8] ldr w0, [x8, #24] bl _wi_free ldr x8, [sp, #8] ldr w0, [x8, #20] bl _rpc_free ldr x8, [sp, #8] ldr w0, [x8, #16] bl _rpc_free_app ldr x8, [sp, #8] ldr x0, [x8, #8] bl _free ldr x8, [sp, #8] ldr w0, [x8, #4] bl _ht_free ldr x8, [sp, #8] ldr w0, [x8] bl _ht_free ldr x0, [sp, #8] mov w1, #0 mov w2, #4 bl _memset ldr x0, [sp, #8] bl _free b LBB0_2 LBB0_2: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_ios_webkit_debug_proxy.c_iwdp_iwi_free.c" .globl iwdp_iwi_free # -- Begin function iwdp_iwi_free .p2align 4, 0x90 .type iwdp_iwi_free,@function iwdp_iwi_free: # @iwdp_iwi_free .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) cmpq $0, -8(%rbp) je .LBB0_2 # %bb.1: movq -8(%rbp), %rax movl 24(%rax), %edi callq wi_free@PLT movq -8(%rbp), %rax movl 20(%rax), %edi callq rpc_free@PLT movq -8(%rbp), %rax movl 16(%rax), %edi callq rpc_free_app@PLT movq -8(%rbp), %rax movq 8(%rax), %rdi callq free@PLT movq -8(%rbp), %rax movl 4(%rax), %edi callq ht_free@PLT movq -8(%rbp), %rax movl (%rax), %edi callq ht_free@PLT movq -8(%rbp), %rdi xorl %esi, %esi movl $4, %edx callq memset@PLT movq -8(%rbp), %rdi callq free@PLT .LBB0_2: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size iwdp_iwi_free, .Lfunc_end0-iwdp_iwi_free .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym wi_free .addrsig_sym rpc_free .addrsig_sym rpc_free_app .addrsig_sym free .addrsig_sym ht_free .addrsig_sym memset
darwin-xnu/bsd/netinet/extr_ip_input.c_ip_input_update_nstat.c
arm/extr_ip_input_ip_input_update_nstat_O0_gcc.s
x86_64/extr_ip_input_ip_input_update_nstat_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function ip_input_update_nstat _ip_input_update_nstat: ; @ip_input_update_nstat .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x8, x1 stur w8, [x29, #-4] str x0, [sp, #16] str w2, [sp, #12] str w3, [sp, #8] adrp x8, _nstat_collect@GOTPAGE ldr x8, [x8, _nstat_collect@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_1 LBB0_1: ldr x0, [sp, #16] ldur w8, [x29, #-4] mov x1, x8 bl _ifnet_cached_rtlookup_inet str x0, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr x0, [sp] ldr w1, [sp, #12] ldr w2, [sp, #8] mov w3, #0 bl _nstat_route_rx ldr x0, [sp] bl _rtfree b LBB0_3 LBB0_3: b LBB0_4 LBB0_4: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _nstat_collect,8,3 ; @nstat_collect .no_dead_strip _ip_input_update_nstat .subsections_via_symbols
.text .file "extr_ip_input.c_ip_input_update_nstat.c" .p2align 4, 0x90 # -- Begin function ip_input_update_nstat .type ip_input_update_nstat,@function ip_input_update_nstat: # @ip_input_update_nstat .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %esi, -8(%rbp) movq %rdi, -16(%rbp) movl %edx, -20(%rbp) movl %ecx, -24(%rbp) cmpq $0, nstat_collect(%rip) je .LBB0_4 # %bb.1: movq -16(%rbp), %rdi movl -8(%rbp), %esi callq ifnet_cached_rtlookup_inet@PLT movq %rax, -32(%rbp) cmpq $0, -32(%rbp) je .LBB0_3 # %bb.2: movq -32(%rbp), %rdi movl -20(%rbp), %esi movl -24(%rbp), %edx xorl %ecx, %ecx callq nstat_route_rx@PLT movq -32(%rbp), %rdi callq rtfree@PLT .LBB0_3: jmp .LBB0_4 .LBB0_4: addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ip_input_update_nstat, .Lfunc_end0-ip_input_update_nstat .cfi_endproc # -- End function .type nstat_collect,@object # @nstat_collect .bss .globl nstat_collect .p2align 3 nstat_collect: .quad 0 # 0x0 .size nstat_collect, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym ip_input_update_nstat .addrsig_sym ifnet_cached_rtlookup_inet .addrsig_sym nstat_route_rx .addrsig_sym rtfree .addrsig_sym nstat_collect
fastsocket/kernel/drivers/scsi/megaraid/extr_megaraid_mm.c_mraid_mm_dealloc_kioc.c
arm/extr_megaraid_mm_mraid_mm_dealloc_kioc_O0_gcc.s
x86_64/extr_megaraid_mm_mraid_mm_dealloc_kioc_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function mraid_mm_dealloc_kioc _mraid_mm_dealloc_kioc: ; @mraid_mm_dealloc_kioc .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_1 LBB0_1: ldur x8, [x29, #-8] ldr x8, [x8, #16] ldr x9, [sp, #16] ldrsw x9, [x9] mov x10, #24 mul x9, x9, x10 add x8, x8, x9 str x8, [sp, #8] ldr x0, [sp, #8] ldr x1, [sp] bl _spin_lock_irqsave ldr x8, [sp, #16] ldr w8, [x8, #4] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr x8, [sp, #8] ldr w0, [x8, #16] ldr x8, [sp, #16] ldr w1, [x8, #16] ldr x8, [sp, #16] ldr w2, [x8, #12] bl _pci_pool_free b LBB0_4 LBB0_3: ldr x8, [sp, #8] str xzr, [x8, #8] b LBB0_4 LBB0_4: ldr x0, [sp, #8] ldr x1, [sp] bl _spin_unlock_irqrestore b LBB0_5 LBB0_5: ldur x8, [x29, #-8] add x0, x8, #4 ldr x1, [sp] bl _spin_lock_irqsave ldr x8, [sp, #16] add x0, x8, #8 ldur x8, [x29, #-8] add x1, x8, #8 bl _list_add ldur x8, [x29, #-8] add x0, x8, #4 ldr x1, [sp] bl _spin_unlock_irqrestore ldur x0, [x29, #-8] bl _up ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .no_dead_strip _mraid_mm_dealloc_kioc .subsections_via_symbols
.text .file "extr_megaraid_mm.c_mraid_mm_dealloc_kioc.c" .p2align 4, 0x90 # -- Begin function mraid_mm_dealloc_kioc .type mraid_mm_dealloc_kioc,@function mraid_mm_dealloc_kioc: # @mraid_mm_dealloc_kioc .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax cmpl $-1, (%rax) je .LBB0_5 # %bb.1: movq -8(%rbp), %rax movq 16(%rax), %rax movq -16(%rbp), %rcx movslq (%rcx), %rcx imulq $24, %rcx, %rcx addq %rcx, %rax movq %rax, -24(%rbp) movq -24(%rbp), %rdi movq -32(%rbp), %rsi callq spin_lock_irqsave@PLT movq -16(%rbp), %rax cmpl $1, 4(%rax) jne .LBB0_3 # %bb.2: movq -24(%rbp), %rax movl 16(%rax), %edi movq -16(%rbp), %rax movl 16(%rax), %esi movq -16(%rbp), %rax movl 12(%rax), %edx callq pci_pool_free@PLT jmp .LBB0_4 .LBB0_3: movq -24(%rbp), %rax movq $0, 8(%rax) .LBB0_4: movq -24(%rbp), %rdi movq -32(%rbp), %rsi callq spin_unlock_irqrestore@PLT .LBB0_5: movq -8(%rbp), %rdi addq $4, %rdi movq -32(%rbp), %rsi callq spin_lock_irqsave@PLT movq -16(%rbp), %rdi addq $8, %rdi movq -8(%rbp), %rsi addq $8, %rsi callq list_add@PLT movq -8(%rbp), %rdi addq $4, %rdi movq -32(%rbp), %rsi callq spin_unlock_irqrestore@PLT movq -8(%rbp), %rdi callq up@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size mraid_mm_dealloc_kioc, .Lfunc_end0-mraid_mm_dealloc_kioc .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym mraid_mm_dealloc_kioc .addrsig_sym spin_lock_irqsave .addrsig_sym pci_pool_free .addrsig_sym spin_unlock_irqrestore .addrsig_sym list_add .addrsig_sym up
linux/drivers/net/bonding/extr_bond_alb.c_tlb_clear_slave.c
arm/extr_bond_alb_tlb_clear_slave_O0_gcc.s
x86_64/extr_bond_alb_tlb_clear_slave_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function tlb_clear_slave _tlb_clear_slave: ; @tlb_clear_slave .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str w2, [sp, #12] ldur x0, [x29, #-8] bl _spin_lock_bh ldur x0, [x29, #-8] ldr x1, [sp, #16] ldr w2, [sp, #12] bl ___tlb_clear_slave ldur x0, [x29, #-8] bl _spin_unlock_bh ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .no_dead_strip _tlb_clear_slave .subsections_via_symbols
.text .file "extr_bond_alb.c_tlb_clear_slave.c" .p2align 4, 0x90 # -- Begin function tlb_clear_slave .type tlb_clear_slave,@function tlb_clear_slave: # @tlb_clear_slave .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movq -8(%rbp), %rdi callq spin_lock_bh@PLT movq -8(%rbp), %rdi movq -16(%rbp), %rsi movl -20(%rbp), %edx callq __tlb_clear_slave@PLT movq -8(%rbp), %rdi callq spin_unlock_bh@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size tlb_clear_slave, .Lfunc_end0-tlb_clear_slave .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym tlb_clear_slave .addrsig_sym spin_lock_bh .addrsig_sym __tlb_clear_slave .addrsig_sym spin_unlock_bh
darwin-xnu/libsyscall/mach/extr_mach_vm.c_vm_deallocate.c
arm/extr_mach_vm_vm_deallocate_O0_gcc.s
x86_64/extr_mach_vm_vm_deallocate_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _vm_deallocate ; -- Begin function vm_deallocate .p2align 2 _vm_deallocate: ; @vm_deallocate .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str w1, [sp, #8] str w2, [sp, #4] ldur w0, [x29, #-4] ldr w1, [sp, #8] ldr w2, [sp, #4] bl _mach_vm_deallocate str w0, [sp] ldr w0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_mach_vm.c_vm_deallocate.c" .globl vm_deallocate # -- Begin function vm_deallocate .p2align 4, 0x90 .type vm_deallocate,@function vm_deallocate: # @vm_deallocate .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl %edx, -12(%rbp) movl -4(%rbp), %edi movl -8(%rbp), %esi movl -12(%rbp), %edx callq mach_vm_deallocate@PLT movl %eax, -16(%rbp) movl -16(%rbp), %eax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size vm_deallocate, .Lfunc_end0-vm_deallocate .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym mach_vm_deallocate
macvim/src/extr_gui_w48.c_gui_mch_draw_hollow_cursor.c
arm/extr_gui_w48_gui_mch_draw_hollow_cursor_O0_gcc.s
x86_64/extr_gui_w48_gui_mch_draw_hollow_cursor_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _gui_mch_draw_hollow_cursor ; -- Begin function gui_mch_draw_hollow_cursor .p2align 2 _gui_mch_draw_hollow_cursor: ; @gui_mch_draw_hollow_cursor .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _gui@GOTPAGE ldr x8, [x8, _gui@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill stur w0, [x29, #-4] ldr w0, [x8, #16] bl _FILL_X ldr x8, [sp, #8] ; 8-byte Folded Reload add x9, sp, #24 str x9, [sp, #16] ; 8-byte Folded Spill str x0, [sp, #48] ldr w0, [x8, #20] bl _FILL_Y ldr x9, [sp, #8] ; 8-byte Folded Reload str x0, [sp, #24] ldr x8, [sp, #48] ldr x10, [x9, #8] add x8, x8, x10 str x8, [sp, #40] ldr x8, [sp, #24] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #32] ldur w0, [x29, #-4] bl _CreateSolidBrush ldr x1, [sp, #16] ; 8-byte Folded Reload stur w0, [x29, #-8] adrp x8, _s_hdc@GOTPAGE ldr x8, [x8, _s_hdc@GOTPAGEOFF] ldr w0, [x8] ldur w2, [x29, #-8] bl _FrameRect ldur w0, [x29, #-8] bl _DeleteBrush ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _gui,24,3 ; @gui .comm _s_hdc,4,2 ; @s_hdc .subsections_via_symbols
.text .file "extr_gui_w48.c_gui_mch_draw_hollow_cursor.c" .globl gui_mch_draw_hollow_cursor # -- Begin function gui_mch_draw_hollow_cursor .p2align 4, 0x90 .type gui_mch_draw_hollow_cursor,@function gui_mch_draw_hollow_cursor: # @gui_mch_draw_hollow_cursor .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl %edi, -4(%rbp) movl gui+16(%rip), %edi callq FILL_X@PLT movq %rax, -16(%rbp) movl gui+20(%rip), %edi callq FILL_Y@PLT movq %rax, -40(%rbp) movq -16(%rbp), %rax addq gui+8(%rip), %rax movq %rax, -24(%rbp) movq -40(%rbp), %rax addq gui(%rip), %rax movq %rax, -32(%rbp) movl -4(%rbp), %edi callq CreateSolidBrush@PLT movl %eax, -8(%rbp) movl s_hdc(%rip), %edi movl -8(%rbp), %edx leaq -40(%rbp), %rsi callq FrameRect@PLT movl -8(%rbp), %edi callq DeleteBrush@PLT addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size gui_mch_draw_hollow_cursor, .Lfunc_end0-gui_mch_draw_hollow_cursor .cfi_endproc # -- End function .type gui,@object # @gui .bss .globl gui .p2align 3 gui: .zero 24 .size gui, 24 .type s_hdc,@object # @s_hdc .globl s_hdc .p2align 2 s_hdc: .long 0 # 0x0 .size s_hdc, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym FILL_X .addrsig_sym FILL_Y .addrsig_sym CreateSolidBrush .addrsig_sym FrameRect .addrsig_sym DeleteBrush .addrsig_sym gui .addrsig_sym s_hdc
linux/samples/vfio-mdev/extr_mbochs.c_mbochs_reset.c
arm/extr_mbochs_mbochs_reset_O0_gcc.s
x86_64/extr_mbochs_mbochs_reset_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function mbochs_reset _mbochs_reset: ; @mbochs_reset .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] bl _mdev_get_drvdata str x0, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8] mov w9, #65536 sdiv w8, w8, w9 str w8, [sp, #12] str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] str w8, [sp, #4] ; 4-byte Folded Spill ldr x8, [sp, #16] ldr x0, [x8, #8] bl _ARRAY_SIZE ldr w8, [sp, #4] ; 4-byte Folded Reload subs w8, w8, w0 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ldr x9, [x8, #8] ldrsw x10, [sp, #8] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_1 LBB0_4: adrp x8, _VBE_DISPI_ID5@GOTPAGE ldr x8, [x8, _VBE_DISPI_ID5@GOTPAGEOFF] ldr w8, [x8] ldr x9, [sp, #16] ldr x9, [x9, #8] adrp x10, _VBE_DISPI_INDEX_ID@GOTPAGE ldr x10, [x10, _VBE_DISPI_INDEX_ID@GOTPAGEOFF] ldr x10, [x10] str w8, [x9, x10, lsl #2] ldr w8, [sp, #12] ldr x9, [sp, #16] ldr x9, [x9, #8] adrp x10, _VBE_DISPI_INDEX_VIDEO_MEMORY_64K@GOTPAGE ldr x10, [x10, _VBE_DISPI_INDEX_VIDEO_MEMORY_64K@GOTPAGEOFF] ldr x10, [x10] str w8, [x9, x10, lsl #2] mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _VBE_DISPI_ID5,4,2 ; @VBE_DISPI_ID5 .comm _VBE_DISPI_INDEX_ID,8,3 ; @VBE_DISPI_INDEX_ID .comm _VBE_DISPI_INDEX_VIDEO_MEMORY_64K,8,3 ; @VBE_DISPI_INDEX_VIDEO_MEMORY_64K .no_dead_strip _mbochs_reset .subsections_via_symbols
.text .file "extr_mbochs.c_mbochs_reset.c" .p2align 4, 0x90 # -- Begin function mbochs_reset .type mbochs_reset,@function mbochs_reset: # @mbochs_reset .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq mdev_get_drvdata@PLT movq %rax, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %eax movl $65536, %ecx # imm = 0x10000 cltd idivl %ecx movl %eax, -20(%rbp) movl $0, -24(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax movl %eax, -28(%rbp) # 4-byte Spill movq -16(%rbp), %rax movq 8(%rax), %rdi callq ARRAY_SIZE@PLT movl %eax, %ecx movl -28(%rbp), %eax # 4-byte Reload cmpl %ecx, %eax jge .LBB0_4 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movslq -24(%rbp), %rcx movl $0, (%rax,%rcx,4) # %bb.3: # in Loop: Header=BB0_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp .LBB0_1 .LBB0_4: movl VBE_DISPI_ID5(%rip), %edx movq -16(%rbp), %rax movq 8(%rax), %rax movq VBE_DISPI_INDEX_ID(%rip), %rcx movl %edx, (%rax,%rcx,4) movl -20(%rbp), %edx movq -16(%rbp), %rax movq 8(%rax), %rax movq VBE_DISPI_INDEX_VIDEO_MEMORY_64K(%rip), %rcx movl %edx, (%rax,%rcx,4) xorl %eax, %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size mbochs_reset, .Lfunc_end0-mbochs_reset .cfi_endproc # -- End function .type VBE_DISPI_ID5,@object # @VBE_DISPI_ID5 .bss .globl VBE_DISPI_ID5 .p2align 2 VBE_DISPI_ID5: .long 0 # 0x0 .size VBE_DISPI_ID5, 4 .type VBE_DISPI_INDEX_ID,@object # @VBE_DISPI_INDEX_ID .globl VBE_DISPI_INDEX_ID .p2align 3 VBE_DISPI_INDEX_ID: .quad 0 # 0x0 .size VBE_DISPI_INDEX_ID, 8 .type VBE_DISPI_INDEX_VIDEO_MEMORY_64K,@object # @VBE_DISPI_INDEX_VIDEO_MEMORY_64K .globl VBE_DISPI_INDEX_VIDEO_MEMORY_64K .p2align 3 VBE_DISPI_INDEX_VIDEO_MEMORY_64K: .quad 0 # 0x0 .size VBE_DISPI_INDEX_VIDEO_MEMORY_64K, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym mbochs_reset .addrsig_sym mdev_get_drvdata .addrsig_sym ARRAY_SIZE .addrsig_sym VBE_DISPI_ID5 .addrsig_sym VBE_DISPI_INDEX_ID .addrsig_sym VBE_DISPI_INDEX_VIDEO_MEMORY_64K
fastsocket/kernel/arch/parisc/kernel/extr_firmware.c_convert_to_wide.c
arm/extr_firmware_convert_to_wide_O0_gcc.s
x86_64/extr_firmware_convert_to_wide_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function convert_to_wide _convert_to_wide: ; @convert_to_wide .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .comm _parisc_narrow_firmware,4,2 ; @parisc_narrow_firmware .no_dead_strip _convert_to_wide .subsections_via_symbols
.text .file "extr_firmware.c_convert_to_wide.c" .p2align 4, 0x90 # -- Begin function convert_to_wide .type convert_to_wide,@function convert_to_wide: # @convert_to_wide .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size convert_to_wide, .Lfunc_end0-convert_to_wide .cfi_endproc # -- End function .type parisc_narrow_firmware,@object # @parisc_narrow_firmware .bss .globl parisc_narrow_firmware .p2align 2 parisc_narrow_firmware: .long 0 # 0x0 .size parisc_narrow_firmware, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym convert_to_wide
fastsocket/kernel/net/wireless/extr_reg.c_alpha2_equal.c
arm/extr_reg_alpha2_equal_O0_gcc.s
x86_64/extr_reg_alpha2_equal_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function alpha2_equal _alpha2_equal: ; @alpha2_equal .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] str x1, [sp, #8] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: str wzr, [sp, #28] b LBB0_6 LBB0_3: ldr x8, [sp, #16] ldrsb w8, [x8] ldr x9, [sp, #8] ldrsb w9, [x9] subs w8, w8, w9 cset w8, ne mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldr x8, [sp, #16] ldrsb w8, [x8, #1] ldr x9, [sp, #8] ldrsb w9, [x9, #1] subs w8, w8, w9 cset w8, eq str w8, [sp, #4] ; 4-byte Folded Spill b LBB0_5 LBB0_5: ldr w8, [sp, #4] ; 4-byte Folded Reload and w8, w8, #0x1 str w8, [sp, #28] b LBB0_6 LBB0_6: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .no_dead_strip _alpha2_equal .subsections_via_symbols
.text .file "extr_reg.c_alpha2_equal.c" .p2align 4, 0x90 # -- Begin function alpha2_equal .type alpha2_equal,@function alpha2_equal: # @alpha2_equal .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) cmpq $0, -16(%rbp) je .LBB0_2 # %bb.1: cmpq $0, -24(%rbp) jne .LBB0_3 .LBB0_2: movl $0, -4(%rbp) jmp .LBB0_6 .LBB0_3: movq -16(%rbp), %rax movsbl (%rax), %ecx movq -24(%rbp), %rax movsbl (%rax), %edx xorl %eax, %eax # kill: def $al killed $al killed $eax cmpl %edx, %ecx movb %al, -25(%rbp) # 1-byte Spill jne .LBB0_5 # %bb.4: movq -16(%rbp), %rax movsbl 1(%rax), %eax movq -24(%rbp), %rcx movsbl 1(%rcx), %ecx cmpl %ecx, %eax sete %al movb %al, -25(%rbp) # 1-byte Spill .LBB0_5: movb -25(%rbp), %al # 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -4(%rbp) .LBB0_6: movl -4(%rbp), %eax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size alpha2_equal, .Lfunc_end0-alpha2_equal .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym alpha2_equal
fastsocket/kernel/drivers/scsi/extr_scsi_transport_spi.c_spi_dv_device_echo_buffer.c
arm/extr_scsi_transport_spi_spi_dv_device_echo_buffer_O0_gcc.s
x86_64/extr_scsi_transport_spi_spi_dv_device_echo_buffer_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function spi_dv_device_echo_buffer _spi_dv_device_echo_buffer: ; @spi_dv_device_echo_buffer .cfi_startproc ; %bb.0: sub sp, sp, #176 .cfi_def_cfa_offset 176 stp x29, x30, [sp, #160] ; 16-byte Folded Spill add x29, sp, #160 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur x0, [x29, #-40] stur x1, [x29, #-48] stur x2, [x29, #-56] stur w3, [x29, #-60] ldur x8, [x29, #-56] ldur x9, [x29, #-48] subs x8, x8, x9 mov x9, #4 sdiv x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-64] mov w8, #65535 str w8, [sp, #76] adrp x8, _WRITE_BUFFER@GOTPAGE ldr x8, [x8, _WRITE_BUFFER@GOTPAGEOFF] ldr w8, [x8] sturb w8, [x29, #-18] mov w8, #10 sturb w8, [x29, #-17] sturb wzr, [x29, #-16] sturb wzr, [x29, #-15] sturb wzr, [x29, #-14] sturb wzr, [x29, #-13] sturb wzr, [x29, #-12] ldur w9, [x29, #-64] asr w9, w9, #8 sturb w9, [x29, #-11] ldurb w9, [x29, #-64] sturb w9, [x29, #-10] sturb wzr, [x29, #-9] adrp x9, _READ_BUFFER@GOTPAGE ldr x9, [x9, _READ_BUFFER@GOTPAGEOFF] ldr w9, [x9] sturb w9, [x29, #-28] sturb w8, [x29, #-27] sturb wzr, [x29, #-26] sturb wzr, [x29, #-25] sturb wzr, [x29, #-24] sturb wzr, [x29, #-23] sturb wzr, [x29, #-22] ldur w8, [x29, #-64] asr w8, w8, #8 sturb w8, [x29, #-21] ldurb w8, [x29, #-64] sturb w8, [x29, #-20] sturb wzr, [x29, #-19] stur wzr, [x29, #-68] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ; Child Loop BB0_7 Depth 2 ; Child Loop BB0_11 Depth 2 ; Child Loop BB0_15 Depth 2 ldur w8, [x29, #-68] ldur w9, [x29, #-64] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_19 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-68] str w8, [sp, #24] ; 4-byte Folded Spill ldur w0, [x29, #-64] mov w1, #32 bl _min ldr w8, [sp, #24] ; 4-byte Folded Reload subs w8, w8, w0 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldur w8, [x29, #-68] ldur x9, [x29, #-48] ldursw x10, [x29, #-68] str w8, [x9, x10, lsl #2] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldur w8, [x29, #-68] add w8, w8, #1 stur w8, [x29, #-68] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-68] stur w8, [x29, #-72] b LBB0_7 LBB0_7: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-68] str w8, [sp, #20] ; 4-byte Folded Spill ldur w0, [x29, #-64] ldur w8, [x29, #-72] add w1, w8, #32 bl _min ldr w8, [sp, #20] ; 4-byte Folded Reload subs w8, w8, w0 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=2 ldur x8, [x29, #-48] ldursw x9, [x29, #-68] add x8, x8, x9, lsl #2 str x8, [sp, #48] ldur w9, [x29, #-68] mov w8, #0 ands w9, w9, #0x2 cset w9, ne and w10, w9, #0x1 mov w9, #65535 ands w10, w10, #0x1 csel w8, w8, w9, ne ldr x9, [sp, #48] str w8, [x9] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=2 ldur w8, [x29, #-68] add w8, w8, #2 stur w8, [x29, #-68] b LBB0_7 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-68] stur w8, [x29, #-72] b LBB0_11 LBB0_11: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-68] str w8, [sp, #16] ; 4-byte Folded Spill ldur w0, [x29, #-64] ldur w8, [x29, #-72] add w1, w8, #32 bl _min ldr w8, [sp, #16] ; 4-byte Folded Reload subs w8, w8, w0 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 ldur x8, [x29, #-48] ldursw x9, [x29, #-68] add x8, x8, x9, lsl #2 str x8, [sp, #40] ldur w8, [x29, #-68] ands w8, w8, #0x2 cset w8, ne and w10, w8, #0x1 mov w9, #43690 mov w8, #21845 ands w10, w10, #0x1 csel w8, w8, w9, ne ldr x9, [sp, #40] str w8, [x9] b LBB0_13 LBB0_13: ; in Loop: Header=BB0_11 Depth=2 ldur w8, [x29, #-68] add w8, w8, #2 stur w8, [x29, #-68] b LBB0_11 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-68] stur w8, [x29, #-72] b LBB0_15 LBB0_15: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-68] str w8, [sp, #12] ; 4-byte Folded Spill ldur w0, [x29, #-64] ldur w8, [x29, #-72] add w1, w8, #32 bl _min ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, w0 cset w8, ge tbnz w8, #0, LBB0_18 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_15 Depth=2 ldur x8, [x29, #-48] ldursw x9, [x29, #-68] add x8, x8, x9, lsl #2 str x8, [sp, #32] ldr w9, [sp, #76] mov w10, #-2147483648 mov w8, #0 ands w9, w9, w10 cset w9, ne and w9, w9, #0x1 ands w9, w9, #0x1 csinc w8, w8, wzr, eq str w8, [sp, #28] ldr w8, [sp, #76] ldr x9, [sp, #32] str w8, [x9] ldr w9, [sp, #76] ldr w8, [sp, #28] orr w8, w8, w9, lsl #1 str w8, [sp, #76] b LBB0_17 LBB0_17: ; in Loop: Header=BB0_15 Depth=2 ldur w8, [x29, #-68] add w8, w8, #4 stur w8, [x29, #-68] b LBB0_15 LBB0_18: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_19: stur wzr, [x29, #-76] b LBB0_20 LBB0_20: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-76] ldur w9, [x29, #-60] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_33 b LBB0_21 LBB0_21: ; in Loop: Header=BB0_20 Depth=1 ldur x0, [x29, #-40] adrp x8, _DMA_TO_DEVICE@GOTPAGE ldr x8, [x8, _DMA_TO_DEVICE@GOTPAGEOFF] ldr w2, [x8] ldur x3, [x29, #-48] ldur w4, [x29, #-64] sub x1, x29, #18 add x5, sp, #56 bl _spi_execute str w0, [sp, #80] ldr w8, [sp, #80] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_23 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_20 Depth=1 ldur x0, [x29, #-40] bl _scsi_device_online subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_29 b LBB0_23 LBB0_23: ldur x0, [x29, #-40] adrp x8, _SDEV_QUIESCE@GOTPAGE ldr x8, [x8, _SDEV_QUIESCE@GOTPAGEOFF] ldr w1, [x8] bl _scsi_device_set_state add x0, sp, #56 bl _scsi_sense_valid subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_28 b LBB0_24 LBB0_24: ldr x8, [sp, #56] adrp x9, _ILLEGAL_REQUEST@GOTPAGE ldr x9, [x9, _ILLEGAL_REQUEST@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_28 b LBB0_25 LBB0_25: ldr w8, [sp, #64] subs w8, w8, #36 cset w8, ne tbnz w8, #0, LBB0_28 b LBB0_26 LBB0_26: ldr w8, [sp, #68] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_28 b LBB0_27 LBB0_27: adrp x8, _SPI_COMPARE_SKIP_TEST@GOTPAGE ldr x8, [x8, _SPI_COMPARE_SKIP_TEST@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-32] b LBB0_34 LBB0_28: adrp x8, _KERN_ERR@GOTPAGE ldr x8, [x8, _KERN_ERR@GOTPAGEOFF] ldr w0, [x8] ldur x1, [x29, #-40] ldr w3, [sp, #80] adrp x2, l_.str@PAGE add x2, x2, l_.str@PAGEOFF bl _sdev_printk adrp x8, _SPI_COMPARE_FAILURE@GOTPAGE ldr x8, [x8, _SPI_COMPARE_FAILURE@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-32] b LBB0_34 LBB0_29: ; in Loop: Header=BB0_20 Depth=1 ldur x0, [x29, #-56] ldur w2, [x29, #-64] mov w1, #0 bl _memset ldur x0, [x29, #-40] adrp x8, _DMA_FROM_DEVICE@GOTPAGE ldr x8, [x8, _DMA_FROM_DEVICE@GOTPAGEOFF] ldr w2, [x8] ldur x3, [x29, #-56] ldur w4, [x29, #-64] sub x1, x29, #28 mov x5, #0 bl _spi_execute ldur x0, [x29, #-40] adrp x8, _SDEV_QUIESCE@GOTPAGE ldr x8, [x8, _SDEV_QUIESCE@GOTPAGEOFF] ldr w1, [x8] bl _scsi_device_set_state ldur x0, [x29, #-48] ldur x1, [x29, #-56] ldur w2, [x29, #-64] bl _memcmp subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_31 b LBB0_30 LBB0_30: adrp x8, _SPI_COMPARE_FAILURE@GOTPAGE ldr x8, [x8, _SPI_COMPARE_FAILURE@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-32] b LBB0_34 LBB0_31: ; in Loop: Header=BB0_20 Depth=1 b LBB0_32 LBB0_32: ; in Loop: Header=BB0_20 Depth=1 ldur w8, [x29, #-76] add w8, w8, #1 stur w8, [x29, #-76] b LBB0_20 LBB0_33: adrp x8, _SPI_COMPARE_SUCCESS@GOTPAGE ldr x8, [x8, _SPI_COMPARE_SUCCESS@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-32] b LBB0_34 LBB0_34: ldur w8, [x29, #-32] str w8, [sp, #8] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_36 b LBB0_35 LBB0_35: bl ___stack_chk_fail LBB0_36: ldr w0, [sp, #8] ; 4-byte Folded Reload ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .comm _WRITE_BUFFER,4,2 ; @WRITE_BUFFER .comm _READ_BUFFER,4,2 ; @READ_BUFFER .comm _DMA_TO_DEVICE,4,2 ; @DMA_TO_DEVICE .comm _SDEV_QUIESCE,4,2 ; @SDEV_QUIESCE .comm _ILLEGAL_REQUEST,8,3 ; @ILLEGAL_REQUEST .comm _SPI_COMPARE_SKIP_TEST,4,2 ; @SPI_COMPARE_SKIP_TEST .comm _KERN_ERR,4,2 ; @KERN_ERR .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Write Buffer failure %x\n" .comm _SPI_COMPARE_FAILURE,4,2 ; @SPI_COMPARE_FAILURE .comm _DMA_FROM_DEVICE,4,2 ; @DMA_FROM_DEVICE .comm _SPI_COMPARE_SUCCESS,4,2 ; @SPI_COMPARE_SUCCESS .no_dead_strip _spi_dv_device_echo_buffer .subsections_via_symbols
.text .file "extr_scsi_transport_spi.c_spi_dv_device_echo_buffer.c" .p2align 4, 0x90 # -- Begin function spi_dv_device_echo_buffer .type spi_dv_device_echo_buffer,@function spi_dv_device_echo_buffer: # @spi_dv_device_echo_buffer .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $160, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movl %ecx, -36(%rbp) movq -32(%rbp), %rax movq -24(%rbp), %rcx subq %rcx, %rax sarq $2, %rax # kill: def $eax killed $eax killed $rax movl %eax, -40(%rbp) movl $65535, -60(%rbp) # imm = 0xFFFF movl WRITE_BUFFER(%rip), %eax # kill: def $al killed $al killed $eax movb %al, -90(%rbp) movb $10, -89(%rbp) movb $0, -88(%rbp) movb $0, -87(%rbp) movb $0, -86(%rbp) movb $0, -85(%rbp) movb $0, -84(%rbp) movl -40(%rbp), %eax sarl $8, %eax # kill: def $al killed $al killed $eax movb %al, -83(%rbp) movl -40(%rbp), %eax andl $255, %eax # kill: def $al killed $al killed $eax movb %al, -82(%rbp) movb $0, -81(%rbp) movl READ_BUFFER(%rip), %eax # kill: def $al killed $al killed $eax movb %al, -100(%rbp) movb $10, -99(%rbp) movb $0, -98(%rbp) movb $0, -97(%rbp) movb $0, -96(%rbp) movb $0, -95(%rbp) movb $0, -94(%rbp) movl -40(%rbp), %eax sarl $8, %eax # kill: def $al killed $al killed $eax movb %al, -93(%rbp) movl -40(%rbp), %eax andl $255, %eax # kill: def $al killed $al killed $eax movb %al, -92(%rbp) movb $0, -91(%rbp) movl $0, -44(%rbp) .LBB0_1: # =>This Loop Header: Depth=1 # Child Loop BB0_3 Depth 2 # Child Loop BB0_7 Depth 2 # Child Loop BB0_11 Depth 2 # Child Loop BB0_15 Depth 2 movl -44(%rbp), %eax cmpl -40(%rbp), %eax jge .LBB0_19 # %bb.2: # in Loop: Header=BB0_1 Depth=1 jmp .LBB0_3 .LBB0_3: # Parent Loop BB0_1 Depth=1 # => This Inner Loop Header: Depth=2 movl -44(%rbp), %eax movl %eax, -136(%rbp) # 4-byte Spill movl -40(%rbp), %edi movl $32, %esi callq min@PLT movl %eax, %ecx movl -136(%rbp), %eax # 4-byte Reload cmpl %ecx, %eax jge .LBB0_6 # %bb.4: # in Loop: Header=BB0_3 Depth=2 movl -44(%rbp), %edx movq -24(%rbp), %rax movslq -44(%rbp), %rcx movl %edx, (%rax,%rcx,4) # %bb.5: # in Loop: Header=BB0_3 Depth=2 movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) jmp .LBB0_3 .LBB0_6: # in Loop: Header=BB0_1 Depth=1 movl -44(%rbp), %eax movl %eax, -48(%rbp) .LBB0_7: # Parent Loop BB0_1 Depth=1 # => This Inner Loop Header: Depth=2 movl -44(%rbp), %eax movl %eax, -140(%rbp) # 4-byte Spill movl -40(%rbp), %edi movl -48(%rbp), %esi addl $32, %esi callq min@PLT movl %eax, %ecx movl -140(%rbp), %eax # 4-byte Reload cmpl %ecx, %eax jge .LBB0_10 # %bb.8: # in Loop: Header=BB0_7 Depth=2 movq -24(%rbp), %rax movslq -44(%rbp), %rcx shlq $2, %rcx addq %rcx, %rax movq %rax, -112(%rbp) movl -44(%rbp), %edx andl $2, %edx movl $65535, %ecx # imm = 0xFFFF xorl %eax, %eax cmpl $0, %edx cmovnel %eax, %ecx movq -112(%rbp), %rax movl %ecx, (%rax) # %bb.9: # in Loop: Header=BB0_7 Depth=2 movl -44(%rbp), %eax addl $2, %eax movl %eax, -44(%rbp) jmp .LBB0_7 .LBB0_10: # in Loop: Header=BB0_1 Depth=1 movl -44(%rbp), %eax movl %eax, -48(%rbp) .LBB0_11: # Parent Loop BB0_1 Depth=1 # => This Inner Loop Header: Depth=2 movl -44(%rbp), %eax movl %eax, -144(%rbp) # 4-byte Spill movl -40(%rbp), %edi movl -48(%rbp), %esi addl $32, %esi callq min@PLT movl %eax, %ecx movl -144(%rbp), %eax # 4-byte Reload cmpl %ecx, %eax jge .LBB0_14 # %bb.12: # in Loop: Header=BB0_11 Depth=2 movq -24(%rbp), %rax movslq -44(%rbp), %rcx shlq $2, %rcx addq %rcx, %rax movq %rax, -120(%rbp) movl -44(%rbp), %edx andl $2, %edx movl $43690, %ecx # imm = 0xAAAA movl $21845, %eax # imm = 0x5555 cmpl $0, %edx cmovnel %eax, %ecx movq -120(%rbp), %rax movl %ecx, (%rax) # %bb.13: # in Loop: Header=BB0_11 Depth=2 movl -44(%rbp), %eax addl $2, %eax movl %eax, -44(%rbp) jmp .LBB0_11 .LBB0_14: # in Loop: Header=BB0_1 Depth=1 movl -44(%rbp), %eax movl %eax, -48(%rbp) .LBB0_15: # Parent Loop BB0_1 Depth=1 # => This Inner Loop Header: Depth=2 movl -44(%rbp), %eax movl %eax, -148(%rbp) # 4-byte Spill movl -40(%rbp), %edi movl -48(%rbp), %esi addl $32, %esi callq min@PLT movl %eax, %ecx movl -148(%rbp), %eax # 4-byte Reload cmpl %ecx, %eax jge .LBB0_18 # %bb.16: # in Loop: Header=BB0_15 Depth=2 movq -24(%rbp), %rax movslq -44(%rbp), %rcx shlq $2, %rcx addq %rcx, %rax movq %rax, -128(%rbp) movl -60(%rbp), %edx andl $-2147483648, %edx # imm = 0x80000000 xorl %eax, %eax movl $1, %ecx cmpl $0, %edx cmovnel %ecx, %eax movl %eax, -132(%rbp) movl -60(%rbp), %ecx movq -128(%rbp), %rax movl %ecx, (%rax) movl -60(%rbp), %eax shll $1, %eax orl -132(%rbp), %eax movl %eax, -60(%rbp) # %bb.17: # in Loop: Header=BB0_15 Depth=2 movl -44(%rbp), %eax addl $4, %eax movl %eax, -44(%rbp) jmp .LBB0_15 .LBB0_18: # in Loop: Header=BB0_1 Depth=1 jmp .LBB0_1 .LBB0_19: movl $0, -52(%rbp) .LBB0_20: # =>This Inner Loop Header: Depth=1 movl -52(%rbp), %eax cmpl -36(%rbp), %eax jge .LBB0_33 # %bb.21: # in Loop: Header=BB0_20 Depth=1 movq -16(%rbp), %rdi leaq -90(%rbp), %rsi movl DMA_TO_DEVICE(%rip), %edx movq -24(%rbp), %rcx movl -40(%rbp), %r8d leaq -80(%rbp), %r9 callq spi_execute@PLT movl %eax, -56(%rbp) cmpl $0, -56(%rbp) jne .LBB0_23 # %bb.22: # in Loop: Header=BB0_20 Depth=1 movq -16(%rbp), %rdi callq scsi_device_online@PLT cmpl $0, %eax jne .LBB0_29 .LBB0_23: movq -16(%rbp), %rdi movl SDEV_QUIESCE(%rip), %esi callq scsi_device_set_state@PLT leaq -80(%rbp), %rdi callq scsi_sense_valid@PLT cmpq $0, %rax je .LBB0_28 # %bb.24: movq -80(%rbp), %rax cmpq ILLEGAL_REQUEST(%rip), %rax jne .LBB0_28 # %bb.25: cmpl $36, -72(%rbp) jne .LBB0_28 # %bb.26: cmpl $0, -68(%rbp) jne .LBB0_28 # %bb.27: movl SPI_COMPARE_SKIP_TEST(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_34 .LBB0_28: movl KERN_ERR(%rip), %edi movq -16(%rbp), %rsi movl -56(%rbp), %ecx leaq .L.str(%rip), %rdx callq sdev_printk@PLT movl SPI_COMPARE_FAILURE(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_34 .LBB0_29: # in Loop: Header=BB0_20 Depth=1 movq -32(%rbp), %rdi movl -40(%rbp), %edx xorl %esi, %esi callq memset@PLT movq -16(%rbp), %rdi leaq -100(%rbp), %rsi movl DMA_FROM_DEVICE(%rip), %edx movq -32(%rbp), %rcx movl -40(%rbp), %r8d xorl %eax, %eax movl %eax, %r9d callq spi_execute@PLT movq -16(%rbp), %rdi movl SDEV_QUIESCE(%rip), %esi callq scsi_device_set_state@PLT movq -24(%rbp), %rdi movq -32(%rbp), %rsi movl -40(%rbp), %edx callq memcmp@PLT cmpq $0, %rax je .LBB0_31 # %bb.30: movl SPI_COMPARE_FAILURE(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_34 .LBB0_31: # in Loop: Header=BB0_20 Depth=1 jmp .LBB0_32 .LBB0_32: # in Loop: Header=BB0_20 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp .LBB0_20 .LBB0_33: movl SPI_COMPARE_SUCCESS(%rip), %eax movl %eax, -4(%rbp) .LBB0_34: movl -4(%rbp), %eax addq $160, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size spi_dv_device_echo_buffer, .Lfunc_end0-spi_dv_device_echo_buffer .cfi_endproc # -- End function .type WRITE_BUFFER,@object # @WRITE_BUFFER .bss .globl WRITE_BUFFER .p2align 2 WRITE_BUFFER: .long 0 # 0x0 .size WRITE_BUFFER, 4 .type READ_BUFFER,@object # @READ_BUFFER .globl READ_BUFFER .p2align 2 READ_BUFFER: .long 0 # 0x0 .size READ_BUFFER, 4 .type DMA_TO_DEVICE,@object # @DMA_TO_DEVICE .globl DMA_TO_DEVICE .p2align 2 DMA_TO_DEVICE: .long 0 # 0x0 .size DMA_TO_DEVICE, 4 .type SDEV_QUIESCE,@object # @SDEV_QUIESCE .globl SDEV_QUIESCE .p2align 2 SDEV_QUIESCE: .long 0 # 0x0 .size SDEV_QUIESCE, 4 .type ILLEGAL_REQUEST,@object # @ILLEGAL_REQUEST .globl ILLEGAL_REQUEST .p2align 3 ILLEGAL_REQUEST: .quad 0 # 0x0 .size ILLEGAL_REQUEST, 8 .type SPI_COMPARE_SKIP_TEST,@object # @SPI_COMPARE_SKIP_TEST .globl SPI_COMPARE_SKIP_TEST .p2align 2 SPI_COMPARE_SKIP_TEST: .long 0 # 0x0 .size SPI_COMPARE_SKIP_TEST, 4 .type KERN_ERR,@object # @KERN_ERR .globl KERN_ERR .p2align 2 KERN_ERR: .long 0 # 0x0 .size KERN_ERR, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "Write Buffer failure %x\n" .size .L.str, 25 .type SPI_COMPARE_FAILURE,@object # @SPI_COMPARE_FAILURE .bss .globl SPI_COMPARE_FAILURE .p2align 2 SPI_COMPARE_FAILURE: .long 0 # 0x0 .size SPI_COMPARE_FAILURE, 4 .type DMA_FROM_DEVICE,@object # @DMA_FROM_DEVICE .globl DMA_FROM_DEVICE .p2align 2 DMA_FROM_DEVICE: .long 0 # 0x0 .size DMA_FROM_DEVICE, 4 .type SPI_COMPARE_SUCCESS,@object # @SPI_COMPARE_SUCCESS .globl SPI_COMPARE_SUCCESS .p2align 2 SPI_COMPARE_SUCCESS: .long 0 # 0x0 .size SPI_COMPARE_SUCCESS, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym spi_dv_device_echo_buffer .addrsig_sym min .addrsig_sym spi_execute .addrsig_sym scsi_device_online .addrsig_sym scsi_device_set_state .addrsig_sym scsi_sense_valid .addrsig_sym sdev_printk .addrsig_sym memset .addrsig_sym memcmp .addrsig_sym WRITE_BUFFER .addrsig_sym READ_BUFFER .addrsig_sym DMA_TO_DEVICE .addrsig_sym SDEV_QUIESCE .addrsig_sym ILLEGAL_REQUEST .addrsig_sym SPI_COMPARE_SKIP_TEST .addrsig_sym KERN_ERR .addrsig_sym SPI_COMPARE_FAILURE .addrsig_sym DMA_FROM_DEVICE .addrsig_sym SPI_COMPARE_SUCCESS
RetroArch/midi/drivers/extr_alsa_midi.c_alsa_midi_write.c
arm/extr_alsa_midi_alsa_midi_write_O0_gcc.s
x86_64/extr_alsa_midi_alsa_midi_write_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function alsa_midi_write _alsa_midi_write: ; @alsa_midi_write .cfi_startproc ; %bb.0: sub sp, sp, #144 .cfi_def_cfa_offset 144 stp x29, x30, [sp, #128] ; 16-byte Folded Spill add x29, sp, #128 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w11, #16960 movk w11, #15, lsl #16 stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x8, [x29, #-8] str x8, [sp, #8] adrp x8, _alsa_midi_ev_map@GOTPAGE ldr x8, [x8, _alsa_midi_ev_map@GOTPAGEOFF] ldr x8, [x8] ldur x9, [x29, #-16] ldr x9, [x9] ldr w9, [x9] asr w9, w9, #4 and w9, w9, #0x7 ldr x8, [x8, w9, sxtw #3] str x8, [sp, #16] adrp x8, _SND_SEQ_TIME_STAMP_REAL@GOTPAGE ldr x8, [x8, _SND_SEQ_TIME_STAMP_REAL@GOTPAGEOFF] ldr w8, [x8] adrp x9, _SND_SEQ_TIME_MODE_ABS@GOTPAGE ldr x9, [x9, _SND_SEQ_TIME_MODE_ABS@GOTPAGEOFF] ldr w9, [x9] orr w8, w8, w9 str w8, [sp, #24] ldr x8, [sp, #8] ldr w8, [x8, #24] str w8, [sp, #96] ldr x8, [sp, #8] ldr x8, [x8, #8] ldur x9, [x29, #-16] ldr w9, [x9, #8] sdiv w9, w9, w11 add x8, x8, w9, sxtw str x8, [sp, #40] ldr x8, [sp, #8] ldr w8, [x8] ldur x9, [x29, #-16] ldr w9, [x9, #8] sdiv w10, w9, w11 mul w10, w10, w11 subs w9, w9, w10 mov w10, #1000 mul w9, w9, w10 add w8, w8, w9 str w8, [sp, #32] ldr w8, [sp, #32] mov w9, #51712 movk w9, #15258, lsl #16 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #40] add x8, x8, #1 str x8, [sp, #40] ldr w8, [sp, #32] mov w9, #51712 movk w9, #15258, lsl #16 subs w8, w8, w9 str w8, [sp, #32] b LBB0_2 LBB0_2: ldr x8, [sp, #8] ldr w8, [x8, #20] str w8, [sp, #92] adrp x8, _SND_SEQ_ADDRESS_SUBSCRIBERS@GOTPAGE ldr x8, [x8, _SND_SEQ_ADDRESS_SUBSCRIBERS@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #88] ldr x8, [sp, #16] adrp x9, _SND_SEQ_EVENT_NOTEOFF@GOTPAGE ldr x9, [x9, _SND_SEQ_EVENT_NOTEOFF@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_3 LBB0_3: ldr x8, [sp, #16] adrp x9, _SND_SEQ_EVENT_NOTEON@GOTPAGE ldr x9, [x9, _SND_SEQ_EVENT_NOTEON@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldr x8, [sp, #16] adrp x9, _SND_SEQ_EVENT_KEYPRESS@GOTPAGE ldr x9, [x9, _SND_SEQ_EVENT_KEYPRESS@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldur x8, [x29, #-16] ldr x8, [x8] ldr w8, [x8] and w8, w8, #0xf str w8, [sp, #76] ldur x8, [x29, #-16] ldr x8, [x8] ldr w8, [x8, #4] str w8, [sp, #80] ldur x8, [x29, #-16] ldr x8, [x8] ldr w8, [x8, #8] str w8, [sp, #84] b LBB0_19 LBB0_6: ldr x8, [sp, #16] adrp x9, _SND_SEQ_EVENT_CONTROLLER@GOTPAGE ldr x9, [x9, _SND_SEQ_EVENT_CONTROLLER@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldur x8, [x29, #-16] ldr x8, [x8] ldr w8, [x8] and w8, w8, #0xf str w8, [sp, #64] ldur x8, [x29, #-16] ldr x8, [x8] ldr w8, [x8, #4] str w8, [sp, #68] ldur x8, [x29, #-16] ldr x8, [x8] ldr w8, [x8, #8] str w8, [sp, #72] b LBB0_18 LBB0_8: ldr x8, [sp, #16] adrp x9, _SND_SEQ_EVENT_PGMCHANGE@GOTPAGE ldr x9, [x9, _SND_SEQ_EVENT_PGMCHANGE@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ldr x8, [sp, #16] adrp x9, _SND_SEQ_EVENT_CHANPRESS@GOTPAGE ldr x9, [x9, _SND_SEQ_EVENT_CHANPRESS@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ldur x8, [x29, #-16] ldr x8, [x8] ldr w8, [x8] and w8, w8, #0xf str w8, [sp, #64] ldur x8, [x29, #-16] ldr x8, [x8] ldr w8, [x8, #4] str w8, [sp, #72] b LBB0_17 LBB0_11: ldr x8, [sp, #16] adrp x9, _SND_SEQ_EVENT_PITCHBEND@GOTPAGE ldr x9, [x9, _SND_SEQ_EVENT_PITCHBEND@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ldur x8, [x29, #-16] ldr x8, [x8] ldr w8, [x8] and w8, w8, #0xf str w8, [sp, #64] ldur x8, [x29, #-16] ldr x8, [x8] ldr w8, [x8, #4] ldur x9, [x29, #-16] ldr x9, [x9] ldr w9, [x9, #8] orr w8, w8, w9, lsl #7 subs w8, w8, #2, lsl #12 ; =8192 str w8, [sp, #72] b LBB0_16 LBB0_13: ldr x8, [sp, #16] adrp x9, _SND_SEQ_EVENT_SYSEX@GOTPAGE ldr x9, [x9, _SND_SEQ_EVENT_SYSEX@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: adrp x8, _SND_SEQ_EVENT_LENGTH_VARIABLE@GOTPAGE ldr x8, [x8, _SND_SEQ_EVENT_LENGTH_VARIABLE@GOTPAGEOFF] ldr w9, [x8] ldr w8, [sp, #24] orr w8, w8, w9 str w8, [sp, #24] ldur x8, [x29, #-16] ldr x8, [x8] str x8, [sp, #48] ldur x8, [x29, #-16] ldr w8, [x8, #12] str w8, [sp, #56] b LBB0_15 LBB0_15: b LBB0_16 LBB0_16: b LBB0_17 LBB0_17: b LBB0_18 LBB0_18: b LBB0_19 LBB0_19: ldr x8, [sp, #8] ldr w0, [x8, #16] add x1, sp, #16 bl _snd_seq_event_output stur w0, [x29, #-20] ldr x8, [sp, #40] ldr x9, [sp, #8] str x8, [x9, #8] ldr w8, [sp, #32] ldr x9, [sp, #8] str w8, [x9] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, ge and w0, w8, #0x1 ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .comm _alsa_midi_ev_map,8,3 ; @alsa_midi_ev_map .comm _SND_SEQ_TIME_STAMP_REAL,4,2 ; @SND_SEQ_TIME_STAMP_REAL .comm _SND_SEQ_TIME_MODE_ABS,4,2 ; @SND_SEQ_TIME_MODE_ABS .comm _SND_SEQ_ADDRESS_SUBSCRIBERS,4,2 ; @SND_SEQ_ADDRESS_SUBSCRIBERS .comm _SND_SEQ_EVENT_NOTEOFF,8,3 ; @SND_SEQ_EVENT_NOTEOFF .comm _SND_SEQ_EVENT_NOTEON,8,3 ; @SND_SEQ_EVENT_NOTEON .comm _SND_SEQ_EVENT_KEYPRESS,8,3 ; @SND_SEQ_EVENT_KEYPRESS .comm _SND_SEQ_EVENT_CONTROLLER,8,3 ; @SND_SEQ_EVENT_CONTROLLER .comm _SND_SEQ_EVENT_PGMCHANGE,8,3 ; @SND_SEQ_EVENT_PGMCHANGE .comm _SND_SEQ_EVENT_CHANPRESS,8,3 ; @SND_SEQ_EVENT_CHANPRESS .comm _SND_SEQ_EVENT_PITCHBEND,8,3 ; @SND_SEQ_EVENT_PITCHBEND .comm _SND_SEQ_EVENT_SYSEX,8,3 ; @SND_SEQ_EVENT_SYSEX .comm _SND_SEQ_EVENT_LENGTH_VARIABLE,4,2 ; @SND_SEQ_EVENT_LENGTH_VARIABLE .no_dead_strip _alsa_midi_write .subsections_via_symbols
.text .file "extr_alsa_midi.c_alsa_midi_write.c" .p2align 4, 0x90 # -- Begin function alsa_midi_write .type alsa_midi_write,@function alsa_midi_write: # @alsa_midi_write .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $144, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movq %rax, -120(%rbp) movq alsa_midi_ev_map(%rip), %rax movq -16(%rbp), %rcx movq (%rcx), %rcx movl (%rcx), %ecx sarl $4, %ecx andl $7, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq %rax, -112(%rbp) movl SND_SEQ_TIME_STAMP_REAL(%rip), %eax orl SND_SEQ_TIME_MODE_ABS(%rip), %eax movl %eax, -104(%rbp) movq -120(%rbp), %rax movl 24(%rax), %eax movl %eax, -32(%rbp) movq -120(%rbp), %rax movq 8(%rax), %rax movq %rax, -136(%rbp) # 8-byte Spill movq -16(%rbp), %rax movl 8(%rax), %eax movl $1000000, %ecx # imm = 0xF4240 cltd idivl %ecx movl %eax, %ecx movq -136(%rbp), %rax # 8-byte Reload movslq %ecx, %rcx addq %rcx, %rax movq %rax, -88(%rbp) movq -120(%rbp), %rax movl (%rax), %eax movl %eax, -124(%rbp) # 4-byte Spill movq -16(%rbp), %rax movl 8(%rax), %eax movl $1000000, %ecx # imm = 0xF4240 cltd idivl %ecx movl -124(%rbp), %eax # 4-byte Reload imull $1000, %edx, %ecx # imm = 0x3E8 addl %ecx, %eax movl %eax, -96(%rbp) cmpl $1000000000, -96(%rbp) # imm = 0x3B9ACA00 jl .LBB0_2 # %bb.1: movq -88(%rbp), %rax addq $1, %rax movq %rax, -88(%rbp) movl -96(%rbp), %eax subl $1000000000, %eax # imm = 0x3B9ACA00 movl %eax, -96(%rbp) .LBB0_2: movq -120(%rbp), %rax movl 20(%rax), %eax movl %eax, -36(%rbp) movl SND_SEQ_ADDRESS_SUBSCRIBERS(%rip), %eax movl %eax, -40(%rbp) movq -112(%rbp), %rax cmpq SND_SEQ_EVENT_NOTEOFF(%rip), %rax je .LBB0_5 # %bb.3: movq -112(%rbp), %rax cmpq SND_SEQ_EVENT_NOTEON(%rip), %rax je .LBB0_5 # %bb.4: movq -112(%rbp), %rax cmpq SND_SEQ_EVENT_KEYPRESS(%rip), %rax jne .LBB0_6 .LBB0_5: movq -16(%rbp), %rax movq (%rax), %rax movl (%rax), %eax andl $15, %eax movl %eax, -52(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movl 4(%rax), %eax movl %eax, -48(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movl 8(%rax), %eax movl %eax, -44(%rbp) jmp .LBB0_19 .LBB0_6: movq -112(%rbp), %rax cmpq SND_SEQ_EVENT_CONTROLLER(%rip), %rax jne .LBB0_8 # %bb.7: movq -16(%rbp), %rax movq (%rax), %rax movl (%rax), %eax andl $15, %eax movl %eax, -64(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movl 4(%rax), %eax movl %eax, -60(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movl 8(%rax), %eax movl %eax, -56(%rbp) jmp .LBB0_18 .LBB0_8: movq -112(%rbp), %rax cmpq SND_SEQ_EVENT_PGMCHANGE(%rip), %rax je .LBB0_10 # %bb.9: movq -112(%rbp), %rax cmpq SND_SEQ_EVENT_CHANPRESS(%rip), %rax jne .LBB0_11 .LBB0_10: movq -16(%rbp), %rax movq (%rax), %rax movl (%rax), %eax andl $15, %eax movl %eax, -64(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movl 4(%rax), %eax movl %eax, -56(%rbp) jmp .LBB0_17 .LBB0_11: movq -112(%rbp), %rax cmpq SND_SEQ_EVENT_PITCHBEND(%rip), %rax jne .LBB0_13 # %bb.12: movq -16(%rbp), %rax movq (%rax), %rax movl (%rax), %eax andl $15, %eax movl %eax, -64(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movl 4(%rax), %eax movq -16(%rbp), %rcx movq (%rcx), %rcx movl 8(%rcx), %ecx shll $7, %ecx orl %ecx, %eax subl $8192, %eax # imm = 0x2000 movl %eax, -56(%rbp) jmp .LBB0_16 .LBB0_13: movq -112(%rbp), %rax cmpq SND_SEQ_EVENT_SYSEX(%rip), %rax jne .LBB0_15 # %bb.14: movl SND_SEQ_EVENT_LENGTH_VARIABLE(%rip), %eax orl -104(%rbp), %eax movl %eax, -104(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -80(%rbp) movq -16(%rbp), %rax movl 12(%rax), %eax movl %eax, -72(%rbp) .LBB0_15: jmp .LBB0_16 .LBB0_16: jmp .LBB0_17 .LBB0_17: jmp .LBB0_18 .LBB0_18: jmp .LBB0_19 .LBB0_19: movq -120(%rbp), %rax movl 16(%rax), %edi leaq -112(%rbp), %rsi callq snd_seq_event_output@PLT movl %eax, -20(%rbp) movq -88(%rbp), %rcx movq -120(%rbp), %rax movq %rcx, 8(%rax) movl -96(%rbp), %ecx movq -120(%rbp), %rax movl %ecx, (%rax) cmpl $0, -20(%rbp) setge %al andb $1, %al movzbl %al, %eax addq $144, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size alsa_midi_write, .Lfunc_end0-alsa_midi_write .cfi_endproc # -- End function .type alsa_midi_ev_map,@object # @alsa_midi_ev_map .bss .globl alsa_midi_ev_map .p2align 3 alsa_midi_ev_map: .quad 0 .size alsa_midi_ev_map, 8 .type SND_SEQ_TIME_STAMP_REAL,@object # @SND_SEQ_TIME_STAMP_REAL .globl SND_SEQ_TIME_STAMP_REAL .p2align 2 SND_SEQ_TIME_STAMP_REAL: .long 0 # 0x0 .size SND_SEQ_TIME_STAMP_REAL, 4 .type SND_SEQ_TIME_MODE_ABS,@object # @SND_SEQ_TIME_MODE_ABS .globl SND_SEQ_TIME_MODE_ABS .p2align 2 SND_SEQ_TIME_MODE_ABS: .long 0 # 0x0 .size SND_SEQ_TIME_MODE_ABS, 4 .type SND_SEQ_ADDRESS_SUBSCRIBERS,@object # @SND_SEQ_ADDRESS_SUBSCRIBERS .globl SND_SEQ_ADDRESS_SUBSCRIBERS .p2align 2 SND_SEQ_ADDRESS_SUBSCRIBERS: .long 0 # 0x0 .size SND_SEQ_ADDRESS_SUBSCRIBERS, 4 .type SND_SEQ_EVENT_NOTEOFF,@object # @SND_SEQ_EVENT_NOTEOFF .globl SND_SEQ_EVENT_NOTEOFF .p2align 3 SND_SEQ_EVENT_NOTEOFF: .quad 0 # 0x0 .size SND_SEQ_EVENT_NOTEOFF, 8 .type SND_SEQ_EVENT_NOTEON,@object # @SND_SEQ_EVENT_NOTEON .globl SND_SEQ_EVENT_NOTEON .p2align 3 SND_SEQ_EVENT_NOTEON: .quad 0 # 0x0 .size SND_SEQ_EVENT_NOTEON, 8 .type SND_SEQ_EVENT_KEYPRESS,@object # @SND_SEQ_EVENT_KEYPRESS .globl SND_SEQ_EVENT_KEYPRESS .p2align 3 SND_SEQ_EVENT_KEYPRESS: .quad 0 # 0x0 .size SND_SEQ_EVENT_KEYPRESS, 8 .type SND_SEQ_EVENT_CONTROLLER,@object # @SND_SEQ_EVENT_CONTROLLER .globl SND_SEQ_EVENT_CONTROLLER .p2align 3 SND_SEQ_EVENT_CONTROLLER: .quad 0 # 0x0 .size SND_SEQ_EVENT_CONTROLLER, 8 .type SND_SEQ_EVENT_PGMCHANGE,@object # @SND_SEQ_EVENT_PGMCHANGE .globl SND_SEQ_EVENT_PGMCHANGE .p2align 3 SND_SEQ_EVENT_PGMCHANGE: .quad 0 # 0x0 .size SND_SEQ_EVENT_PGMCHANGE, 8 .type SND_SEQ_EVENT_CHANPRESS,@object # @SND_SEQ_EVENT_CHANPRESS .globl SND_SEQ_EVENT_CHANPRESS .p2align 3 SND_SEQ_EVENT_CHANPRESS: .quad 0 # 0x0 .size SND_SEQ_EVENT_CHANPRESS, 8 .type SND_SEQ_EVENT_PITCHBEND,@object # @SND_SEQ_EVENT_PITCHBEND .globl SND_SEQ_EVENT_PITCHBEND .p2align 3 SND_SEQ_EVENT_PITCHBEND: .quad 0 # 0x0 .size SND_SEQ_EVENT_PITCHBEND, 8 .type SND_SEQ_EVENT_SYSEX,@object # @SND_SEQ_EVENT_SYSEX .globl SND_SEQ_EVENT_SYSEX .p2align 3 SND_SEQ_EVENT_SYSEX: .quad 0 # 0x0 .size SND_SEQ_EVENT_SYSEX, 8 .type SND_SEQ_EVENT_LENGTH_VARIABLE,@object # @SND_SEQ_EVENT_LENGTH_VARIABLE .globl SND_SEQ_EVENT_LENGTH_VARIABLE .p2align 2 SND_SEQ_EVENT_LENGTH_VARIABLE: .long 0 # 0x0 .size SND_SEQ_EVENT_LENGTH_VARIABLE, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym alsa_midi_write .addrsig_sym snd_seq_event_output .addrsig_sym alsa_midi_ev_map .addrsig_sym SND_SEQ_TIME_STAMP_REAL .addrsig_sym SND_SEQ_TIME_MODE_ABS .addrsig_sym SND_SEQ_ADDRESS_SUBSCRIBERS .addrsig_sym SND_SEQ_EVENT_NOTEOFF .addrsig_sym SND_SEQ_EVENT_NOTEON .addrsig_sym SND_SEQ_EVENT_KEYPRESS .addrsig_sym SND_SEQ_EVENT_CONTROLLER .addrsig_sym SND_SEQ_EVENT_PGMCHANGE .addrsig_sym SND_SEQ_EVENT_CHANPRESS .addrsig_sym SND_SEQ_EVENT_PITCHBEND .addrsig_sym SND_SEQ_EVENT_SYSEX .addrsig_sym SND_SEQ_EVENT_LENGTH_VARIABLE
git/trace2/extr_tr2_tgt_event.c_fn_command_mode_fl.c
arm/extr_tr2_tgt_event_fn_command_mode_fl_O0_gcc.s
x86_64/extr_tr2_tgt_event_fn_command_mode_fl_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function fn_command_mode_fl _fn_command_mode_fl: ; @fn_command_mode_fl .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str x2, [sp, #24] adrp x8, l_.str@PAGE add x8, x8, l_.str@PAGEOFF str x8, [sp, #16] adrp x8, _JSON_WRITER_INIT@GOTPAGE ldr x8, [x8, _JSON_WRITER_INIT@GOTPAGEOFF] ldr w8, [x8] add x0, sp, #12 str x0, [sp] ; 8-byte Folded Spill str w8, [sp, #12] mov w1, #0 bl _jw_object_begin ldr x4, [sp] ; 8-byte Folded Reload ldr x0, [sp, #16] ldur x1, [x29, #-8] ldur w2, [x29, #-12] mov x3, #0 bl _event_fmt_prepare ldr x0, [sp] ; 8-byte Folded Reload ldr x2, [sp, #24] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _jw_object_string ldr x0, [sp] ; 8-byte Folded Reload bl _jw_end ldr x1, [sp] ; 8-byte Folded Reload adrp x0, _tr2dst_event@GOTPAGE ldr x0, [x0, _tr2dst_event@GOTPAGEOFF] bl _tr2_dst_write_line ldr x0, [sp] ; 8-byte Folded Reload bl _jw_release ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "cmd_mode" .comm _JSON_WRITER_INIT,4,2 ; @JSON_WRITER_INIT l_.str.1: ; @.str.1 .asciz "name" .comm _tr2dst_event,4,2 ; @tr2dst_event .no_dead_strip _fn_command_mode_fl .subsections_via_symbols
.text .file "extr_tr2_tgt_event.c_fn_command_mode_fl.c" .p2align 4, 0x90 # -- Begin function fn_command_mode_fl .type fn_command_mode_fl,@function fn_command_mode_fl: # @fn_command_mode_fl .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) leaq .L.str(%rip), %rax movq %rax, -32(%rbp) movl JSON_WRITER_INIT(%rip), %eax movl %eax, -40(%rbp) leaq -40(%rbp), %rdi xorl %esi, %esi callq jw_object_begin@PLT movq -32(%rbp), %rdi movq -8(%rbp), %rsi movl -12(%rbp), %edx xorl %eax, %eax movl %eax, %ecx leaq -40(%rbp), %r8 callq event_fmt_prepare@PLT movq -24(%rbp), %rdx leaq -40(%rbp), %rdi leaq .L.str.1(%rip), %rsi callq jw_object_string@PLT leaq -40(%rbp), %rdi callq jw_end@PLT leaq -40(%rbp), %rsi leaq tr2dst_event(%rip), %rdi callq tr2_dst_write_line@PLT leaq -40(%rbp), %rdi callq jw_release@PLT addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size fn_command_mode_fl, .Lfunc_end0-fn_command_mode_fl .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "cmd_mode" .size .L.str, 9 .type JSON_WRITER_INIT,@object # @JSON_WRITER_INIT .bss .globl JSON_WRITER_INIT .p2align 2 JSON_WRITER_INIT: .zero 4 .size JSON_WRITER_INIT, 4 .type .L.str.1,@object # @.str.1 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.1: .asciz "name" .size .L.str.1, 5 .type tr2dst_event,@object # @tr2dst_event .bss .globl tr2dst_event .p2align 2 tr2dst_event: .long 0 # 0x0 .size tr2dst_event, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym fn_command_mode_fl .addrsig_sym jw_object_begin .addrsig_sym event_fmt_prepare .addrsig_sym jw_object_string .addrsig_sym jw_end .addrsig_sym tr2_dst_write_line .addrsig_sym jw_release .addrsig_sym JSON_WRITER_INIT .addrsig_sym tr2dst_event
lab/engine/code/botlib/extr_l_struct.c_ReadString.c
arm/extr_l_struct_ReadString_O0_gcc.s
x86_64/extr_l_struct_ReadString_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ReadString ; -- Begin function ReadString .p2align 2 _ReadString: ; @ReadString .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] str x2, [sp, #16] ldur x0, [x29, #-16] adrp x8, _TT_STRING@GOTPAGE ldr x8, [x8, _TT_STRING@GOTPAGEOFF] ldr w1, [x8] mov w2, #0 add x3, sp, #12 bl _PC_ExpectTokenType subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: stur wzr, [x29, #-4] b LBB0_3 LBB0_2: ldr w0, [sp, #12] bl _StripDoubleQuotes ldr x0, [sp, #16] ldr w1, [sp, #12] adrp x8, _MAX_STRINGFIELD@GOTPAGE ldr x8, [x8, _MAX_STRINGFIELD@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill ldr w8, [x8] mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill subs w2, w8, #1 bl _strncpy ldr x10, [sp] ; 8-byte Folded Reload ldr w8, [sp, #8] ; 4-byte Folded Reload ldr x9, [sp, #16] ldr w10, [x10] subs w10, w10, #1 add x9, x9, w10, sxtw strb wzr, [x9] stur w8, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _TT_STRING,4,2 ; @TT_STRING .comm _MAX_STRINGFIELD,4,2 ; @MAX_STRINGFIELD .subsections_via_symbols
.text .file "extr_l_struct.c_ReadString.c" .globl ReadString # -- Begin function ReadString .p2align 4, 0x90 .type ReadString,@function ReadString: # @ReadString .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq -16(%rbp), %rdi movl TT_STRING(%rip), %esi xorl %edx, %edx leaq -40(%rbp), %rcx callq PC_ExpectTokenType@PLT cmpl $0, %eax jne .LBB0_2 # %bb.1: movl $0, -4(%rbp) jmp .LBB0_3 .LBB0_2: movl -40(%rbp), %edi callq StripDoubleQuotes@PLT movq -32(%rbp), %rdi movl -40(%rbp), %esi movl MAX_STRINGFIELD(%rip), %edx subl $1, %edx callq strncpy@PLT movq -32(%rbp), %rax movl MAX_STRINGFIELD(%rip), %ecx subl $1, %ecx movslq %ecx, %rcx movb $0, (%rax,%rcx) movl $1, -4(%rbp) .LBB0_3: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ReadString, .Lfunc_end0-ReadString .cfi_endproc # -- End function .type TT_STRING,@object # @TT_STRING .bss .globl TT_STRING .p2align 2 TT_STRING: .long 0 # 0x0 .size TT_STRING, 4 .type MAX_STRINGFIELD,@object # @MAX_STRINGFIELD .globl MAX_STRINGFIELD .p2align 2 MAX_STRINGFIELD: .long 0 # 0x0 .size MAX_STRINGFIELD, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym PC_ExpectTokenType .addrsig_sym StripDoubleQuotes .addrsig_sym strncpy .addrsig_sym TT_STRING .addrsig_sym MAX_STRINGFIELD
freebsd/contrib/subversion/subversion/svnsync/extr_sync.c_abort_edit.c
arm/extr_sync_abort_edit_O0_gcc.s
x86_64/extr_sync_abort_edit_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function abort_edit _abort_edit: ; @abort_edit .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x8, [x29, #-8] str x8, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8, #8] ldr x8, [x8] ldr x9, [sp, #8] ldr w0, [x9] ldr x1, [sp, #16] blr x8 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .no_dead_strip _abort_edit .subsections_via_symbols
.text .file "extr_sync.c_abort_edit.c" .p2align 4, 0x90 # -- Begin function abort_edit .type abort_edit,@function abort_edit: # @abort_edit .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movq 8(%rax), %rax movq (%rax), %rax movq -24(%rbp), %rcx movl (%rcx), %edi movq -16(%rbp), %rsi callq *%rax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size abort_edit, .Lfunc_end0-abort_edit .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym abort_edit
freebsd/sys/mips/broadcom/extr_bcm_nvram_cfe.c_bhnd_nvram_iocfe_getsize.c
arm/extr_bcm_nvram_cfe_bhnd_nvram_iocfe_getsize_O0_gcc.s
x86_64/extr_bcm_nvram_cfe_bhnd_nvram_iocfe_getsize_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function bhnd_nvram_iocfe_getsize _bhnd_nvram_iocfe_getsize: ; @bhnd_nvram_iocfe_getsize .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] str x8, [sp] ldr x8, [sp] ldr x0, [x8] add sp, sp, #16 ret .cfi_endproc ; -- End function .no_dead_strip _bhnd_nvram_iocfe_getsize .subsections_via_symbols
.text .file "extr_bcm_nvram_cfe.c_bhnd_nvram_iocfe_getsize.c" .p2align 4, 0x90 # -- Begin function bhnd_nvram_iocfe_getsize .type bhnd_nvram_iocfe_getsize,@function bhnd_nvram_iocfe_getsize: # @bhnd_nvram_iocfe_getsize .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movq (%rax), %rax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size bhnd_nvram_iocfe_getsize, .Lfunc_end0-bhnd_nvram_iocfe_getsize .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym bhnd_nvram_iocfe_getsize
HandBrake/gtk/src/extr_hb-backend.c_ghb_lookup_title_index.c
arm/extr_hb-backend_ghb_lookup_title_index_O0_gcc.s
x86_64/extr_hb-backend_ghb_lookup_title_index_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ghb_lookup_title_index ; -- Begin function ghb_lookup_title_index .p2align 2 _ghb_lookup_title_index: ; @ghb_lookup_title_index .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x8, _h_scan@GOTPAGE ldr x8, [x8, _h_scan@GOTPAGEOFF] ldr w0, [x8] ldur w1, [x29, #-4] bl _lookup_title_index ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _h_scan,4,2 ; @h_scan .subsections_via_symbols
.text .file "extr_hb-backend.c_ghb_lookup_title_index.c" .globl ghb_lookup_title_index # -- Begin function ghb_lookup_title_index .p2align 4, 0x90 .type ghb_lookup_title_index,@function ghb_lookup_title_index: # @ghb_lookup_title_index .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl h_scan(%rip), %edi movl -4(%rbp), %esi callq lookup_title_index@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ghb_lookup_title_index, .Lfunc_end0-ghb_lookup_title_index .cfi_endproc # -- End function .type h_scan,@object # @h_scan .bss .globl h_scan .p2align 2 h_scan: .long 0 # 0x0 .size h_scan, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym lookup_title_index .addrsig_sym h_scan
postgres/src/backend/nodes/extr_outfuncs.c__outBitmapOrPath.c
arm/extr_outfuncs__outBitmapOrPath_O0_gcc.s
x86_64/extr_outfuncs__outBitmapOrPath_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function _outBitmapOrPath __outBitmapOrPath: ; @_outBitmapOrPath .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str x1, [sp] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _WRITE_NODE_TYPE ldur w0, [x29, #-4] ldr x1, [sp] bl __outPathInfo adrp x8, _bitmapquals@GOTPAGE ldr x8, [x8, _bitmapquals@GOTPAGEOFF] ldr w0, [x8] bl _WRITE_NODE_FIELD adrp x8, _bitmapselectivity@GOTPAGE ldr x8, [x8, _bitmapselectivity@GOTPAGEOFF] ldr w0, [x8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _WRITE_FLOAT_FIELD ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "BITMAPORPATH" .comm _bitmapquals,4,2 ; @bitmapquals .comm _bitmapselectivity,4,2 ; @bitmapselectivity l_.str.1: ; @.str.1 .asciz "%.4f" .no_dead_strip __outBitmapOrPath .subsections_via_symbols
.text .file "extr_outfuncs.c__outBitmapOrPath.c" .p2align 4, 0x90 # -- Begin function _outBitmapOrPath .type _outBitmapOrPath,@function _outBitmapOrPath: # @_outBitmapOrPath .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) leaq .L.str(%rip), %rdi callq WRITE_NODE_TYPE@PLT movl -4(%rbp), %edi movq -16(%rbp), %rsi callq _outPathInfo@PLT movl bitmapquals(%rip), %edi callq WRITE_NODE_FIELD@PLT movl bitmapselectivity(%rip), %edi leaq .L.str.1(%rip), %rsi callq WRITE_FLOAT_FIELD@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size _outBitmapOrPath, .Lfunc_end0-_outBitmapOrPath .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "BITMAPORPATH" .size .L.str, 13 .type bitmapquals,@object # @bitmapquals .bss .globl bitmapquals .p2align 2 bitmapquals: .long 0 # 0x0 .size bitmapquals, 4 .type bitmapselectivity,@object # @bitmapselectivity .globl bitmapselectivity .p2align 2 bitmapselectivity: .long 0 # 0x0 .size bitmapselectivity, 4 .type .L.str.1,@object # @.str.1 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.1: .asciz "%.4f" .size .L.str.1, 5 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym _outBitmapOrPath .addrsig_sym WRITE_NODE_TYPE .addrsig_sym _outPathInfo .addrsig_sym WRITE_NODE_FIELD .addrsig_sym WRITE_FLOAT_FIELD .addrsig_sym bitmapquals .addrsig_sym bitmapselectivity
linux/mm/extr_huge_memory.c_do_huge_pmd_wp_page_fallback.c
arm/extr_huge_memory_do_huge_pmd_wp_page_fallback_O0_gcc.s
x86_64/extr_huge_memory_do_huge_pmd_wp_page_fallback_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function do_huge_pmd_wp_page_fallback _do_huge_pmd_wp_page_fallback: ; @do_huge_pmd_wp_page_fallback .cfi_startproc ; %bb.0: sub sp, sp, #144 .cfi_def_cfa_offset 144 stp x29, x30, [sp, #128] ; 16-byte Folded Spill add x29, sp, #128 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _HPAGE_PMD_NR@GOTPAGE ldr x8, [x8, _HPAGE_PMD_NR@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill stur x0, [x29, #-8] stur w1, [x29, #-12] stur x2, [x29, #-24] ldur x9, [x29, #-8] ldr x9, [x9, #32] stur x9, [x29, #-32] ldur x9, [x29, #-8] ldr x9, [x9] adrp x10, _HPAGE_PMD_MASK@GOTPAGE ldr x10, [x10, _HPAGE_PMD_MASK@GOTPAGEOFF] ldr x10, [x10] and x9, x9, x10 stur x9, [x29, #-40] str wzr, [sp, #64] ldr w0, [x8] adrp x8, _GFP_KERNEL@GOTPAGE ldr x8, [x8, _GFP_KERNEL@GOTPAGEOFF] ldr w2, [x8] mov w1, #8 bl _kmalloc_array str x0, [sp, #56] ldr x8, [sp, #56] subs x8, x8, #0 cset w8, eq and w0, w8, #0x1 bl _unlikely subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _VM_FAULT_OOM@GOTPAGE ldr x8, [x8, _VM_FAULT_OOM@GOTPAGEOFF] ldr w9, [x8] ldr w8, [sp, #64] orr w8, w8, w9 str w8, [sp, #64] b LBB0_26 LBB0_2: stur wzr, [x29, #-60] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #40] ; 8-byte Folded Reload ldur w8, [x29, #-60] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_15 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 adrp x8, _GFP_HIGHUSER_MOVABLE@GOTPAGE ldr x8, [x8, _GFP_HIGHUSER_MOVABLE@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #32] ; 4-byte Folded Spill ldur x8, [x29, #-32] str x8, [sp, #16] ; 8-byte Folded Spill ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #24] ; 8-byte Folded Spill ldur x0, [x29, #-24] bl _page_to_nid ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload mov x3, x0 ldr w0, [sp, #32] ; 4-byte Folded Reload bl _alloc_page_vma_node ldr x8, [sp, #56] ldursw x9, [x29, #-60] str x0, [x8, x9, lsl #3] ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, eq mov w9, #1 str w9, [sp, #36] ; 4-byte Folded Spill tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] ldur x8, [x29, #-32] ldr w1, [x8] adrp x8, _GFP_KERNEL@GOTPAGE ldr x8, [x8, _GFP_KERNEL@GOTPAGEOFF] ldr w2, [x8] sub x3, x29, #48 mov w4, #0 bl _mem_cgroup_try_charge_delay subs x8, x0, #0 cset w8, ne str w8, [sp, #36] ; 4-byte Folded Spill b LBB0_6 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #36] ; 4-byte Folded Reload and w0, w8, #0x1 bl _unlikely subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_13 b LBB0_7 LBB0_7: ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] bl _put_page b LBB0_9 LBB0_9: b LBB0_10 LBB0_10: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-60] subs w8, w8, #1 stur w8, [x29, #-60] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_10 Depth=1 ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] bl _page_private stur x0, [x29, #-48] ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] mov x1, #0 bl _set_page_private ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] ldur x1, [x29, #-48] mov w2, #0 bl _mem_cgroup_cancel_charge ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] bl _put_page b LBB0_10 LBB0_12: ldr x0, [sp, #56] bl _kfree adrp x8, _VM_FAULT_OOM@GOTPAGE ldr x8, [x8, _VM_FAULT_OOM@GOTPAGEOFF] ldr w9, [x8] ldr w8, [sp, #64] orr w8, w8, w9 str w8, [sp, #64] b LBB0_26 LBB0_13: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] ldur x1, [x29, #-48] bl _set_page_private b LBB0_14 LBB0_14: ; in Loop: Header=BB0_3 Depth=1 ldur w8, [x29, #-60] add w8, w8, #1 stur w8, [x29, #-60] b LBB0_3 LBB0_15: stur wzr, [x29, #-60] b LBB0_16 LBB0_16: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #40] ; 8-byte Folded Reload ldur w8, [x29, #-60] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_19 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_16 Depth=1 ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] ldur x8, [x29, #-24] ldursw x9, [x29, #-60] add x1, x8, x9, lsl #2 ldur x8, [x29, #-40] adrp x9, _PAGE_SIZE@GOTPAGE ldr x9, [x9, _PAGE_SIZE@GOTPAGEOFF] ldr w9, [x9] ldur w10, [x29, #-60] mul w9, w9, w10 add x2, x8, w9, sxtw ldur x3, [x29, #-32] bl _copy_user_highpage ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] bl ___SetPageUptodate bl _cond_resched b LBB0_18 LBB0_18: ; in Loop: Header=BB0_16 Depth=1 ldur w8, [x29, #-60] add w8, w8, #1 stur w8, [x29, #-60] b LBB0_16 LBB0_19: adrp x8, _MMU_NOTIFY_CLEAR@GOTPAGE ldr x8, [x8, _MMU_NOTIFY_CLEAR@GOTPAGEOFF] ldr w1, [x8] ldur x3, [x29, #-32] ldur x8, [x29, #-32] ldr w4, [x8] ldur x5, [x29, #-40] ldur x8, [x29, #-40] adrp x9, _HPAGE_PMD_SIZE@GOTPAGE ldr x9, [x9, _HPAGE_PMD_SIZE@GOTPAGEOFF] ldr x9, [x9] add x6, x8, x9 add x0, sp, #52 str x0, [sp, #8] ; 8-byte Folded Spill mov w2, #0 bl _mmu_notifier_range_init ldr x0, [sp, #8] ; 8-byte Folded Reload bl _mmu_notifier_invalidate_range_start ldur x8, [x29, #-32] ldr w0, [x8] ldur x8, [x29, #-8] ldr x1, [x8, #16] bl _pmd_lock ldur x8, [x29, #-8] str w0, [x8, #8] ldur x8, [x29, #-8] ldr x8, [x8, #16] ldr w0, [x8] ldur w1, [x29, #-12] bl _pmd_same subs w8, w0, #0 cset w8, eq and w0, w8, #0x1 bl _unlikely subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: b LBB0_27 LBB0_21: ldur x0, [x29, #-24] bl _PageHead subs w8, w0, #0 cset w8, eq and w0, w8, #0x1 ldur x1, [x29, #-24] bl _VM_BUG_ON_PAGE ldur x0, [x29, #-32] ldur x1, [x29, #-40] ldur x8, [x29, #-8] ldr x2, [x8, #16] bl _pmdp_huge_clear_flush_notify ldur x8, [x29, #-32] ldr w0, [x8] ldur x8, [x29, #-8] ldr x1, [x8, #16] bl _pgtable_trans_huge_withdraw stur w0, [x29, #-52] ldur x8, [x29, #-32] ldr w0, [x8] ldur w2, [x29, #-52] sub x1, x29, #56 bl _pmd_populate stur wzr, [x29, #-60] b LBB0_22 LBB0_22: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #40] ; 8-byte Folded Reload ldur w8, [x29, #-60] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_25 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_22 Depth=1 ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] ldur x8, [x29, #-32] ldr w1, [x8, #4] bl _mk_pte str w0, [sp, #48] ldr w0, [sp, #48] bl _pte_mkdirty ldur x1, [x29, #-32] bl _maybe_mkwrite str w0, [sp, #48] ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] bl _page_private stur x0, [x29, #-48] ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] mov x1, #0 bl _set_page_private ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] ldur x8, [x29, #-8] ldr x1, [x8, #32] ldur x2, [x29, #-40] mov w3, #0 str w3, [sp, #4] ; 4-byte Folded Spill bl _page_add_new_anon_rmap ldr w3, [sp, #4] ; 4-byte Folded Reload ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] ldur x1, [x29, #-48] mov x2, x3 bl _mem_cgroup_commit_charge ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] ldur x1, [x29, #-32] bl _lru_cache_add_active_or_unevictable ldur x1, [x29, #-40] sub x0, x29, #56 bl _pte_offset_map ldur x8, [x29, #-8] str x0, [x8, #24] ldur x8, [x29, #-8] ldr x8, [x8, #24] ldr w0, [x8] bl _pte_none subs w8, w0, #0 cset w8, eq and w0, w8, #0x1 bl _VM_BUG_ON ldur x8, [x29, #-32] ldr w0, [x8] ldur x1, [x29, #-40] ldur x8, [x29, #-8] ldr x2, [x8, #24] ldr w3, [sp, #48] bl _set_pte_at ldur x8, [x29, #-8] ldr x0, [x8, #24] bl _pte_unmap b LBB0_24 LBB0_24: ; in Loop: Header=BB0_22 Depth=1 ldur w8, [x29, #-60] add w8, w8, #1 stur w8, [x29, #-60] adrp x8, _PAGE_SIZE@GOTPAGE ldr x8, [x8, _PAGE_SIZE@GOTPAGEOFF] ldrsw x9, [x8] ldur x8, [x29, #-40] add x8, x8, x9 stur x8, [x29, #-40] b LBB0_22 LBB0_25: ldr x0, [sp, #56] bl _kfree bl _smp_wmb ldur x8, [x29, #-32] ldr w0, [x8] ldur x8, [x29, #-8] ldr x1, [x8, #16] ldur w2, [x29, #-52] bl _pmd_populate ldur x0, [x29, #-24] mov w1, #1 bl _page_remove_rmap ldur x8, [x29, #-8] ldr w0, [x8, #8] bl _spin_unlock add x0, sp, #52 bl _mmu_notifier_invalidate_range_only_end adrp x8, _VM_FAULT_WRITE@GOTPAGE ldr x8, [x8, _VM_FAULT_WRITE@GOTPAGEOFF] ldr w9, [x8] ldr w8, [sp, #64] orr w8, w8, w9 str w8, [sp, #64] ldur x0, [x29, #-24] bl _put_page b LBB0_26 LBB0_26: ldr w0, [sp, #64] ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret LBB0_27: ldur x8, [x29, #-8] ldr w0, [x8, #8] bl _spin_unlock add x0, sp, #52 bl _mmu_notifier_invalidate_range_end stur wzr, [x29, #-60] b LBB0_28 LBB0_28: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #40] ; 8-byte Folded Reload ldur w8, [x29, #-60] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_31 b LBB0_29 LBB0_29: ; in Loop: Header=BB0_28 Depth=1 ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] bl _page_private stur x0, [x29, #-48] ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] mov x1, #0 bl _set_page_private ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] ldur x1, [x29, #-48] mov w2, #0 bl _mem_cgroup_cancel_charge ldr x8, [sp, #56] ldursw x9, [x29, #-60] ldr x0, [x8, x9, lsl #3] bl _put_page b LBB0_30 LBB0_30: ; in Loop: Header=BB0_28 Depth=1 ldur w8, [x29, #-60] add w8, w8, #1 stur w8, [x29, #-60] b LBB0_28 LBB0_31: ldr x0, [sp, #56] bl _kfree b LBB0_26 .cfi_endproc ; -- End function .comm _HPAGE_PMD_MASK,8,3 ; @HPAGE_PMD_MASK .comm _HPAGE_PMD_NR,4,2 ; @HPAGE_PMD_NR .comm _GFP_KERNEL,4,2 ; @GFP_KERNEL .comm _VM_FAULT_OOM,4,2 ; @VM_FAULT_OOM .comm _GFP_HIGHUSER_MOVABLE,4,2 ; @GFP_HIGHUSER_MOVABLE .comm _PAGE_SIZE,4,2 ; @PAGE_SIZE .comm _MMU_NOTIFY_CLEAR,4,2 ; @MMU_NOTIFY_CLEAR .comm _HPAGE_PMD_SIZE,8,3 ; @HPAGE_PMD_SIZE .comm _VM_FAULT_WRITE,4,2 ; @VM_FAULT_WRITE .no_dead_strip _do_huge_pmd_wp_page_fallback .subsections_via_symbols
.text .file "extr_huge_memory.c_do_huge_pmd_wp_page_fallback.c" .p2align 4, 0x90 # -- Begin function do_huge_pmd_wp_page_fallback .type do_huge_pmd_wp_page_fallback,@function do_huge_pmd_wp_page_fallback: # @do_huge_pmd_wp_page_fallback .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $128, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq -8(%rbp), %rax movq 32(%rax), %rax movq %rax, -32(%rbp) movq -8(%rbp), %rax movq (%rax), %rax andq HPAGE_PMD_MASK(%rip), %rax movq %rax, -40(%rbp) movl $0, -64(%rbp) movl HPAGE_PMD_NR(%rip), %edi movl GFP_KERNEL(%rip), %edx movl $8, %esi callq kmalloc_array@PLT movq %rax, -72(%rbp) cmpq $0, -72(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %edi callq unlikely@PLT cmpq $0, %rax je .LBB0_2 # %bb.1: movl VM_FAULT_OOM(%rip), %eax orl -64(%rbp), %eax movl %eax, -64(%rbp) jmp .LBB0_26 .LBB0_2: movl $0, -60(%rbp) .LBB0_3: # =>This Inner Loop Header: Depth=1 movl -60(%rbp), %eax cmpl HPAGE_PMD_NR(%rip), %eax jge .LBB0_15 # %bb.4: # in Loop: Header=BB0_3 Depth=1 movl GFP_HIGHUSER_MOVABLE(%rip), %eax movl %eax, -108(%rbp) # 4-byte Spill movq -32(%rbp), %rax movq %rax, -104(%rbp) # 8-byte Spill movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -96(%rbp) # 8-byte Spill movq -24(%rbp), %rdi callq page_to_nid@PLT movl -108(%rbp), %edi # 4-byte Reload movq -104(%rbp), %rsi # 8-byte Reload movq -96(%rbp), %rdx # 8-byte Reload movl %eax, %ecx callq alloc_page_vma_node@PLT movq %rax, %rdx movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq %rdx, (%rax,%rcx,8) movq -72(%rbp), %rcx movslq -60(%rbp), %rdx movb $1, %al cmpq $0, (%rcx,%rdx,8) movb %al, -85(%rbp) # 1-byte Spill je .LBB0_6 # %bb.5: # in Loop: Header=BB0_3 Depth=1 movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi movq -32(%rbp), %rax movl (%rax), %esi movl GFP_KERNEL(%rip), %edx leaq -48(%rbp), %rcx xorl %r8d, %r8d callq mem_cgroup_try_charge_delay@PLT cmpq $0, %rax setne %al movb %al, -85(%rbp) # 1-byte Spill .LBB0_6: # in Loop: Header=BB0_3 Depth=1 movb -85(%rbp), %al # 1-byte Reload andb $1, %al movzbl %al, %edi callq unlikely@PLT cmpq $0, %rax je .LBB0_13 # %bb.7: movq -72(%rbp), %rax movslq -60(%rbp), %rcx cmpq $0, (%rax,%rcx,8) je .LBB0_9 # %bb.8: movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq put_page@PLT .LBB0_9: jmp .LBB0_10 .LBB0_10: # =>This Inner Loop Header: Depth=1 movl -60(%rbp), %eax addl $-1, %eax movl %eax, -60(%rbp) cmpl $0, %eax jl .LBB0_12 # %bb.11: # in Loop: Header=BB0_10 Depth=1 movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq page_private@PLT movq %rax, -48(%rbp) movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi xorl %eax, %eax movl %eax, %esi callq set_page_private@PLT movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi movq -48(%rbp), %rsi xorl %edx, %edx callq mem_cgroup_cancel_charge@PLT movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq put_page@PLT jmp .LBB0_10 .LBB0_12: movq -72(%rbp), %rdi callq kfree@PLT movl VM_FAULT_OOM(%rip), %eax orl -64(%rbp), %eax movl %eax, -64(%rbp) jmp .LBB0_26 .LBB0_13: # in Loop: Header=BB0_3 Depth=1 movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi movq -48(%rbp), %rsi callq set_page_private@PLT # %bb.14: # in Loop: Header=BB0_3 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp .LBB0_3 .LBB0_15: movl $0, -60(%rbp) .LBB0_16: # =>This Inner Loop Header: Depth=1 movl -60(%rbp), %eax cmpl HPAGE_PMD_NR(%rip), %eax jge .LBB0_19 # %bb.17: # in Loop: Header=BB0_16 Depth=1 movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rsi movslq -60(%rbp), %rax shlq $2, %rax addq %rax, %rsi movq -40(%rbp), %rdx movl PAGE_SIZE(%rip), %eax imull -60(%rbp), %eax cltq addq %rax, %rdx movq -32(%rbp), %rcx callq copy_user_highpage@PLT movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq __SetPageUptodate@PLT movb $0, %al callq cond_resched@PLT # %bb.18: # in Loop: Header=BB0_16 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp .LBB0_16 .LBB0_19: movl MMU_NOTIFY_CLEAR(%rip), %esi movq -32(%rbp), %rcx movq -32(%rbp), %rax movl (%rax), %r8d movq -40(%rbp), %r9 movq -40(%rbp), %rax addq HPAGE_PMD_SIZE(%rip), %rax leaq -80(%rbp), %rdi xorl %edx, %edx movq %rax, (%rsp) callq mmu_notifier_range_init@PLT leaq -80(%rbp), %rdi callq mmu_notifier_invalidate_range_start@PLT movq -32(%rbp), %rax movl (%rax), %edi movq -8(%rbp), %rax movq 16(%rax), %rsi callq pmd_lock@PLT movl %eax, %ecx movq -8(%rbp), %rax movl %ecx, 8(%rax) movq -8(%rbp), %rax movq 16(%rax), %rax movl (%rax), %edi movl -12(%rbp), %esi callq pmd_same@PLT cmpl $0, %eax setne %al xorb $-1, %al andb $1, %al movzbl %al, %edi callq unlikely@PLT cmpq $0, %rax je .LBB0_21 # %bb.20: jmp .LBB0_27 .LBB0_21: movq -24(%rbp), %rdi callq PageHead@PLT cmpl $0, %eax setne %al xorb $-1, %al andb $1, %al movzbl %al, %edi movq -24(%rbp), %rsi callq VM_BUG_ON_PAGE@PLT movq -32(%rbp), %rdi movq -40(%rbp), %rsi movq -8(%rbp), %rax movq 16(%rax), %rdx callq pmdp_huge_clear_flush_notify@PLT movq -32(%rbp), %rax movl (%rax), %edi movq -8(%rbp), %rax movq 16(%rax), %rsi callq pgtable_trans_huge_withdraw@PLT movl %eax, -52(%rbp) movq -32(%rbp), %rax movl (%rax), %edi movl -52(%rbp), %edx leaq -56(%rbp), %rsi callq pmd_populate@PLT movl $0, -60(%rbp) .LBB0_22: # =>This Inner Loop Header: Depth=1 movl -60(%rbp), %eax cmpl HPAGE_PMD_NR(%rip), %eax jge .LBB0_25 # %bb.23: # in Loop: Header=BB0_22 Depth=1 movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi movq -32(%rbp), %rax movl 4(%rax), %esi callq mk_pte@PLT movl %eax, -84(%rbp) movl -84(%rbp), %edi callq pte_mkdirty@PLT movl %eax, %edi movq -32(%rbp), %rsi callq maybe_mkwrite@PLT movl %eax, -84(%rbp) movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq page_private@PLT movq %rax, -48(%rbp) movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi xorl %eax, %eax movl %eax, %esi callq set_page_private@PLT movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi movq -8(%rbp), %rax movq 32(%rax), %rsi movq -40(%rbp), %rdx xorl %ecx, %ecx callq page_add_new_anon_rmap@PLT movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi movq -48(%rbp), %rsi xorl %ecx, %ecx movl %ecx, %edx callq mem_cgroup_commit_charge@PLT movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi movq -32(%rbp), %rsi callq lru_cache_add_active_or_unevictable@PLT movq -40(%rbp), %rsi leaq -56(%rbp), %rdi callq pte_offset_map@PLT movq %rax, %rcx movq -8(%rbp), %rax movq %rcx, 24(%rax) movq -8(%rbp), %rax movq 24(%rax), %rax movl (%rax), %edi callq pte_none@PLT cmpl $0, %eax setne %al xorb $-1, %al andb $1, %al movzbl %al, %edi callq VM_BUG_ON@PLT movq -32(%rbp), %rax movl (%rax), %edi movq -40(%rbp), %rsi movq -8(%rbp), %rax movq 24(%rax), %rdx movl -84(%rbp), %ecx callq set_pte_at@PLT movq -8(%rbp), %rax movq 24(%rax), %rdi callq pte_unmap@PLT # %bb.24: # in Loop: Header=BB0_22 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) movslq PAGE_SIZE(%rip), %rax addq -40(%rbp), %rax movq %rax, -40(%rbp) jmp .LBB0_22 .LBB0_25: movq -72(%rbp), %rdi callq kfree@PLT movb $0, %al callq smp_wmb@PLT movq -32(%rbp), %rax movl (%rax), %edi movq -8(%rbp), %rax movq 16(%rax), %rsi movl -52(%rbp), %edx callq pmd_populate@PLT movq -24(%rbp), %rdi movl $1, %esi callq page_remove_rmap@PLT movq -8(%rbp), %rax movl 8(%rax), %edi callq spin_unlock@PLT leaq -80(%rbp), %rdi callq mmu_notifier_invalidate_range_only_end@PLT movl VM_FAULT_WRITE(%rip), %eax orl -64(%rbp), %eax movl %eax, -64(%rbp) movq -24(%rbp), %rdi callq put_page@PLT .LBB0_26: movl -64(%rbp), %eax addq $128, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .LBB0_27: .cfi_def_cfa %rbp, 16 movq -8(%rbp), %rax movl 8(%rax), %edi callq spin_unlock@PLT leaq -80(%rbp), %rdi callq mmu_notifier_invalidate_range_end@PLT movl $0, -60(%rbp) .LBB0_28: # =>This Inner Loop Header: Depth=1 movl -60(%rbp), %eax cmpl HPAGE_PMD_NR(%rip), %eax jge .LBB0_31 # %bb.29: # in Loop: Header=BB0_28 Depth=1 movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq page_private@PLT movq %rax, -48(%rbp) movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi xorl %eax, %eax movl %eax, %esi callq set_page_private@PLT movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi movq -48(%rbp), %rsi xorl %edx, %edx callq mem_cgroup_cancel_charge@PLT movq -72(%rbp), %rax movslq -60(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq put_page@PLT # %bb.30: # in Loop: Header=BB0_28 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp .LBB0_28 .LBB0_31: movq -72(%rbp), %rdi callq kfree@PLT jmp .LBB0_26 .Lfunc_end0: .size do_huge_pmd_wp_page_fallback, .Lfunc_end0-do_huge_pmd_wp_page_fallback .cfi_endproc # -- End function .type HPAGE_PMD_MASK,@object # @HPAGE_PMD_MASK .bss .globl HPAGE_PMD_MASK .p2align 3 HPAGE_PMD_MASK: .quad 0 # 0x0 .size HPAGE_PMD_MASK, 8 .type HPAGE_PMD_NR,@object # @HPAGE_PMD_NR .globl HPAGE_PMD_NR .p2align 2 HPAGE_PMD_NR: .long 0 # 0x0 .size HPAGE_PMD_NR, 4 .type GFP_KERNEL,@object # @GFP_KERNEL .globl GFP_KERNEL .p2align 2 GFP_KERNEL: .long 0 # 0x0 .size GFP_KERNEL, 4 .type VM_FAULT_OOM,@object # @VM_FAULT_OOM .globl VM_FAULT_OOM .p2align 2 VM_FAULT_OOM: .long 0 # 0x0 .size VM_FAULT_OOM, 4 .type GFP_HIGHUSER_MOVABLE,@object # @GFP_HIGHUSER_MOVABLE .globl GFP_HIGHUSER_MOVABLE .p2align 2 GFP_HIGHUSER_MOVABLE: .long 0 # 0x0 .size GFP_HIGHUSER_MOVABLE, 4 .type PAGE_SIZE,@object # @PAGE_SIZE .globl PAGE_SIZE .p2align 2 PAGE_SIZE: .long 0 # 0x0 .size PAGE_SIZE, 4 .type MMU_NOTIFY_CLEAR,@object # @MMU_NOTIFY_CLEAR .globl MMU_NOTIFY_CLEAR .p2align 2 MMU_NOTIFY_CLEAR: .long 0 # 0x0 .size MMU_NOTIFY_CLEAR, 4 .type HPAGE_PMD_SIZE,@object # @HPAGE_PMD_SIZE .globl HPAGE_PMD_SIZE .p2align 3 HPAGE_PMD_SIZE: .quad 0 # 0x0 .size HPAGE_PMD_SIZE, 8 .type VM_FAULT_WRITE,@object # @VM_FAULT_WRITE .globl VM_FAULT_WRITE .p2align 2 VM_FAULT_WRITE: .long 0 # 0x0 .size VM_FAULT_WRITE, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym do_huge_pmd_wp_page_fallback .addrsig_sym kmalloc_array .addrsig_sym unlikely .addrsig_sym alloc_page_vma_node .addrsig_sym page_to_nid .addrsig_sym mem_cgroup_try_charge_delay .addrsig_sym put_page .addrsig_sym page_private .addrsig_sym set_page_private .addrsig_sym mem_cgroup_cancel_charge .addrsig_sym kfree .addrsig_sym copy_user_highpage .addrsig_sym __SetPageUptodate .addrsig_sym cond_resched .addrsig_sym mmu_notifier_range_init .addrsig_sym mmu_notifier_invalidate_range_start .addrsig_sym pmd_lock .addrsig_sym pmd_same .addrsig_sym VM_BUG_ON_PAGE .addrsig_sym PageHead .addrsig_sym pmdp_huge_clear_flush_notify .addrsig_sym pgtable_trans_huge_withdraw .addrsig_sym pmd_populate .addrsig_sym mk_pte .addrsig_sym maybe_mkwrite .addrsig_sym pte_mkdirty .addrsig_sym page_add_new_anon_rmap .addrsig_sym mem_cgroup_commit_charge .addrsig_sym lru_cache_add_active_or_unevictable .addrsig_sym pte_offset_map .addrsig_sym VM_BUG_ON .addrsig_sym pte_none .addrsig_sym set_pte_at .addrsig_sym pte_unmap .addrsig_sym smp_wmb .addrsig_sym page_remove_rmap .addrsig_sym spin_unlock .addrsig_sym mmu_notifier_invalidate_range_only_end .addrsig_sym mmu_notifier_invalidate_range_end .addrsig_sym HPAGE_PMD_MASK .addrsig_sym HPAGE_PMD_NR .addrsig_sym GFP_KERNEL .addrsig_sym VM_FAULT_OOM .addrsig_sym GFP_HIGHUSER_MOVABLE .addrsig_sym PAGE_SIZE .addrsig_sym MMU_NOTIFY_CLEAR .addrsig_sym HPAGE_PMD_SIZE .addrsig_sym VM_FAULT_WRITE
fastsocket/kernel/drivers/media/dvb/frontends/extr_cx24113.c_cx24113_enable.c
arm/extr_cx24113_cx24113_enable_O0_gcc.s
x86_64/extr_cx24113_cx24113_enable_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function cx24113_enable _cx24113_enable: ; @cx24113_enable .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str w1, [sp, #4] ldr x0, [sp, #8] mov w1, #33 bl _cx24113_readreg and w8, w0, #0xc0 ldr w9, [sp, #4] orr w8, w8, w9 str w8, [sp] ldr x8, [sp, #8] ldr x8, [x8] adrp x9, _REV_CX24113@GOTPAGE ldr x9, [x9, _REV_CX24113@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp] orr w8, w8, #0x2 str w8, [sp] b LBB0_2 LBB0_2: ldr x0, [sp, #8] ldr w2, [sp] mov w1, #33 bl _cx24113_writereg ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _REV_CX24113,8,3 ; @REV_CX24113 .no_dead_strip _cx24113_enable .subsections_via_symbols
.text .file "extr_cx24113.c_cx24113_enable.c" .p2align 4, 0x90 # -- Begin function cx24113_enable .type cx24113_enable,@function cx24113_enable: # @cx24113_enable .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rdi movl $33, %esi callq cx24113_readreg@PLT andl $192, %eax orl -12(%rbp), %eax movl %eax, -16(%rbp) movq -8(%rbp), %rax movq (%rax), %rax cmpq REV_CX24113(%rip), %rax jne .LBB0_2 # %bb.1: movl -16(%rbp), %eax orl $2, %eax movl %eax, -16(%rbp) .LBB0_2: movq -8(%rbp), %rdi movl -16(%rbp), %edx movl $33, %esi callq cx24113_writereg@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size cx24113_enable, .Lfunc_end0-cx24113_enable .cfi_endproc # -- End function .type REV_CX24113,@object # @REV_CX24113 .bss .globl REV_CX24113 .p2align 3 REV_CX24113: .quad 0 # 0x0 .size REV_CX24113, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym cx24113_enable .addrsig_sym cx24113_readreg .addrsig_sym cx24113_writereg .addrsig_sym REV_CX24113
sumatrapdf/ext/harfbuzz/test/api/extr_test-subset-glyf.c_main.c
arm/extr_test-subset-glyf_main_O0_gcc.s
x86_64/extr_test-subset-glyf_main_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x9, x0 mov x8, x1 stur wzr, [x29, #-4] add x0, sp, #8 str w9, [sp, #8] mov x1, sp str x8, [sp] bl _hb_test_init adrp x8, _test_subset_glyf_noop@GOTPAGE ldr x8, [x8, _test_subset_glyf_noop@GOTPAGEOFF] ldr w0, [x8] bl _hb_test_add adrp x8, _test_subset_glyf@GOTPAGE ldr x8, [x8, _test_subset_glyf@GOTPAGEOFF] ldr w0, [x8] bl _hb_test_add adrp x8, _test_subset_glyf_strip_hints_simple@GOTPAGE ldr x8, [x8, _test_subset_glyf_strip_hints_simple@GOTPAGEOFF] ldr w0, [x8] bl _hb_test_add adrp x8, _test_subset_glyf_strip_hints_composite@GOTPAGE ldr x8, [x8, _test_subset_glyf_strip_hints_composite@GOTPAGEOFF] ldr w0, [x8] bl _hb_test_add adrp x8, _test_subset_glyf_strip_hints_invalid@GOTPAGE ldr x8, [x8, _test_subset_glyf_strip_hints_invalid@GOTPAGEOFF] ldr w0, [x8] bl _hb_test_add adrp x8, _test_subset_glyf_with_components@GOTPAGE ldr x8, [x8, _test_subset_glyf_with_components@GOTPAGEOFF] ldr w0, [x8] bl _hb_test_add adrp x8, _test_subset_glyf_with_gsub@GOTPAGE ldr x8, [x8, _test_subset_glyf_with_gsub@GOTPAGEOFF] ldr w0, [x8] bl _hb_test_add adrp x8, _test_subset_glyf_without_gsub@GOTPAGE ldr x8, [x8, _test_subset_glyf_without_gsub@GOTPAGEOFF] ldr w0, [x8] bl _hb_test_add bl _hb_test_run ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _test_subset_glyf_noop,4,2 ; @test_subset_glyf_noop .comm _test_subset_glyf,4,2 ; @test_subset_glyf .comm _test_subset_glyf_strip_hints_simple,4,2 ; @test_subset_glyf_strip_hints_simple .comm _test_subset_glyf_strip_hints_composite,4,2 ; @test_subset_glyf_strip_hints_composite .comm _test_subset_glyf_strip_hints_invalid,4,2 ; @test_subset_glyf_strip_hints_invalid .comm _test_subset_glyf_with_components,4,2 ; @test_subset_glyf_with_components .comm _test_subset_glyf_with_gsub,4,2 ; @test_subset_glyf_with_gsub .comm _test_subset_glyf_without_gsub,4,2 ; @test_subset_glyf_without_gsub .subsections_via_symbols
.text .file "extr_test-subset-glyf.c_main.c" .globl main # -- Begin function main .p2align 4, 0x90 .type main,@function main: # @main .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) leaq -8(%rbp), %rdi leaq -16(%rbp), %rsi callq hb_test_init@PLT movl test_subset_glyf_noop(%rip), %edi callq hb_test_add@PLT movl test_subset_glyf(%rip), %edi callq hb_test_add@PLT movl test_subset_glyf_strip_hints_simple(%rip), %edi callq hb_test_add@PLT movl test_subset_glyf_strip_hints_composite(%rip), %edi callq hb_test_add@PLT movl test_subset_glyf_strip_hints_invalid(%rip), %edi callq hb_test_add@PLT movl test_subset_glyf_with_components(%rip), %edi callq hb_test_add@PLT movl test_subset_glyf_with_gsub(%rip), %edi callq hb_test_add@PLT movl test_subset_glyf_without_gsub(%rip), %edi callq hb_test_add@PLT movb $0, %al callq hb_test_run@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size main, .Lfunc_end0-main .cfi_endproc # -- End function .type test_subset_glyf_noop,@object # @test_subset_glyf_noop .bss .globl test_subset_glyf_noop .p2align 2 test_subset_glyf_noop: .long 0 # 0x0 .size test_subset_glyf_noop, 4 .type test_subset_glyf,@object # @test_subset_glyf .globl test_subset_glyf .p2align 2 test_subset_glyf: .long 0 # 0x0 .size test_subset_glyf, 4 .type test_subset_glyf_strip_hints_simple,@object # @test_subset_glyf_strip_hints_simple .globl test_subset_glyf_strip_hints_simple .p2align 2 test_subset_glyf_strip_hints_simple: .long 0 # 0x0 .size test_subset_glyf_strip_hints_simple, 4 .type test_subset_glyf_strip_hints_composite,@object # @test_subset_glyf_strip_hints_composite .globl test_subset_glyf_strip_hints_composite .p2align 2 test_subset_glyf_strip_hints_composite: .long 0 # 0x0 .size test_subset_glyf_strip_hints_composite, 4 .type test_subset_glyf_strip_hints_invalid,@object # @test_subset_glyf_strip_hints_invalid .globl test_subset_glyf_strip_hints_invalid .p2align 2 test_subset_glyf_strip_hints_invalid: .long 0 # 0x0 .size test_subset_glyf_strip_hints_invalid, 4 .type test_subset_glyf_with_components,@object # @test_subset_glyf_with_components .globl test_subset_glyf_with_components .p2align 2 test_subset_glyf_with_components: .long 0 # 0x0 .size test_subset_glyf_with_components, 4 .type test_subset_glyf_with_gsub,@object # @test_subset_glyf_with_gsub .globl test_subset_glyf_with_gsub .p2align 2 test_subset_glyf_with_gsub: .long 0 # 0x0 .size test_subset_glyf_with_gsub, 4 .type test_subset_glyf_without_gsub,@object # @test_subset_glyf_without_gsub .globl test_subset_glyf_without_gsub .p2align 2 test_subset_glyf_without_gsub: .long 0 # 0x0 .size test_subset_glyf_without_gsub, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym hb_test_init .addrsig_sym hb_test_add .addrsig_sym hb_test_run .addrsig_sym test_subset_glyf_noop .addrsig_sym test_subset_glyf .addrsig_sym test_subset_glyf_strip_hints_simple .addrsig_sym test_subset_glyf_strip_hints_composite .addrsig_sym test_subset_glyf_strip_hints_invalid .addrsig_sym test_subset_glyf_with_components .addrsig_sym test_subset_glyf_with_gsub .addrsig_sym test_subset_glyf_without_gsub
linux/lib/extr_..scriptsdtclibfdtlibfdt.h_fdt_property_u64.c
arm/extr_..scriptsdtclibfdtlibfdt.h_fdt_property_u64_O0_gcc.s
x86_64/extr_..scriptsdtclibfdtlibfdt.h_fdt_property_u64_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function fdt_property_u64 _fdt_property_u64: ; @fdt_property_u64 .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str w2, [sp, #12] ldr w0, [sp, #12] bl _cpu_to_fdt64 add x2, sp, #8 str w0, [sp, #8] ldur x0, [x29, #-8] ldr x1, [sp, #16] mov w3, #4 bl _fdt_property ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .no_dead_strip _fdt_property_u64 .subsections_via_symbols
.text .file "extr_..scriptsdtclibfdtlibfdt.h_fdt_property_u64.c" .p2align 4, 0x90 # -- Begin function fdt_property_u64 .type fdt_property_u64,@function fdt_property_u64: # @fdt_property_u64 .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl -20(%rbp), %edi callq cpu_to_fdt64@PLT movl %eax, -24(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi leaq -24(%rbp), %rdx movl $4, %ecx callq fdt_property@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size fdt_property_u64, .Lfunc_end0-fdt_property_u64 .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym fdt_property_u64 .addrsig_sym cpu_to_fdt64 .addrsig_sym fdt_property
RetroArch/menu/extr_menu_setting.c_setting_action_start_analog_dpad_mode.c
arm/extr_menu_setting_setting_action_start_analog_dpad_mode_O0_gcc.s
x86_64/extr_menu_setting_setting_action_start_analog_dpad_mode_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function setting_action_start_analog_dpad_mode _setting_action_start_analog_dpad_mode: ; @setting_action_start_analog_dpad_mode .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: mov w8, #-1 str w8, [sp, #12] b LBB0_3 LBB0_2: ldr x8, [sp] ldr x8, [x8] str xzr, [x8] str wzr, [sp, #12] b LBB0_3 LBB0_3: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .no_dead_strip _setting_action_start_analog_dpad_mode .subsections_via_symbols
.text .file "extr_menu_setting.c_setting_action_start_analog_dpad_mode.c" .p2align 4, 0x90 # -- Begin function setting_action_start_analog_dpad_mode .type setting_action_start_analog_dpad_mode,@function setting_action_start_analog_dpad_mode: # @setting_action_start_analog_dpad_mode .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) cmpq $0, -16(%rbp) jne .LBB0_2 # %bb.1: movl $-1, -4(%rbp) jmp .LBB0_3 .LBB0_2: movq -16(%rbp), %rax movq (%rax), %rax movq $0, (%rax) movl $0, -4(%rbp) .LBB0_3: movl -4(%rbp), %eax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size setting_action_start_analog_dpad_mode, .Lfunc_end0-setting_action_start_analog_dpad_mode .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym setting_action_start_analog_dpad_mode
php-src/ext/xmlrpc/libxmlrpc/extr_queue.c_Q_Find.c
arm/extr_queue_Q_Find_O0_gcc.s
x86_64/extr_queue_Q_Find_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _Q_Find ; -- Begin function Q_Find .p2align 2 _Q_Find: ; @Q_Find .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] str x2, [sp, #16] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _False_@GOTPAGE ldr x8, [x8, _False_@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_10 LBB0_2: ldur x0, [x29, #-16] bl _Q_Head str x0, [sp, #8] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x0, [sp, #8] ldr x1, [sp, #24] blr x8 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: adrp x8, _True_@GOTPAGE ldr x8, [x8, _True_@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_10 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 ldur x0, [x29, #-16] bl _Q_Next str x0, [sp, #8] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 ldur x0, [x29, #-16] bl _Q_AtTail subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_7 LBB0_7: ldr x8, [sp, #16] ldr x0, [sp, #8] ldr x1, [sp, #24] blr x8 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: adrp x8, _True_@GOTPAGE ldr x8, [x8, _True_@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_10 LBB0_9: adrp x8, _False_@GOTPAGE ldr x8, [x8, _False_@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_10 LBB0_10: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _False_,4,2 ; @False_ .comm _True_,4,2 ; @True_ .subsections_via_symbols
.text .file "extr_queue.c_Q_Find.c" .globl Q_Find # -- Begin function Q_Find .p2align 4, 0x90 .type Q_Find,@function Q_Find: # @Q_Find .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) cmpq $0, -16(%rbp) jne .LBB0_2 # %bb.1: movl False_(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_10 .LBB0_2: movq -16(%rbp), %rdi callq Q_Head@PLT movq %rax, -40(%rbp) .LBB0_3: # =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movq -40(%rbp), %rdi movq -24(%rbp), %rsi callq *%rax cmpl $0, %eax jne .LBB0_5 # %bb.4: movl True_(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_10 .LBB0_5: # in Loop: Header=BB0_3 Depth=1 movq -16(%rbp), %rdi callq Q_Next@PLT movq %rax, -40(%rbp) # %bb.6: # in Loop: Header=BB0_3 Depth=1 movq -16(%rbp), %rdi callq Q_AtTail@PLT cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne .LBB0_3 # %bb.7: movq -32(%rbp), %rax movq -40(%rbp), %rdi movq -24(%rbp), %rsi callq *%rax cmpl $0, %eax jne .LBB0_9 # %bb.8: movl True_(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_10 .LBB0_9: movl False_(%rip), %eax movl %eax, -4(%rbp) .LBB0_10: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size Q_Find, .Lfunc_end0-Q_Find .cfi_endproc # -- End function .type False_,@object # @False_ .bss .globl False_ .p2align 2 False_: .long 0 # 0x0 .size False_, 4 .type True_,@object # @True_ .globl True_ .p2align 2 True_: .long 0 # 0x0 .size True_, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym Q_Head .addrsig_sym Q_Next .addrsig_sym Q_AtTail .addrsig_sym False_ .addrsig_sym True_
fastsocket/kernel/drivers/block/extr_floppy.c_do_wakeup.c
arm/extr_floppy_do_wakeup_O0_gcc.s
x86_64/extr_floppy_do_wakeup_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function do_wakeup _do_wakeup: ; @do_wakeup .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _MAXTIMEOUT@GOTPAGE ldr x8, [x8, _MAXTIMEOUT@GOTPAGEOFF] ldr w0, [x8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov w2, #0 bl _reschedule_timeout adrp x8, _cont@GOTPAGE ldr x8, [x8, _cont@GOTPAGEOFF] ; kill: def $x9 killed $xzr str xzr, [x8] adrp x9, _command_status@GOTPAGE ldr x9, [x9, _command_status@GOTPAGEOFF] ldr w8, [x9] add w8, w8, #2 str w8, [x9] adrp x0, _command_done@GOTPAGE ldr x0, [x0, _command_done@GOTPAGEOFF] bl _wake_up ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .comm _MAXTIMEOUT,4,2 ; @MAXTIMEOUT .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "do wakeup" .comm _cont,8,3 ; @cont .comm _command_status,4,2 ; @command_status .comm _command_done,4,2 ; @command_done .no_dead_strip _do_wakeup .subsections_via_symbols
.text .file "extr_floppy.c_do_wakeup.c" .p2align 4, 0x90 # -- Begin function do_wakeup .type do_wakeup,@function do_wakeup: # @do_wakeup .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl MAXTIMEOUT(%rip), %edi leaq .L.str(%rip), %rsi xorl %edx, %edx callq reschedule_timeout@PLT movq $0, cont(%rip) movl command_status(%rip), %eax addl $2, %eax movl %eax, command_status(%rip) leaq command_done(%rip), %rdi callq wake_up@PLT popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size do_wakeup, .Lfunc_end0-do_wakeup .cfi_endproc # -- End function .type MAXTIMEOUT,@object # @MAXTIMEOUT .bss .globl MAXTIMEOUT .p2align 2 MAXTIMEOUT: .long 0 # 0x0 .size MAXTIMEOUT, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "do wakeup" .size .L.str, 10 .type cont,@object # @cont .bss .globl cont .p2align 3 cont: .quad 0 .size cont, 8 .type command_status,@object # @command_status .globl command_status .p2align 2 command_status: .long 0 # 0x0 .size command_status, 4 .type command_done,@object # @command_done .globl command_done .p2align 2 command_done: .long 0 # 0x0 .size command_done, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym do_wakeup .addrsig_sym reschedule_timeout .addrsig_sym wake_up .addrsig_sym MAXTIMEOUT .addrsig_sym cont .addrsig_sym command_status .addrsig_sym command_done
linux/drivers/net/wireless/ath/ath9k/extr_ar9003_rtt.c_ar9003_hw_rtt_clear_hist.c
arm/extr_ar9003_rtt_ar9003_hw_rtt_clear_hist_O0_gcc.s
x86_64/extr_ar9003_rtt_ar9003_hw_rtt_clear_hist_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ar9003_hw_rtt_clear_hist ; -- Begin function ar9003_hw_rtt_clear_hist .p2align 2 _ar9003_hw_rtt_clear_hist: ; @ar9003_hw_rtt_clear_hist .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str wzr, [sp, #4] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_5 Depth 2 ldr w8, [sp, #4] adrp x9, _AR9300_MAX_CHAINS@GOTPAGE ldr x9, [x9, _AR9300_MAX_CHAINS@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #8] ldr w8, [x8, #8] ldr w10, [sp, #4] mov w9, #1 lsl w9, w9, w10 ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 b LBB0_9 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp] b LBB0_5 LBB0_5: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp] adrp x9, _MAX_RTT_TABLE_ENTRY@GOTPAGE ldr x9, [x9, _MAX_RTT_TABLE_ENTRY@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=2 ldr x0, [sp, #8] ldr w1, [sp, #4] ldr w2, [sp] mov w3, #0 bl _ar9003_hw_rtt_load_hist_entry b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=2 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB0_5 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB0_1 LBB0_10: ldr x8, [sp, #8] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: adrp x8, _RTT_DONE@GOTPAGE ldr x8, [x8, _RTT_DONE@GOTPAGEOFF] ldr w0, [x8] ldr x8, [sp, #8] ldr x1, [x8] bl _clear_bit b LBB0_12 LBB0_12: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _AR9300_MAX_CHAINS,4,2 ; @AR9300_MAX_CHAINS .comm _MAX_RTT_TABLE_ENTRY,4,2 ; @MAX_RTT_TABLE_ENTRY .comm _RTT_DONE,4,2 ; @RTT_DONE .subsections_via_symbols
.text .file "extr_ar9003_rtt.c_ar9003_hw_rtt_clear_hist.c" .globl ar9003_hw_rtt_clear_hist # -- Begin function ar9003_hw_rtt_clear_hist .p2align 4, 0x90 .type ar9003_hw_rtt_clear_hist,@function ar9003_hw_rtt_clear_hist: # @ar9003_hw_rtt_clear_hist .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) .LBB0_1: # =>This Loop Header: Depth=1 # Child Loop BB0_5 Depth 2 movl -12(%rbp), %eax cmpl AR9300_MAX_CHAINS(%rip), %eax jge .LBB0_10 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movl 8(%rax), %eax movl -12(%rbp), %ecx movl $1, %edx # kill: def $cl killed $ecx shll %cl, %edx movl %edx, %ecx andl %ecx, %eax cmpl $0, %eax jne .LBB0_4 # %bb.3: # in Loop: Header=BB0_1 Depth=1 jmp .LBB0_9 .LBB0_4: # in Loop: Header=BB0_1 Depth=1 movl $0, -16(%rbp) .LBB0_5: # Parent Loop BB0_1 Depth=1 # => This Inner Loop Header: Depth=2 movl -16(%rbp), %eax cmpl MAX_RTT_TABLE_ENTRY(%rip), %eax jge .LBB0_8 # %bb.6: # in Loop: Header=BB0_5 Depth=2 movq -8(%rbp), %rdi movl -12(%rbp), %esi movl -16(%rbp), %edx xorl %ecx, %ecx callq ar9003_hw_rtt_load_hist_entry@PLT # %bb.7: # in Loop: Header=BB0_5 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp .LBB0_5 .LBB0_8: # in Loop: Header=BB0_1 Depth=1 jmp .LBB0_9 .LBB0_9: # in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp .LBB0_1 .LBB0_10: movq -8(%rbp), %rax cmpq $0, (%rax) je .LBB0_12 # %bb.11: movl RTT_DONE(%rip), %edi movq -8(%rbp), %rax movq (%rax), %rsi callq clear_bit@PLT .LBB0_12: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ar9003_hw_rtt_clear_hist, .Lfunc_end0-ar9003_hw_rtt_clear_hist .cfi_endproc # -- End function .type AR9300_MAX_CHAINS,@object # @AR9300_MAX_CHAINS .bss .globl AR9300_MAX_CHAINS .p2align 2 AR9300_MAX_CHAINS: .long 0 # 0x0 .size AR9300_MAX_CHAINS, 4 .type MAX_RTT_TABLE_ENTRY,@object # @MAX_RTT_TABLE_ENTRY .globl MAX_RTT_TABLE_ENTRY .p2align 2 MAX_RTT_TABLE_ENTRY: .long 0 # 0x0 .size MAX_RTT_TABLE_ENTRY, 4 .type RTT_DONE,@object # @RTT_DONE .globl RTT_DONE .p2align 2 RTT_DONE: .long 0 # 0x0 .size RTT_DONE, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym ar9003_hw_rtt_load_hist_entry .addrsig_sym clear_bit .addrsig_sym AR9300_MAX_CHAINS .addrsig_sym MAX_RTT_TABLE_ENTRY .addrsig_sym RTT_DONE
libgit2/src/extr_vector.c_git_vector_verify_sorted.c
arm/extr_vector_git_vector_verify_sorted_O0_gcc.s
x86_64/extr_vector_git_vector_verify_sorted_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _git_vector_verify_sorted ; -- Begin function git_vector_verify_sorted .p2align 2 _git_vector_verify_sorted: ; @git_vector_verify_sorted .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x0, [sp, #16] bl _git_vector_is_sorted subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: mov w8, #-1 stur w8, [x29, #-4] b LBB0_9 LBB0_2: mov x8, #1 str x8, [sp, #8] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldr x9, [sp, #16] ldr x9, [x9] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_8 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] ldr x9, [sp, #16] ldr x9, [x9, #16] ldr x10, [sp, #8] subs x10, x10, #1 ldr w0, [x9, x10, lsl #2] ldr x9, [sp, #16] ldr x9, [x9, #16] ldr x10, [sp, #8] ldr w1, [x9, x10, lsl #2] blr x8 subs x8, x0, #0 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: mov w8, #-1 stur w8, [x29, #-4] b LBB0_9 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #8] add x8, x8, #1 str x8, [sp, #8] b LBB0_3 LBB0_8: stur wzr, [x29, #-4] b LBB0_9 LBB0_9: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_vector.c_git_vector_verify_sorted.c" .globl git_vector_verify_sorted # -- Begin function git_vector_verify_sorted .p2align 4, 0x90 .type git_vector_verify_sorted,@function git_vector_verify_sorted: # @git_vector_verify_sorted .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rdi callq git_vector_is_sorted@PLT cmpl $0, %eax jne .LBB0_2 # %bb.1: movl $-1, -4(%rbp) jmp .LBB0_9 .LBB0_2: movq $1, -24(%rbp) .LBB0_3: # =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax movq -16(%rbp), %rcx cmpq (%rcx), %rax jae .LBB0_8 # %bb.4: # in Loop: Header=BB0_3 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movq -16(%rbp), %rcx movq 16(%rcx), %rcx movq -24(%rbp), %rdx subq $1, %rdx movl (%rcx,%rdx,4), %edi movq -16(%rbp), %rcx movq 16(%rcx), %rcx movq -24(%rbp), %rdx movl (%rcx,%rdx,4), %esi callq *%rax cmpq $0, %rax jle .LBB0_6 # %bb.5: movl $-1, -4(%rbp) jmp .LBB0_9 .LBB0_6: # in Loop: Header=BB0_3 Depth=1 jmp .LBB0_7 .LBB0_7: # in Loop: Header=BB0_3 Depth=1 movq -24(%rbp), %rax addq $1, %rax movq %rax, -24(%rbp) jmp .LBB0_3 .LBB0_8: movl $0, -4(%rbp) .LBB0_9: movl -4(%rbp), %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size git_vector_verify_sorted, .Lfunc_end0-git_vector_verify_sorted .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym git_vector_is_sorted
linux/arch/powerpc/kvm/extr_booke.c_kvmppc_core_queue_external.c
arm/extr_booke_kvmppc_core_queue_external_O0_gcc.s
x86_64/extr_booke_kvmppc_core_queue_external_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _kvmppc_core_queue_external ; -- Begin function kvmppc_core_queue_external .p2align 2 _kvmppc_core_queue_external: ; @kvmppc_core_queue_external .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] adrp x8, _BOOKE_IRQPRIO_EXTERNAL@GOTPAGE ldr x8, [x8, _BOOKE_IRQPRIO_EXTERNAL@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #12] ldr x8, [sp, #16] ldr x8, [x8] adrp x9, _KVM_INTERRUPT_SET_LEVEL@GOTPAGE ldr x9, [x9, _KVM_INTERRUPT_SET_LEVEL@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _BOOKE_IRQPRIO_EXTERNAL_LEVEL@GOTPAGE ldr x8, [x8, _BOOKE_IRQPRIO_EXTERNAL_LEVEL@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #12] b LBB0_2 LBB0_2: ldur x0, [x29, #-8] ldr w1, [sp, #12] bl _kvmppc_booke_queue_irqprio ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _BOOKE_IRQPRIO_EXTERNAL,4,2 ; @BOOKE_IRQPRIO_EXTERNAL .comm _KVM_INTERRUPT_SET_LEVEL,8,3 ; @KVM_INTERRUPT_SET_LEVEL .comm _BOOKE_IRQPRIO_EXTERNAL_LEVEL,4,2 ; @BOOKE_IRQPRIO_EXTERNAL_LEVEL .subsections_via_symbols
.text .file "extr_booke.c_kvmppc_core_queue_external.c" .globl kvmppc_core_queue_external # -- Begin function kvmppc_core_queue_external .p2align 4, 0x90 .type kvmppc_core_queue_external,@function kvmppc_core_queue_external: # @kvmppc_core_queue_external .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl BOOKE_IRQPRIO_EXTERNAL(%rip), %eax movl %eax, -20(%rbp) movq -16(%rbp), %rax movq (%rax), %rax cmpq KVM_INTERRUPT_SET_LEVEL(%rip), %rax jne .LBB0_2 # %bb.1: movl BOOKE_IRQPRIO_EXTERNAL_LEVEL(%rip), %eax movl %eax, -20(%rbp) .LBB0_2: movq -8(%rbp), %rdi movl -20(%rbp), %esi callq kvmppc_booke_queue_irqprio@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size kvmppc_core_queue_external, .Lfunc_end0-kvmppc_core_queue_external .cfi_endproc # -- End function .type BOOKE_IRQPRIO_EXTERNAL,@object # @BOOKE_IRQPRIO_EXTERNAL .bss .globl BOOKE_IRQPRIO_EXTERNAL .p2align 2 BOOKE_IRQPRIO_EXTERNAL: .long 0 # 0x0 .size BOOKE_IRQPRIO_EXTERNAL, 4 .type KVM_INTERRUPT_SET_LEVEL,@object # @KVM_INTERRUPT_SET_LEVEL .globl KVM_INTERRUPT_SET_LEVEL .p2align 3 KVM_INTERRUPT_SET_LEVEL: .quad 0 # 0x0 .size KVM_INTERRUPT_SET_LEVEL, 8 .type BOOKE_IRQPRIO_EXTERNAL_LEVEL,@object # @BOOKE_IRQPRIO_EXTERNAL_LEVEL .globl BOOKE_IRQPRIO_EXTERNAL_LEVEL .p2align 2 BOOKE_IRQPRIO_EXTERNAL_LEVEL: .long 0 # 0x0 .size BOOKE_IRQPRIO_EXTERNAL_LEVEL, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym kvmppc_booke_queue_irqprio .addrsig_sym BOOKE_IRQPRIO_EXTERNAL .addrsig_sym KVM_INTERRUPT_SET_LEVEL .addrsig_sym BOOKE_IRQPRIO_EXTERNAL_LEVEL
linux/arch/powerpc/oprofile/extr_common.c_op_powerpc_setup.c
arm/extr_common_op_powerpc_setup_O0_gcc.s
x86_64/extr_common_op_powerpc_setup_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function op_powerpc_setup _op_powerpc_setup: ; @op_powerpc_setup .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _op_per_cpu_rc@GOTPAGE ldr x8, [x8, _op_per_cpu_rc@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill str wzr, [x8] adrp x8, _op_handle_interrupt@GOTPAGE ldr x8, [x8, _op_handle_interrupt@GOTPAGEOFF] ldr w0, [x8] bl _reserve_pmc_hardware str w0, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #8] stur w8, [x29, #-4] b LBB0_8 LBB0_2: adrp x9, _model@GOTPAGE ldr x9, [x9, _model@GOTPAGEOFF] ldr x8, [x9] ldr x8, [x8] adrp x10, _ctr@GOTPAGE ldr x10, [x10, _ctr@GOTPAGEOFF] ldr w0, [x10] ldr x9, [x9] ldr w2, [x9, #8] adrp x1, _sys@GOTPAGE ldr x1, [x1, _sys@GOTPAGEOFF] blr x8 ldr x8, [sp] ; 8-byte Folded Reload str w0, [x8] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: b LBB0_5 LBB0_4: adrp x8, _op_powerpc_cpu_setup@GOTPAGE ldr x8, [x8, _op_powerpc_cpu_setup@GOTPAGEOFF] ldr w0, [x8] mov x1, #0 mov w2, #1 bl _on_each_cpu b LBB0_5 LBB0_5: ldr x8, [sp] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: bl _release_pmc_hardware b LBB0_7 LBB0_7: ldr x8, [sp] ; 8-byte Folded Reload ldr w8, [x8] stur w8, [x29, #-4] b LBB0_8 LBB0_8: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _op_per_cpu_rc,4,2 ; @op_per_cpu_rc .comm _op_handle_interrupt,4,2 ; @op_handle_interrupt .comm _model,8,3 ; @model .comm _ctr,4,2 ; @ctr .comm _sys,4,2 ; @sys .comm _op_powerpc_cpu_setup,4,2 ; @op_powerpc_cpu_setup .no_dead_strip _op_powerpc_setup .subsections_via_symbols
.text .file "extr_common.c_op_powerpc_setup.c" .p2align 4, 0x90 # -- Begin function op_powerpc_setup .type op_powerpc_setup,@function op_powerpc_setup: # @op_powerpc_setup .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, op_per_cpu_rc(%rip) movl op_handle_interrupt(%rip), %edi callq reserve_pmc_hardware@PLT movl %eax, -8(%rbp) cmpl $0, -8(%rbp) je .LBB0_2 # %bb.1: movl -8(%rbp), %eax movl %eax, -4(%rbp) jmp .LBB0_8 .LBB0_2: movq model(%rip), %rax movq (%rax), %rax movl ctr(%rip), %edi movq model(%rip), %rcx movl 8(%rcx), %edx leaq sys(%rip), %rsi callq *%rax movl %eax, op_per_cpu_rc(%rip) cmpl $0, op_per_cpu_rc(%rip) je .LBB0_4 # %bb.3: jmp .LBB0_5 .LBB0_4: movl op_powerpc_cpu_setup(%rip), %edi xorl %eax, %eax movl %eax, %esi movl $1, %edx callq on_each_cpu@PLT .LBB0_5: cmpl $0, op_per_cpu_rc(%rip) je .LBB0_7 # %bb.6: movb $0, %al callq release_pmc_hardware@PLT .LBB0_7: movl op_per_cpu_rc(%rip), %eax movl %eax, -4(%rbp) .LBB0_8: movl -4(%rbp), %eax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size op_powerpc_setup, .Lfunc_end0-op_powerpc_setup .cfi_endproc # -- End function .type op_per_cpu_rc,@object # @op_per_cpu_rc .bss .globl op_per_cpu_rc .p2align 2 op_per_cpu_rc: .long 0 # 0x0 .size op_per_cpu_rc, 4 .type op_handle_interrupt,@object # @op_handle_interrupt .globl op_handle_interrupt .p2align 2 op_handle_interrupt: .long 0 # 0x0 .size op_handle_interrupt, 4 .type model,@object # @model .globl model .p2align 3 model: .quad 0 .size model, 8 .type ctr,@object # @ctr .globl ctr .p2align 2 ctr: .long 0 # 0x0 .size ctr, 4 .type sys,@object # @sys .globl sys .p2align 2 sys: .long 0 # 0x0 .size sys, 4 .type op_powerpc_cpu_setup,@object # @op_powerpc_cpu_setup .globl op_powerpc_cpu_setup .p2align 2 op_powerpc_cpu_setup: .long 0 # 0x0 .size op_powerpc_cpu_setup, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym op_powerpc_setup .addrsig_sym reserve_pmc_hardware .addrsig_sym on_each_cpu .addrsig_sym release_pmc_hardware .addrsig_sym op_per_cpu_rc .addrsig_sym op_handle_interrupt .addrsig_sym model .addrsig_sym ctr .addrsig_sym sys .addrsig_sym op_powerpc_cpu_setup
fastsocket/kernel/kernel/trace/extr_trace_events.c_ftrace_set_clr_event.c
arm/extr_trace_events_ftrace_set_clr_event_O0_gcc.s
x86_64/extr_trace_events_ftrace_set_clr_event_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ftrace_set_clr_event ; -- Begin function ftrace_set_clr_event .p2align 2 _ftrace_set_clr_event: ; @ftrace_set_clr_event .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] sub x0, x29, #16 stur x1, [x29, #-16] stur w2, [x29, #-20] ; kill: def $x8 killed $xzr str xzr, [sp, #32] str xzr, [sp, #24] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _strsep str x0, [sp, #16] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_1 LBB0_1: ldr x8, [sp, #16] str x8, [sp, #24] ldur x8, [x29, #-16] str x8, [sp, #32] ; kill: def $x8 killed $xzr str xzr, [sp, #16] ldr x0, [sp, #24] bl _strlen subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr x0, [sp, #24] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _strcmp subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; kill: def $x8 killed $xzr str xzr, [sp, #24] b LBB0_4 LBB0_4: ldr x0, [sp, #32] bl _strlen subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr x0, [sp, #32] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _strcmp subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; kill: def $x8 killed $xzr str xzr, [sp, #32] b LBB0_7 LBB0_7: b LBB0_8 LBB0_8: ldur x0, [x29, #-8] ldr x1, [sp, #16] ldr x2, [sp, #24] ldr x3, [sp, #32] ldur w4, [x29, #-20] bl ___ftrace_set_clr_event str w0, [sp, #12] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ldur x8, [x29, #-16] subs x9, x8, #1 mov w8, #58 strb w8, [x9] b LBB0_10 LBB0_10: ldr w0, [sp, #12] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz ":" l_.str.1: ; @.str.1 .asciz "*" .subsections_via_symbols
.text .file "extr_trace_events.c_ftrace_set_clr_event.c" .globl ftrace_set_clr_event # -- Begin function ftrace_set_clr_event .p2align 4, 0x90 .type ftrace_set_clr_event,@function ftrace_set_clr_event: # @ftrace_set_clr_event .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movq $0, -32(%rbp) movq $0, -40(%rbp) leaq -16(%rbp), %rdi leaq .L.str(%rip), %rsi callq strsep@PLT movq %rax, -48(%rbp) cmpq $0, -16(%rbp) je .LBB0_8 # %bb.1: movq -48(%rbp), %rax movq %rax, -40(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) movq $0, -48(%rbp) movq -40(%rbp), %rdi callq strlen@PLT cmpl $0, %eax je .LBB0_3 # %bb.2: movq -40(%rbp), %rdi leaq .L.str.1(%rip), %rsi callq strcmp@PLT cmpq $0, %rax jne .LBB0_4 .LBB0_3: movq $0, -40(%rbp) .LBB0_4: movq -32(%rbp), %rdi callq strlen@PLT cmpl $0, %eax je .LBB0_6 # %bb.5: movq -32(%rbp), %rdi leaq .L.str.1(%rip), %rsi callq strcmp@PLT cmpq $0, %rax jne .LBB0_7 .LBB0_6: movq $0, -32(%rbp) .LBB0_7: jmp .LBB0_8 .LBB0_8: movq -8(%rbp), %rdi movq -48(%rbp), %rsi movq -40(%rbp), %rdx movq -32(%rbp), %rcx movl -20(%rbp), %r8d callq __ftrace_set_clr_event@PLT movl %eax, -52(%rbp) cmpq $0, -16(%rbp) je .LBB0_10 # %bb.9: movq -16(%rbp), %rax movb $58, -1(%rax) .LBB0_10: movl -52(%rbp), %eax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ftrace_set_clr_event, .Lfunc_end0-ftrace_set_clr_event .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz ":" .size .L.str, 2 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "*" .size .L.str.1, 2 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym strsep .addrsig_sym strlen .addrsig_sym strcmp .addrsig_sym __ftrace_set_clr_event
fastsocket/kernel/drivers/atm/extr_horizon.c_rx_data_av_handler.c
arm/extr_horizon_rx_data_av_handler_O0_gcc.s
x86_64/extr_horizon_rx_data_av_handler_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function rx_data_av_handler _rx_data_av_handler: ; @rx_data_av_handler .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _DBG_RX@GOTPAGE ldr x8, [x8, _DBG_RX@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, _RX_COMPLETE_FRAME@GOTPAGE ldr x8, [x8, _RX_COMPLETE_FRAME@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill stur x0, [x29, #-8] adrp x8, _DBG_FLOW@GOTPAGE ldr x8, [x8, _DBG_FLOW@GOTPAGEOFF] ldr w0, [x8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _PRINTD adrp x8, _rx_busy@GOTPAGE ldr x8, [x8, _rx_busy@GOTPAGEOFF] ldr w0, [x8] ldur x8, [x29, #-8] add x1, x8, #8 bl _test_and_set_bit subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr w0, [x8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _PRINTD b LBB0_22 LBB0_2: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr w0, [x8] ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _PRINTD ldur x0, [x29, #-8] bl _YELLOW_LED_OFF ldur x0, [x29, #-8] bl _rx_queue_entry_next stur w0, [x29, #-12] ldur w0, [x29, #-12] bl _rx_q_entry_to_length stur x0, [x29, #-24] ldur w0, [x29, #-12] bl _rx_q_entry_to_rx_channel stur x0, [x29, #-32] ldur x0, [x29, #-8] bl _WAIT_FLUSH_RX_COMPLETE ldur x0, [x29, #-8] ldur x1, [x29, #-32] bl _SELECT_RX_CHANNEL ldr x8, [sp, #32] ; 8-byte Folded Reload ldr w0, [x8] ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _PRINTD ldr x10, [sp, #40] ; 8-byte Folded Reload ldur w8, [x29, #-12] adrp x9, _RX_CRC_32_OK@GOTPAGE ldr x9, [x9, _RX_CRC_32_OK@GOTPAGEOFF] ldr w9, [x9] ldr w10, [x10] orr w9, w9, w10 adrp x10, _SIMONS_DODGEY_MARKER@GOTPAGE ldr x10, [x10, _SIMONS_DODGEY_MARKER@GOTPAGEOFF] ldr w10, [x10] orr w9, w9, w10 and w8, w8, w9 stur w8, [x29, #-16] ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x8, _KERN_ERR@GOTPAGE ldr x8, [x8, _KERN_ERR@GOTPAGEOFF] ldr w0, [x8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _PRINTK ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w9, [x8] ldur w8, [x29, #-16] bic w8, w8, w9 stur w8, [x29, #-16] b LBB0_4 LBB0_4: ldur w8, [x29, #-16] adrp x9, _SIMONS_DODGEY_MARKER@GOTPAGE ldr x9, [x9, _SIMONS_DODGEY_MARKER@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr w8, [x8] adrp x9, _DBG_ERR@GOTPAGE ldr x9, [x9, _DBG_ERR@GOTPAGEOFF] ldr w9, [x9] orr w0, w8, w9 adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _PRINTD b LBB0_6 LBB0_6: ldr x10, [sp, #40] ; 8-byte Folded Reload ldur w8, [x29, #-16] adrp x9, _RX_CRC_32_OK@GOTPAGE ldr x9, [x9, _RX_CRC_32_OK@GOTPAGEOFF] ldr w9, [x9] ldr w10, [x10] orr w9, w9, w10 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_20 b LBB0_7 LBB0_7: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr w0, [x8] ldur x10, [x29, #-32] ldur x8, [x29, #-24] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _PRINTD ldur x8, [x29, #-8] ldr x8, [x8, #32] ldur x9, [x29, #-32] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-40] ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_18 b LBB0_8 LBB0_8: ldur x8, [x29, #-40] ldr x8, [x8] adrp x9, _ATM_NONE@GOTPAGE ldr x9, [x9, _ATM_NONE@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_9 LBB0_9: ldur x8, [x29, #-24] ldur x9, [x29, #-40] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, hi tbnz w8, #0, LBB0_14 b LBB0_10 LBB0_10: ldur x0, [x29, #-40] ldur x1, [x29, #-24] adrp x8, _GFP_ATOMIC@GOTPAGE ldr x8, [x8, _GFP_ATOMIC@GOTPAGEOFF] ldr w2, [x8] bl _atm_alloc_charge str x0, [sp, #48] ldr x8, [sp, #48] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ldr x8, [sp, #48] ldur x9, [x29, #-8] str x8, [x9, #24] ldur x8, [x29, #-32] ldur x9, [x29, #-8] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #16] ldr x0, [sp, #48] ldur x1, [x29, #-24] bl _skb_put ldur x8, [x29, #-40] str x8, [sp, #24] ; 8-byte Folded Spill ldr x0, [sp, #48] bl _ATM_SKB ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #32] ; 8-byte Folded Reload str x9, [x0] ldur x9, [x29, #-24] ldur x10, [x29, #-8] str x9, [x10] ldr x9, [sp, #48] ldr w9, [x9] ldur x10, [x29, #-8] str w9, [x10, #12] ldr w0, [x8] ldr x8, [sp, #48] ldr w8, [x8] ; implicit-def: $x10 mov x10, x8 ldur x8, [x29, #-24] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _PRINTD ldur x0, [x29, #-8] mov w1, #0 bl _rx_schedule b LBB0_22 LBB0_12: adrp x8, _DBG_SKB@GOTPAGE ldr x8, [x8, _DBG_SKB@GOTPAGEOFF] ldr w8, [x8] adrp x9, _DBG_WARN@GOTPAGE ldr x9, [x9, _DBG_WARN@GOTPAGEOFF] ldr w9, [x9] orr w0, w8, w9 adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _PRINTD b LBB0_13 LBB0_13: b LBB0_15 LBB0_14: adrp x8, _KERN_INFO@GOTPAGE ldr x8, [x8, _KERN_INFO@GOTPAGEOFF] ldr w0, [x8] ldur x8, [x29, #-32] mov x9, sp str x8, [x9] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _PRINTK b LBB0_15 LBB0_15: b LBB0_17 LBB0_16: adrp x8, _KERN_WARNING@GOTPAGE ldr x8, [x8, _KERN_WARNING@GOTPAGEOFF] ldr w0, [x8] adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _PRINTK b LBB0_17 LBB0_17: b LBB0_19 LBB0_18: ldr x9, [sp, #32] ; 8-byte Folded Reload adrp x8, _DBG_WARN@GOTPAGE ldr x8, [x8, _DBG_WARN@GOTPAGEOFF] ldr w8, [x8] adrp x10, _DBG_VCC@GOTPAGE ldr x10, [x10, _DBG_VCC@GOTPAGEOFF] ldr w10, [x10] orr w8, w8, w10 ldr w9, [x9] orr w0, w8, w9 adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _PRINTD b LBB0_19 LBB0_19: b LBB0_21 LBB0_20: b LBB0_21 LBB0_21: ldur x0, [x29, #-8] bl _YELLOW_LED_ON ldur x0, [x29, #-8] ldur x1, [x29, #-32] bl _FLUSH_RX_CHANNEL adrp x8, _rx_busy@GOTPAGE ldr x8, [x8, _rx_busy@GOTPAGEOFF] ldr w0, [x8] ldur x8, [x29, #-8] add x1, x8, #8 bl _clear_bit b LBB0_22 LBB0_22: ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .comm _DBG_FLOW,4,2 ; @DBG_FLOW .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "hrz_data_av_handler" .comm _rx_busy,4,2 ; @rx_busy .comm _DBG_RX,4,2 ; @DBG_RX l_.str.1: ; @.str.1 .asciz "locked out of rx lock" l_.str.2: ; @.str.2 .asciz "set rx_busy for dev %p" l_.str.3: ; @.str.3 .asciz "rx_queue_entry is: %#x" .comm _RX_CRC_32_OK,4,2 ; @RX_CRC_32_OK .comm _RX_COMPLETE_FRAME,4,2 ; @RX_COMPLETE_FRAME .comm _SIMONS_DODGEY_MARKER,4,2 ; @SIMONS_DODGEY_MARKER .comm _KERN_ERR,4,2 ; @KERN_ERR l_.str.4: ; @.str.4 .asciz "zero-length frame!" .comm _DBG_ERR,4,2 ; @DBG_ERR l_.str.5: ; @.str.5 .asciz "Simon's marker detected!" l_.str.6: ; @.str.6 .asciz "got a frame on rx_channel %x len %u" .comm _ATM_NONE,8,3 ; @ATM_NONE .comm _GFP_ATOMIC,4,2 ; @GFP_ATOMIC l_.str.7: ; @.str.7 .asciz "RX start simple transfer (addr %p, len %d)" .comm _DBG_SKB,4,2 ; @DBG_SKB .comm _DBG_WARN,4,2 ; @DBG_WARN l_.str.8: ; @.str.8 .asciz "failed to get skb" .comm _KERN_INFO,4,2 ; @KERN_INFO l_.str.9: ; @.str.9 .asciz "frame received on TX-only VC %x" .comm _KERN_WARNING,4,2 ; @KERN_WARNING l_.str.10: ; @.str.10 .asciz "dropped over-size frame" .comm _DBG_VCC,4,2 ; @DBG_VCC l_.str.11: ; @.str.11 .asciz "no VCC for this frame (VC closed)" .no_dead_strip _rx_data_av_handler .subsections_via_symbols
.text .file "extr_horizon.c_rx_data_av_handler.c" .p2align 4, 0x90 # -- Begin function rx_data_av_handler .type rx_data_av_handler,@function rx_data_av_handler: # @rx_data_av_handler .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movl DBG_FLOW(%rip), %edi leaq .L.str(%rip), %rsi movb $0, %al callq PRINTD@PLT movl rx_busy(%rip), %edi movq -8(%rbp), %rsi addq $8, %rsi callq test_and_set_bit@PLT cmpq $0, %rax je .LBB0_2 # %bb.1: movl DBG_RX(%rip), %edi leaq .L.str.1(%rip), %rsi movb $0, %al callq PRINTD@PLT jmp .LBB0_22 .LBB0_2: movl DBG_RX(%rip), %edi movq -8(%rbp), %rdx leaq .L.str.2(%rip), %rsi movb $0, %al callq PRINTD@PLT movq -8(%rbp), %rdi callq YELLOW_LED_OFF@PLT movq -8(%rbp), %rdi callq rx_queue_entry_next@PLT movl %eax, -12(%rbp) movl -12(%rbp), %edi callq rx_q_entry_to_length@PLT movq %rax, -24(%rbp) movl -12(%rbp), %edi callq rx_q_entry_to_rx_channel@PLT movq %rax, -32(%rbp) movq -8(%rbp), %rdi callq WAIT_FLUSH_RX_COMPLETE@PLT movq -8(%rbp), %rdi movq -32(%rbp), %rsi callq SELECT_RX_CHANNEL@PLT movl DBG_RX(%rip), %edi movl -12(%rbp), %edx leaq .L.str.3(%rip), %rsi movb $0, %al callq PRINTD@PLT movl -12(%rbp), %eax movl RX_CRC_32_OK(%rip), %ecx orl RX_COMPLETE_FRAME(%rip), %ecx orl SIMONS_DODGEY_MARKER(%rip), %ecx andl %ecx, %eax movl %eax, -16(%rbp) cmpq $0, -24(%rbp) jne .LBB0_4 # %bb.3: movl KERN_ERR(%rip), %edi leaq .L.str.4(%rip), %rsi movb $0, %al callq PRINTK@PLT movl RX_COMPLETE_FRAME(%rip), %eax xorl $-1, %eax andl -16(%rbp), %eax movl %eax, -16(%rbp) .LBB0_4: movl -16(%rbp), %eax andl SIMONS_DODGEY_MARKER(%rip), %eax cmpl $0, %eax je .LBB0_6 # %bb.5: movl DBG_RX(%rip), %edi orl DBG_ERR(%rip), %edi leaq .L.str.5(%rip), %rsi movb $0, %al callq PRINTD@PLT .LBB0_6: movl -16(%rbp), %eax movl RX_CRC_32_OK(%rip), %ecx orl RX_COMPLETE_FRAME(%rip), %ecx cmpl %ecx, %eax jne .LBB0_20 # %bb.7: movl DBG_RX(%rip), %edi movq -32(%rbp), %rdx movq -24(%rbp), %rcx leaq .L.str.6(%rip), %rsi movb $0, %al callq PRINTD@PLT movq -8(%rbp), %rax movq 32(%rax), %rax movq -32(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -40(%rbp) cmpq $0, -40(%rbp) je .LBB0_18 # %bb.8: movq -40(%rbp), %rax movq (%rax), %rax cmpq ATM_NONE(%rip), %rax je .LBB0_16 # %bb.9: movq -24(%rbp), %rax movq -40(%rbp), %rcx cmpq 8(%rcx), %rax ja .LBB0_14 # %bb.10: movq -40(%rbp), %rdi movq -24(%rbp), %rsi movl GFP_ATOMIC(%rip), %edx callq atm_alloc_charge@PLT movq %rax, -48(%rbp) cmpq $0, -48(%rbp) je .LBB0_12 # %bb.11: movq -48(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 24(%rax) movq -32(%rbp), %rax movl %eax, %ecx movq -8(%rbp), %rax movl %ecx, 16(%rax) movq -48(%rbp), %rdi movq -24(%rbp), %rsi callq skb_put@PLT movq -40(%rbp), %rax movq %rax, -56(%rbp) # 8-byte Spill movq -48(%rbp), %rdi callq ATM_SKB@PLT movq -56(%rbp), %rcx # 8-byte Reload movq %rcx, (%rax) movq -24(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) movq -48(%rbp), %rax movl (%rax), %ecx movq -8(%rbp), %rax movl %ecx, 12(%rax) movl DBG_RX(%rip), %edi movq -48(%rbp), %rax movl (%rax), %edx movq -24(%rbp), %rcx leaq .L.str.7(%rip), %rsi movb $0, %al callq PRINTD@PLT movq -8(%rbp), %rdi xorl %esi, %esi callq rx_schedule@PLT jmp .LBB0_22 .LBB0_12: movl DBG_SKB(%rip), %edi orl DBG_WARN(%rip), %edi leaq .L.str.8(%rip), %rsi movb $0, %al callq PRINTD@PLT # %bb.13: jmp .LBB0_15 .LBB0_14: movl KERN_INFO(%rip), %edi movq -32(%rbp), %rdx leaq .L.str.9(%rip), %rsi movb $0, %al callq PRINTK@PLT .LBB0_15: jmp .LBB0_17 .LBB0_16: movl KERN_WARNING(%rip), %edi leaq .L.str.10(%rip), %rsi movb $0, %al callq PRINTK@PLT .LBB0_17: jmp .LBB0_19 .LBB0_18: movl DBG_WARN(%rip), %edi orl DBG_VCC(%rip), %edi orl DBG_RX(%rip), %edi leaq .L.str.11(%rip), %rsi movb $0, %al callq PRINTD@PLT .LBB0_19: jmp .LBB0_21 .LBB0_20: jmp .LBB0_21 .LBB0_21: movq -8(%rbp), %rdi callq YELLOW_LED_ON@PLT movq -8(%rbp), %rdi movq -32(%rbp), %rsi callq FLUSH_RX_CHANNEL@PLT movl rx_busy(%rip), %edi movq -8(%rbp), %rsi addq $8, %rsi callq clear_bit@PLT .LBB0_22: addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size rx_data_av_handler, .Lfunc_end0-rx_data_av_handler .cfi_endproc # -- End function .type DBG_FLOW,@object # @DBG_FLOW .bss .globl DBG_FLOW .p2align 2 DBG_FLOW: .long 0 # 0x0 .size DBG_FLOW, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "hrz_data_av_handler" .size .L.str, 20 .type rx_busy,@object # @rx_busy .bss .globl rx_busy .p2align 2 rx_busy: .long 0 # 0x0 .size rx_busy, 4 .type DBG_RX,@object # @DBG_RX .globl DBG_RX .p2align 2 DBG_RX: .long 0 # 0x0 .size DBG_RX, 4 .type .L.str.1,@object # @.str.1 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.1: .asciz "locked out of rx lock" .size .L.str.1, 22 .type .L.str.2,@object # @.str.2 .L.str.2: .asciz "set rx_busy for dev %p" .size .L.str.2, 23 .type .L.str.3,@object # @.str.3 .L.str.3: .asciz "rx_queue_entry is: %#x" .size .L.str.3, 23 .type RX_CRC_32_OK,@object # @RX_CRC_32_OK .bss .globl RX_CRC_32_OK .p2align 2 RX_CRC_32_OK: .long 0 # 0x0 .size RX_CRC_32_OK, 4 .type RX_COMPLETE_FRAME,@object # @RX_COMPLETE_FRAME .globl RX_COMPLETE_FRAME .p2align 2 RX_COMPLETE_FRAME: .long 0 # 0x0 .size RX_COMPLETE_FRAME, 4 .type SIMONS_DODGEY_MARKER,@object # @SIMONS_DODGEY_MARKER .globl SIMONS_DODGEY_MARKER .p2align 2 SIMONS_DODGEY_MARKER: .long 0 # 0x0 .size SIMONS_DODGEY_MARKER, 4 .type KERN_ERR,@object # @KERN_ERR .globl KERN_ERR .p2align 2 KERN_ERR: .long 0 # 0x0 .size KERN_ERR, 4 .type .L.str.4,@object # @.str.4 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.4: .asciz "zero-length frame!" .size .L.str.4, 19 .type DBG_ERR,@object # @DBG_ERR .bss .globl DBG_ERR .p2align 2 DBG_ERR: .long 0 # 0x0 .size DBG_ERR, 4 .type .L.str.5,@object # @.str.5 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.5: .asciz "Simon's marker detected!" .size .L.str.5, 25 .type .L.str.6,@object # @.str.6 .L.str.6: .asciz "got a frame on rx_channel %x len %u" .size .L.str.6, 36 .type ATM_NONE,@object # @ATM_NONE .bss .globl ATM_NONE .p2align 3 ATM_NONE: .quad 0 # 0x0 .size ATM_NONE, 8 .type GFP_ATOMIC,@object # @GFP_ATOMIC .globl GFP_ATOMIC .p2align 2 GFP_ATOMIC: .long 0 # 0x0 .size GFP_ATOMIC, 4 .type .L.str.7,@object # @.str.7 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.7: .asciz "RX start simple transfer (addr %p, len %d)" .size .L.str.7, 43 .type DBG_SKB,@object # @DBG_SKB .bss .globl DBG_SKB .p2align 2 DBG_SKB: .long 0 # 0x0 .size DBG_SKB, 4 .type DBG_WARN,@object # @DBG_WARN .globl DBG_WARN .p2align 2 DBG_WARN: .long 0 # 0x0 .size DBG_WARN, 4 .type .L.str.8,@object # @.str.8 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.8: .asciz "failed to get skb" .size .L.str.8, 18 .type KERN_INFO,@object # @KERN_INFO .bss .globl KERN_INFO .p2align 2 KERN_INFO: .long 0 # 0x0 .size KERN_INFO, 4 .type .L.str.9,@object # @.str.9 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.9: .asciz "frame received on TX-only VC %x" .size .L.str.9, 32 .type KERN_WARNING,@object # @KERN_WARNING .bss .globl KERN_WARNING .p2align 2 KERN_WARNING: .long 0 # 0x0 .size KERN_WARNING, 4 .type .L.str.10,@object # @.str.10 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.10: .asciz "dropped over-size frame" .size .L.str.10, 24 .type DBG_VCC,@object # @DBG_VCC .bss .globl DBG_VCC .p2align 2 DBG_VCC: .long 0 # 0x0 .size DBG_VCC, 4 .type .L.str.11,@object # @.str.11 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.11: .asciz "no VCC for this frame (VC closed)" .size .L.str.11, 34 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym rx_data_av_handler .addrsig_sym PRINTD .addrsig_sym test_and_set_bit .addrsig_sym YELLOW_LED_OFF .addrsig_sym rx_queue_entry_next .addrsig_sym rx_q_entry_to_length .addrsig_sym rx_q_entry_to_rx_channel .addrsig_sym WAIT_FLUSH_RX_COMPLETE .addrsig_sym SELECT_RX_CHANNEL .addrsig_sym PRINTK .addrsig_sym atm_alloc_charge .addrsig_sym skb_put .addrsig_sym ATM_SKB .addrsig_sym rx_schedule .addrsig_sym YELLOW_LED_ON .addrsig_sym FLUSH_RX_CHANNEL .addrsig_sym clear_bit .addrsig_sym DBG_FLOW .addrsig_sym rx_busy .addrsig_sym DBG_RX .addrsig_sym RX_CRC_32_OK .addrsig_sym RX_COMPLETE_FRAME .addrsig_sym SIMONS_DODGEY_MARKER .addrsig_sym KERN_ERR .addrsig_sym DBG_ERR .addrsig_sym ATM_NONE .addrsig_sym GFP_ATOMIC .addrsig_sym DBG_SKB .addrsig_sym DBG_WARN .addrsig_sym KERN_INFO .addrsig_sym KERN_WARNING .addrsig_sym DBG_VCC
Provenance/Cores/Genesis-Plus-GX/PVGenesis/Genesis/GenesisCore/genplusgx_source/m68k/extr_m68kops.h_m68k_op_subi_8_pd.c
arm/extr_m68kops.h_m68k_op_subi_8_pd_O0_gcc.s
x86_64/extr_m68kops.h_m68k_op_subi_8_pd_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function m68k_op_subi_8_pd _m68k_op_subi_8_pd: ; @m68k_op_subi_8_pd .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 bl _OPER_I_8 stur x0, [x29, #-8] bl _EA_AY_PD_8 stur x0, [x29, #-16] ldur x0, [x29, #-16] bl _m68ki_read_8 str x0, [sp, #24] ldr x8, [sp, #24] ldur x9, [x29, #-8] subs x8, x8, x9 str x8, [sp, #16] ldr x0, [sp, #16] bl _NFLAG_8 adrp x8, _FLAG_N@GOTPAGE ldr x8, [x8, _FLAG_N@GOTPAGEOFF] str w0, [x8] ldr x0, [sp, #16] bl _MASK_OUT_ABOVE_8 adrp x8, _FLAG_Z@GOTPAGE ldr x8, [x8, _FLAG_Z@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill str w0, [x8] ldr x0, [sp, #16] bl _CFLAG_8 adrp x8, _FLAG_C@GOTPAGE ldr x8, [x8, _FLAG_C@GOTPAGEOFF] str w0, [x8] adrp x8, _FLAG_X@GOTPAGE ldr x8, [x8, _FLAG_X@GOTPAGEOFF] str w0, [x8] ldur x0, [x29, #-8] ldr x1, [sp, #24] ldr x2, [sp, #16] bl _VFLAG_SUB_8 ldr x8, [sp, #8] ; 8-byte Folded Reload adrp x9, _FLAG_V@GOTPAGE ldr x9, [x9, _FLAG_V@GOTPAGEOFF] str w0, [x9] ldur x0, [x29, #-16] ldr w1, [x8] bl _m68ki_write_8 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _FLAG_N,4,2 ; @FLAG_N .comm _FLAG_Z,4,2 ; @FLAG_Z .comm _FLAG_C,4,2 ; @FLAG_C .comm _FLAG_X,4,2 ; @FLAG_X .comm _FLAG_V,4,2 ; @FLAG_V .no_dead_strip _m68k_op_subi_8_pd .subsections_via_symbols
.text .file "extr_m68kops.h_m68k_op_subi_8_pd.c" .p2align 4, 0x90 # -- Begin function m68k_op_subi_8_pd .type m68k_op_subi_8_pd,@function m68k_op_subi_8_pd: # @m68k_op_subi_8_pd .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movb $0, %al callq OPER_I_8@PLT movq %rax, -8(%rbp) movb $0, %al callq EA_AY_PD_8@PLT movq %rax, -16(%rbp) movq -16(%rbp), %rdi callq m68ki_read_8@PLT movq %rax, -24(%rbp) movq -24(%rbp), %rax subq -8(%rbp), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rdi callq NFLAG_8@PLT movl %eax, FLAG_N(%rip) movq -32(%rbp), %rdi callq MASK_OUT_ABOVE_8@PLT movl %eax, FLAG_Z(%rip) movq -32(%rbp), %rdi callq CFLAG_8@PLT movl %eax, FLAG_C(%rip) movl %eax, FLAG_X(%rip) movq -8(%rbp), %rdi movq -24(%rbp), %rsi movq -32(%rbp), %rdx callq VFLAG_SUB_8@PLT movl %eax, FLAG_V(%rip) movq -16(%rbp), %rdi movl FLAG_Z(%rip), %esi callq m68ki_write_8@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size m68k_op_subi_8_pd, .Lfunc_end0-m68k_op_subi_8_pd .cfi_endproc # -- End function .type FLAG_N,@object # @FLAG_N .bss .globl FLAG_N .p2align 2 FLAG_N: .long 0 # 0x0 .size FLAG_N, 4 .type FLAG_Z,@object # @FLAG_Z .globl FLAG_Z .p2align 2 FLAG_Z: .long 0 # 0x0 .size FLAG_Z, 4 .type FLAG_C,@object # @FLAG_C .globl FLAG_C .p2align 2 FLAG_C: .long 0 # 0x0 .size FLAG_C, 4 .type FLAG_X,@object # @FLAG_X .globl FLAG_X .p2align 2 FLAG_X: .long 0 # 0x0 .size FLAG_X, 4 .type FLAG_V,@object # @FLAG_V .globl FLAG_V .p2align 2 FLAG_V: .long 0 # 0x0 .size FLAG_V, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym m68k_op_subi_8_pd .addrsig_sym OPER_I_8 .addrsig_sym EA_AY_PD_8 .addrsig_sym m68ki_read_8 .addrsig_sym NFLAG_8 .addrsig_sym MASK_OUT_ABOVE_8 .addrsig_sym CFLAG_8 .addrsig_sym VFLAG_SUB_8 .addrsig_sym m68ki_write_8 .addrsig_sym FLAG_N .addrsig_sym FLAG_Z .addrsig_sym FLAG_C .addrsig_sym FLAG_X .addrsig_sym FLAG_V
linux/kernel/rcu/extr_srcutree.c_srcu_leak_callback.c
arm/extr_srcutree_srcu_leak_callback_O0_gcc.s
x86_64/extr_srcutree_srcu_leak_callback_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function srcu_leak_callback _srcu_leak_callback: ; @srcu_leak_callback .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .no_dead_strip _srcu_leak_callback .subsections_via_symbols
.text .file "extr_srcutree.c_srcu_leak_callback.c" .p2align 4, 0x90 # -- Begin function srcu_leak_callback .type srcu_leak_callback,@function srcu_leak_callback: # @srcu_leak_callback .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size srcu_leak_callback, .Lfunc_end0-srcu_leak_callback .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym srcu_leak_callback
Atlas/src/extr_test-latency.c_main.c
arm/extr_test-latency_main_O0_gcc.s
x86_64/extr_test-latency_main_O0.s
.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 x29, x30, [sp, #128] ; 16-byte Folded Spill add x29, sp, #128 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _getenv_def stur x0, [x29, #-32] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _getenv_def stur x0, [x29, #-40] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _getenv_def stur x0, [x29, #-48] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _getenv_def stur x0, [x29, #-56] adrp x8, _log_func@GOTPAGE ldr x8, [x8, _log_func@GOTPAGEOFF] ldr w0, [x8] mov x1, #0 bl _g_log_set_default_handler stur wzr, [x29, #-20] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x1, [x29, #-56] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF str x0, [sp, #40] ; 8-byte Folded Spill mov w2, #3306 str w2, [sp, #36] ; 4-byte Folded Spill bl _START_TIMING ldr w1, [sp, #36] ; 4-byte Folded Reload ldur x0, [x29, #-56] ldur x11, [x29, #-32] ldur x10, [x29, #-40] ldur x8, [x29, #-48] mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] bl _test_server adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF str x0, [sp, #64] ; 8-byte Folded Spill adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF str x1, [sp, #56] ; 8-byte Folded Spill bl _STOP_TIMING ldr x0, [sp, #40] ; 8-byte Folded Reload ldur x1, [x29, #-56] mov w2, #4040 str w2, [sp, #52] ; 4-byte Folded Spill bl _START_TIMING ldr w1, [sp, #52] ; 4-byte Folded Reload ldur x0, [x29, #-56] ldur x11, [x29, #-32] ldur x10, [x29, #-40] ldur x8, [x29, #-48] mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] bl _test_server ldr x1, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #64] ; 8-byte Folded Reload bl _STOP_TIMING b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB0_1 LBB0_4: mov w0, #0 ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "MYSQL_TEST_USER" l_.str.1: ; @.str.1 .asciz "root" l_.str.2: ; @.str.2 .asciz "MYSQL_TEST_PASSWORD" l_.str.3: ; @.str.3 .space 1 l_.str.4: ; @.str.4 .asciz "MYSQL_TEST_DB" l_.str.5: ; @.str.5 .asciz "test" l_.str.6: ; @.str.6 .asciz "MYSQL_TEST_HOST" l_.str.7: ; @.str.7 .asciz "127.0.0.1" .comm _log_func,4,2 ; @log_func l_.str.8: ; @.str.8 .asciz "%s:%d" l_.str.9: ; @.str.9 .asciz "benchmark %s" l_.str.10: ; @.str.10 .asciz "done" .subsections_via_symbols
.text .file "extr_test-latency.c_main.c" .globl main # -- Begin function main .p2align 4, 0x90 .type main,@function main: # @main .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) leaq .L.str(%rip), %rdi leaq .L.str.1(%rip), %rsi callq getenv_def@PLT movq %rax, -32(%rbp) leaq .L.str.2(%rip), %rdi leaq .L.str.3(%rip), %rsi callq getenv_def@PLT movq %rax, -40(%rbp) leaq .L.str.4(%rip), %rdi leaq .L.str.5(%rip), %rsi callq getenv_def@PLT movq %rax, -48(%rbp) leaq .L.str.6(%rip), %rdi leaq .L.str.7(%rip), %rsi callq getenv_def@PLT movq %rax, -56(%rbp) movl log_func(%rip), %edi xorl %eax, %eax movl %eax, %esi callq g_log_set_default_handler@PLT movl $0, -20(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 cmpl $10, -20(%rbp) jge .LBB0_4 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -56(%rbp), %rsi leaq .L.str.8(%rip), %rdi movl $3306, %edx # imm = 0xCEA callq START_TIMING@PLT movq -56(%rbp), %rdi movq -32(%rbp), %rdx movq -40(%rbp), %rcx movq -48(%rbp), %r8 movl $3306, %esi # imm = 0xCEA movb $0, %al callq test_server@PLT leaq .L.str.9(%rip), %rdi leaq .L.str.10(%rip), %rsi callq STOP_TIMING@PLT movq -56(%rbp), %rsi leaq .L.str.8(%rip), %rdi movl $4040, %edx # imm = 0xFC8 callq START_TIMING@PLT movq -56(%rbp), %rdi movq -32(%rbp), %rdx movq -40(%rbp), %rcx movq -48(%rbp), %r8 movl $4040, %esi # imm = 0xFC8 movb $0, %al callq test_server@PLT leaq .L.str.9(%rip), %rdi leaq .L.str.10(%rip), %rsi callq STOP_TIMING@PLT # %bb.3: # in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp .LBB0_1 .LBB0_4: xorl %eax, %eax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size main, .Lfunc_end0-main .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "MYSQL_TEST_USER" .size .L.str, 16 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "root" .size .L.str.1, 5 .type .L.str.2,@object # @.str.2 .L.str.2: .asciz "MYSQL_TEST_PASSWORD" .size .L.str.2, 20 .type .L.str.3,@object # @.str.3 .L.str.3: .zero 1 .size .L.str.3, 1 .type .L.str.4,@object # @.str.4 .L.str.4: .asciz "MYSQL_TEST_DB" .size .L.str.4, 14 .type .L.str.5,@object # @.str.5 .L.str.5: .asciz "test" .size .L.str.5, 5 .type .L.str.6,@object # @.str.6 .L.str.6: .asciz "MYSQL_TEST_HOST" .size .L.str.6, 16 .type .L.str.7,@object # @.str.7 .L.str.7: .asciz "127.0.0.1" .size .L.str.7, 10 .type log_func,@object # @log_func .bss .globl log_func .p2align 2 log_func: .long 0 # 0x0 .size log_func, 4 .type .L.str.8,@object # @.str.8 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.8: .asciz "%s:%d" .size .L.str.8, 6 .type .L.str.9,@object # @.str.9 .L.str.9: .asciz "benchmark %s" .size .L.str.9, 13 .type .L.str.10,@object # @.str.10 .L.str.10: .asciz "done" .size .L.str.10, 5 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym getenv_def .addrsig_sym g_log_set_default_handler .addrsig_sym START_TIMING .addrsig_sym test_server .addrsig_sym STOP_TIMING .addrsig_sym log_func
linux/drivers/gpu/drm/vboxvideo/extr_vbox_main.c_vbox_hw_init.c
arm/extr_vbox_main_vbox_hw_init_O0_gcc.s
x86_64/extr_vbox_main_vbox_hw_init_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _vbox_hw_init ; -- Begin function vbox_hw_init .p2align 2 _vbox_hw_init: ; @vbox_hw_init .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _ENOMEM@GOTPAGE ldr x8, [x8, _ENOMEM@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill stur x0, [x29, #-16] ldr w9, [x8] mov w8, #0 stur w8, [x29, #-28] ; 4-byte Folded Spill subs w8, w8, w9 stur w8, [x29, #-20] adrp x8, _VBE_DISPI_IOPORT_DATA@GOTPAGE ldr x8, [x8, _VBE_DISPI_IOPORT_DATA@GOTPAGEOFF] ldr w0, [x8] bl _inl ldur x8, [x29, #-16] str w0, [x8, #32] adrp x8, _VBE_DISPI_ID_ANYX@GOTPAGE ldr x8, [x8, _VBE_DISPI_ID_ANYX@GOTPAGEOFF] ldr w0, [x8] bl _vbox_check_supported ldur x8, [x29, #-16] str w0, [x8, #36] ldur x8, [x29, #-16] ldr w1, [x8, #32] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _DRM_INFO ldur x8, [x29, #-16] ldr w8, [x8, #8] stur w8, [x29, #-24] ; 4-byte Folded Spill ldur x0, [x29, #-16] bl _GUEST_HEAP_OFFSET ldur w1, [x29, #-28] ; 4-byte Folded Reload mov x2, x0 ldur w0, [x29, #-24] ; 4-byte Folded Reload adrp x8, _GUEST_HEAP_SIZE@GOTPAGE ldr x8, [x8, _GUEST_HEAP_SIZE@GOTPAGEOFF] ldr w3, [x8] bl _pci_iomap_range ldur x8, [x29, #-16] str x0, [x8] ldur x8, [x29, #-16] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w9, [x8] mov w8, #0 subs w8, w8, w9 stur w8, [x29, #-4] b LBB0_17 LBB0_2: mov w0, #4 mov w1, #-1 bl _gen_pool_create ldur x8, [x29, #-16] str w0, [x8, #16] ldur x8, [x29, #-16] ldr w8, [x8, #16] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: b LBB0_16 LBB0_4: ldur x8, [x29, #-16] ldr w8, [x8, #16] str w8, [sp, #20] ; 4-byte Folded Spill ldur x8, [x29, #-16] ldr x8, [x8] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-16] bl _GUEST_HEAP_OFFSET ldr x1, [sp, #8] ; 8-byte Folded Reload mov x2, x0 ldr w0, [sp, #20] ; 4-byte Folded Reload adrp x8, _GUEST_HEAP_USABLE_SIZE@GOTPAGE ldr x8, [x8, _GUEST_HEAP_USABLE_SIZE@GOTPAGEOFF] ldr w3, [x8] mov w4, #-1 bl _gen_pool_add_virt stur w0, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: b LBB0_15 LBB0_6: ldur x8, [x29, #-16] ldr w0, [x8, #16] bl _hgsmi_test_query_conf stur w0, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _DRM_ERROR b LBB0_15 LBB0_8: ldur x0, [x29, #-16] bl _GUEST_HEAP_OFFSET ldur x8, [x29, #-16] str w0, [x8, #28] ldur x8, [x29, #-16] ldr w0, [x8, #16] adrp x8, _VBOX_VBVA_CONF32_MONITOR_COUNT@GOTPAGE ldr x8, [x8, _VBOX_VBVA_CONF32_MONITOR_COUNT@GOTPAGEOFF] ldr w1, [x8] ldur x8, [x29, #-16] add x2, x8, #24 bl _hgsmi_query_conf adrp x8, _u32@GOTPAGE ldr x8, [x8, _u32@GOTPAGEOFF] ldr w0, [x8] ldur x8, [x29, #-16] ldr w1, [x8, #24] adrp x8, _VBOX_MAX_SCREENS@GOTPAGE ldr x8, [x8, _VBOX_MAX_SCREENS@GOTPAGEOFF] ldr w3, [x8] mov w2, #1 bl _clamp_t ldur x8, [x29, #-16] str w0, [x8, #24] ldur x0, [x29, #-16] bl _have_hgsmi_mode_hints subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: adrp x8, _ENOTSUPP@GOTPAGE ldr x8, [x8, _ENOTSUPP@GOTPAGEOFF] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 stur w8, [x29, #-20] b LBB0_15 LBB0_10: ldur x8, [x29, #-16] ldr w0, [x8, #12] ldur x8, [x29, #-16] ldr w1, [x8, #24] adrp x8, _GFP_KERNEL@GOTPAGE ldr x8, [x8, _GFP_KERNEL@GOTPAGEOFF] ldr w3, [x8] mov w2, #4 bl _devm_kcalloc ldur x8, [x29, #-16] str w0, [x8, #20] ldur x8, [x29, #-16] ldr w8, [x8, #20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w9, [x8] mov w8, #0 subs w8, w8, w9 stur w8, [x29, #-20] b LBB0_15 LBB0_12: ldur x0, [x29, #-16] bl _vbox_accel_init stur w0, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: b LBB0_15 LBB0_14: stur wzr, [x29, #-4] b LBB0_17 LBB0_15: ldur x8, [x29, #-16] ldr w0, [x8, #16] bl _gen_pool_destroy b LBB0_16 LBB0_16: ldur x8, [x29, #-16] ldr w0, [x8, #8] ldur x8, [x29, #-16] ldr x1, [x8] bl _pci_iounmap ldur w8, [x29, #-20] stur w8, [x29, #-4] b LBB0_17 LBB0_17: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _ENOMEM,4,2 ; @ENOMEM .comm _VBE_DISPI_IOPORT_DATA,4,2 ; @VBE_DISPI_IOPORT_DATA .comm _VBE_DISPI_ID_ANYX,4,2 ; @VBE_DISPI_ID_ANYX .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "VRAM %08x\n" .comm _GUEST_HEAP_SIZE,4,2 ; @GUEST_HEAP_SIZE .comm _GUEST_HEAP_USABLE_SIZE,4,2 ; @GUEST_HEAP_USABLE_SIZE l_.str.1: ; @.str.1 .asciz "vboxvideo: hgsmi_test_query_conf failed\n" .comm _VBOX_VBVA_CONF32_MONITOR_COUNT,4,2 ; @VBOX_VBVA_CONF32_MONITOR_COUNT .comm _u32,4,2 ; @u32 .comm _VBOX_MAX_SCREENS,4,2 ; @VBOX_MAX_SCREENS .comm _ENOTSUPP,4,2 ; @ENOTSUPP .comm _GFP_KERNEL,4,2 ; @GFP_KERNEL .subsections_via_symbols
.text .file "extr_vbox_main.c_vbox_hw_init.c" .globl vbox_hw_init # -- Begin function vbox_hw_init .p2align 4, 0x90 .type vbox_hw_init,@function vbox_hw_init: # @vbox_hw_init .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) xorl %eax, %eax subl ENOMEM(%rip), %eax movl %eax, -20(%rbp) movl VBE_DISPI_IOPORT_DATA(%rip), %edi callq inl@PLT movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, 32(%rax) movl VBE_DISPI_ID_ANYX(%rip), %edi callq vbox_check_supported@PLT movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, 36(%rax) movq -16(%rbp), %rax movl 32(%rax), %esi leaq .L.str(%rip), %rdi callq DRM_INFO@PLT movq -16(%rbp), %rax movl 8(%rax), %eax movl %eax, -24(%rbp) # 4-byte Spill movq -16(%rbp), %rdi callq GUEST_HEAP_OFFSET@PLT movl -24(%rbp), %edi # 4-byte Reload movl %eax, %edx movl GUEST_HEAP_SIZE(%rip), %ecx xorl %esi, %esi callq pci_iomap_range@PLT movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, (%rax) movq -16(%rbp), %rax cmpq $0, (%rax) jne .LBB0_2 # %bb.1: xorl %eax, %eax subl ENOMEM(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_17 .LBB0_2: movl $4, %edi movl $4294967295, %esi # imm = 0xFFFFFFFF callq gen_pool_create@PLT movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, 16(%rax) movq -16(%rbp), %rax cmpl $0, 16(%rax) jne .LBB0_4 # %bb.3: jmp .LBB0_16 .LBB0_4: movq -16(%rbp), %rax movl 16(%rax), %eax movl %eax, -36(%rbp) # 4-byte Spill movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) # 8-byte Spill movq -16(%rbp), %rdi callq GUEST_HEAP_OFFSET@PLT movl -36(%rbp), %edi # 4-byte Reload movq -32(%rbp), %rsi # 8-byte Reload movl %eax, %edx movl GUEST_HEAP_USABLE_SIZE(%rip), %ecx movl $4294967295, %r8d # imm = 0xFFFFFFFF callq gen_pool_add_virt@PLT movl %eax, -20(%rbp) cmpl $0, -20(%rbp) je .LBB0_6 # %bb.5: jmp .LBB0_15 .LBB0_6: movq -16(%rbp), %rax movl 16(%rax), %edi callq hgsmi_test_query_conf@PLT movl %eax, -20(%rbp) cmpl $0, -20(%rbp) je .LBB0_8 # %bb.7: leaq .L.str.1(%rip), %rdi callq DRM_ERROR@PLT jmp .LBB0_15 .LBB0_8: movq -16(%rbp), %rdi callq GUEST_HEAP_OFFSET@PLT movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, 28(%rax) movq -16(%rbp), %rax movl 16(%rax), %edi movl VBOX_VBVA_CONF32_MONITOR_COUNT(%rip), %esi movq -16(%rbp), %rdx addq $24, %rdx callq hgsmi_query_conf@PLT movl u32(%rip), %edi movq -16(%rbp), %rax movl 24(%rax), %esi movl VBOX_MAX_SCREENS(%rip), %ecx movl $1, %edx callq clamp_t@PLT movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, 24(%rax) movq -16(%rbp), %rdi callq have_hgsmi_mode_hints@PLT cmpl $0, %eax jne .LBB0_10 # %bb.9: xorl %eax, %eax subl ENOTSUPP(%rip), %eax movl %eax, -20(%rbp) jmp .LBB0_15 .LBB0_10: movq -16(%rbp), %rax movl 12(%rax), %edi movq -16(%rbp), %rax movl 24(%rax), %esi movl GFP_KERNEL(%rip), %ecx movl $4, %edx callq devm_kcalloc@PLT movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, 20(%rax) movq -16(%rbp), %rax cmpl $0, 20(%rax) jne .LBB0_12 # %bb.11: xorl %eax, %eax subl ENOMEM(%rip), %eax movl %eax, -20(%rbp) jmp .LBB0_15 .LBB0_12: movq -16(%rbp), %rdi callq vbox_accel_init@PLT movl %eax, -20(%rbp) cmpl $0, -20(%rbp) je .LBB0_14 # %bb.13: jmp .LBB0_15 .LBB0_14: movl $0, -4(%rbp) jmp .LBB0_17 .LBB0_15: movq -16(%rbp), %rax movl 16(%rax), %edi callq gen_pool_destroy@PLT .LBB0_16: movq -16(%rbp), %rax movl 8(%rax), %edi movq -16(%rbp), %rax movq (%rax), %rsi callq pci_iounmap@PLT movl -20(%rbp), %eax movl %eax, -4(%rbp) .LBB0_17: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size vbox_hw_init, .Lfunc_end0-vbox_hw_init .cfi_endproc # -- End function .type ENOMEM,@object # @ENOMEM .bss .globl ENOMEM .p2align 2 ENOMEM: .long 0 # 0x0 .size ENOMEM, 4 .type VBE_DISPI_IOPORT_DATA,@object # @VBE_DISPI_IOPORT_DATA .globl VBE_DISPI_IOPORT_DATA .p2align 2 VBE_DISPI_IOPORT_DATA: .long 0 # 0x0 .size VBE_DISPI_IOPORT_DATA, 4 .type VBE_DISPI_ID_ANYX,@object # @VBE_DISPI_ID_ANYX .globl VBE_DISPI_ID_ANYX .p2align 2 VBE_DISPI_ID_ANYX: .long 0 # 0x0 .size VBE_DISPI_ID_ANYX, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "VRAM %08x\n" .size .L.str, 11 .type GUEST_HEAP_SIZE,@object # @GUEST_HEAP_SIZE .bss .globl GUEST_HEAP_SIZE .p2align 2 GUEST_HEAP_SIZE: .long 0 # 0x0 .size GUEST_HEAP_SIZE, 4 .type GUEST_HEAP_USABLE_SIZE,@object # @GUEST_HEAP_USABLE_SIZE .globl GUEST_HEAP_USABLE_SIZE .p2align 2 GUEST_HEAP_USABLE_SIZE: .long 0 # 0x0 .size GUEST_HEAP_USABLE_SIZE, 4 .type .L.str.1,@object # @.str.1 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.1: .asciz "vboxvideo: hgsmi_test_query_conf failed\n" .size .L.str.1, 41 .type VBOX_VBVA_CONF32_MONITOR_COUNT,@object # @VBOX_VBVA_CONF32_MONITOR_COUNT .bss .globl VBOX_VBVA_CONF32_MONITOR_COUNT .p2align 2 VBOX_VBVA_CONF32_MONITOR_COUNT: .long 0 # 0x0 .size VBOX_VBVA_CONF32_MONITOR_COUNT, 4 .type u32,@object # @u32 .globl u32 .p2align 2 u32: .long 0 # 0x0 .size u32, 4 .type VBOX_MAX_SCREENS,@object # @VBOX_MAX_SCREENS .globl VBOX_MAX_SCREENS .p2align 2 VBOX_MAX_SCREENS: .long 0 # 0x0 .size VBOX_MAX_SCREENS, 4 .type ENOTSUPP,@object # @ENOTSUPP .globl ENOTSUPP .p2align 2 ENOTSUPP: .long 0 # 0x0 .size ENOTSUPP, 4 .type GFP_KERNEL,@object # @GFP_KERNEL .globl GFP_KERNEL .p2align 2 GFP_KERNEL: .long 0 # 0x0 .size GFP_KERNEL, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym inl .addrsig_sym vbox_check_supported .addrsig_sym DRM_INFO .addrsig_sym pci_iomap_range .addrsig_sym GUEST_HEAP_OFFSET .addrsig_sym gen_pool_create .addrsig_sym gen_pool_add_virt .addrsig_sym hgsmi_test_query_conf .addrsig_sym DRM_ERROR .addrsig_sym hgsmi_query_conf .addrsig_sym clamp_t .addrsig_sym have_hgsmi_mode_hints .addrsig_sym devm_kcalloc .addrsig_sym vbox_accel_init .addrsig_sym gen_pool_destroy .addrsig_sym pci_iounmap .addrsig_sym ENOMEM .addrsig_sym VBE_DISPI_IOPORT_DATA .addrsig_sym VBE_DISPI_ID_ANYX .addrsig_sym GUEST_HEAP_SIZE .addrsig_sym GUEST_HEAP_USABLE_SIZE .addrsig_sym VBOX_VBVA_CONF32_MONITOR_COUNT .addrsig_sym u32 .addrsig_sym VBOX_MAX_SCREENS .addrsig_sym ENOTSUPP .addrsig_sym GFP_KERNEL
sumatrapdf/mupdf/source/fitz/extr_ftoa.c_normalize_boundary.c
arm/extr_ftoa_normalize_boundary_O0_gcc.s
x86_64/extr_ftoa_normalize_boundary_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function normalize_boundary _normalize_boundary: ; @normalize_boundary .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp] str x1, [sp, #8] ldr q0, [sp] str q0, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] adrp x9, _SP_HIDDEN_BIT@GOTPAGE ldr x9, [x9, _SP_HIDDEN_BIT@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9, lsl #1 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] lsl w8, w8, #1 str w8, [sp, #16] ldr x8, [sp, #24] subs x8, x8, #1 str x8, [sp, #24] b LBB0_1 LBB0_3: adrp x9, _DIY_SIGNIFICAND_SIZE@GOTPAGE ldr x9, [x9, _DIY_SIGNIFICAND_SIZE@GOTPAGEOFF] ldr w8, [x9] adrp x10, _SP_SIGNIFICAND_SIZE@GOTPAGE ldr x10, [x10, _SP_SIGNIFICAND_SIZE@GOTPAGEOFF] ldr w11, [x10] subs w8, w8, w11 subs w11, w8, #2 ldr w8, [sp, #16] lsl w8, w8, w11 str w8, [sp, #16] ldr x8, [sp, #24] ldr w9, [x9] ldr w10, [x10] subs w9, w9, w10 subs w9, w9, #2 subs x8, x8, w9, sxtw str x8, [sp, #24] ldr x0, [sp, #16] ldr x1, [sp, #24] add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _SP_HIDDEN_BIT,4,2 ; @SP_HIDDEN_BIT .comm _DIY_SIGNIFICAND_SIZE,4,2 ; @DIY_SIGNIFICAND_SIZE .comm _SP_SIGNIFICAND_SIZE,4,2 ; @SP_SIGNIFICAND_SIZE .no_dead_strip _normalize_boundary .subsections_via_symbols
.text .file "extr_ftoa.c_normalize_boundary.c" .p2align 4, 0x90 # -- Begin function normalize_boundary .type normalize_boundary,@function normalize_boundary: # @normalize_boundary .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -32(%rbp) movq %rsi, -24(%rbp) movq -32(%rbp), %rax movq %rax, -16(%rbp) movq -24(%rbp), %rax movq %rax, -8(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax movl SP_HIDDEN_BIT(%rip), %ecx shll $1, %ecx andl %ecx, %eax cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne .LBB0_2 jmp .LBB0_3 .LBB0_2: # in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax shll $1, %eax movl %eax, -16(%rbp) movq -8(%rbp), %rax addq $-1, %rax movq %rax, -8(%rbp) jmp .LBB0_1 .LBB0_3: movl DIY_SIGNIFICAND_SIZE(%rip), %ecx movl SP_SIGNIFICAND_SIZE(%rip), %eax subl %eax, %ecx movl -16(%rbp), %eax # kill: def $cl killed $cl killed $ecx addb $-2, %cl shll %cl, %eax movl %eax, -16(%rbp) movq -8(%rbp), %rax movl DIY_SIGNIFICAND_SIZE(%rip), %ecx movl SP_SIGNIFICAND_SIZE(%rip), %edx subl %edx, %ecx addl $-2, %ecx movslq %ecx, %rcx subq %rcx, %rax movq %rax, -8(%rbp) movl -16(%rbp), %eax movq -8(%rbp), %rdx popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size normalize_boundary, .Lfunc_end0-normalize_boundary .cfi_endproc # -- End function .type SP_HIDDEN_BIT,@object # @SP_HIDDEN_BIT .bss .globl SP_HIDDEN_BIT .p2align 2 SP_HIDDEN_BIT: .long 0 # 0x0 .size SP_HIDDEN_BIT, 4 .type DIY_SIGNIFICAND_SIZE,@object # @DIY_SIGNIFICAND_SIZE .globl DIY_SIGNIFICAND_SIZE .p2align 2 DIY_SIGNIFICAND_SIZE: .long 0 # 0x0 .size DIY_SIGNIFICAND_SIZE, 4 .type SP_SIGNIFICAND_SIZE,@object # @SP_SIGNIFICAND_SIZE .globl SP_SIGNIFICAND_SIZE .p2align 2 SP_SIGNIFICAND_SIZE: .long 0 # 0x0 .size SP_SIGNIFICAND_SIZE, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym normalize_boundary .addrsig_sym SP_HIDDEN_BIT .addrsig_sym DIY_SIGNIFICAND_SIZE .addrsig_sym SP_SIGNIFICAND_SIZE
reactos/boot/freeldr/freeldr/arch/i386/extr_pcvideo.c_PcVideoDefineCursor.c
arm/extr_pcvideo_PcVideoDefineCursor_O0_gcc.s
x86_64/extr_pcvideo_PcVideoDefineCursor_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function PcVideoDefineCursor _PcVideoDefineCursor: ; @PcVideoDefineCursor .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] mov x2, sp mov w8, #1 str w8, [sp] mov w8, #3 str w8, [sp, #4] ldur x8, [x29, #-16] str x8, [sp, #16] ldr x8, [sp, #24] str x8, [sp, #8] mov w0, #16 mov x1, x2 bl _Int386 ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .no_dead_strip _PcVideoDefineCursor .subsections_via_symbols
.text .file "extr_pcvideo.c_PcVideoDefineCursor.c" .p2align 4, 0x90 # -- Begin function PcVideoDefineCursor .type PcVideoDefineCursor,@function PcVideoDefineCursor: # @PcVideoDefineCursor .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movl $1, -48(%rbp) movl $3, -44(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rax movq %rax, -40(%rbp) movl $16, %edi leaq -48(%rbp), %rdx movq %rdx, %rsi callq Int386@PLT movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size PcVideoDefineCursor, .Lfunc_end0-PcVideoDefineCursor .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym PcVideoDefineCursor .addrsig_sym Int386
linux/kernel/trace/extr_trace.c_tracing_snapshot.c
arm/extr_trace_tracing_snapshot_O0_gcc.s
x86_64/extr_trace_tracing_snapshot_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _tracing_snapshot ; -- Begin function tracing_snapshot .p2align 2 _tracing_snapshot: ; @tracing_snapshot .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w0, #1 adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _WARN_ONCE ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Snapshot feature not enabled, but internal snapshot used" .subsections_via_symbols
.text .file "extr_trace.c_tracing_snapshot.c" .globl tracing_snapshot # -- Begin function tracing_snapshot .p2align 4, 0x90 .type tracing_snapshot,@function tracing_snapshot: # @tracing_snapshot .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $1, %edi leaq .L.str(%rip), %rsi callq WARN_ONCE@PLT popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size tracing_snapshot, .Lfunc_end0-tracing_snapshot .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "Snapshot feature not enabled, but internal snapshot used" .size .L.str, 57 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym WARN_ONCE
RetroArch/deps/libFLAC/extr_format.c_FLAC__format_get_max_rice_partition_order.c
arm/extr_format_FLAC__format_get_max_rice_partition_order_O0_gcc.s
x86_64/extr_format_FLAC__format_get_max_rice_partition_order_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _FLAC__format_get_max_rice_partition_order ; -- Begin function FLAC__format_get_max_rice_partition_order .p2align 2 _FLAC__format_get_max_rice_partition_order: ; @FLAC__format_get_max_rice_partition_order .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str w1, [sp, #8] ldur w0, [x29, #-4] bl _FLAC__format_get_max_rice_partition_order_from_blocksize ldur w1, [x29, #-4] ldr w2, [sp, #8] bl _FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_format.c_FLAC__format_get_max_rice_partition_order.c" .globl FLAC__format_get_max_rice_partition_order # -- Begin function FLAC__format_get_max_rice_partition_order .p2align 4, 0x90 .type FLAC__format_get_max_rice_partition_order,@function FLAC__format_get_max_rice_partition_order: # @FLAC__format_get_max_rice_partition_order .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -4(%rbp), %edi callq FLAC__format_get_max_rice_partition_order_from_blocksize@PLT movl %eax, %edi movl -4(%rbp), %esi movl -8(%rbp), %edx callq FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size FLAC__format_get_max_rice_partition_order, .Lfunc_end0-FLAC__format_get_max_rice_partition_order .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order .addrsig_sym FLAC__format_get_max_rice_partition_order_from_blocksize
linux/drivers/hwtracing/coresight/extr_coresight-etm3x-sysfs.c_timestamp_event_show.c
arm/extr_coresight-etm3x-sysfs_timestamp_event_show_O0_gcc.s
x86_64/extr_coresight-etm3x-sysfs_timestamp_event_show_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function timestamp_event_show _timestamp_event_show: ; @timestamp_event_show .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] str x2, [sp, #24] ldur x8, [x29, #-8] ldr w0, [x8] bl _dev_get_drvdata str x0, [sp, #8] ldr x8, [sp, #8] str x8, [sp] ldr x8, [sp] ldr x8, [x8] str x8, [sp, #16] ldr x0, [sp, #24] ldr x2, [sp, #16] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _sprintf ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%#lx\n" .no_dead_strip _timestamp_event_show .subsections_via_symbols
.text .file "extr_coresight-etm3x-sysfs.c_timestamp_event_show.c" .p2align 4, 0x90 # -- Begin function timestamp_event_show .type timestamp_event_show,@function timestamp_event_show: # @timestamp_event_show .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq -8(%rbp), %rax movl (%rax), %edi callq dev_get_drvdata@PLT movq %rax, -40(%rbp) movq -40(%rbp), %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rdi movq -32(%rbp), %rdx leaq .L.str(%rip), %rsi callq sprintf@PLT addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size timestamp_event_show, .Lfunc_end0-timestamp_event_show .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "%#lx\n" .size .L.str, 6 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym timestamp_event_show .addrsig_sym dev_get_drvdata .addrsig_sym sprintf
freebsd/contrib/subversion/subversion/libsvn_delta/extr_branch.c_svn_branch__txn_open_branch.c
arm/extr_branch_svn_branch__txn_open_branch_O0_gcc.s
x86_64/extr_branch_svn_branch__txn_open_branch_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _svn_branch__txn_open_branch ; -- Begin function svn_branch__txn_open_branch .p2align 2 _svn_branch__txn_open_branch: ; @svn_branch__txn_open_branch .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur w3, [x29, #-28] str x4, [sp, #24] str x5, [sp, #16] str x6, [sp, #8] ldur x8, [x29, #-8] ldr x8, [x8] ldr x8, [x8] ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldur w3, [x29, #-28] ldr x4, [sp, #24] ldr x5, [sp, #16] ldr x6, [sp, #8] blr x8 bl _SVN_ERR adrp x8, _SVN_NO_ERROR@GOTPAGE ldr x8, [x8, _SVN_NO_ERROR@GOTPAGEOFF] ldr x0, [x8] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _SVN_NO_ERROR,8,3 ; @SVN_NO_ERROR .subsections_via_symbols
.text .file "extr_branch.c_svn_branch__txn_open_branch.c" .globl svn_branch__txn_open_branch # -- Begin function svn_branch__txn_open_branch .p2align 4, 0x90 .type svn_branch__txn_open_branch,@function svn_branch__txn_open_branch: # @svn_branch__txn_open_branch .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq 16(%rbp), %rax movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) movq %r8, -40(%rbp) movq %r9, -48(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq (%rax), %rax movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -28(%rbp), %ecx movq -40(%rbp), %r8 movq -48(%rbp), %r9 movq 16(%rbp), %r10 movq %r10, (%rsp) callq *%rax movl %eax, %edi callq SVN_ERR@PLT movq SVN_NO_ERROR(%rip), %rax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size svn_branch__txn_open_branch, .Lfunc_end0-svn_branch__txn_open_branch .cfi_endproc # -- End function .type SVN_NO_ERROR,@object # @SVN_NO_ERROR .bss .globl SVN_NO_ERROR .p2align 3 SVN_NO_ERROR: .quad 0 .size SVN_NO_ERROR, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym SVN_ERR .addrsig_sym SVN_NO_ERROR
freebsd/crypto/openssl/crypto/pkcs12/extr_p12_sbag.c_PKCS12_SAFEBAG_get0_p8inf.c
arm/extr_p12_sbag_PKCS12_SAFEBAG_get0_p8inf_O0_gcc.s
x86_64/extr_p12_sbag_PKCS12_SAFEBAG_get0_p8inf_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _PKCS12_SAFEBAG_get0_p8inf ; -- Begin function PKCS12_SAFEBAG_get0_p8inf .p2align 2 _PKCS12_SAFEBAG_get0_p8inf: ; @PKCS12_SAFEBAG_get0_p8inf .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp] ldr x0, [sp] bl _PKCS12_SAFEBAG_get_nid adrp x8, _NID_keyBag@GOTPAGE ldr x8, [x8, _NID_keyBag@GOTPAGEOFF] ldr x8, [x8] subs x8, x0, x8 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ; kill: def $x8 killed $xzr str xzr, [sp, #8] b LBB0_3 LBB0_2: ldr x8, [sp] ldr x8, [x8] str x8, [sp, #8] b LBB0_3 LBB0_3: ldr x0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _NID_keyBag,8,3 ; @NID_keyBag .subsections_via_symbols
.text .file "extr_p12_sbag.c_PKCS12_SAFEBAG_get0_p8inf.c" .globl PKCS12_SAFEBAG_get0_p8inf # -- Begin function PKCS12_SAFEBAG_get0_p8inf .p2align 4, 0x90 .type PKCS12_SAFEBAG_get0_p8inf,@function PKCS12_SAFEBAG_get0_p8inf: # @PKCS12_SAFEBAG_get0_p8inf .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rdi callq PKCS12_SAFEBAG_get_nid@PLT cmpq NID_keyBag(%rip), %rax je .LBB0_2 # %bb.1: movq $0, -8(%rbp) jmp .LBB0_3 .LBB0_2: movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -8(%rbp) .LBB0_3: movq -8(%rbp), %rax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size PKCS12_SAFEBAG_get0_p8inf, .Lfunc_end0-PKCS12_SAFEBAG_get0_p8inf .cfi_endproc # -- End function .type NID_keyBag,@object # @NID_keyBag .bss .globl NID_keyBag .p2align 3 NID_keyBag: .quad 0 # 0x0 .size NID_keyBag, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym PKCS12_SAFEBAG_get_nid .addrsig_sym NID_keyBag
linux/drivers/media/tuners/extr_tuner-simple.c_tuner_read_status.c
arm/extr_tuner-simple_tuner_read_status_O0_gcc.s
x86_64/extr_tuner-simple_tuner_read_status_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function tuner_read_status _tuner_read_status: ; @tuner_read_status .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x8, [sp, #16] ldr x8, [x8] str x8, [sp, #8] ldr x0, [sp, #8] add x1, sp, #7 mov w2, #1 str w2, [sp] ; 4-byte Folded Spill bl _tuner_i2c_xfer_recv ldr w8, [sp] ; 4-byte Folded Reload subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: stur wzr, [x29, #-4] b LBB0_3 LBB0_2: ldrb w8, [sp, #7] stur w8, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .no_dead_strip _tuner_read_status .subsections_via_symbols
.text .file "extr_tuner-simple.c_tuner_read_status.c" .p2align 4, 0x90 # -- Begin function tuner_read_status .type tuner_read_status,@function tuner_read_status: # @tuner_read_status .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rdi leaq -25(%rbp), %rsi movl $1, %edx callq tuner_i2c_xfer_recv@PLT movl %eax, %ecx movl $1, %eax cmpl %ecx, %eax je .LBB0_2 # %bb.1: movl $0, -4(%rbp) jmp .LBB0_3 .LBB0_2: movzbl -25(%rbp), %eax movl %eax, -4(%rbp) .LBB0_3: movl -4(%rbp), %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size tuner_read_status, .Lfunc_end0-tuner_read_status .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym tuner_read_status .addrsig_sym tuner_i2c_xfer_recv
zfs/module/lua/extr_ltable.c_setarrayvector.c
arm/extr_ltable_setarrayvector_O0_gcc.s
x86_64/extr_ltable_setarrayvector_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function setarrayvector _setarrayvector: ; @setarrayvector .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str w2, [sp, #12] ldur x0, [x29, #-8] ldr x8, [sp, #16] ldr x1, [x8, #8] ldr x8, [sp, #16] ldr w2, [x8] ldr w3, [sp, #12] adrp x8, _TValue@GOTPAGE ldr x8, [x8, _TValue@GOTPAGEOFF] ldr w4, [x8] bl _luaM_reallocvector ldr x8, [sp, #16] ldr w8, [x8] str w8, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] ldr w9, [sp, #8] ; kill: def $x9 killed $w9 add x0, x8, x9, lsl #2 bl _setnilvalue b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_1 LBB0_4: ldr w8, [sp, #12] ldr x9, [sp, #16] str w8, [x9] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _TValue,4,2 ; @TValue .no_dead_strip _setarrayvector .subsections_via_symbols
.text .file "extr_ltable.c_setarrayvector.c" .p2align 4, 0x90 # -- Begin function setarrayvector .type setarrayvector,@function setarrayvector: # @setarrayvector .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rax movq 8(%rax), %rsi movq -16(%rbp), %rax movl (%rax), %edx movl -20(%rbp), %ecx movl TValue(%rip), %r8d callq luaM_reallocvector@PLT movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -24(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax cmpl -20(%rbp), %eax jae .LBB0_4 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rdi movl -24(%rbp), %eax # kill: def $rax killed $eax shlq $2, %rax addq %rax, %rdi callq setnilvalue@PLT # %bb.3: # in Loop: Header=BB0_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp .LBB0_1 .LBB0_4: movl -20(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size setarrayvector, .Lfunc_end0-setarrayvector .cfi_endproc # -- End function .type TValue,@object # @TValue .bss .globl TValue .p2align 2 TValue: .long 0 # 0x0 .size TValue, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym setarrayvector .addrsig_sym luaM_reallocvector .addrsig_sym setnilvalue .addrsig_sym TValue
DOOM/linuxdoom-1.10/extr_p_enemy.c_A_PosAttack.c
arm/extr_p_enemy_A_PosAttack_O0_gcc.s
x86_64/extr_p_enemy_A_PosAttack_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _A_PosAttack ; -- Begin function A_PosAttack .p2align 2 _A_PosAttack: ; @A_PosAttack .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] ldr w8, [x8, #4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: b LBB0_3 LBB0_2: ldur x0, [x29, #-8] bl _A_FaceTarget ldur x8, [x29, #-8] ldr w8, [x8] stur w8, [x29, #-12] ldur x0, [x29, #-8] ldur w1, [x29, #-12] adrp x8, _MISSILERANGE@GOTPAGE ldr x8, [x8, _MISSILERANGE@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill ldr w2, [x8] bl _P_AimLineAttack stur w0, [x29, #-20] ldur x0, [x29, #-8] adrp x8, _sfx_pistol@GOTPAGE ldr x8, [x8, _sfx_pistol@GOTPAGEOFF] ldr w1, [x8] bl _S_StartSound bl _P_Random str w0, [sp, #12] ; 4-byte Folded Spill bl _P_Random mov x8, x0 ldr w0, [sp, #12] ; 4-byte Folded Reload subs w9, w0, w8 ldur w8, [x29, #-12] add w8, w8, w9, lsl #20 stur w8, [x29, #-12] bl _P_Random ldr x8, [sp, #16] ; 8-byte Folded Reload mov w10, #5 sdiv w9, w0, w10 mul w9, w9, w10 subs w9, w0, w9 add w9, w9, #1 mov w10, #3 mul w9, w9, w10 stur w9, [x29, #-16] ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldr w2, [x8] ldur w3, [x29, #-20] ldur w4, [x29, #-16] bl _P_LineAttack b LBB0_3 LBB0_3: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _MISSILERANGE,4,2 ; @MISSILERANGE .comm _sfx_pistol,4,2 ; @sfx_pistol .subsections_via_symbols
.text .file "extr_p_enemy.c_A_PosAttack.c" .globl A_PosAttack # -- Begin function A_PosAttack .p2align 4, 0x90 .type A_PosAttack,@function A_PosAttack: # @A_PosAttack .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax cmpl $0, 4(%rax) jne .LBB0_2 # %bb.1: jmp .LBB0_3 .LBB0_2: movq -8(%rbp), %rdi callq A_FaceTarget@PLT movq -8(%rbp), %rax movl (%rax), %eax movl %eax, -12(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi movl MISSILERANGE(%rip), %edx callq P_AimLineAttack@PLT movl %eax, -20(%rbp) movq -8(%rbp), %rdi movl sfx_pistol(%rip), %esi callq S_StartSound@PLT movb $0, %al callq P_Random@PLT movl %eax, -24(%rbp) # 4-byte Spill movb $0, %al callq P_Random@PLT movl %eax, %ecx movl -24(%rbp), %eax # 4-byte Reload subl %ecx, %eax shll $20, %eax addl -12(%rbp), %eax movl %eax, -12(%rbp) movb $0, %al callq P_Random@PLT movl $5, %ecx cltd idivl %ecx addl $1, %edx imull $3, %edx, %eax movl %eax, -16(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi movl MISSILERANGE(%rip), %edx movl -20(%rbp), %ecx movl -16(%rbp), %r8d callq P_LineAttack@PLT .LBB0_3: addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size A_PosAttack, .Lfunc_end0-A_PosAttack .cfi_endproc # -- End function .type MISSILERANGE,@object # @MISSILERANGE .bss .globl MISSILERANGE .p2align 2 MISSILERANGE: .long 0 # 0x0 .size MISSILERANGE, 4 .type sfx_pistol,@object # @sfx_pistol .globl sfx_pistol .p2align 2 sfx_pistol: .long 0 # 0x0 .size sfx_pistol, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym A_FaceTarget .addrsig_sym P_AimLineAttack .addrsig_sym S_StartSound .addrsig_sym P_Random .addrsig_sym P_LineAttack .addrsig_sym MISSILERANGE .addrsig_sym sfx_pistol
fastsocket/kernel/drivers/media/video/extr_tvp5150.c_tvp5150_log_status.c
arm/extr_tvp5150_tvp5150_log_status_O0_gcc.s
x86_64/extr_tvp5150_tvp5150_log_status_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function tvp5150_log_status _tvp5150_log_status: ; @tvp5150_log_status .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] adrp x8, _TVP5150_VD_IN_SRC_SEL_1@GOTPAGE ldr x8, [x8, _TVP5150_VD_IN_SRC_SEL_1@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_ANAL_CHL_CTL@GOTPAGE ldr x8, [x8, _TVP5150_ANAL_CHL_CTL@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_OP_MODE_CTL@GOTPAGE ldr x8, [x8, _TVP5150_OP_MODE_CTL@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_MISC_CTL@GOTPAGE ldr x8, [x8, _TVP5150_MISC_CTL@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_AUTOSW_MSK@GOTPAGE ldr x8, [x8, _TVP5150_AUTOSW_MSK@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_COLOR_KIL_THSH_CTL@GOTPAGE ldr x8, [x8, _TVP5150_COLOR_KIL_THSH_CTL@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_LUMA_PROC_CTL_1@GOTPAGE ldr x8, [x8, _TVP5150_LUMA_PROC_CTL_1@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read str w0, [sp, #44] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_LUMA_PROC_CTL_2@GOTPAGE ldr x8, [x8, _TVP5150_LUMA_PROC_CTL_2@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read str w0, [sp, #40] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_LUMA_PROC_CTL_3@GOTPAGE ldr x8, [x8, _TVP5150_LUMA_PROC_CTL_3@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read ldr w10, [sp, #40] ; 4-byte Folded Reload ldr w1, [sp, #44] ; 4-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] ; implicit-def: $x8 mov x8, x0 str x8, [x9, #8] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_BRIGHT_CTL@GOTPAGE ldr x8, [x8, _TVP5150_BRIGHT_CTL@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_SATURATION_CTL@GOTPAGE ldr x8, [x8, _TVP5150_SATURATION_CTL@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_HUE_CTL@GOTPAGE ldr x8, [x8, _TVP5150_HUE_CTL@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_CONTRAST_CTL@GOTPAGE ldr x8, [x8, _TVP5150_CONTRAST_CTL@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_DATA_RATE_SEL@GOTPAGE ldr x8, [x8, _TVP5150_DATA_RATE_SEL@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_CONF_SHARED_PIN@GOTPAGE ldr x8, [x8, _TVP5150_CONF_SHARED_PIN@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_ACT_VD_CROP_ST_MSB@GOTPAGE ldr x8, [x8, _TVP5150_ACT_VD_CROP_ST_MSB@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read str w0, [sp, #48] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_ACT_VD_CROP_ST_LSB@GOTPAGE ldr x8, [x8, _TVP5150_ACT_VD_CROP_ST_LSB@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read ldr w1, [sp, #48] ; 4-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_ACT_VD_CROP_STP_MSB@GOTPAGE ldr x8, [x8, _TVP5150_ACT_VD_CROP_STP_MSB@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read str w0, [sp, #52] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_ACT_VD_CROP_STP_LSB@GOTPAGE ldr x8, [x8, _TVP5150_ACT_VD_CROP_STP_LSB@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read ldr w1, [sp, #52] ; 4-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_GENLOCK@GOTPAGE ldr x8, [x8, _TVP5150_GENLOCK@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_HORIZ_SYNC_START@GOTPAGE ldr x8, [x8, _TVP5150_HORIZ_SYNC_START@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_VERT_BLANKING_START@GOTPAGE ldr x8, [x8, _TVP5150_VERT_BLANKING_START@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_VERT_BLANKING_STOP@GOTPAGE ldr x8, [x8, _TVP5150_VERT_BLANKING_STOP@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_CHROMA_PROC_CTL_1@GOTPAGE ldr x8, [x8, _TVP5150_CHROMA_PROC_CTL_1@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read str w0, [sp, #56] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_CHROMA_PROC_CTL_2@GOTPAGE ldr x8, [x8, _TVP5150_CHROMA_PROC_CTL_2@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read ldr w1, [sp, #56] ; 4-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_INT_RESET_REG_B@GOTPAGE ldr x8, [x8, _TVP5150_INT_RESET_REG_B@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_INT_ENABLE_REG_B@GOTPAGE ldr x8, [x8, _TVP5150_INT_ENABLE_REG_B@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_INTT_CONFIG_REG_B@GOTPAGE ldr x8, [x8, _TVP5150_INTT_CONFIG_REG_B@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.22@PAGE add x0, x0, l_.str.22@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_VIDEO_STD@GOTPAGE ldr x8, [x8, _TVP5150_VIDEO_STD@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.23@PAGE add x0, x0, l_.str.23@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_CB_GAIN_FACT@GOTPAGE ldr x8, [x8, _TVP5150_CB_GAIN_FACT@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read stur w0, [x29, #-52] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_CR_GAIN_FACTOR@GOTPAGE ldr x8, [x8, _TVP5150_CR_GAIN_FACTOR@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read ldur w1, [x29, #-52] ; 4-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_MACROVISION_ON_CTR@GOTPAGE ldr x8, [x8, _TVP5150_MACROVISION_ON_CTR@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.25@PAGE add x0, x0, l_.str.25@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_MACROVISION_OFF_CTR@GOTPAGE ldr x8, [x8, _TVP5150_MACROVISION_OFF_CTR@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.26@PAGE add x0, x0, l_.str.26@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_REV_SELECT@GOTPAGE ldr x8, [x8, _TVP5150_REV_SELECT@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov w8, #0 stur w8, [x29, #-12] ; 4-byte Folded Spill ands w8, w0, #0x1 cset w8, ne and w10, w8, #0x1 mov w9, #4 mov w8, #3 ands w10, w10, #0x1 csel w1, w8, w9, ne adrp x0, l_.str.27@PAGE add x0, x0, l_.str.27@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_MSB_DEV_ID@GOTPAGE ldr x8, [x8, _TVP5150_MSB_DEV_ID@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read stur w0, [x29, #-48] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_LSB_DEV_ID@GOTPAGE ldr x8, [x8, _TVP5150_LSB_DEV_ID@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read ldur w1, [x29, #-48] ; 4-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.28@PAGE add x0, x0, l_.str.28@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_ROM_MAJOR_VER@GOTPAGE ldr x8, [x8, _TVP5150_ROM_MAJOR_VER@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read stur w0, [x29, #-44] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_ROM_MINOR_VER@GOTPAGE ldr x8, [x8, _TVP5150_ROM_MINOR_VER@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read ldur w1, [x29, #-44] ; 4-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.29@PAGE add x0, x0, l_.str.29@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_VERT_LN_COUNT_MSB@GOTPAGE ldr x8, [x8, _TVP5150_VERT_LN_COUNT_MSB@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read stur w0, [x29, #-40] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_VERT_LN_COUNT_LSB@GOTPAGE ldr x8, [x8, _TVP5150_VERT_LN_COUNT_LSB@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read ldur w1, [x29, #-40] ; 4-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.30@PAGE add x0, x0, l_.str.30@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_INT_STATUS_REG_B@GOTPAGE ldr x8, [x8, _TVP5150_INT_STATUS_REG_B@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.31@PAGE add x0, x0, l_.str.31@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_INT_ACTIVE_REG_B@GOTPAGE ldr x8, [x8, _TVP5150_INT_ACTIVE_REG_B@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.32@PAGE add x0, x0, l_.str.32@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_STATUS_REG_1@GOTPAGE ldr x8, [x8, _TVP5150_STATUS_REG_1@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read stur w0, [x29, #-24] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_STATUS_REG_2@GOTPAGE ldr x8, [x8, _TVP5150_STATUS_REG_2@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read stur w0, [x29, #-36] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_STATUS_REG_3@GOTPAGE ldr x8, [x8, _TVP5150_STATUS_REG_3@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read stur w0, [x29, #-32] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_STATUS_REG_4@GOTPAGE ldr x8, [x8, _TVP5150_STATUS_REG_4@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read stur w0, [x29, #-28] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_STATUS_REG_5@GOTPAGE ldr x8, [x8, _TVP5150_STATUS_REG_5@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read ldur w12, [x29, #-36] ; 4-byte Folded Reload ldur w11, [x29, #-32] ; 4-byte Folded Reload ldur w10, [x29, #-28] ; 4-byte Folded Reload ldur w1, [x29, #-24] ; 4-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x12 str x8, [x9] ; implicit-def: $x8 mov x8, x11 str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] ; implicit-def: $x8 mov x8, x0 str x8, [x9, #24] adrp x0, l_.str.33@PAGE add x0, x0, l_.str.33@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_TELETEXT_FIL1_INI@GOTPAGE ldr x8, [x8, _TVP5150_TELETEXT_FIL1_INI@GOTPAGEOFF] ldr w2, [x8] adrp x8, _TVP5150_TELETEXT_FIL1_END@GOTPAGE ldr x8, [x8, _TVP5150_TELETEXT_FIL1_END@GOTPAGEOFF] ldr w3, [x8] adrp x1, l_.str.34@PAGE add x1, x1, l_.str.34@PAGEOFF mov w4, #8 stur w4, [x29, #-16] ; 4-byte Folded Spill bl _dump_reg_range ldur w4, [x29, #-16] ; 4-byte Folded Reload ldur x0, [x29, #-8] adrp x8, _TVP5150_TELETEXT_FIL2_INI@GOTPAGE ldr x8, [x8, _TVP5150_TELETEXT_FIL2_INI@GOTPAGEOFF] ldr w2, [x8] adrp x8, _TVP5150_TELETEXT_FIL2_END@GOTPAGE ldr x8, [x8, _TVP5150_TELETEXT_FIL2_END@GOTPAGEOFF] ldr w3, [x8] adrp x1, l_.str.35@PAGE add x1, x1, l_.str.35@PAGEOFF bl _dump_reg_range ldur x0, [x29, #-8] adrp x8, _TVP5150_TELETEXT_FIL_ENA@GOTPAGE ldr x8, [x8, _TVP5150_TELETEXT_FIL_ENA@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_INT_STATUS_REG_A@GOTPAGE ldr x8, [x8, _TVP5150_INT_STATUS_REG_A@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.37@PAGE add x0, x0, l_.str.37@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_INT_ENABLE_REG_A@GOTPAGE ldr x8, [x8, _TVP5150_INT_ENABLE_REG_A@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.38@PAGE add x0, x0, l_.str.38@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_INT_CONF@GOTPAGE ldr x8, [x8, _TVP5150_INT_CONF@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.39@PAGE add x0, x0, l_.str.39@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_VDP_STATUS_REG@GOTPAGE ldr x8, [x8, _TVP5150_VDP_STATUS_REG@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.40@PAGE add x0, x0, l_.str.40@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_FIFO_WORD_COUNT@GOTPAGE ldr x8, [x8, _TVP5150_FIFO_WORD_COUNT@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.41@PAGE add x0, x0, l_.str.41@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_FIFO_INT_THRESHOLD@GOTPAGE ldr x8, [x8, _TVP5150_FIFO_INT_THRESHOLD@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.42@PAGE add x0, x0, l_.str.42@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_FIFO_RESET@GOTPAGE ldr x8, [x8, _TVP5150_FIFO_RESET@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.43@PAGE add x0, x0, l_.str.43@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_LINE_NUMBER_INT@GOTPAGE ldr x8, [x8, _TVP5150_LINE_NUMBER_INT@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.44@PAGE add x0, x0, l_.str.44@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_PIX_ALIGN_REG_HIGH@GOTPAGE ldr x8, [x8, _TVP5150_PIX_ALIGN_REG_HIGH@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read stur w0, [x29, #-20] ; 4-byte Folded Spill ldur x0, [x29, #-8] adrp x8, _TVP5150_PIX_ALIGN_REG_LOW@GOTPAGE ldr x8, [x8, _TVP5150_PIX_ALIGN_REG_LOW@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read ldur w1, [x29, #-20] ; 4-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.45@PAGE add x0, x0, l_.str.45@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_FIFO_OUT_CTRL@GOTPAGE ldr x8, [x8, _TVP5150_FIFO_OUT_CTRL@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.46@PAGE add x0, x0, l_.str.46@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_FULL_FIELD_ENA@GOTPAGE ldr x8, [x8, _TVP5150_FULL_FIELD_ENA@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.47@PAGE add x0, x0, l_.str.47@PAGEOFF bl _printk ldur x0, [x29, #-8] adrp x8, _TVP5150_FULL_FIELD_MODE_REG@GOTPAGE ldr x8, [x8, _TVP5150_FULL_FIELD_MODE_REG@GOTPAGEOFF] ldr w1, [x8] bl _tvp5150_read mov x1, x0 adrp x0, l_.str.48@PAGE add x0, x0, l_.str.48@PAGEOFF bl _printk ldur w4, [x29, #-16] ; 4-byte Folded Reload ldur x0, [x29, #-8] adrp x8, _TVP5150_CC_DATA_INI@GOTPAGE ldr x8, [x8, _TVP5150_CC_DATA_INI@GOTPAGEOFF] ldr w2, [x8] adrp x8, _TVP5150_CC_DATA_END@GOTPAGE ldr x8, [x8, _TVP5150_CC_DATA_END@GOTPAGEOFF] ldr w3, [x8] adrp x1, l_.str.49@PAGE add x1, x1, l_.str.49@PAGEOFF bl _dump_reg_range ldur w4, [x29, #-16] ; 4-byte Folded Reload ldur x0, [x29, #-8] adrp x8, _TVP5150_WSS_DATA_INI@GOTPAGE ldr x8, [x8, _TVP5150_WSS_DATA_INI@GOTPAGEOFF] ldr w2, [x8] adrp x8, _TVP5150_WSS_DATA_END@GOTPAGE ldr x8, [x8, _TVP5150_WSS_DATA_END@GOTPAGEOFF] ldr w3, [x8] adrp x1, l_.str.50@PAGE add x1, x1, l_.str.50@PAGEOFF bl _dump_reg_range ldur w4, [x29, #-16] ; 4-byte Folded Reload ldur x0, [x29, #-8] adrp x8, _TVP5150_VPS_DATA_INI@GOTPAGE ldr x8, [x8, _TVP5150_VPS_DATA_INI@GOTPAGEOFF] ldr w2, [x8] adrp x8, _TVP5150_VPS_DATA_END@GOTPAGE ldr x8, [x8, _TVP5150_VPS_DATA_END@GOTPAGEOFF] ldr w3, [x8] adrp x1, l_.str.51@PAGE add x1, x1, l_.str.51@PAGEOFF bl _dump_reg_range ldur x0, [x29, #-8] adrp x8, _TVP5150_VITC_DATA_INI@GOTPAGE ldr x8, [x8, _TVP5150_VITC_DATA_INI@GOTPAGEOFF] ldr w2, [x8] adrp x8, _TVP5150_VITC_DATA_END@GOTPAGE ldr x8, [x8, _TVP5150_VITC_DATA_END@GOTPAGEOFF] ldr w3, [x8] adrp x1, l_.str.52@PAGE add x1, x1, l_.str.52@PAGEOFF mov w4, #10 bl _dump_reg_range ldur w4, [x29, #-16] ; 4-byte Folded Reload ldur x0, [x29, #-8] adrp x8, _TVP5150_LINE_MODE_INI@GOTPAGE ldr x8, [x8, _TVP5150_LINE_MODE_INI@GOTPAGEOFF] ldr w2, [x8] adrp x8, _TVP5150_LINE_MODE_END@GOTPAGE ldr x8, [x8, _TVP5150_LINE_MODE_END@GOTPAGEOFF] ldr w3, [x8] adrp x1, l_.str.53@PAGE add x1, x1, l_.str.53@PAGEOFF bl _dump_reg_range ldur w0, [x29, #-12] ; 4-byte Folded Reload ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "tvp5150: Video input source selection #1 = 0x%02x\n" .comm _TVP5150_VD_IN_SRC_SEL_1,4,2 ; @TVP5150_VD_IN_SRC_SEL_1 l_.str.1: ; @.str.1 .asciz "tvp5150: Analog channel controls = 0x%02x\n" .comm _TVP5150_ANAL_CHL_CTL,4,2 ; @TVP5150_ANAL_CHL_CTL l_.str.2: ; @.str.2 .asciz "tvp5150: Operation mode controls = 0x%02x\n" .comm _TVP5150_OP_MODE_CTL,4,2 ; @TVP5150_OP_MODE_CTL l_.str.3: ; @.str.3 .asciz "tvp5150: Miscellaneous controls = 0x%02x\n" .comm _TVP5150_MISC_CTL,4,2 ; @TVP5150_MISC_CTL l_.str.4: ; @.str.4 .asciz "tvp5150: Autoswitch mask= 0x%02x\n" .comm _TVP5150_AUTOSW_MSK,4,2 ; @TVP5150_AUTOSW_MSK l_.str.5: ; @.str.5 .asciz "tvp5150: Color killer threshold control = 0x%02x\n" .comm _TVP5150_COLOR_KIL_THSH_CTL,4,2 ; @TVP5150_COLOR_KIL_THSH_CTL l_.str.6: ; @.str.6 .asciz "tvp5150: Luminance processing controls #1 #2 and #3 = %02x %02x %02x\n" .comm _TVP5150_LUMA_PROC_CTL_1,4,2 ; @TVP5150_LUMA_PROC_CTL_1 .comm _TVP5150_LUMA_PROC_CTL_2,4,2 ; @TVP5150_LUMA_PROC_CTL_2 .comm _TVP5150_LUMA_PROC_CTL_3,4,2 ; @TVP5150_LUMA_PROC_CTL_3 l_.str.7: ; @.str.7 .asciz "tvp5150: Brightness control = 0x%02x\n" .comm _TVP5150_BRIGHT_CTL,4,2 ; @TVP5150_BRIGHT_CTL l_.str.8: ; @.str.8 .asciz "tvp5150: Color saturation control = 0x%02x\n" .comm _TVP5150_SATURATION_CTL,4,2 ; @TVP5150_SATURATION_CTL l_.str.9: ; @.str.9 .asciz "tvp5150: Hue control = 0x%02x\n" .comm _TVP5150_HUE_CTL,4,2 ; @TVP5150_HUE_CTL l_.str.10: ; @.str.10 .asciz "tvp5150: Contrast control = 0x%02x\n" .comm _TVP5150_CONTRAST_CTL,4,2 ; @TVP5150_CONTRAST_CTL l_.str.11: ; @.str.11 .asciz "tvp5150: Outputs and data rates select = 0x%02x\n" .comm _TVP5150_DATA_RATE_SEL,4,2 ; @TVP5150_DATA_RATE_SEL l_.str.12: ; @.str.12 .asciz "tvp5150: Configuration shared pins = 0x%02x\n" .comm _TVP5150_CONF_SHARED_PIN,4,2 ; @TVP5150_CONF_SHARED_PIN l_.str.13: ; @.str.13 .asciz "tvp5150: Active video cropping start = 0x%02x%02x\n" .comm _TVP5150_ACT_VD_CROP_ST_MSB,4,2 ; @TVP5150_ACT_VD_CROP_ST_MSB .comm _TVP5150_ACT_VD_CROP_ST_LSB,4,2 ; @TVP5150_ACT_VD_CROP_ST_LSB l_.str.14: ; @.str.14 .asciz "tvp5150: Active video cropping stop = 0x%02x%02x\n" .comm _TVP5150_ACT_VD_CROP_STP_MSB,4,2 ; @TVP5150_ACT_VD_CROP_STP_MSB .comm _TVP5150_ACT_VD_CROP_STP_LSB,4,2 ; @TVP5150_ACT_VD_CROP_STP_LSB l_.str.15: ; @.str.15 .asciz "tvp5150: Genlock/RTC = 0x%02x\n" .comm _TVP5150_GENLOCK,4,2 ; @TVP5150_GENLOCK l_.str.16: ; @.str.16 .asciz "tvp5150: Horizontal sync start = 0x%02x\n" .comm _TVP5150_HORIZ_SYNC_START,4,2 ; @TVP5150_HORIZ_SYNC_START l_.str.17: ; @.str.17 .asciz "tvp5150: Vertical blanking start = 0x%02x\n" .comm _TVP5150_VERT_BLANKING_START,4,2 ; @TVP5150_VERT_BLANKING_START l_.str.18: ; @.str.18 .asciz "tvp5150: Vertical blanking stop = 0x%02x\n" .comm _TVP5150_VERT_BLANKING_STOP,4,2 ; @TVP5150_VERT_BLANKING_STOP l_.str.19: ; @.str.19 .asciz "tvp5150: Chrominance processing control #1 and #2 = %02x %02x\n" .comm _TVP5150_CHROMA_PROC_CTL_1,4,2 ; @TVP5150_CHROMA_PROC_CTL_1 .comm _TVP5150_CHROMA_PROC_CTL_2,4,2 ; @TVP5150_CHROMA_PROC_CTL_2 l_.str.20: ; @.str.20 .asciz "tvp5150: Interrupt reset register B = 0x%02x\n" .comm _TVP5150_INT_RESET_REG_B,4,2 ; @TVP5150_INT_RESET_REG_B l_.str.21: ; @.str.21 .asciz "tvp5150: Interrupt enable register B = 0x%02x\n" .comm _TVP5150_INT_ENABLE_REG_B,4,2 ; @TVP5150_INT_ENABLE_REG_B l_.str.22: ; @.str.22 .asciz "tvp5150: Interrupt configuration register B = 0x%02x\n" .comm _TVP5150_INTT_CONFIG_REG_B,4,2 ; @TVP5150_INTT_CONFIG_REG_B l_.str.23: ; @.str.23 .asciz "tvp5150: Video standard = 0x%02x\n" .comm _TVP5150_VIDEO_STD,4,2 ; @TVP5150_VIDEO_STD l_.str.24: ; @.str.24 .asciz "tvp5150: Chroma gain factor: Cb=0x%02x Cr=0x%02x\n" .comm _TVP5150_CB_GAIN_FACT,4,2 ; @TVP5150_CB_GAIN_FACT .comm _TVP5150_CR_GAIN_FACTOR,4,2 ; @TVP5150_CR_GAIN_FACTOR l_.str.25: ; @.str.25 .asciz "tvp5150: Macrovision on counter = 0x%02x\n" .comm _TVP5150_MACROVISION_ON_CTR,4,2 ; @TVP5150_MACROVISION_ON_CTR l_.str.26: ; @.str.26 .asciz "tvp5150: Macrovision off counter = 0x%02x\n" .comm _TVP5150_MACROVISION_OFF_CTR,4,2 ; @TVP5150_MACROVISION_OFF_CTR l_.str.27: ; @.str.27 .asciz "tvp5150: ITU-R BT.656.%d timing(TVP5150AM1 only)\n" .comm _TVP5150_REV_SELECT,4,2 ; @TVP5150_REV_SELECT l_.str.28: ; @.str.28 .asciz "tvp5150: Device ID = %02x%02x\n" .comm _TVP5150_MSB_DEV_ID,4,2 ; @TVP5150_MSB_DEV_ID .comm _TVP5150_LSB_DEV_ID,4,2 ; @TVP5150_LSB_DEV_ID l_.str.29: ; @.str.29 .asciz "tvp5150: ROM version = (hex) %02x.%02x\n" .comm _TVP5150_ROM_MAJOR_VER,4,2 ; @TVP5150_ROM_MAJOR_VER .comm _TVP5150_ROM_MINOR_VER,4,2 ; @TVP5150_ROM_MINOR_VER l_.str.30: ; @.str.30 .asciz "tvp5150: Vertical line count = 0x%02x%02x\n" .comm _TVP5150_VERT_LN_COUNT_MSB,4,2 ; @TVP5150_VERT_LN_COUNT_MSB .comm _TVP5150_VERT_LN_COUNT_LSB,4,2 ; @TVP5150_VERT_LN_COUNT_LSB l_.str.31: ; @.str.31 .asciz "tvp5150: Interrupt status register B = 0x%02x\n" .comm _TVP5150_INT_STATUS_REG_B,4,2 ; @TVP5150_INT_STATUS_REG_B l_.str.32: ; @.str.32 .asciz "tvp5150: Interrupt active register B = 0x%02x\n" .comm _TVP5150_INT_ACTIVE_REG_B,4,2 ; @TVP5150_INT_ACTIVE_REG_B l_.str.33: ; @.str.33 .asciz "tvp5150: Status regs #1 to #5 = %02x %02x %02x %02x %02x\n" .comm _TVP5150_STATUS_REG_1,4,2 ; @TVP5150_STATUS_REG_1 .comm _TVP5150_STATUS_REG_2,4,2 ; @TVP5150_STATUS_REG_2 .comm _TVP5150_STATUS_REG_3,4,2 ; @TVP5150_STATUS_REG_3 .comm _TVP5150_STATUS_REG_4,4,2 ; @TVP5150_STATUS_REG_4 .comm _TVP5150_STATUS_REG_5,4,2 ; @TVP5150_STATUS_REG_5 l_.str.34: ; @.str.34 .asciz "Teletext filter 1" .comm _TVP5150_TELETEXT_FIL1_INI,4,2 ; @TVP5150_TELETEXT_FIL1_INI .comm _TVP5150_TELETEXT_FIL1_END,4,2 ; @TVP5150_TELETEXT_FIL1_END l_.str.35: ; @.str.35 .asciz "Teletext filter 2" .comm _TVP5150_TELETEXT_FIL2_INI,4,2 ; @TVP5150_TELETEXT_FIL2_INI .comm _TVP5150_TELETEXT_FIL2_END,4,2 ; @TVP5150_TELETEXT_FIL2_END l_.str.36: ; @.str.36 .asciz "tvp5150: Teletext filter enable = 0x%02x\n" .comm _TVP5150_TELETEXT_FIL_ENA,4,2 ; @TVP5150_TELETEXT_FIL_ENA l_.str.37: ; @.str.37 .asciz "tvp5150: Interrupt status register A = 0x%02x\n" .comm _TVP5150_INT_STATUS_REG_A,4,2 ; @TVP5150_INT_STATUS_REG_A l_.str.38: ; @.str.38 .asciz "tvp5150: Interrupt enable register A = 0x%02x\n" .comm _TVP5150_INT_ENABLE_REG_A,4,2 ; @TVP5150_INT_ENABLE_REG_A l_.str.39: ; @.str.39 .asciz "tvp5150: Interrupt configuration = 0x%02x\n" .comm _TVP5150_INT_CONF,4,2 ; @TVP5150_INT_CONF l_.str.40: ; @.str.40 .asciz "tvp5150: VDP status register = 0x%02x\n" .comm _TVP5150_VDP_STATUS_REG,4,2 ; @TVP5150_VDP_STATUS_REG l_.str.41: ; @.str.41 .asciz "tvp5150: FIFO word count = 0x%02x\n" .comm _TVP5150_FIFO_WORD_COUNT,4,2 ; @TVP5150_FIFO_WORD_COUNT l_.str.42: ; @.str.42 .asciz "tvp5150: FIFO interrupt threshold = 0x%02x\n" .comm _TVP5150_FIFO_INT_THRESHOLD,4,2 ; @TVP5150_FIFO_INT_THRESHOLD l_.str.43: ; @.str.43 .asciz "tvp5150: FIFO reset = 0x%02x\n" .comm _TVP5150_FIFO_RESET,4,2 ; @TVP5150_FIFO_RESET l_.str.44: ; @.str.44 .asciz "tvp5150: Line number interrupt = 0x%02x\n" .comm _TVP5150_LINE_NUMBER_INT,4,2 ; @TVP5150_LINE_NUMBER_INT l_.str.45: ; @.str.45 .asciz "tvp5150: Pixel alignment register = 0x%02x%02x\n" .comm _TVP5150_PIX_ALIGN_REG_HIGH,4,2 ; @TVP5150_PIX_ALIGN_REG_HIGH .comm _TVP5150_PIX_ALIGN_REG_LOW,4,2 ; @TVP5150_PIX_ALIGN_REG_LOW l_.str.46: ; @.str.46 .asciz "tvp5150: FIFO output control = 0x%02x\n" .comm _TVP5150_FIFO_OUT_CTRL,4,2 ; @TVP5150_FIFO_OUT_CTRL l_.str.47: ; @.str.47 .asciz "tvp5150: Full field enable = 0x%02x\n" .comm _TVP5150_FULL_FIELD_ENA,4,2 ; @TVP5150_FULL_FIELD_ENA l_.str.48: ; @.str.48 .asciz "tvp5150: Full field mode register = 0x%02x\n" .comm _TVP5150_FULL_FIELD_MODE_REG,4,2 ; @TVP5150_FULL_FIELD_MODE_REG l_.str.49: ; @.str.49 .asciz "CC data" .comm _TVP5150_CC_DATA_INI,4,2 ; @TVP5150_CC_DATA_INI .comm _TVP5150_CC_DATA_END,4,2 ; @TVP5150_CC_DATA_END l_.str.50: ; @.str.50 .asciz "WSS data" .comm _TVP5150_WSS_DATA_INI,4,2 ; @TVP5150_WSS_DATA_INI .comm _TVP5150_WSS_DATA_END,4,2 ; @TVP5150_WSS_DATA_END l_.str.51: ; @.str.51 .asciz "VPS data" .comm _TVP5150_VPS_DATA_INI,4,2 ; @TVP5150_VPS_DATA_INI .comm _TVP5150_VPS_DATA_END,4,2 ; @TVP5150_VPS_DATA_END l_.str.52: ; @.str.52 .asciz "VITC data" .comm _TVP5150_VITC_DATA_INI,4,2 ; @TVP5150_VITC_DATA_INI .comm _TVP5150_VITC_DATA_END,4,2 ; @TVP5150_VITC_DATA_END l_.str.53: ; @.str.53 .asciz "Line mode" .comm _TVP5150_LINE_MODE_INI,4,2 ; @TVP5150_LINE_MODE_INI .comm _TVP5150_LINE_MODE_END,4,2 ; @TVP5150_LINE_MODE_END .no_dead_strip _tvp5150_log_status .subsections_via_symbols
.text .file "extr_tvp5150.c_tvp5150_log_status.c" .p2align 4, 0x90 # -- Begin function tvp5150_log_status .type tvp5150_log_status,@function tvp5150_log_status: # @tvp5150_log_status .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi movl TVP5150_VD_IN_SRC_SEL_1(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_ANAL_CHL_CTL(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.1(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_OP_MODE_CTL(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.2(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_MISC_CTL(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.3(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_AUTOSW_MSK(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.4(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_COLOR_KIL_THSH_CTL(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.5(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_LUMA_PROC_CTL_1(%rip), %esi callq tvp5150_read@PLT movl %eax, -64(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_LUMA_PROC_CTL_2(%rip), %esi callq tvp5150_read@PLT movl %eax, -60(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_LUMA_PROC_CTL_3(%rip), %esi callq tvp5150_read@PLT movl -64(%rbp), %esi # 4-byte Reload movl -60(%rbp), %edx # 4-byte Reload movl %eax, %ecx leaq .L.str.6(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_BRIGHT_CTL(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.7(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_SATURATION_CTL(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.8(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_HUE_CTL(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.9(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_CONTRAST_CTL(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.10(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_DATA_RATE_SEL(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.11(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_CONF_SHARED_PIN(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.12(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_ACT_VD_CROP_ST_MSB(%rip), %esi callq tvp5150_read@PLT movl %eax, -56(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_ACT_VD_CROP_ST_LSB(%rip), %esi callq tvp5150_read@PLT movl -56(%rbp), %esi # 4-byte Reload movl %eax, %edx leaq .L.str.13(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_ACT_VD_CROP_STP_MSB(%rip), %esi callq tvp5150_read@PLT movl %eax, -52(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_ACT_VD_CROP_STP_LSB(%rip), %esi callq tvp5150_read@PLT movl -52(%rbp), %esi # 4-byte Reload movl %eax, %edx leaq .L.str.14(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_GENLOCK(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.15(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_HORIZ_SYNC_START(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.16(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_VERT_BLANKING_START(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.17(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_VERT_BLANKING_STOP(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.18(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_CHROMA_PROC_CTL_1(%rip), %esi callq tvp5150_read@PLT movl %eax, -48(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_CHROMA_PROC_CTL_2(%rip), %esi callq tvp5150_read@PLT movl -48(%rbp), %esi # 4-byte Reload movl %eax, %edx leaq .L.str.19(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_INT_RESET_REG_B(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.20(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_INT_ENABLE_REG_B(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.21(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_INTT_CONFIG_REG_B(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.22(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_VIDEO_STD(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.23(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_CB_GAIN_FACT(%rip), %esi callq tvp5150_read@PLT movl %eax, -44(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_CR_GAIN_FACTOR(%rip), %esi callq tvp5150_read@PLT movl -44(%rbp), %esi # 4-byte Reload movl %eax, %edx leaq .L.str.24(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_MACROVISION_ON_CTR(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.25(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_MACROVISION_OFF_CTR(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.26(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_REV_SELECT(%rip), %esi callq tvp5150_read@PLT movl %eax, %ecx andl $1, %ecx movl $4, %esi movl $3, %eax cmpl $0, %ecx cmovnel %eax, %esi leaq .L.str.27(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_MSB_DEV_ID(%rip), %esi callq tvp5150_read@PLT movl %eax, -40(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_LSB_DEV_ID(%rip), %esi callq tvp5150_read@PLT movl -40(%rbp), %esi # 4-byte Reload movl %eax, %edx leaq .L.str.28(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_ROM_MAJOR_VER(%rip), %esi callq tvp5150_read@PLT movl %eax, -36(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_ROM_MINOR_VER(%rip), %esi callq tvp5150_read@PLT movl -36(%rbp), %esi # 4-byte Reload movl %eax, %edx leaq .L.str.29(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_VERT_LN_COUNT_MSB(%rip), %esi callq tvp5150_read@PLT movl %eax, -32(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_VERT_LN_COUNT_LSB(%rip), %esi callq tvp5150_read@PLT movl -32(%rbp), %esi # 4-byte Reload movl %eax, %edx leaq .L.str.30(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_INT_STATUS_REG_B(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.31(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_INT_ACTIVE_REG_B(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.32(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_STATUS_REG_1(%rip), %esi callq tvp5150_read@PLT movl %eax, -28(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_STATUS_REG_2(%rip), %esi callq tvp5150_read@PLT movl %eax, -24(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_STATUS_REG_3(%rip), %esi callq tvp5150_read@PLT movl %eax, -20(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_STATUS_REG_4(%rip), %esi callq tvp5150_read@PLT movl %eax, -16(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_STATUS_REG_5(%rip), %esi callq tvp5150_read@PLT movl -28(%rbp), %esi # 4-byte Reload movl -24(%rbp), %edx # 4-byte Reload movl -20(%rbp), %ecx # 4-byte Reload movl -16(%rbp), %r8d # 4-byte Reload movl %eax, %r9d leaq .L.str.33(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_TELETEXT_FIL1_INI(%rip), %edx movl TVP5150_TELETEXT_FIL1_END(%rip), %ecx leaq .L.str.34(%rip), %rsi movl $8, %r8d callq dump_reg_range@PLT movq -8(%rbp), %rdi movl TVP5150_TELETEXT_FIL2_INI(%rip), %edx movl TVP5150_TELETEXT_FIL2_END(%rip), %ecx leaq .L.str.35(%rip), %rsi movl $8, %r8d callq dump_reg_range@PLT movq -8(%rbp), %rdi movl TVP5150_TELETEXT_FIL_ENA(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.36(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_INT_STATUS_REG_A(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.37(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_INT_ENABLE_REG_A(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.38(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_INT_CONF(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.39(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_VDP_STATUS_REG(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.40(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_FIFO_WORD_COUNT(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.41(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_FIFO_INT_THRESHOLD(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.42(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_FIFO_RESET(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.43(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_LINE_NUMBER_INT(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.44(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_PIX_ALIGN_REG_HIGH(%rip), %esi callq tvp5150_read@PLT movl %eax, -12(%rbp) # 4-byte Spill movq -8(%rbp), %rdi movl TVP5150_PIX_ALIGN_REG_LOW(%rip), %esi callq tvp5150_read@PLT movl -12(%rbp), %esi # 4-byte Reload movl %eax, %edx leaq .L.str.45(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_FIFO_OUT_CTRL(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.46(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_FULL_FIELD_ENA(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.47(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_FULL_FIELD_MODE_REG(%rip), %esi callq tvp5150_read@PLT movl %eax, %esi leaq .L.str.48(%rip), %rdi movb $0, %al callq printk@PLT movq -8(%rbp), %rdi movl TVP5150_CC_DATA_INI(%rip), %edx movl TVP5150_CC_DATA_END(%rip), %ecx leaq .L.str.49(%rip), %rsi movl $8, %r8d callq dump_reg_range@PLT movq -8(%rbp), %rdi movl TVP5150_WSS_DATA_INI(%rip), %edx movl TVP5150_WSS_DATA_END(%rip), %ecx leaq .L.str.50(%rip), %rsi movl $8, %r8d callq dump_reg_range@PLT movq -8(%rbp), %rdi movl TVP5150_VPS_DATA_INI(%rip), %edx movl TVP5150_VPS_DATA_END(%rip), %ecx leaq .L.str.51(%rip), %rsi movl $8, %r8d callq dump_reg_range@PLT movq -8(%rbp), %rdi movl TVP5150_VITC_DATA_INI(%rip), %edx movl TVP5150_VITC_DATA_END(%rip), %ecx leaq .L.str.52(%rip), %rsi movl $10, %r8d callq dump_reg_range@PLT movq -8(%rbp), %rdi movl TVP5150_LINE_MODE_INI(%rip), %edx movl TVP5150_LINE_MODE_END(%rip), %ecx leaq .L.str.53(%rip), %rsi movl $8, %r8d callq dump_reg_range@PLT xorl %eax, %eax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size tvp5150_log_status, .Lfunc_end0-tvp5150_log_status .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "tvp5150: Video input source selection #1 = 0x%02x\n" .size .L.str, 51 .type TVP5150_VD_IN_SRC_SEL_1,@object # @TVP5150_VD_IN_SRC_SEL_1 .bss .globl TVP5150_VD_IN_SRC_SEL_1 .p2align 2 TVP5150_VD_IN_SRC_SEL_1: .long 0 # 0x0 .size TVP5150_VD_IN_SRC_SEL_1, 4 .type .L.str.1,@object # @.str.1 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.1: .asciz "tvp5150: Analog channel controls = 0x%02x\n" .size .L.str.1, 43 .type TVP5150_ANAL_CHL_CTL,@object # @TVP5150_ANAL_CHL_CTL .bss .globl TVP5150_ANAL_CHL_CTL .p2align 2 TVP5150_ANAL_CHL_CTL: .long 0 # 0x0 .size TVP5150_ANAL_CHL_CTL, 4 .type .L.str.2,@object # @.str.2 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.2: .asciz "tvp5150: Operation mode controls = 0x%02x\n" .size .L.str.2, 43 .type TVP5150_OP_MODE_CTL,@object # @TVP5150_OP_MODE_CTL .bss .globl TVP5150_OP_MODE_CTL .p2align 2 TVP5150_OP_MODE_CTL: .long 0 # 0x0 .size TVP5150_OP_MODE_CTL, 4 .type .L.str.3,@object # @.str.3 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.3: .asciz "tvp5150: Miscellaneous controls = 0x%02x\n" .size .L.str.3, 42 .type TVP5150_MISC_CTL,@object # @TVP5150_MISC_CTL .bss .globl TVP5150_MISC_CTL .p2align 2 TVP5150_MISC_CTL: .long 0 # 0x0 .size TVP5150_MISC_CTL, 4 .type .L.str.4,@object # @.str.4 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.4: .asciz "tvp5150: Autoswitch mask= 0x%02x\n" .size .L.str.4, 34 .type TVP5150_AUTOSW_MSK,@object # @TVP5150_AUTOSW_MSK .bss .globl TVP5150_AUTOSW_MSK .p2align 2 TVP5150_AUTOSW_MSK: .long 0 # 0x0 .size TVP5150_AUTOSW_MSK, 4 .type .L.str.5,@object # @.str.5 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.5: .asciz "tvp5150: Color killer threshold control = 0x%02x\n" .size .L.str.5, 50 .type TVP5150_COLOR_KIL_THSH_CTL,@object # @TVP5150_COLOR_KIL_THSH_CTL .bss .globl TVP5150_COLOR_KIL_THSH_CTL .p2align 2 TVP5150_COLOR_KIL_THSH_CTL: .long 0 # 0x0 .size TVP5150_COLOR_KIL_THSH_CTL, 4 .type .L.str.6,@object # @.str.6 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.6: .asciz "tvp5150: Luminance processing controls #1 #2 and #3 = %02x %02x %02x\n" .size .L.str.6, 70 .type TVP5150_LUMA_PROC_CTL_1,@object # @TVP5150_LUMA_PROC_CTL_1 .bss .globl TVP5150_LUMA_PROC_CTL_1 .p2align 2 TVP5150_LUMA_PROC_CTL_1: .long 0 # 0x0 .size TVP5150_LUMA_PROC_CTL_1, 4 .type TVP5150_LUMA_PROC_CTL_2,@object # @TVP5150_LUMA_PROC_CTL_2 .globl TVP5150_LUMA_PROC_CTL_2 .p2align 2 TVP5150_LUMA_PROC_CTL_2: .long 0 # 0x0 .size TVP5150_LUMA_PROC_CTL_2, 4 .type TVP5150_LUMA_PROC_CTL_3,@object # @TVP5150_LUMA_PROC_CTL_3 .globl TVP5150_LUMA_PROC_CTL_3 .p2align 2 TVP5150_LUMA_PROC_CTL_3: .long 0 # 0x0 .size TVP5150_LUMA_PROC_CTL_3, 4 .type .L.str.7,@object # @.str.7 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.7: .asciz "tvp5150: Brightness control = 0x%02x\n" .size .L.str.7, 38 .type TVP5150_BRIGHT_CTL,@object # @TVP5150_BRIGHT_CTL .bss .globl TVP5150_BRIGHT_CTL .p2align 2 TVP5150_BRIGHT_CTL: .long 0 # 0x0 .size TVP5150_BRIGHT_CTL, 4 .type .L.str.8,@object # @.str.8 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.8: .asciz "tvp5150: Color saturation control = 0x%02x\n" .size .L.str.8, 44 .type TVP5150_SATURATION_CTL,@object # @TVP5150_SATURATION_CTL .bss .globl TVP5150_SATURATION_CTL .p2align 2 TVP5150_SATURATION_CTL: .long 0 # 0x0 .size TVP5150_SATURATION_CTL, 4 .type .L.str.9,@object # @.str.9 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.9: .asciz "tvp5150: Hue control = 0x%02x\n" .size .L.str.9, 31 .type TVP5150_HUE_CTL,@object # @TVP5150_HUE_CTL .bss .globl TVP5150_HUE_CTL .p2align 2 TVP5150_HUE_CTL: .long 0 # 0x0 .size TVP5150_HUE_CTL, 4 .type .L.str.10,@object # @.str.10 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.10: .asciz "tvp5150: Contrast control = 0x%02x\n" .size .L.str.10, 36 .type TVP5150_CONTRAST_CTL,@object # @TVP5150_CONTRAST_CTL .bss .globl TVP5150_CONTRAST_CTL .p2align 2 TVP5150_CONTRAST_CTL: .long 0 # 0x0 .size TVP5150_CONTRAST_CTL, 4 .type .L.str.11,@object # @.str.11 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.11: .asciz "tvp5150: Outputs and data rates select = 0x%02x\n" .size .L.str.11, 49 .type TVP5150_DATA_RATE_SEL,@object # @TVP5150_DATA_RATE_SEL .bss .globl TVP5150_DATA_RATE_SEL .p2align 2 TVP5150_DATA_RATE_SEL: .long 0 # 0x0 .size TVP5150_DATA_RATE_SEL, 4 .type .L.str.12,@object # @.str.12 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.12: .asciz "tvp5150: Configuration shared pins = 0x%02x\n" .size .L.str.12, 45 .type TVP5150_CONF_SHARED_PIN,@object # @TVP5150_CONF_SHARED_PIN .bss .globl TVP5150_CONF_SHARED_PIN .p2align 2 TVP5150_CONF_SHARED_PIN: .long 0 # 0x0 .size TVP5150_CONF_SHARED_PIN, 4 .type .L.str.13,@object # @.str.13 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.13: .asciz "tvp5150: Active video cropping start = 0x%02x%02x\n" .size .L.str.13, 51 .type TVP5150_ACT_VD_CROP_ST_MSB,@object # @TVP5150_ACT_VD_CROP_ST_MSB .bss .globl TVP5150_ACT_VD_CROP_ST_MSB .p2align 2 TVP5150_ACT_VD_CROP_ST_MSB: .long 0 # 0x0 .size TVP5150_ACT_VD_CROP_ST_MSB, 4 .type TVP5150_ACT_VD_CROP_ST_LSB,@object # @TVP5150_ACT_VD_CROP_ST_LSB .globl TVP5150_ACT_VD_CROP_ST_LSB .p2align 2 TVP5150_ACT_VD_CROP_ST_LSB: .long 0 # 0x0 .size TVP5150_ACT_VD_CROP_ST_LSB, 4 .type .L.str.14,@object # @.str.14 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.14: .asciz "tvp5150: Active video cropping stop = 0x%02x%02x\n" .size .L.str.14, 51 .type TVP5150_ACT_VD_CROP_STP_MSB,@object # @TVP5150_ACT_VD_CROP_STP_MSB .bss .globl TVP5150_ACT_VD_CROP_STP_MSB .p2align 2 TVP5150_ACT_VD_CROP_STP_MSB: .long 0 # 0x0 .size TVP5150_ACT_VD_CROP_STP_MSB, 4 .type TVP5150_ACT_VD_CROP_STP_LSB,@object # @TVP5150_ACT_VD_CROP_STP_LSB .globl TVP5150_ACT_VD_CROP_STP_LSB .p2align 2 TVP5150_ACT_VD_CROP_STP_LSB: .long 0 # 0x0 .size TVP5150_ACT_VD_CROP_STP_LSB, 4 .type .L.str.15,@object # @.str.15 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.15: .asciz "tvp5150: Genlock/RTC = 0x%02x\n" .size .L.str.15, 31 .type TVP5150_GENLOCK,@object # @TVP5150_GENLOCK .bss .globl TVP5150_GENLOCK .p2align 2 TVP5150_GENLOCK: .long 0 # 0x0 .size TVP5150_GENLOCK, 4 .type .L.str.16,@object # @.str.16 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.16: .asciz "tvp5150: Horizontal sync start = 0x%02x\n" .size .L.str.16, 41 .type TVP5150_HORIZ_SYNC_START,@object # @TVP5150_HORIZ_SYNC_START .bss .globl TVP5150_HORIZ_SYNC_START .p2align 2 TVP5150_HORIZ_SYNC_START: .long 0 # 0x0 .size TVP5150_HORIZ_SYNC_START, 4 .type .L.str.17,@object # @.str.17 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.17: .asciz "tvp5150: Vertical blanking start = 0x%02x\n" .size .L.str.17, 43 .type TVP5150_VERT_BLANKING_START,@object # @TVP5150_VERT_BLANKING_START .bss .globl TVP5150_VERT_BLANKING_START .p2align 2 TVP5150_VERT_BLANKING_START: .long 0 # 0x0 .size TVP5150_VERT_BLANKING_START, 4 .type .L.str.18,@object # @.str.18 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.18: .asciz "tvp5150: Vertical blanking stop = 0x%02x\n" .size .L.str.18, 42 .type TVP5150_VERT_BLANKING_STOP,@object # @TVP5150_VERT_BLANKING_STOP .bss .globl TVP5150_VERT_BLANKING_STOP .p2align 2 TVP5150_VERT_BLANKING_STOP: .long 0 # 0x0 .size TVP5150_VERT_BLANKING_STOP, 4 .type .L.str.19,@object # @.str.19 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.19: .asciz "tvp5150: Chrominance processing control #1 and #2 = %02x %02x\n" .size .L.str.19, 63 .type TVP5150_CHROMA_PROC_CTL_1,@object # @TVP5150_CHROMA_PROC_CTL_1 .bss .globl TVP5150_CHROMA_PROC_CTL_1 .p2align 2 TVP5150_CHROMA_PROC_CTL_1: .long 0 # 0x0 .size TVP5150_CHROMA_PROC_CTL_1, 4 .type TVP5150_CHROMA_PROC_CTL_2,@object # @TVP5150_CHROMA_PROC_CTL_2 .globl TVP5150_CHROMA_PROC_CTL_2 .p2align 2 TVP5150_CHROMA_PROC_CTL_2: .long 0 # 0x0 .size TVP5150_CHROMA_PROC_CTL_2, 4 .type .L.str.20,@object # @.str.20 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.20: .asciz "tvp5150: Interrupt reset register B = 0x%02x\n" .size .L.str.20, 46 .type TVP5150_INT_RESET_REG_B,@object # @TVP5150_INT_RESET_REG_B .bss .globl TVP5150_INT_RESET_REG_B .p2align 2 TVP5150_INT_RESET_REG_B: .long 0 # 0x0 .size TVP5150_INT_RESET_REG_B, 4 .type .L.str.21,@object # @.str.21 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.21: .asciz "tvp5150: Interrupt enable register B = 0x%02x\n" .size .L.str.21, 47 .type TVP5150_INT_ENABLE_REG_B,@object # @TVP5150_INT_ENABLE_REG_B .bss .globl TVP5150_INT_ENABLE_REG_B .p2align 2 TVP5150_INT_ENABLE_REG_B: .long 0 # 0x0 .size TVP5150_INT_ENABLE_REG_B, 4 .type .L.str.22,@object # @.str.22 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.22: .asciz "tvp5150: Interrupt configuration register B = 0x%02x\n" .size .L.str.22, 54 .type TVP5150_INTT_CONFIG_REG_B,@object # @TVP5150_INTT_CONFIG_REG_B .bss .globl TVP5150_INTT_CONFIG_REG_B .p2align 2 TVP5150_INTT_CONFIG_REG_B: .long 0 # 0x0 .size TVP5150_INTT_CONFIG_REG_B, 4 .type .L.str.23,@object # @.str.23 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.23: .asciz "tvp5150: Video standard = 0x%02x\n" .size .L.str.23, 34 .type TVP5150_VIDEO_STD,@object # @TVP5150_VIDEO_STD .bss .globl TVP5150_VIDEO_STD .p2align 2 TVP5150_VIDEO_STD: .long 0 # 0x0 .size TVP5150_VIDEO_STD, 4 .type .L.str.24,@object # @.str.24 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.24: .asciz "tvp5150: Chroma gain factor: Cb=0x%02x Cr=0x%02x\n" .size .L.str.24, 50 .type TVP5150_CB_GAIN_FACT,@object # @TVP5150_CB_GAIN_FACT .bss .globl TVP5150_CB_GAIN_FACT .p2align 2 TVP5150_CB_GAIN_FACT: .long 0 # 0x0 .size TVP5150_CB_GAIN_FACT, 4 .type TVP5150_CR_GAIN_FACTOR,@object # @TVP5150_CR_GAIN_FACTOR .globl TVP5150_CR_GAIN_FACTOR .p2align 2 TVP5150_CR_GAIN_FACTOR: .long 0 # 0x0 .size TVP5150_CR_GAIN_FACTOR, 4 .type .L.str.25,@object # @.str.25 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.25: .asciz "tvp5150: Macrovision on counter = 0x%02x\n" .size .L.str.25, 42 .type TVP5150_MACROVISION_ON_CTR,@object # @TVP5150_MACROVISION_ON_CTR .bss .globl TVP5150_MACROVISION_ON_CTR .p2align 2 TVP5150_MACROVISION_ON_CTR: .long 0 # 0x0 .size TVP5150_MACROVISION_ON_CTR, 4 .type .L.str.26,@object # @.str.26 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.26: .asciz "tvp5150: Macrovision off counter = 0x%02x\n" .size .L.str.26, 43 .type TVP5150_MACROVISION_OFF_CTR,@object # @TVP5150_MACROVISION_OFF_CTR .bss .globl TVP5150_MACROVISION_OFF_CTR .p2align 2 TVP5150_MACROVISION_OFF_CTR: .long 0 # 0x0 .size TVP5150_MACROVISION_OFF_CTR, 4 .type .L.str.27,@object # @.str.27 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.27: .asciz "tvp5150: ITU-R BT.656.%d timing(TVP5150AM1 only)\n" .size .L.str.27, 50 .type TVP5150_REV_SELECT,@object # @TVP5150_REV_SELECT .bss .globl TVP5150_REV_SELECT .p2align 2 TVP5150_REV_SELECT: .long 0 # 0x0 .size TVP5150_REV_SELECT, 4 .type .L.str.28,@object # @.str.28 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.28: .asciz "tvp5150: Device ID = %02x%02x\n" .size .L.str.28, 31 .type TVP5150_MSB_DEV_ID,@object # @TVP5150_MSB_DEV_ID .bss .globl TVP5150_MSB_DEV_ID .p2align 2 TVP5150_MSB_DEV_ID: .long 0 # 0x0 .size TVP5150_MSB_DEV_ID, 4 .type TVP5150_LSB_DEV_ID,@object # @TVP5150_LSB_DEV_ID .globl TVP5150_LSB_DEV_ID .p2align 2 TVP5150_LSB_DEV_ID: .long 0 # 0x0 .size TVP5150_LSB_DEV_ID, 4 .type .L.str.29,@object # @.str.29 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.29: .asciz "tvp5150: ROM version = (hex) %02x.%02x\n" .size .L.str.29, 40 .type TVP5150_ROM_MAJOR_VER,@object # @TVP5150_ROM_MAJOR_VER .bss .globl TVP5150_ROM_MAJOR_VER .p2align 2 TVP5150_ROM_MAJOR_VER: .long 0 # 0x0 .size TVP5150_ROM_MAJOR_VER, 4 .type TVP5150_ROM_MINOR_VER,@object # @TVP5150_ROM_MINOR_VER .globl TVP5150_ROM_MINOR_VER .p2align 2 TVP5150_ROM_MINOR_VER: .long 0 # 0x0 .size TVP5150_ROM_MINOR_VER, 4 .type .L.str.30,@object # @.str.30 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.30: .asciz "tvp5150: Vertical line count = 0x%02x%02x\n" .size .L.str.30, 43 .type TVP5150_VERT_LN_COUNT_MSB,@object # @TVP5150_VERT_LN_COUNT_MSB .bss .globl TVP5150_VERT_LN_COUNT_MSB .p2align 2 TVP5150_VERT_LN_COUNT_MSB: .long 0 # 0x0 .size TVP5150_VERT_LN_COUNT_MSB, 4 .type TVP5150_VERT_LN_COUNT_LSB,@object # @TVP5150_VERT_LN_COUNT_LSB .globl TVP5150_VERT_LN_COUNT_LSB .p2align 2 TVP5150_VERT_LN_COUNT_LSB: .long 0 # 0x0 .size TVP5150_VERT_LN_COUNT_LSB, 4 .type .L.str.31,@object # @.str.31 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.31: .asciz "tvp5150: Interrupt status register B = 0x%02x\n" .size .L.str.31, 47 .type TVP5150_INT_STATUS_REG_B,@object # @TVP5150_INT_STATUS_REG_B .bss .globl TVP5150_INT_STATUS_REG_B .p2align 2 TVP5150_INT_STATUS_REG_B: .long 0 # 0x0 .size TVP5150_INT_STATUS_REG_B, 4 .type .L.str.32,@object # @.str.32 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.32: .asciz "tvp5150: Interrupt active register B = 0x%02x\n" .size .L.str.32, 47 .type TVP5150_INT_ACTIVE_REG_B,@object # @TVP5150_INT_ACTIVE_REG_B .bss .globl TVP5150_INT_ACTIVE_REG_B .p2align 2 TVP5150_INT_ACTIVE_REG_B: .long 0 # 0x0 .size TVP5150_INT_ACTIVE_REG_B, 4 .type .L.str.33,@object # @.str.33 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.33: .asciz "tvp5150: Status regs #1 to #5 = %02x %02x %02x %02x %02x\n" .size .L.str.33, 58 .type TVP5150_STATUS_REG_1,@object # @TVP5150_STATUS_REG_1 .bss .globl TVP5150_STATUS_REG_1 .p2align 2 TVP5150_STATUS_REG_1: .long 0 # 0x0 .size TVP5150_STATUS_REG_1, 4 .type TVP5150_STATUS_REG_2,@object # @TVP5150_STATUS_REG_2 .globl TVP5150_STATUS_REG_2 .p2align 2 TVP5150_STATUS_REG_2: .long 0 # 0x0 .size TVP5150_STATUS_REG_2, 4 .type TVP5150_STATUS_REG_3,@object # @TVP5150_STATUS_REG_3 .globl TVP5150_STATUS_REG_3 .p2align 2 TVP5150_STATUS_REG_3: .long 0 # 0x0 .size TVP5150_STATUS_REG_3, 4 .type TVP5150_STATUS_REG_4,@object # @TVP5150_STATUS_REG_4 .globl TVP5150_STATUS_REG_4 .p2align 2 TVP5150_STATUS_REG_4: .long 0 # 0x0 .size TVP5150_STATUS_REG_4, 4 .type TVP5150_STATUS_REG_5,@object # @TVP5150_STATUS_REG_5 .globl TVP5150_STATUS_REG_5 .p2align 2 TVP5150_STATUS_REG_5: .long 0 # 0x0 .size TVP5150_STATUS_REG_5, 4 .type .L.str.34,@object # @.str.34 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.34: .asciz "Teletext filter 1" .size .L.str.34, 18 .type TVP5150_TELETEXT_FIL1_INI,@object # @TVP5150_TELETEXT_FIL1_INI .bss .globl TVP5150_TELETEXT_FIL1_INI .p2align 2 TVP5150_TELETEXT_FIL1_INI: .long 0 # 0x0 .size TVP5150_TELETEXT_FIL1_INI, 4 .type TVP5150_TELETEXT_FIL1_END,@object # @TVP5150_TELETEXT_FIL1_END .globl TVP5150_TELETEXT_FIL1_END .p2align 2 TVP5150_TELETEXT_FIL1_END: .long 0 # 0x0 .size TVP5150_TELETEXT_FIL1_END, 4 .type .L.str.35,@object # @.str.35 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.35: .asciz "Teletext filter 2" .size .L.str.35, 18 .type TVP5150_TELETEXT_FIL2_INI,@object # @TVP5150_TELETEXT_FIL2_INI .bss .globl TVP5150_TELETEXT_FIL2_INI .p2align 2 TVP5150_TELETEXT_FIL2_INI: .long 0 # 0x0 .size TVP5150_TELETEXT_FIL2_INI, 4 .type TVP5150_TELETEXT_FIL2_END,@object # @TVP5150_TELETEXT_FIL2_END .globl TVP5150_TELETEXT_FIL2_END .p2align 2 TVP5150_TELETEXT_FIL2_END: .long 0 # 0x0 .size TVP5150_TELETEXT_FIL2_END, 4 .type .L.str.36,@object # @.str.36 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.36: .asciz "tvp5150: Teletext filter enable = 0x%02x\n" .size .L.str.36, 42 .type TVP5150_TELETEXT_FIL_ENA,@object # @TVP5150_TELETEXT_FIL_ENA .bss .globl TVP5150_TELETEXT_FIL_ENA .p2align 2 TVP5150_TELETEXT_FIL_ENA: .long 0 # 0x0 .size TVP5150_TELETEXT_FIL_ENA, 4 .type .L.str.37,@object # @.str.37 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.37: .asciz "tvp5150: Interrupt status register A = 0x%02x\n" .size .L.str.37, 47 .type TVP5150_INT_STATUS_REG_A,@object # @TVP5150_INT_STATUS_REG_A .bss .globl TVP5150_INT_STATUS_REG_A .p2align 2 TVP5150_INT_STATUS_REG_A: .long 0 # 0x0 .size TVP5150_INT_STATUS_REG_A, 4 .type .L.str.38,@object # @.str.38 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.38: .asciz "tvp5150: Interrupt enable register A = 0x%02x\n" .size .L.str.38, 47 .type TVP5150_INT_ENABLE_REG_A,@object # @TVP5150_INT_ENABLE_REG_A .bss .globl TVP5150_INT_ENABLE_REG_A .p2align 2 TVP5150_INT_ENABLE_REG_A: .long 0 # 0x0 .size TVP5150_INT_ENABLE_REG_A, 4 .type .L.str.39,@object # @.str.39 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.39: .asciz "tvp5150: Interrupt configuration = 0x%02x\n" .size .L.str.39, 43 .type TVP5150_INT_CONF,@object # @TVP5150_INT_CONF .bss .globl TVP5150_INT_CONF .p2align 2 TVP5150_INT_CONF: .long 0 # 0x0 .size TVP5150_INT_CONF, 4 .type .L.str.40,@object # @.str.40 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.40: .asciz "tvp5150: VDP status register = 0x%02x\n" .size .L.str.40, 39 .type TVP5150_VDP_STATUS_REG,@object # @TVP5150_VDP_STATUS_REG .bss .globl TVP5150_VDP_STATUS_REG .p2align 2 TVP5150_VDP_STATUS_REG: .long 0 # 0x0 .size TVP5150_VDP_STATUS_REG, 4 .type .L.str.41,@object # @.str.41 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.41: .asciz "tvp5150: FIFO word count = 0x%02x\n" .size .L.str.41, 35 .type TVP5150_FIFO_WORD_COUNT,@object # @TVP5150_FIFO_WORD_COUNT .bss .globl TVP5150_FIFO_WORD_COUNT .p2align 2 TVP5150_FIFO_WORD_COUNT: .long 0 # 0x0 .size TVP5150_FIFO_WORD_COUNT, 4 .type .L.str.42,@object # @.str.42 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.42: .asciz "tvp5150: FIFO interrupt threshold = 0x%02x\n" .size .L.str.42, 44 .type TVP5150_FIFO_INT_THRESHOLD,@object # @TVP5150_FIFO_INT_THRESHOLD .bss .globl TVP5150_FIFO_INT_THRESHOLD .p2align 2 TVP5150_FIFO_INT_THRESHOLD: .long 0 # 0x0 .size TVP5150_FIFO_INT_THRESHOLD, 4 .type .L.str.43,@object # @.str.43 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.43: .asciz "tvp5150: FIFO reset = 0x%02x\n" .size .L.str.43, 30 .type TVP5150_FIFO_RESET,@object # @TVP5150_FIFO_RESET .bss .globl TVP5150_FIFO_RESET .p2align 2 TVP5150_FIFO_RESET: .long 0 # 0x0 .size TVP5150_FIFO_RESET, 4 .type .L.str.44,@object # @.str.44 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.44: .asciz "tvp5150: Line number interrupt = 0x%02x\n" .size .L.str.44, 41 .type TVP5150_LINE_NUMBER_INT,@object # @TVP5150_LINE_NUMBER_INT .bss .globl TVP5150_LINE_NUMBER_INT .p2align 2 TVP5150_LINE_NUMBER_INT: .long 0 # 0x0 .size TVP5150_LINE_NUMBER_INT, 4 .type .L.str.45,@object # @.str.45 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.45: .asciz "tvp5150: Pixel alignment register = 0x%02x%02x\n" .size .L.str.45, 48 .type TVP5150_PIX_ALIGN_REG_HIGH,@object # @TVP5150_PIX_ALIGN_REG_HIGH .bss .globl TVP5150_PIX_ALIGN_REG_HIGH .p2align 2 TVP5150_PIX_ALIGN_REG_HIGH: .long 0 # 0x0 .size TVP5150_PIX_ALIGN_REG_HIGH, 4 .type TVP5150_PIX_ALIGN_REG_LOW,@object # @TVP5150_PIX_ALIGN_REG_LOW .globl TVP5150_PIX_ALIGN_REG_LOW .p2align 2 TVP5150_PIX_ALIGN_REG_LOW: .long 0 # 0x0 .size TVP5150_PIX_ALIGN_REG_LOW, 4 .type .L.str.46,@object # @.str.46 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.46: .asciz "tvp5150: FIFO output control = 0x%02x\n" .size .L.str.46, 39 .type TVP5150_FIFO_OUT_CTRL,@object # @TVP5150_FIFO_OUT_CTRL .bss .globl TVP5150_FIFO_OUT_CTRL .p2align 2 TVP5150_FIFO_OUT_CTRL: .long 0 # 0x0 .size TVP5150_FIFO_OUT_CTRL, 4 .type .L.str.47,@object # @.str.47 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.47: .asciz "tvp5150: Full field enable = 0x%02x\n" .size .L.str.47, 37 .type TVP5150_FULL_FIELD_ENA,@object # @TVP5150_FULL_FIELD_ENA .bss .globl TVP5150_FULL_FIELD_ENA .p2align 2 TVP5150_FULL_FIELD_ENA: .long 0 # 0x0 .size TVP5150_FULL_FIELD_ENA, 4 .type .L.str.48,@object # @.str.48 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.48: .asciz "tvp5150: Full field mode register = 0x%02x\n" .size .L.str.48, 44 .type TVP5150_FULL_FIELD_MODE_REG,@object # @TVP5150_FULL_FIELD_MODE_REG .bss .globl TVP5150_FULL_FIELD_MODE_REG .p2align 2 TVP5150_FULL_FIELD_MODE_REG: .long 0 # 0x0 .size TVP5150_FULL_FIELD_MODE_REG, 4 .type .L.str.49,@object # @.str.49 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.49: .asciz "CC data" .size .L.str.49, 10 .type TVP5150_CC_DATA_INI,@object # @TVP5150_CC_DATA_INI .bss .globl TVP5150_CC_DATA_INI .p2align 2 TVP5150_CC_DATA_INI: .long 0 # 0x0 .size TVP5150_CC_DATA_INI, 4 .type TVP5150_CC_DATA_END,@object # @TVP5150_CC_DATA_END .globl TVP5150_CC_DATA_END .p2align 2 TVP5150_CC_DATA_END: .long 0 # 0x0 .size TVP5150_CC_DATA_END, 4 .type .L.str.50,@object # @.str.50 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.50: .asciz "WSS data" .size .L.str.50, 10 .type TVP5150_WSS_DATA_INI,@object # @TVP5150_WSS_DATA_INI .bss .globl TVP5150_WSS_DATA_INI .p2align 2 TVP5150_WSS_DATA_INI: .long 0 # 0x0 .size TVP5150_WSS_DATA_INI, 4 .type TVP5150_WSS_DATA_END,@object # @TVP5150_WSS_DATA_END .globl TVP5150_WSS_DATA_END .p2align 2 TVP5150_WSS_DATA_END: .long 0 # 0x0 .size TVP5150_WSS_DATA_END, 4 .type .L.str.51,@object # @.str.51 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.51: .asciz "VPS data" .size .L.str.51, 10 .type TVP5150_VPS_DATA_INI,@object # @TVP5150_VPS_DATA_INI .bss .globl TVP5150_VPS_DATA_INI .p2align 2 TVP5150_VPS_DATA_INI: .long 0 # 0x0 .size TVP5150_VPS_DATA_INI, 4 .type TVP5150_VPS_DATA_END,@object # @TVP5150_VPS_DATA_END .globl TVP5150_VPS_DATA_END .p2align 2 TVP5150_VPS_DATA_END: .long 0 # 0x0 .size TVP5150_VPS_DATA_END, 4 .type .L.str.52,@object # @.str.52 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.52: .asciz "VITC data" .size .L.str.52, 10 .type TVP5150_VITC_DATA_INI,@object # @TVP5150_VITC_DATA_INI .bss .globl TVP5150_VITC_DATA_INI .p2align 2 TVP5150_VITC_DATA_INI: .long 0 # 0x0 .size TVP5150_VITC_DATA_INI, 4 .type TVP5150_VITC_DATA_END,@object # @TVP5150_VITC_DATA_END .globl TVP5150_VITC_DATA_END .p2align 2 TVP5150_VITC_DATA_END: .long 0 # 0x0 .size TVP5150_VITC_DATA_END, 4 .type .L.str.53,@object # @.str.53 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.53: .asciz "Line mode" .size .L.str.53, 10 .type TVP5150_LINE_MODE_INI,@object # @TVP5150_LINE_MODE_INI .bss .globl TVP5150_LINE_MODE_INI .p2align 2 TVP5150_LINE_MODE_INI: .long 0 # 0x0 .size TVP5150_LINE_MODE_INI, 4 .type TVP5150_LINE_MODE_END,@object # @TVP5150_LINE_MODE_END .globl TVP5150_LINE_MODE_END .p2align 2 TVP5150_LINE_MODE_END: .long 0 # 0x0 .size TVP5150_LINE_MODE_END, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym tvp5150_log_status .addrsig_sym printk .addrsig_sym tvp5150_read .addrsig_sym dump_reg_range .addrsig_sym TVP5150_VD_IN_SRC_SEL_1 .addrsig_sym TVP5150_ANAL_CHL_CTL .addrsig_sym TVP5150_OP_MODE_CTL .addrsig_sym TVP5150_MISC_CTL .addrsig_sym TVP5150_AUTOSW_MSK .addrsig_sym TVP5150_COLOR_KIL_THSH_CTL .addrsig_sym TVP5150_LUMA_PROC_CTL_1 .addrsig_sym TVP5150_LUMA_PROC_CTL_2 .addrsig_sym TVP5150_LUMA_PROC_CTL_3 .addrsig_sym TVP5150_BRIGHT_CTL .addrsig_sym TVP5150_SATURATION_CTL .addrsig_sym TVP5150_HUE_CTL .addrsig_sym TVP5150_CONTRAST_CTL .addrsig_sym TVP5150_DATA_RATE_SEL .addrsig_sym TVP5150_CONF_SHARED_PIN .addrsig_sym TVP5150_ACT_VD_CROP_ST_MSB .addrsig_sym TVP5150_ACT_VD_CROP_ST_LSB .addrsig_sym TVP5150_ACT_VD_CROP_STP_MSB .addrsig_sym TVP5150_ACT_VD_CROP_STP_LSB .addrsig_sym TVP5150_GENLOCK .addrsig_sym TVP5150_HORIZ_SYNC_START .addrsig_sym TVP5150_VERT_BLANKING_START .addrsig_sym TVP5150_VERT_BLANKING_STOP .addrsig_sym TVP5150_CHROMA_PROC_CTL_1 .addrsig_sym TVP5150_CHROMA_PROC_CTL_2 .addrsig_sym TVP5150_INT_RESET_REG_B .addrsig_sym TVP5150_INT_ENABLE_REG_B .addrsig_sym TVP5150_INTT_CONFIG_REG_B .addrsig_sym TVP5150_VIDEO_STD .addrsig_sym TVP5150_CB_GAIN_FACT .addrsig_sym TVP5150_CR_GAIN_FACTOR .addrsig_sym TVP5150_MACROVISION_ON_CTR .addrsig_sym TVP5150_MACROVISION_OFF_CTR .addrsig_sym TVP5150_REV_SELECT .addrsig_sym TVP5150_MSB_DEV_ID .addrsig_sym TVP5150_LSB_DEV_ID .addrsig_sym TVP5150_ROM_MAJOR_VER .addrsig_sym TVP5150_ROM_MINOR_VER .addrsig_sym TVP5150_VERT_LN_COUNT_MSB .addrsig_sym TVP5150_VERT_LN_COUNT_LSB .addrsig_sym TVP5150_INT_STATUS_REG_B .addrsig_sym TVP5150_INT_ACTIVE_REG_B .addrsig_sym TVP5150_STATUS_REG_1 .addrsig_sym TVP5150_STATUS_REG_2 .addrsig_sym TVP5150_STATUS_REG_3 .addrsig_sym TVP5150_STATUS_REG_4 .addrsig_sym TVP5150_STATUS_REG_5 .addrsig_sym TVP5150_TELETEXT_FIL1_INI .addrsig_sym TVP5150_TELETEXT_FIL1_END .addrsig_sym TVP5150_TELETEXT_FIL2_INI .addrsig_sym TVP5150_TELETEXT_FIL2_END .addrsig_sym TVP5150_TELETEXT_FIL_ENA .addrsig_sym TVP5150_INT_STATUS_REG_A .addrsig_sym TVP5150_INT_ENABLE_REG_A .addrsig_sym TVP5150_INT_CONF .addrsig_sym TVP5150_VDP_STATUS_REG .addrsig_sym TVP5150_FIFO_WORD_COUNT .addrsig_sym TVP5150_FIFO_INT_THRESHOLD .addrsig_sym TVP5150_FIFO_RESET .addrsig_sym TVP5150_LINE_NUMBER_INT .addrsig_sym TVP5150_PIX_ALIGN_REG_HIGH .addrsig_sym TVP5150_PIX_ALIGN_REG_LOW .addrsig_sym TVP5150_FIFO_OUT_CTRL .addrsig_sym TVP5150_FULL_FIELD_ENA .addrsig_sym TVP5150_FULL_FIELD_MODE_REG .addrsig_sym TVP5150_CC_DATA_INI .addrsig_sym TVP5150_CC_DATA_END .addrsig_sym TVP5150_WSS_DATA_INI .addrsig_sym TVP5150_WSS_DATA_END .addrsig_sym TVP5150_VPS_DATA_INI .addrsig_sym TVP5150_VPS_DATA_END .addrsig_sym TVP5150_VITC_DATA_INI .addrsig_sym TVP5150_VITC_DATA_END .addrsig_sym TVP5150_LINE_MODE_INI .addrsig_sym TVP5150_LINE_MODE_END
openssl/crypto/rand/extr_rand_lib.c_rand_pool_grow.c
arm/extr_rand_lib_rand_pool_grow_O0_gcc.s
x86_64/extr_rand_lib_rand_pool_grow_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function rand_pool_grow _rand_pool_grow: ; @rand_pool_grow .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur x1, [x29, #-24] ldur x8, [x29, #-24] ldur x9, [x29, #-16] ldr x9, [x9] ldur x10, [x29, #-16] ldr x10, [x10, #8] subs x9, x9, x10 subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB0_19 b LBB0_1 LBB0_1: ldur x8, [x29, #-16] ldr w8, [x8, #16] mov w9, #2 sdiv w9, w8, w9 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 str x8, [sp, #24] ldur x8, [x29, #-16] ldr x8, [x8] str x8, [sp, #16] ldur x8, [x29, #-16] ldr x8, [x8, #40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldur x8, [x29, #-24] ldur x9, [x29, #-16] ldrsw x9, [x9, #16] ldur x10, [x29, #-16] ldr x10, [x10, #8] subs x9, x9, x10 subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x8, _RAND_F_RAND_POOL_GROW@GOTPAGE ldr x8, [x8, _RAND_F_RAND_POOL_GROW@GOTPAGEOFF] ldr w0, [x8] adrp x8, _ERR_R_INTERNAL_ERROR@GOTPAGE ldr x8, [x8, _ERR_R_INTERNAL_ERROR@GOTPAGEOFF] ldr w1, [x8] bl _RANDerr stur wzr, [x29, #-4] b LBB0_20 LBB0_4: b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x9, [sp, #24] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldr x8, [sp, #16] lsl x8, x8, #1 str x8, [sp, #8] ; 8-byte Folded Spill b LBB0_8 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-16] ldrsw x8, [x8, #16] str x8, [sp, #8] ; 8-byte Folded Spill b LBB0_8 LBB0_8: ; in Loop: Header=BB0_5 Depth=1 ldr x8, [sp, #8] ; 8-byte Folded Reload str x8, [sp, #16] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-24] ldr x9, [sp, #16] ldur x10, [x29, #-16] ldr x10, [x10, #8] subs x9, x9, x10 subs x8, x8, x9 cset w8, hi tbnz w8, #0, LBB0_5 b LBB0_10 LBB0_10: ldur x8, [x29, #-16] ldr x8, [x8, #32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ldr x0, [sp, #16] bl _OPENSSL_secure_zalloc str x0, [sp, #32] b LBB0_13 LBB0_12: ldr x0, [sp, #16] bl _OPENSSL_zalloc str x0, [sp, #32] b LBB0_13 LBB0_13: ldr x8, [sp, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: adrp x8, _RAND_F_RAND_POOL_GROW@GOTPAGE ldr x8, [x8, _RAND_F_RAND_POOL_GROW@GOTPAGEOFF] ldr w0, [x8] adrp x8, _ERR_R_MALLOC_FAILURE@GOTPAGE ldr x8, [x8, _ERR_R_MALLOC_FAILURE@GOTPAGEOFF] ldr w1, [x8] bl _RANDerr stur wzr, [x29, #-4] b LBB0_20 LBB0_15: ldr x0, [sp, #32] ldur x8, [x29, #-16] ldr x1, [x8, #24] ldur x8, [x29, #-16] ldr x2, [x8, #8] bl _memcpy ldur x8, [x29, #-16] ldr x8, [x8, #32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_17 b LBB0_16 LBB0_16: ldur x8, [x29, #-16] ldr x0, [x8, #24] ldur x8, [x29, #-16] ldr x1, [x8] bl _OPENSSL_secure_clear_free b LBB0_18 LBB0_17: ldur x8, [x29, #-16] ldr x0, [x8, #24] ldur x8, [x29, #-16] ldr x1, [x8] bl _OPENSSL_clear_free b LBB0_18 LBB0_18: ldr x8, [sp, #32] ldur x9, [x29, #-16] str x8, [x9, #24] ldr x8, [sp, #16] ldur x9, [x29, #-16] str x8, [x9] b LBB0_19 LBB0_19: mov w8, #1 stur w8, [x29, #-4] b LBB0_20 LBB0_20: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _RAND_F_RAND_POOL_GROW,4,2 ; @RAND_F_RAND_POOL_GROW .comm _ERR_R_INTERNAL_ERROR,4,2 ; @ERR_R_INTERNAL_ERROR .comm _ERR_R_MALLOC_FAILURE,4,2 ; @ERR_R_MALLOC_FAILURE .no_dead_strip _rand_pool_grow .subsections_via_symbols
.text .file "extr_rand_lib.c_rand_pool_grow.c" .p2align 4, 0x90 # -- Begin function rand_pool_grow .type rand_pool_grow,@function rand_pool_grow: # @rand_pool_grow .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -24(%rbp), %rax movq -16(%rbp), %rcx movq (%rcx), %rcx movq -16(%rbp), %rdx subq 8(%rdx), %rcx cmpq %rcx, %rax jbe .LBB0_19 # %bb.1: movq -16(%rbp), %rax movl 16(%rax), %eax movl $2, %ecx cltd idivl %ecx cltq movq %rax, -40(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -48(%rbp) movq -16(%rbp), %rax cmpq $0, 40(%rax) jne .LBB0_3 # %bb.2: movq -24(%rbp), %rax movq -16(%rbp), %rcx movslq 16(%rcx), %rcx movq -16(%rbp), %rdx subq 8(%rdx), %rcx cmpq %rcx, %rax jbe .LBB0_4 .LBB0_3: movl RAND_F_RAND_POOL_GROW(%rip), %edi movl ERR_R_INTERNAL_ERROR(%rip), %esi callq RANDerr@PLT movl $0, -4(%rbp) jmp .LBB0_20 .LBB0_4: jmp .LBB0_5 .LBB0_5: # =>This Inner Loop Header: Depth=1 movq -48(%rbp), %rax cmpq -40(%rbp), %rax jae .LBB0_7 # %bb.6: # in Loop: Header=BB0_5 Depth=1 movq -48(%rbp), %rax shlq $1, %rax movq %rax, -56(%rbp) # 8-byte Spill jmp .LBB0_8 .LBB0_7: # in Loop: Header=BB0_5 Depth=1 movq -16(%rbp), %rax movslq 16(%rax), %rax movq %rax, -56(%rbp) # 8-byte Spill .LBB0_8: # in Loop: Header=BB0_5 Depth=1 movq -56(%rbp), %rax # 8-byte Reload movq %rax, -48(%rbp) # %bb.9: # in Loop: Header=BB0_5 Depth=1 movq -24(%rbp), %rax movq -48(%rbp), %rcx movq -16(%rbp), %rdx subq 8(%rdx), %rcx cmpq %rcx, %rax ja .LBB0_5 # %bb.10: movq -16(%rbp), %rax cmpq $0, 32(%rax) je .LBB0_12 # %bb.11: movq -48(%rbp), %rdi callq OPENSSL_secure_zalloc@PLT movq %rax, -32(%rbp) jmp .LBB0_13 .LBB0_12: movq -48(%rbp), %rdi callq OPENSSL_zalloc@PLT movq %rax, -32(%rbp) .LBB0_13: cmpq $0, -32(%rbp) jne .LBB0_15 # %bb.14: movl RAND_F_RAND_POOL_GROW(%rip), %edi movl ERR_R_MALLOC_FAILURE(%rip), %esi callq RANDerr@PLT movl $0, -4(%rbp) jmp .LBB0_20 .LBB0_15: movq -32(%rbp), %rdi movq -16(%rbp), %rax movq 24(%rax), %rsi movq -16(%rbp), %rax movq 8(%rax), %rdx callq memcpy@PLT movq -16(%rbp), %rax cmpq $0, 32(%rax) je .LBB0_17 # %bb.16: movq -16(%rbp), %rax movq 24(%rax), %rdi movq -16(%rbp), %rax movq (%rax), %rsi callq OPENSSL_secure_clear_free@PLT jmp .LBB0_18 .LBB0_17: movq -16(%rbp), %rax movq 24(%rax), %rdi movq -16(%rbp), %rax movq (%rax), %rsi callq OPENSSL_clear_free@PLT .LBB0_18: movq -32(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 24(%rax) movq -48(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, (%rax) .LBB0_19: movl $1, -4(%rbp) .LBB0_20: movl -4(%rbp), %eax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size rand_pool_grow, .Lfunc_end0-rand_pool_grow .cfi_endproc # -- End function .type RAND_F_RAND_POOL_GROW,@object # @RAND_F_RAND_POOL_GROW .bss .globl RAND_F_RAND_POOL_GROW .p2align 2 RAND_F_RAND_POOL_GROW: .long 0 # 0x0 .size RAND_F_RAND_POOL_GROW, 4 .type ERR_R_INTERNAL_ERROR,@object # @ERR_R_INTERNAL_ERROR .globl ERR_R_INTERNAL_ERROR .p2align 2 ERR_R_INTERNAL_ERROR: .long 0 # 0x0 .size ERR_R_INTERNAL_ERROR, 4 .type ERR_R_MALLOC_FAILURE,@object # @ERR_R_MALLOC_FAILURE .globl ERR_R_MALLOC_FAILURE .p2align 2 ERR_R_MALLOC_FAILURE: .long 0 # 0x0 .size ERR_R_MALLOC_FAILURE, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym rand_pool_grow .addrsig_sym RANDerr .addrsig_sym OPENSSL_secure_zalloc .addrsig_sym OPENSSL_zalloc .addrsig_sym memcpy .addrsig_sym OPENSSL_secure_clear_free .addrsig_sym OPENSSL_clear_free .addrsig_sym RAND_F_RAND_POOL_GROW .addrsig_sym ERR_R_INTERNAL_ERROR .addrsig_sym ERR_R_MALLOC_FAILURE
linux/drivers/net/ethernet/intel/igb/extr_igb_main.c_igb_write_pci_cfg.c
arm/extr_igb_main_igb_write_pci_cfg_O0_gcc.s
x86_64/extr_igb_main_igb_write_pci_cfg_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _igb_write_pci_cfg ; -- Begin function igb_write_pci_cfg .p2align 2 _igb_write_pci_cfg: ; @igb_write_pci_cfg .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str x2, [sp, #8] ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp] ldr x8, [sp] ldr w0, [x8] ldur w1, [x29, #-12] ldr x8, [sp, #8] ldr w2, [x8] bl _pci_write_config_word ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_igb_main.c_igb_write_pci_cfg.c" .globl igb_write_pci_cfg # -- Begin function igb_write_pci_cfg .p2align 4, 0x90 .type igb_write_pci_cfg,@function igb_write_pci_cfg: # @igb_write_pci_cfg .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movl (%rax), %edi movl -12(%rbp), %esi movq -24(%rbp), %rax movl (%rax), %edx callq pci_write_config_word@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size igb_write_pci_cfg, .Lfunc_end0-igb_write_pci_cfg .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym pci_write_config_word
linux/fs/freevxfs/extr_vxfs_olt.c_vxfs_get_fshead.c
arm/extr_vxfs_olt_vxfs_get_fshead_O0_gcc.s
x86_64/extr_vxfs_olt_vxfs_get_fshead_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function vxfs_get_fshead _vxfs_get_fshead: ; @vxfs_get_fshead .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str x1, [sp] ldr x8, [sp] ldr w0, [x8] bl _BUG_ON ldr x0, [sp] ldr x8, [sp, #8] ldr x8, [x8] ldr w1, [x8] bl _fs32_to_cpu ldr x8, [sp] str w0, [x8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .no_dead_strip _vxfs_get_fshead .subsections_via_symbols
.text .file "extr_vxfs_olt.c_vxfs_get_fshead.c" .p2align 4, 0x90 # -- Begin function vxfs_get_fshead .type vxfs_get_fshead,@function vxfs_get_fshead: # @vxfs_get_fshead .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %edi callq BUG_ON@PLT movq -16(%rbp), %rdi movq -8(%rbp), %rax movq (%rax), %rax movl (%rax), %esi callq fs32_to_cpu@PLT movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, (%rax) addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size vxfs_get_fshead, .Lfunc_end0-vxfs_get_fshead .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym vxfs_get_fshead .addrsig_sym BUG_ON .addrsig_sym fs32_to_cpu
freebsd/sys/dev/al_eth/extr_al_eth.c_al_eth_lm_config.c
arm/extr_al_eth_al_eth_lm_config_O0_gcc.s
x86_64/extr_al_eth_al_eth_lm_config_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function al_eth_lm_config _al_eth_lm_config: ; @al_eth_lm_config .cfi_startproc ; %bb.0: sub sp, sp, #144 .cfi_def_cfa_offset 144 stp x29, x30, [sp, #128] ; 16-byte Folded Spill add x29, sp, #128 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _AL_ETH_LM_MODE_10G_DA@GOTPAGE ldr x8, [x8, _AL_ETH_LM_MODE_10G_DA@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur x0, [x29, #-8] add x0, sp, #24 mov w1, #0 mov x2, #96 bl _memset ldur x8, [x29, #-8] add x8, x8, #52 str x8, [sp, #104] ldur x8, [x29, #-8] add x8, x8, #48 str x8, [sp, #96] ldur x8, [x29, #-8] ldr w8, [x8, #44] str w8, [sp, #88] ldur x8, [x29, #-8] ldr w8, [x8] str w8, [sp, #24] ldur x8, [x29, #-8] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x8, [x29, #-8] ldr w8, [x8, #40] str w8, [sp, #84] adrp x8, _SFP_I2C_ADDR@GOTPAGE ldr x8, [x8, _SFP_I2C_ADDR@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #80] b LBB0_2 LBB0_2: ldur x8, [x29, #-8] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_13 b LBB0_3 LBB0_3: ldur x8, [x29, #-8] ldr w8, [x8, #4] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #128 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_4 LBB0_4: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #129 cset w8, ne tbnz w8, #0, LBB0_11 b LBB0_5 LBB0_5: ldur x8, [x29, #-8] ldr w8, [x8, #32] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ldur x8, [x29, #-8] ldr w8, [x8, #36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #72] b LBB0_9 LBB0_8: adrp x8, _AL_ETH_LM_MODE_10G_OPTIC@GOTPAGE ldr x8, [x8, _AL_ETH_LM_MODE_10G_OPTIC@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #72] b LBB0_9 LBB0_9: b LBB0_12 LBB0_10: adrp x8, _AL_ETH_LM_MODE_1G@GOTPAGE ldr x8, [x8, _AL_ETH_LM_MODE_1G@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #72] b LBB0_12 LBB0_11: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #72] b LBB0_12 LBB0_12: b LBB0_14 LBB0_13: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #72] b LBB0_14 LBB0_14: ldur x8, [x29, #-8] ldr w8, [x8, #32] add x1, sp, #24 str w8, [sp, #64] mov w8, #1 str w8, [sp, #28] ldur x8, [x29, #-8] ldr w8, [x8, #28] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 str w8, [sp, #32] ldur x8, [x29, #-8] str x8, [sp, #56] str wzr, [sp, #36] ldur x8, [x29, #-8] ldr w8, [x8, #24] str w8, [sp, #52] ldur x8, [x29, #-8] ldr w8, [x8, #20] str w8, [sp, #48] ldur x8, [x29, #-8] ldr w8, [x8, #16] str w8, [sp, #44] ldur x8, [x29, #-8] ldr w8, [x8, #12] str w8, [sp, #40] ldur x8, [x29, #-8] add x0, x8, #8 bl _al_eth_lm_init ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .comm _SFP_I2C_ADDR,4,2 ; @SFP_I2C_ADDR .comm _AL_ETH_LM_MODE_10G_DA,8,3 ; @AL_ETH_LM_MODE_10G_DA .comm _AL_ETH_LM_MODE_10G_OPTIC,8,3 ; @AL_ETH_LM_MODE_10G_OPTIC .comm _AL_ETH_LM_MODE_1G,8,3 ; @AL_ETH_LM_MODE_1G .no_dead_strip _al_eth_lm_config .subsections_via_symbols
.text .file "extr_al_eth.c_al_eth_lm_config.c" .p2align 4, 0x90 # -- Begin function al_eth_lm_config .type al_eth_lm_config,@function al_eth_lm_config: # @al_eth_lm_config .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %rsp movq %rdi, -8(%rbp) leaq -104(%rbp), %rdi xorl %esi, %esi movl $96, %edx callq memset@PLT movq -8(%rbp), %rax addq $52, %rax movq %rax, -24(%rbp) movq -8(%rbp), %rax addq $48, %rax movq %rax, -32(%rbp) movq -8(%rbp), %rax movl 44(%rax), %eax movl %eax, -40(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movl %eax, -104(%rbp) movq -8(%rbp), %rax cmpl $1, (%rax) jne .LBB0_2 # %bb.1: movq -8(%rbp), %rax movl 40(%rax), %eax movl %eax, -44(%rbp) movl SFP_I2C_ADDR(%rip), %eax movl %eax, -48(%rbp) .LBB0_2: movq -8(%rbp), %rax cmpl $0, (%rax) jne .LBB0_12 # %bb.3: movq -8(%rbp), %rax movl 4(%rax), %eax movl %eax, -108(%rbp) # 4-byte Spill subl $128, %eax je .LBB0_9 jmp .LBB0_14 .LBB0_14: movl -108(%rbp), %eax # 4-byte Reload subl $129, %eax jne .LBB0_10 jmp .LBB0_4 .LBB0_4: movq -8(%rbp), %rax cmpl $0, 32(%rax) je .LBB0_7 # %bb.5: movq -8(%rbp), %rax cmpl $0, 36(%rax) je .LBB0_7 # %bb.6: movq AL_ETH_LM_MODE_10G_DA(%rip), %rax movq %rax, -56(%rbp) jmp .LBB0_8 .LBB0_7: movq AL_ETH_LM_MODE_10G_OPTIC(%rip), %rax movq %rax, -56(%rbp) .LBB0_8: jmp .LBB0_11 .LBB0_9: movq AL_ETH_LM_MODE_1G(%rip), %rax movq %rax, -56(%rbp) jmp .LBB0_11 .LBB0_10: movq AL_ETH_LM_MODE_10G_DA(%rip), %rax movq %rax, -56(%rbp) .LBB0_11: jmp .LBB0_13 .LBB0_12: movq AL_ETH_LM_MODE_10G_DA(%rip), %rax movq %rax, -56(%rbp) .LBB0_13: movq -8(%rbp), %rax movl 32(%rax), %eax movl %eax, -64(%rbp) movl $1, -100(%rbp) movq -8(%rbp), %rax cmpl $0, 28(%rax) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax movl %eax, -96(%rbp) movq -8(%rbp), %rax movq %rax, -72(%rbp) movl $0, -92(%rbp) movq -8(%rbp), %rax movl 24(%rax), %eax movl %eax, -76(%rbp) movq -8(%rbp), %rax movl 20(%rax), %eax movl %eax, -80(%rbp) movq -8(%rbp), %rax movl 16(%rax), %eax movl %eax, -84(%rbp) movq -8(%rbp), %rax movl 12(%rax), %eax movl %eax, -88(%rbp) movq -8(%rbp), %rdi addq $8, %rdi leaq -104(%rbp), %rsi callq al_eth_lm_init@PLT addq $112, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size al_eth_lm_config, .Lfunc_end0-al_eth_lm_config .cfi_endproc # -- End function .type SFP_I2C_ADDR,@object # @SFP_I2C_ADDR .bss .globl SFP_I2C_ADDR .p2align 2 SFP_I2C_ADDR: .long 0 # 0x0 .size SFP_I2C_ADDR, 4 .type AL_ETH_LM_MODE_10G_DA,@object # @AL_ETH_LM_MODE_10G_DA .globl AL_ETH_LM_MODE_10G_DA .p2align 3 AL_ETH_LM_MODE_10G_DA: .quad 0 .size AL_ETH_LM_MODE_10G_DA, 8 .type AL_ETH_LM_MODE_10G_OPTIC,@object # @AL_ETH_LM_MODE_10G_OPTIC .globl AL_ETH_LM_MODE_10G_OPTIC .p2align 3 AL_ETH_LM_MODE_10G_OPTIC: .quad 0 .size AL_ETH_LM_MODE_10G_OPTIC, 8 .type AL_ETH_LM_MODE_1G,@object # @AL_ETH_LM_MODE_1G .globl AL_ETH_LM_MODE_1G .p2align 3 AL_ETH_LM_MODE_1G: .quad 0 .size AL_ETH_LM_MODE_1G, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym al_eth_lm_config .addrsig_sym al_eth_lm_init .addrsig_sym SFP_I2C_ADDR .addrsig_sym AL_ETH_LM_MODE_10G_DA .addrsig_sym AL_ETH_LM_MODE_10G_OPTIC .addrsig_sym AL_ETH_LM_MODE_1G
linux/net/netfilter/extr_nf_tables_api.c_nft_rule_expr_deactivate.c
arm/extr_nf_tables_api_nft_rule_expr_deactivate_O0_gcc.s
x86_64/extr_nf_tables_api_nft_rule_expr_deactivate_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function nft_rule_expr_deactivate _nft_rule_expr_deactivate: ; @nft_rule_expr_deactivate .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] ldur x0, [x29, #-16] bl _nft_expr_first str x0, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] str x8, [sp] ; 8-byte Folded Spill ldur x0, [x29, #-16] bl _nft_expr_last ldr x8, [sp] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] subs x8, x8, #0 cset w8, ne str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB0_7 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] ldr x8, [x8] ldur x0, [x29, #-8] ldr x1, [sp, #16] ldur w2, [x29, #-20] blr x8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldr x0, [sp, #16] bl _nft_expr_next str x0, [sp, #16] b LBB0_1 LBB0_7: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .no_dead_strip _nft_rule_expr_deactivate .subsections_via_symbols
.text .file "extr_nf_tables_api.c_nft_rule_expr_deactivate.c" .p2align 4, 0x90 # -- Begin function nft_rule_expr_deactivate .type nft_rule_expr_deactivate,@function nft_rule_expr_deactivate: # @nft_rule_expr_deactivate .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movq -16(%rbp), %rdi callq nft_expr_first@PLT movq %rax, -32(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movq %rax, -48(%rbp) # 8-byte Spill movq -16(%rbp), %rdi callq nft_expr_last@PLT movq -48(%rbp), %rcx # 8-byte Reload movq %rax, %rdx xorl %eax, %eax # kill: def $al killed $al killed $eax cmpq %rdx, %rcx movb %al, -33(%rbp) # 1-byte Spill je .LBB0_3 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -32(%rbp), %rax cmpq $0, (%rax) setne %al movb %al, -33(%rbp) # 1-byte Spill .LBB0_3: # in Loop: Header=BB0_1 Depth=1 movb -33(%rbp), %al # 1-byte Reload testb $1, %al jne .LBB0_4 jmp .LBB0_7 .LBB0_4: # in Loop: Header=BB0_1 Depth=1 movq -32(%rbp), %rax movq (%rax), %rax cmpq $0, (%rax) je .LBB0_6 # %bb.5: # in Loop: Header=BB0_1 Depth=1 movq -32(%rbp), %rax movq (%rax), %rax movq (%rax), %rax movq -8(%rbp), %rdi movq -32(%rbp), %rsi movl -20(%rbp), %edx callq *%rax .LBB0_6: # in Loop: Header=BB0_1 Depth=1 movq -32(%rbp), %rdi callq nft_expr_next@PLT movq %rax, -32(%rbp) jmp .LBB0_1 .LBB0_7: addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size nft_rule_expr_deactivate, .Lfunc_end0-nft_rule_expr_deactivate .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym nft_rule_expr_deactivate .addrsig_sym nft_expr_first .addrsig_sym nft_expr_last .addrsig_sym nft_expr_next
linux/tools/testing/selftests/exec/extr_execveat.c__check_execveat_fail.c
arm/extr_execveat__check_execveat_fail_O0_gcc.s
x86_64/extr_execveat__check_execveat_fail_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function _check_execveat_fail __check_execveat_fail: ; @_check_execveat_fail .cfi_startproc ; %bb.0: sub sp, sp, #144 .cfi_def_cfa_offset 144 stp x29, x30, [sp, #128] ; 16-byte Folded Spill add x29, sp, #128 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _errno@GOTPAGE ldr x8, [x8, _errno@GOTPAGEOFF] str x8, [sp, #64] ; 8-byte Folded Spill stur w0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] stur w3, [x29, #-24] stur x4, [x29, #-32] str wzr, [x8] ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 stur x8, [x29, #-56] ; 8-byte Folded Spill ldur x8, [x29, #-16] stur x8, [x29, #-48] ; 8-byte Folded Spill subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x8, [x29, #-48] ; 8-byte Folded Reload str x8, [sp, #56] ; 8-byte Folded Spill b LBB0_3 LBB0_2: adrp x8, l_.str.1@PAGE add x8, x8, l_.str.1@PAGEOFF str x8, [sp, #56] ; 8-byte Folded Spill b LBB0_3 LBB0_3: ldur x12, [x29, #-56] ; 8-byte Folded Reload ldr x11, [sp, #56] ; 8-byte Folded Reload ldur w8, [x29, #-20] ; implicit-def: $x10 mov x10, x8 ldur x8, [x29, #-32] mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w0, [x29, #-8] ldur x1, [x29, #-16] adrp x8, _argv@GOTPAGE ldr x8, [x8, _argv@GOTPAGEOFF] ldr w2, [x8] adrp x8, _envp@GOTPAGE ldr x8, [x8, _envp@GOTPAGEOFF] ldr w3, [x8] ldur w4, [x29, #-20] bl _execveat_ stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-4] b LBB0_8 LBB0_5: ldr x8, [sp, #64] ; 8-byte Folded Reload ldr w8, [x8] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldur w9, [x29, #-24] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #32] ; 8-byte Folded Spill ldur w0, [x29, #-24] bl _strerror ldr x8, [sp, #64] ; 8-byte Folded Reload str x0, [sp, #40] ; 8-byte Folded Spill ldr w10, [x8] ; implicit-def: $x9 mov x9, x10 str x9, [sp, #48] ; 8-byte Folded Spill ldr w0, [x8] bl _strerror ldr x11, [sp, #32] ; 8-byte Folded Reload ldr x10, [sp, #40] ; 8-byte Folded Reload ldr x9, [sp, #48] ; 8-byte Folded Reload mov x8, sp str x11, [x8] str x10, [x8, #8] str x9, [x8, #16] str x0, [x8, #24] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-4] b LBB0_8 LBB0_7: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf stur wzr, [x29, #-4] b LBB0_8 LBB0_8: ldur w0, [x29, #-4] ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .comm _errno,4,2 ; @errno .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Check failure of execveat(%d, '%s', %d) with %s... " l_.str.1: ; @.str.1 .asciz "(null)" .comm _argv,4,2 ; @argv .comm _envp,4,2 ; @envp l_.str.2: ; @.str.2 .asciz "[FAIL] (unexpected success from execveat(2))\n" l_.str.3: ; @.str.3 .asciz "[FAIL] (expected errno %d (%s) not %d (%s)\n" l_.str.4: ; @.str.4 .asciz "[OK]\n" .no_dead_strip __check_execveat_fail .subsections_via_symbols
.text .file "extr_execveat.c__check_execveat_fail.c" .p2align 4, 0x90 # -- Begin function _check_execveat_fail .type _check_execveat_fail,@function _check_execveat_fail: # @_check_execveat_fail .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl %ecx, -24(%rbp) movq %r8, -32(%rbp) movl $0, errno(%rip) movl -8(%rbp), %eax movl %eax, -52(%rbp) # 4-byte Spill movq -16(%rbp), %rax movq %rax, -48(%rbp) # 8-byte Spill cmpq $0, %rax je .LBB0_2 # %bb.1: movq -48(%rbp), %rax # 8-byte Reload movq %rax, -64(%rbp) # 8-byte Spill jmp .LBB0_3 .LBB0_2: leaq .L.str.1(%rip), %rax movq %rax, -64(%rbp) # 8-byte Spill jmp .LBB0_3 .LBB0_3: movl -52(%rbp), %esi # 4-byte Reload movq -64(%rbp), %rdx # 8-byte Reload movl -20(%rbp), %ecx movq -32(%rbp), %r8 leaq .L.str(%rip), %rdi movb $0, %al callq printf@PLT movl -8(%rbp), %edi movq -16(%rbp), %rsi movl argv(%rip), %edx movl envp(%rip), %ecx movl -20(%rbp), %r8d callq execveat_@PLT movl %eax, -36(%rbp) cmpl $0, -36(%rbp) jle .LBB0_5 # %bb.4: leaq .L.str.2(%rip), %rdi movb $0, %al callq printf@PLT movl $1, -4(%rbp) jmp .LBB0_8 .LBB0_5: movl errno(%rip), %eax cmpl -24(%rbp), %eax je .LBB0_7 # %bb.6: movl -24(%rbp), %eax movl %eax, -84(%rbp) # 4-byte Spill movl -24(%rbp), %edi callq strerror@PLT movq %rax, -80(%rbp) # 8-byte Spill movl errno(%rip), %eax movl %eax, -68(%rbp) # 4-byte Spill movl errno(%rip), %edi callq strerror@PLT movl -84(%rbp), %esi # 4-byte Reload movq -80(%rbp), %rdx # 8-byte Reload movl -68(%rbp), %ecx # 4-byte Reload movq %rax, %r8 leaq .L.str.3(%rip), %rdi movb $0, %al callq printf@PLT movl $1, -4(%rbp) jmp .LBB0_8 .LBB0_7: leaq .L.str.4(%rip), %rdi movb $0, %al callq printf@PLT movl $0, -4(%rbp) .LBB0_8: movl -4(%rbp), %eax addq $96, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size _check_execveat_fail, .Lfunc_end0-_check_execveat_fail .cfi_endproc # -- End function .type errno,@object # @errno .bss .globl errno .p2align 2 errno: .long 0 # 0x0 .size errno, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "Check failure of execveat(%d, '%s', %d) with %s... " .size .L.str, 52 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "(null)" .size .L.str.1, 7 .type argv,@object # @argv .bss .globl argv .p2align 2 argv: .long 0 # 0x0 .size argv, 4 .type envp,@object # @envp .globl envp .p2align 2 envp: .long 0 # 0x0 .size envp, 4 .type .L.str.2,@object # @.str.2 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.2: .asciz "[FAIL] (unexpected success from execveat(2))\n" .size .L.str.2, 46 .type .L.str.3,@object # @.str.3 .L.str.3: .asciz "[FAIL] (expected errno %d (%s) not %d (%s)\n" .size .L.str.3, 44 .type .L.str.4,@object # @.str.4 .L.str.4: .asciz "[OK]\n" .size .L.str.4, 6 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym _check_execveat_fail .addrsig_sym printf .addrsig_sym execveat_ .addrsig_sym strerror .addrsig_sym errno .addrsig_sym argv .addrsig_sym envp
vlc/modules/demux/mpeg/extr_ts.c_EITCurrentEventTime.c
arm/extr_ts_EITCurrentEventTime_O0_gcc.s
x86_64/extr_ts_EITCurrentEventTime_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function EITCurrentEventTime _EITCurrentEventTime: ; @EITCurrentEventTime .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] str x2, [sp, #16] str x3, [sp, #8] ldr x8, [sp, #24] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldur x8, [x29, #-16] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x8, _VLC_EGENERIC@GOTPAGE ldr x8, [x8, _VLC_EGENERIC@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_12 LBB0_4: ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr x9, [sp, #24] ldr x9, [x9] subs x8, x8, x9 cset w8, gt tbnz w8, #0, LBB0_11 b LBB0_5 LBB0_5: ldr x8, [sp, #24] ldr x8, [x8] ldur x9, [x29, #-16] ldr x9, [x9, #8] ldur x10, [x29, #-16] ldr x10, [x10] add x9, x9, x10 subs x8, x8, x9 cset w8, ge tbnz w8, #0, LBB0_11 b LBB0_6 LBB0_6: ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldur x8, [x29, #-16] ldr x8, [x8] ldr x9, [sp, #8] str x8, [x9] b LBB0_8 LBB0_8: ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ldr x8, [sp, #24] ldr x8, [x8] ldur x9, [x29, #-16] ldr x9, [x9, #8] subs x8, x8, x9 ldr x9, [sp, #16] str x8, [x9] mov x0, #0 bl _time ldr x8, [sp, #24] ldr x8, [x8, #8] subs x10, x0, x8 ldr x9, [sp, #16] ldr x8, [x9] add x8, x8, x10 str x8, [x9] b LBB0_10 LBB0_10: adrp x8, _VLC_SUCCESS@GOTPAGE ldr x8, [x8, _VLC_SUCCESS@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_12 LBB0_11: adrp x8, _VLC_EGENERIC@GOTPAGE ldr x8, [x8, _VLC_EGENERIC@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_12 LBB0_12: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _VLC_EGENERIC,4,2 ; @VLC_EGENERIC .comm _VLC_SUCCESS,4,2 ; @VLC_SUCCESS .no_dead_strip _EITCurrentEventTime .subsections_via_symbols
.text .file "extr_ts.c_EITCurrentEventTime.c" .p2align 4, 0x90 # -- Begin function EITCurrentEventTime .type EITCurrentEventTime,@function EITCurrentEventTime: # @EITCurrentEventTime .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq %rcx, -40(%rbp) movq -24(%rbp), %rax cmpq $0, (%rax) je .LBB0_3 # %bb.1: cmpq $0, -16(%rbp) je .LBB0_3 # %bb.2: movq -16(%rbp), %rax cmpq $0, (%rax) jne .LBB0_4 .LBB0_3: movl VLC_EGENERIC(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_12 .LBB0_4: movq -16(%rbp), %rax movq 8(%rax), %rax movq -24(%rbp), %rcx cmpq (%rcx), %rax jg .LBB0_11 # %bb.5: movq -24(%rbp), %rax movq (%rax), %rax movq -16(%rbp), %rcx movq 8(%rcx), %rcx movq -16(%rbp), %rdx addq (%rdx), %rcx cmpq %rcx, %rax jge .LBB0_11 # %bb.6: cmpq $0, -40(%rbp) je .LBB0_8 # %bb.7: movq -16(%rbp), %rax movq (%rax), %rcx movq -40(%rbp), %rax movq %rcx, (%rax) .LBB0_8: cmpq $0, -32(%rbp) je .LBB0_10 # %bb.9: movq -24(%rbp), %rax movq (%rax), %rcx movq -16(%rbp), %rax subq 8(%rax), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edi callq time@PLT movq %rax, %rcx movq -24(%rbp), %rax subq 8(%rax), %rcx movq -32(%rbp), %rax addq (%rax), %rcx movq %rcx, (%rax) .LBB0_10: movl VLC_SUCCESS(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_12 .LBB0_11: movl VLC_EGENERIC(%rip), %eax movl %eax, -4(%rbp) .LBB0_12: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size EITCurrentEventTime, .Lfunc_end0-EITCurrentEventTime .cfi_endproc # -- End function .type VLC_EGENERIC,@object # @VLC_EGENERIC .bss .globl VLC_EGENERIC .p2align 2 VLC_EGENERIC: .long 0 # 0x0 .size VLC_EGENERIC, 4 .type VLC_SUCCESS,@object # @VLC_SUCCESS .globl VLC_SUCCESS .p2align 2 VLC_SUCCESS: .long 0 # 0x0 .size VLC_SUCCESS, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym EITCurrentEventTime .addrsig_sym time .addrsig_sym VLC_EGENERIC .addrsig_sym VLC_SUCCESS
linux/drivers/net/wireless/ti/wl18xx/extr_main.c_wl18xx_set_key.c
arm/extr_main_wl18xx_set_key_O0_gcc.s
x86_64/extr_main_wl18xx_set_key_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function wl18xx_set_key _wl18xx_set_key: ; @wl18xx_set_key .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] stur x2, [x29, #-24] str x3, [sp, #32] str x4, [sp, #24] ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #16] str wzr, [sp, #12] adrp x8, _DEBUG_CRYPT@GOTPAGE ldr x8, [x8, _DEBUG_CRYPT@GOTPAGEOFF] ldr w0, [x8] ldr x8, [sp, #16] ldr w2, [x8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _wl1271_debug ldr x8, [sp, #24] ldr x8, [x8] adrp x9, _WL1271_CIPHER_SUITE_GEM@GOTPAGE ldr x9, [x9, _WL1271_CIPHER_SUITE_GEM@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq mov w9, #1 str w9, [sp] ; 4-byte Folded Spill tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #24] ldr x8, [x8] adrp x9, _WLAN_CIPHER_SUITE_TKIP@GOTPAGE ldr x9, [x9, _WLAN_CIPHER_SUITE_TKIP@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq str w8, [sp] ; 4-byte Folded Spill b LBB0_2 LBB0_2: ldr w8, [sp] ; 4-byte Folded Reload and w8, w8, #0x1 str w8, [sp, #8] ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldur x2, [x29, #-24] ldr x3, [sp, #32] ldr x4, [sp, #24] bl _wlcore_set_key str w0, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: b LBB0_17 LBB0_4: ldr w8, [sp, #8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_11 b LBB0_5 LBB0_5: ldur w8, [x29, #-12] adrp x9, _SET_KEY@GOTPAGE ldr x9, [x9, _SET_KEY@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldr x8, [sp, #16] ldr w8, [x8] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 str w8, [sp, #12] ldr x9, [sp, #16] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB0_10 LBB0_7: ldur w8, [x29, #-12] adrp x9, _DISABLE_KEY@GOTPAGE ldr x9, [x9, _DISABLE_KEY@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ldr x8, [sp, #16] ldr w8, [x8] subs w8, w8, #1 cset w8, eq and w8, w8, #0x1 str w8, [sp, #12] ldr x9, [sp, #16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] b LBB0_9 LBB0_9: b LBB0_10 LBB0_10: b LBB0_11 LBB0_11: adrp x8, _DEBUG_CRYPT@GOTPAGE ldr x8, [x8, _DEBUG_CRYPT@GOTPAGEOFF] ldr w0, [x8] ldr x8, [sp, #16] ldr w2, [x8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _wl1271_debug ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: b LBB0_17 LBB0_13: ldr x8, [sp, #16] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ldur x0, [x29, #-8] adrp x8, _WL18XX_TX_HW_EXTRA_BLOCK_SPARE@GOTPAGE ldr x8, [x8, _WL18XX_TX_HW_EXTRA_BLOCK_SPARE@GOTPAGEOFF] ldr w1, [x8] bl _wl18xx_set_host_cfg_bitmap str w0, [sp, #4] b LBB0_16 LBB0_15: ldur x0, [x29, #-8] adrp x8, _WL18XX_TX_HW_BLOCK_SPARE@GOTPAGE ldr x8, [x8, _WL18XX_TX_HW_BLOCK_SPARE@GOTPAGEOFF] ldr w1, [x8] bl _wl18xx_set_host_cfg_bitmap str w0, [sp, #4] b LBB0_16 LBB0_16: b LBB0_17 LBB0_17: ldr w0, [sp, #4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _DEBUG_CRYPT,4,2 ; @DEBUG_CRYPT .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "extra spare keys before: %d" .comm _WL1271_CIPHER_SUITE_GEM,8,3 ; @WL1271_CIPHER_SUITE_GEM .comm _WLAN_CIPHER_SUITE_TKIP,8,3 ; @WLAN_CIPHER_SUITE_TKIP .comm _SET_KEY,4,2 ; @SET_KEY .comm _DISABLE_KEY,4,2 ; @DISABLE_KEY l_.str.1: ; @.str.1 .asciz "extra spare keys after: %d" .comm _WL18XX_TX_HW_EXTRA_BLOCK_SPARE,4,2 ; @WL18XX_TX_HW_EXTRA_BLOCK_SPARE .comm _WL18XX_TX_HW_BLOCK_SPARE,4,2 ; @WL18XX_TX_HW_BLOCK_SPARE .no_dead_strip _wl18xx_set_key .subsections_via_symbols
.text .file "extr_main.c_wl18xx_set_key.c" .p2align 4, 0x90 # -- Begin function wl18xx_set_key .type wl18xx_set_key,@function wl18xx_set_key: # @wl18xx_set_key .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq %r8, -40(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -48(%rbp) movl $0, -52(%rbp) movl DEBUG_CRYPT(%rip), %edi movq -48(%rbp), %rax movl (%rax), %edx leaq .L.str(%rip), %rsi callq wl1271_debug@PLT movq -40(%rbp), %rax movq (%rax), %rcx movb $1, %al cmpq WL1271_CIPHER_SUITE_GEM(%rip), %rcx movb %al, -61(%rbp) # 1-byte Spill je .LBB0_2 # %bb.1: movq -40(%rbp), %rax movq (%rax), %rax cmpq WLAN_CIPHER_SUITE_TKIP(%rip), %rax sete %al movb %al, -61(%rbp) # 1-byte Spill .LBB0_2: movb -61(%rbp), %al # 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -56(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi movq -24(%rbp), %rdx movq -32(%rbp), %rcx movq -40(%rbp), %r8 callq wlcore_set_key@PLT movl %eax, -60(%rbp) cmpl $0, -60(%rbp) jge .LBB0_4 # %bb.3: jmp .LBB0_17 .LBB0_4: cmpl $0, -56(%rbp) je .LBB0_11 # %bb.5: movl -12(%rbp), %eax cmpl SET_KEY(%rip), %eax jne .LBB0_7 # %bb.6: movq -48(%rbp), %rax cmpl $0, (%rax) sete %al andb $1, %al movzbl %al, %eax movl %eax, -52(%rbp) movq -48(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) jmp .LBB0_10 .LBB0_7: movl -12(%rbp), %eax cmpl DISABLE_KEY(%rip), %eax jne .LBB0_9 # %bb.8: movq -48(%rbp), %rax cmpl $1, (%rax) sete %al andb $1, %al movzbl %al, %eax movl %eax, -52(%rbp) movq -48(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) .LBB0_9: jmp .LBB0_10 .LBB0_10: jmp .LBB0_11 .LBB0_11: movl DEBUG_CRYPT(%rip), %edi movq -48(%rbp), %rax movl (%rax), %edx leaq .L.str.1(%rip), %rsi callq wl1271_debug@PLT cmpl $0, -52(%rbp) jne .LBB0_13 # %bb.12: jmp .LBB0_17 .LBB0_13: movq -48(%rbp), %rax cmpl $0, (%rax) je .LBB0_15 # %bb.14: movq -8(%rbp), %rdi movl WL18XX_TX_HW_EXTRA_BLOCK_SPARE(%rip), %esi callq wl18xx_set_host_cfg_bitmap@PLT movl %eax, -60(%rbp) jmp .LBB0_16 .LBB0_15: movq -8(%rbp), %rdi movl WL18XX_TX_HW_BLOCK_SPARE(%rip), %esi callq wl18xx_set_host_cfg_bitmap@PLT movl %eax, -60(%rbp) .LBB0_16: jmp .LBB0_17 .LBB0_17: movl -60(%rbp), %eax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size wl18xx_set_key, .Lfunc_end0-wl18xx_set_key .cfi_endproc # -- End function .type DEBUG_CRYPT,@object # @DEBUG_CRYPT .bss .globl DEBUG_CRYPT .p2align 2 DEBUG_CRYPT: .long 0 # 0x0 .size DEBUG_CRYPT, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "extra spare keys before: %d" .size .L.str, 28 .type WL1271_CIPHER_SUITE_GEM,@object # @WL1271_CIPHER_SUITE_GEM .bss .globl WL1271_CIPHER_SUITE_GEM .p2align 3 WL1271_CIPHER_SUITE_GEM: .quad 0 # 0x0 .size WL1271_CIPHER_SUITE_GEM, 8 .type WLAN_CIPHER_SUITE_TKIP,@object # @WLAN_CIPHER_SUITE_TKIP .globl WLAN_CIPHER_SUITE_TKIP .p2align 3 WLAN_CIPHER_SUITE_TKIP: .quad 0 # 0x0 .size WLAN_CIPHER_SUITE_TKIP, 8 .type SET_KEY,@object # @SET_KEY .globl SET_KEY .p2align 2 SET_KEY: .long 0 # 0x0 .size SET_KEY, 4 .type DISABLE_KEY,@object # @DISABLE_KEY .globl DISABLE_KEY .p2align 2 DISABLE_KEY: .long 0 # 0x0 .size DISABLE_KEY, 4 .type .L.str.1,@object # @.str.1 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.1: .asciz "extra spare keys after: %d" .size .L.str.1, 27 .type WL18XX_TX_HW_EXTRA_BLOCK_SPARE,@object # @WL18XX_TX_HW_EXTRA_BLOCK_SPARE .bss .globl WL18XX_TX_HW_EXTRA_BLOCK_SPARE .p2align 2 WL18XX_TX_HW_EXTRA_BLOCK_SPARE: .long 0 # 0x0 .size WL18XX_TX_HW_EXTRA_BLOCK_SPARE, 4 .type WL18XX_TX_HW_BLOCK_SPARE,@object # @WL18XX_TX_HW_BLOCK_SPARE .globl WL18XX_TX_HW_BLOCK_SPARE .p2align 2 WL18XX_TX_HW_BLOCK_SPARE: .long 0 # 0x0 .size WL18XX_TX_HW_BLOCK_SPARE, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym wl18xx_set_key .addrsig_sym wl1271_debug .addrsig_sym wlcore_set_key .addrsig_sym wl18xx_set_host_cfg_bitmap .addrsig_sym DEBUG_CRYPT .addrsig_sym WL1271_CIPHER_SUITE_GEM .addrsig_sym WLAN_CIPHER_SUITE_TKIP .addrsig_sym SET_KEY .addrsig_sym DISABLE_KEY .addrsig_sym WL18XX_TX_HW_EXTRA_BLOCK_SPARE .addrsig_sym WL18XX_TX_HW_BLOCK_SPARE
linux/drivers/net/wireless/broadcom/b43legacy/extr_radio.c_b43legacy_radio_clear_tssi.c
arm/extr_radio_b43legacy_radio_clear_tssi_O0_gcc.s
x86_64/extr_radio_b43legacy_radio_clear_tssi_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _b43legacy_radio_clear_tssi ; -- Begin function b43legacy_radio_clear_tssi .p2align 2 _b43legacy_radio_clear_tssi: ; @b43legacy_radio_clear_tssi .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _B43legacy_SHM_SHARED@GOTPAGE ldr x8, [x8, _B43legacy_SHM_SHARED@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill stur x0, [x29, #-8] ldur x8, [x29, #-8] str x8, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8] subs w8, w8, #128 subs w8, w8, #1 cset w8, hi tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #8] ; 8-byte Folded Reload ldur x0, [x29, #-8] ldr w1, [x8] mov w2, #88 mov w3, #32639 str w3, [sp, #4] ; 4-byte Folded Spill bl _b43legacy_shm_write16 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w3, [sp, #4] ; 4-byte Folded Reload ldur x0, [x29, #-8] ldr w1, [x8] mov w2, #90 bl _b43legacy_shm_write16 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w3, [sp, #4] ; 4-byte Folded Reload ldur x0, [x29, #-8] ldr w1, [x8] mov w2, #112 bl _b43legacy_shm_write16 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w3, [sp, #4] ; 4-byte Folded Reload ldur x0, [x29, #-8] ldr w1, [x8] mov w2, #114 bl _b43legacy_shm_write16 b LBB0_2 LBB0_2: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _B43legacy_SHM_SHARED,4,2 ; @B43legacy_SHM_SHARED .subsections_via_symbols
.text .file "extr_radio.c_b43legacy_radio_clear_tssi.c" .globl b43legacy_radio_clear_tssi # -- Begin function b43legacy_radio_clear_tssi .p2align 4, 0x90 .type b43legacy_radio_clear_tssi,@function b43legacy_radio_clear_tssi: # @b43legacy_radio_clear_tssi .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %eax addl $-128, %eax subl $1, %eax ja .LBB0_2 jmp .LBB0_1 .LBB0_1: movq -8(%rbp), %rdi movl B43legacy_SHM_SHARED(%rip), %esi movl $88, %edx movl $32639, %ecx # imm = 0x7F7F callq b43legacy_shm_write16@PLT movq -8(%rbp), %rdi movl B43legacy_SHM_SHARED(%rip), %esi movl $90, %edx movl $32639, %ecx # imm = 0x7F7F callq b43legacy_shm_write16@PLT movq -8(%rbp), %rdi movl B43legacy_SHM_SHARED(%rip), %esi movl $112, %edx movl $32639, %ecx # imm = 0x7F7F callq b43legacy_shm_write16@PLT movq -8(%rbp), %rdi movl B43legacy_SHM_SHARED(%rip), %esi movl $114, %edx movl $32639, %ecx # imm = 0x7F7F callq b43legacy_shm_write16@PLT .LBB0_2: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size b43legacy_radio_clear_tssi, .Lfunc_end0-b43legacy_radio_clear_tssi .cfi_endproc # -- End function .type B43legacy_SHM_SHARED,@object # @B43legacy_SHM_SHARED .bss .globl B43legacy_SHM_SHARED .p2align 2 B43legacy_SHM_SHARED: .long 0 # 0x0 .size B43legacy_SHM_SHARED, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym b43legacy_shm_write16 .addrsig_sym B43legacy_SHM_SHARED
freebsd/lib/libc/resolv/extr_res_mkupdate.c_cgetservbyport.c
arm/extr_res_mkupdate_cgetservbyport_O0_gcc.s
x86_64/extr_res_mkupdate_cgetservbyport_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function cgetservbyport _cgetservbyport: ; @cgetservbyport .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _cgetservbyport.serv@PAGE add x8, x8, _cgetservbyport.serv@PAGEOFF str x8, [sp] ; 8-byte Folded Spill stur x0, [x29, #-16] str x1, [sp, #24] adrp x8, _servicelist@GOTPAGE ldr x8, [x8, _servicelist@GOTPAGEOFF] str x8, [sp, #16] ldr x8, [sp, #16] ldr x8, [x8] str x8, [sp, #8] ldur x0, [x29, #-16] bl _ntohs stur x0, [x29, #-16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr x9, [sp, #8] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 b LBB0_11 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #8] ldr w0, [x8] ldr x1, [sp, #24] bl _strcasecmp subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_5 LBB0_5: ldr x8, [sp, #8] ldr x9, [sp, #16] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_6 LBB0_6: ldr x8, [sp, #8] ldr x8, [x8, #24] ldr x9, [sp, #8] ldr x9, [x9, #32] str x8, [x9, #24] ldr x8, [sp, #8] ldr x8, [x8, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldr x8, [sp, #8] ldr x8, [x8, #32] ldr x9, [sp, #8] ldr x9, [x9, #24] str x8, [x9, #32] b LBB0_8 LBB0_8: ldr x8, [sp, #8] ldr x9, [sp, #16] ldr x9, [x9] str x8, [x9, #32] ldr x8, [sp, #16] ldr x8, [x8] ldr x9, [sp, #8] str x8, [x9, #24] ldr x8, [sp, #8] ldr x9, [sp, #16] str x8, [x9] b LBB0_9 LBB0_9: ldr x9, [sp] ; 8-byte Folded Reload ldr x8, [sp, #8] ldr w8, [x8, #16] str w8, [x9, #8] ldr x8, [sp, #8] ldr x0, [x8, #8] bl _htons ldr x8, [sp] ; 8-byte Folded Reload str w0, [x8, #4] ldr x8, [sp, #8] ldr w9, [x8] adrp x10, _cgetservbyport.serv@PAGE adrp x8, _cgetservbyport.serv@PAGE add x8, x8, _cgetservbyport.serv@PAGEOFF str w9, [x10, _cgetservbyport.serv@PAGEOFF] stur x8, [x29, #-8] b LBB0_13 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #24] str x8, [sp, #8] b LBB0_1 LBB0_12: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_13 LBB0_13: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _servicelist,8,3 ; @servicelist .zerofill __DATA,__bss,_cgetservbyport.serv,12,2 ; @cgetservbyport.serv .no_dead_strip _cgetservbyport .subsections_via_symbols
.text .file "extr_res_mkupdate.c_cgetservbyport.c" .p2align 4, 0x90 # -- Begin function cgetservbyport .type cgetservbyport,@function cgetservbyport: # @cgetservbyport .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) leaq servicelist(%rip), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq (%rax), %rax movq %rax, -40(%rbp) movq -16(%rbp), %rdi callq ntohs@PLT movq %rax, -16(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 cmpq $0, -40(%rbp) je .LBB0_12 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movq -40(%rbp), %rcx cmpq 8(%rcx), %rax je .LBB0_4 # %bb.3: # in Loop: Header=BB0_1 Depth=1 jmp .LBB0_11 .LBB0_4: # in Loop: Header=BB0_1 Depth=1 movq -40(%rbp), %rax movl (%rax), %edi movq -24(%rbp), %rsi callq strcasecmp@PLT cmpq $0, %rax jne .LBB0_10 # %bb.5: movq -40(%rbp), %rax movq -32(%rbp), %rcx cmpq (%rcx), %rax je .LBB0_9 # %bb.6: movq -40(%rbp), %rax movq 24(%rax), %rcx movq -40(%rbp), %rax movq 32(%rax), %rax movq %rcx, 24(%rax) movq -40(%rbp), %rax cmpq $0, 24(%rax) je .LBB0_8 # %bb.7: movq -40(%rbp), %rax movq 32(%rax), %rcx movq -40(%rbp), %rax movq 24(%rax), %rax movq %rcx, 32(%rax) .LBB0_8: movq -40(%rbp), %rcx movq -32(%rbp), %rax movq (%rax), %rax movq %rcx, 32(%rax) movq -32(%rbp), %rax movq (%rax), %rcx movq -40(%rbp), %rax movq %rcx, 24(%rax) movq -40(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) .LBB0_9: movq -40(%rbp), %rax movl 16(%rax), %eax movl %eax, cgetservbyport.serv+8(%rip) movq -40(%rbp), %rax movq 8(%rax), %rdi callq htons@PLT movl %eax, cgetservbyport.serv+4(%rip) movq -40(%rbp), %rax movl (%rax), %eax movl %eax, cgetservbyport.serv(%rip) leaq cgetservbyport.serv(%rip), %rax movq %rax, -8(%rbp) jmp .LBB0_13 .LBB0_10: # in Loop: Header=BB0_1 Depth=1 jmp .LBB0_11 .LBB0_11: # in Loop: Header=BB0_1 Depth=1 movq -40(%rbp), %rax movq 24(%rax), %rax movq %rax, -40(%rbp) jmp .LBB0_1 .LBB0_12: movq $0, -8(%rbp) .LBB0_13: movq -8(%rbp), %rax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size cgetservbyport, .Lfunc_end0-cgetservbyport .cfi_endproc # -- End function .type servicelist,@object # @servicelist .bss .globl servicelist .p2align 3 servicelist: .quad 0 .size servicelist, 8 .type cgetservbyport.serv,@object # @cgetservbyport.serv .local cgetservbyport.serv .comm cgetservbyport.serv,12,4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym cgetservbyport .addrsig_sym ntohs .addrsig_sym strcasecmp .addrsig_sym htons .addrsig_sym servicelist .addrsig_sym cgetservbyport.serv