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/drivers/lightnvm/extr_pblk-init.c_pblk_line_mg_free.c
arm/extr_pblk-init_pblk_line_mg_free_O0_gcc.s
x86_64/extr_pblk-init_pblk_line_mg_free_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function pblk_line_mg_free _pblk_line_mg_free: ; @pblk_line_mg_free .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] str x8, [sp, #16] ldr x8, [sp, #16] ldr x0, [x8, #40] bl _kfree ldr x8, [sp, #16] ldr x0, [x8, #32] bl _kfree ldr x8, [sp, #16] ldr x0, [x8, #24] bl _kfree str wzr, [sp, #12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] adrp x9, _PBLK_DATA_LINES@GOTPAGE ldr x9, [x9, _PBLK_DATA_LINES@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 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 x8, [x8, #16] ldrsw x9, [sp, #12] ldr x0, [x8, x9, lsl #3] bl _kfree ldr x8, [sp, #16] ldr x8, [x8, #8] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] ldr w0, [x8] bl _kvfree ldr x8, [sp, #16] ldr x8, [x8, #8] ldrsw x9, [sp, #12] ldr x0, [x8, x9, lsl #3] bl _kfree b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_1 LBB0_4: ldr x8, [sp, #16] ldr w0, [x8, #4] bl _mempool_destroy ldr x8, [sp, #16] ldr w0, [x8] bl _kmem_cache_destroy ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _PBLK_DATA_LINES,4,2 ; @PBLK_DATA_LINES .no_dead_strip _pblk_line_mg_free .subsections_via_symbols
.text .file "extr_pblk-init.c_pblk_line_mg_free.c" .p2align 4, 0x90 # -- Begin function pblk_line_mg_free .type pblk_line_mg_free,@function pblk_line_mg_free: # @pblk_line_mg_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 $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movq 40(%rax), %rdi callq kfree@PLT movq -16(%rbp), %rax movq 32(%rax), %rdi callq kfree@PLT movq -16(%rbp), %rax movq 24(%rax), %rdi callq kfree@PLT movl $0, -20(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl PBLK_DATA_LINES(%rip), %eax jge .LBB0_4 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movq 16(%rax), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq kfree@PLT movq -16(%rbp), %rax movq 8(%rax), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movl (%rax), %edi callq kvfree@PLT movq -16(%rbp), %rax movq 8(%rax), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq kfree@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: movq -16(%rbp), %rax movl 4(%rax), %edi callq mempool_destroy@PLT movq -16(%rbp), %rax movl (%rax), %edi callq kmem_cache_destroy@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size pblk_line_mg_free, .Lfunc_end0-pblk_line_mg_free .cfi_endproc # -- End function .type PBLK_DATA_LINES,@object # @PBLK_DATA_LINES .bss .globl PBLK_DATA_LINES .p2align 2 PBLK_DATA_LINES: .long 0 # 0x0 .size PBLK_DATA_LINES, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym pblk_line_mg_free .addrsig_sym kfree .addrsig_sym kvfree .addrsig_sym mempool_destroy .addrsig_sym kmem_cache_destroy .addrsig_sym PBLK_DATA_LINES
linux/drivers/nvme/host/extr_pci.c_nvme_set_host_mem.c
arm/extr_pci_nvme_set_host_mem_O0_gcc.s
x86_64/extr_pci_nvme_set_host_mem_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function nvme_set_host_mem _nvme_set_host_mem: ; @nvme_set_host_mem .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] ldur x8, [x29, #-8] ldr w8, [x8, #20] stur w8, [x29, #-16] add x0, sp, #24 str x0, [sp, #8] ; 8-byte Folded Spill mov w1, #0 str w1, [sp, #16] ; 4-byte Folded Spill mov w2, #56 bl _memset adrp x8, _nvme_admin_set_features@GOTPAGE ldr x8, [x8, _nvme_admin_set_features@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #72] adrp x8, _NVME_FEAT_HOST_MEM_BUF@GOTPAGE ldr x8, [x8, _NVME_FEAT_HOST_MEM_BUF@GOTPAGEOFF] ldr w0, [x8] bl _cpu_to_le32 str x0, [sp, #64] ldur w0, [x29, #-12] bl _cpu_to_le32 str x0, [sp, #56] ldur x8, [x29, #-8] ldr w8, [x8] str w8, [sp, #4] ; 4-byte Folded Spill ldur x8, [x29, #-8] ldr w0, [x8, #16] bl _ilog2 ldr w8, [sp, #4] ; 4-byte Folded Reload asr w0, w8, w0 bl _cpu_to_le32 str x0, [sp, #48] ldur w0, [x29, #-16] bl _lower_32_bits bl _cpu_to_le32 str x0, [sp, #40] ldur w0, [x29, #-16] bl _upper_32_bits bl _cpu_to_le32 str x0, [sp, #32] ldur x8, [x29, #-8] ldr w0, [x8, #4] bl _cpu_to_le32 ldr x1, [sp, #8] ; 8-byte Folded Reload ldr w3, [sp, #16] ; 4-byte Folded Reload str x0, [sp, #24] ldur x8, [x29, #-8] ldr w0, [x8, #12] mov x2, #0 bl _nvme_submit_sync_cmd str w0, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x8, [x29, #-8] ldr w0, [x8, #8] ldr w2, [sp, #20] ldur w3, [x29, #-12] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _dev_warn b LBB0_2 LBB0_2: ldr w0, [sp, #20] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .comm _nvme_admin_set_features,4,2 ; @nvme_admin_set_features .comm _NVME_FEAT_HOST_MEM_BUF,4,2 ; @NVME_FEAT_HOST_MEM_BUF .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "failed to set host mem (err %d, flags %#x).\n" .no_dead_strip _nvme_set_host_mem .subsections_via_symbols
.text .file "extr_pci.c_nvme_set_host_mem.c" .p2align 4, 0x90 # -- Begin function nvme_set_host_mem .type nvme_set_host_mem,@function nvme_set_host_mem: # @nvme_set_host_mem .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rax movl 20(%rax), %eax movl %eax, -16(%rbp) leaq -72(%rbp), %rdi xorl %esi, %esi movl $56, %edx callq memset@PLT movl nvme_admin_set_features(%rip), %eax movl %eax, -24(%rbp) movl NVME_FEAT_HOST_MEM_BUF(%rip), %edi callq cpu_to_le32@PLT movq %rax, -32(%rbp) movl -12(%rbp), %edi callq cpu_to_le32@PLT movq %rax, -40(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movl %eax, -80(%rbp) # 4-byte Spill movq -8(%rbp), %rax movl 16(%rax), %edi callq ilog2@PLT movl -80(%rbp), %edi # 4-byte Reload movl %eax, %ecx # kill: def $cl killed $ecx sarl %cl, %edi callq cpu_to_le32@PLT movq %rax, -48(%rbp) movl -16(%rbp), %edi callq lower_32_bits@PLT movl %eax, %edi callq cpu_to_le32@PLT movq %rax, -56(%rbp) movl -16(%rbp), %edi callq upper_32_bits@PLT movl %eax, %edi callq cpu_to_le32@PLT movq %rax, -64(%rbp) movq -8(%rbp), %rax movl 4(%rax), %edi callq cpu_to_le32@PLT movq %rax, -72(%rbp) movq -8(%rbp), %rax movl 12(%rax), %edi leaq -72(%rbp), %rsi xorl %eax, %eax movl %eax, %edx xorl %ecx, %ecx callq nvme_submit_sync_cmd@PLT movl %eax, -76(%rbp) cmpl $0, -76(%rbp) je .LBB0_2 # %bb.1: movq -8(%rbp), %rax movl 8(%rax), %edi movl -76(%rbp), %edx movl -12(%rbp), %ecx leaq .L.str(%rip), %rsi callq dev_warn@PLT .LBB0_2: movl -76(%rbp), %eax addq $80, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size nvme_set_host_mem, .Lfunc_end0-nvme_set_host_mem .cfi_endproc # -- End function .type nvme_admin_set_features,@object # @nvme_admin_set_features .bss .globl nvme_admin_set_features .p2align 2 nvme_admin_set_features: .long 0 # 0x0 .size nvme_admin_set_features, 4 .type NVME_FEAT_HOST_MEM_BUF,@object # @NVME_FEAT_HOST_MEM_BUF .globl NVME_FEAT_HOST_MEM_BUF .p2align 2 NVME_FEAT_HOST_MEM_BUF: .long 0 # 0x0 .size NVME_FEAT_HOST_MEM_BUF, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "failed to set host mem (err %d, flags %#x).\n" .size .L.str, 45 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym nvme_set_host_mem .addrsig_sym memset .addrsig_sym cpu_to_le32 .addrsig_sym ilog2 .addrsig_sym lower_32_bits .addrsig_sym upper_32_bits .addrsig_sym nvme_submit_sync_cmd .addrsig_sym dev_warn .addrsig_sym nvme_admin_set_features .addrsig_sym NVME_FEAT_HOST_MEM_BUF
linux/drivers/leds/trigger/extr_ledtrig-heartbeat.c_led_invert_store.c
arm/extr_ledtrig-heartbeat_led_invert_store_O0_gcc.s
x86_64/extr_ledtrig-heartbeat_led_invert_store_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function led_invert_store _led_invert_store: ; @led_invert_store .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] str x2, [sp, #32] str x3, [sp, #24] ldur x0, [x29, #-16] bl _led_trigger_get_drvdata str x0, [sp, #16] ldr x0, [sp, #32] mov w1, #0 add x2, sp, #8 bl _kstrtoul str w0, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #4] stur w8, [x29, #-4] b LBB0_3 LBB0_2: ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne and w8, w8, #0x1 ldr x9, [sp, #16] str w8, [x9] ldr x8, [sp, #24] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .no_dead_strip _led_invert_store .subsections_via_symbols
.text .file "extr_ledtrig-heartbeat.c_led_invert_store.c" .p2align 4, 0x90 # -- Begin function led_invert_store .type led_invert_store,@function led_invert_store: # @led_invert_store .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq %rcx, -40(%rbp) movq -16(%rbp), %rdi callq led_trigger_get_drvdata@PLT movq %rax, -48(%rbp) movq -32(%rbp), %rdi xorl %esi, %esi leaq -56(%rbp), %rdx callq kstrtoul@PLT movl %eax, -60(%rbp) cmpl $0, -60(%rbp) je .LBB0_2 # %bb.1: movl -60(%rbp), %eax movl %eax, -4(%rbp) jmp .LBB0_3 .LBB0_2: cmpq $0, -56(%rbp) setne %al xorb $-1, %al xorb $-1, %al andb $1, %al movzbl %al, %ecx movq -48(%rbp), %rax movl %ecx, (%rax) movq -40(%rbp), %rax # kill: def $eax killed $eax killed $rax movl %eax, -4(%rbp) .LBB0_3: movl -4(%rbp), %eax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size led_invert_store, .Lfunc_end0-led_invert_store .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym led_invert_store .addrsig_sym led_trigger_get_drvdata .addrsig_sym kstrtoul
linux/arch/powerpc/kernel/extr_module_64.c_restore_r2.c
arm/extr_module_64_restore_r2_O0_gcc.s
x86_64/extr_module_64_restore_r2_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function restore_r2 _restore_r2: ; @restore_r2 .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, #24] subs x8, x8, #8 str x8, [sp, #8] ldur x0, [x29, #-16] ldr x1, [sp, #8] bl _is_mprofile_mcount_callsite subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: mov w8, #1 stur w8, [x29, #-4] b LBB0_7 LBB0_2: ldr x8, [sp, #8] ldr x0, [x8] bl _instr_is_relative_link_branch subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: mov w8, #1 stur w8, [x29, #-4] b LBB0_7 LBB0_4: ldr x8, [sp, #24] ldr x8, [x8] adrp x9, _PPC_INST_NOP@GOTPAGE ldr x9, [x9, _PPC_INST_NOP@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr x8, [sp, #16] ldr w1, [x8] ldr x8, [sp, #24] ldr x2, [x8] ldr x3, [sp, #24] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _pr_err stur wzr, [x29, #-4] b LBB0_7 LBB0_6: adrp x8, _PPC_INST_LD_TOC@GOTPAGE ldr x8, [x8, _PPC_INST_LD_TOC@GOTPAGEOFF] ldr x8, [x8] ldr x9, [sp, #24] str x8, [x9] mov w8, #1 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 .comm _PPC_INST_NOP,8,3 ; @PPC_INST_NOP .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%s: Expected nop after call, got %08x at %pS\n" .comm _PPC_INST_LD_TOC,8,3 ; @PPC_INST_LD_TOC .no_dead_strip _restore_r2 .subsections_via_symbols
.text .file "extr_module_64.c_restore_r2.c" .p2align 4, 0x90 # -- Begin function restore_r2 .type restore_r2,@function restore_r2: # @restore_r2 .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 -24(%rbp), %rax addq $-8, %rax movq %rax, -40(%rbp) movq -16(%rbp), %rdi movq -40(%rbp), %rsi callq is_mprofile_mcount_callsite@PLT cmpq $0, %rax je .LBB0_2 # %bb.1: movl $1, -4(%rbp) jmp .LBB0_7 .LBB0_2: movq -40(%rbp), %rax movq (%rax), %rdi callq instr_is_relative_link_branch@PLT cmpl $0, %eax jne .LBB0_4 # %bb.3: movl $1, -4(%rbp) jmp .LBB0_7 .LBB0_4: movq -24(%rbp), %rax movq (%rax), %rax cmpq PPC_INST_NOP(%rip), %rax je .LBB0_6 # %bb.5: movq -32(%rbp), %rax movl (%rax), %esi movq -24(%rbp), %rax movq (%rax), %rdx movq -24(%rbp), %rcx leaq .L.str(%rip), %rdi callq pr_err@PLT movl $0, -4(%rbp) jmp .LBB0_7 .LBB0_6: movq PPC_INST_LD_TOC(%rip), %rcx movq -24(%rbp), %rax movq %rcx, (%rax) movl $1, -4(%rbp) .LBB0_7: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size restore_r2, .Lfunc_end0-restore_r2 .cfi_endproc # -- End function .type PPC_INST_NOP,@object # @PPC_INST_NOP .bss .globl PPC_INST_NOP .p2align 3 PPC_INST_NOP: .quad 0 # 0x0 .size PPC_INST_NOP, 8 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "%s: Expected nop after call, got %08x at %pS\n" .size .L.str, 46 .type PPC_INST_LD_TOC,@object # @PPC_INST_LD_TOC .bss .globl PPC_INST_LD_TOC .p2align 3 PPC_INST_LD_TOC: .quad 0 # 0x0 .size PPC_INST_LD_TOC, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym restore_r2 .addrsig_sym is_mprofile_mcount_callsite .addrsig_sym instr_is_relative_link_branch .addrsig_sym pr_err .addrsig_sym PPC_INST_NOP .addrsig_sym PPC_INST_LD_TOC
freebsd/contrib/gcc/cp/extr_class.c_check_subobject_offset.c
arm/extr_class_check_subobject_offset_O0_gcc.s
x86_64/extr_class_check_subobject_offset_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function check_subobject_offset _check_subobject_offset: ; @check_subobject_offset .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] str w2, [sp, #20] ldur x0, [x29, #-16] bl _is_empty_class subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: stur wzr, [x29, #-4] b LBB0_11 LBB0_2: ldr w0, [sp, #20] ldr x8, [sp, #24] mov x1, x8 bl _splay_tree_lookup str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: stur wzr, [x29, #-4] b LBB0_11 LBB0_4: ldr x8, [sp, #8] ldr x8, [x8] str x8, [sp] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldr x0, [sp] bl _TREE_VALUE ldur x1, [x29, #-16] bl _same_type_p subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: mov w8, #1 stur w8, [x29, #-4] b LBB0_11 LBB0_8: ; in Loop: Header=BB0_5 Depth=1 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_5 Depth=1 ldr x0, [sp] bl _TREE_CHAIN str x0, [sp] b LBB0_5 LBB0_10: 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 .no_dead_strip _check_subobject_offset .subsections_via_symbols
.text .file "extr_class.c_check_subobject_offset.c" .p2align 4, 0x90 # -- Begin function check_subobject_offset .type check_subobject_offset,@function check_subobject_offset: # @check_subobject_offset .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movl %edx, -28(%rbp) movq -16(%rbp), %rdi callq is_empty_class@PLT cmpl $0, %eax jne .LBB0_2 # %bb.1: movl $0, -4(%rbp) jmp .LBB0_11 .LBB0_2: movl -28(%rbp), %edi movq -24(%rbp), %rax movl %eax, %esi callq splay_tree_lookup@PLT movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne .LBB0_4 # %bb.3: movl $0, -4(%rbp) jmp .LBB0_11 .LBB0_4: movq -40(%rbp), %rax movq (%rax), %rax movq %rax, -48(%rbp) .LBB0_5: # =>This Inner Loop Header: Depth=1 cmpq $0, -48(%rbp) je .LBB0_10 # %bb.6: # in Loop: Header=BB0_5 Depth=1 movq -48(%rbp), %rdi callq TREE_VALUE@PLT movl %eax, %edi movq -16(%rbp), %rsi callq same_type_p@PLT cmpq $0, %rax je .LBB0_8 # %bb.7: movl $1, -4(%rbp) jmp .LBB0_11 .LBB0_8: # in Loop: Header=BB0_5 Depth=1 jmp .LBB0_9 .LBB0_9: # in Loop: Header=BB0_5 Depth=1 movq -48(%rbp), %rdi callq TREE_CHAIN@PLT movq %rax, -48(%rbp) jmp .LBB0_5 .LBB0_10: movl $0, -4(%rbp) .LBB0_11: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size check_subobject_offset, .Lfunc_end0-check_subobject_offset .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym check_subobject_offset .addrsig_sym is_empty_class .addrsig_sym splay_tree_lookup .addrsig_sym same_type_p .addrsig_sym TREE_VALUE .addrsig_sym TREE_CHAIN
mpv/video/out/opengl/extr_context_dxinterop.c_os_ctx_destroy.c
arm/extr_context_dxinterop_os_ctx_destroy_O0_gcc.s
x86_64/extr_context_dxinterop_os_ctx_destroy_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function os_ctx_destroy _os_ctx_destroy: ; @os_ctx_destroy .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] str x8, [sp] ldr x8, [sp] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp] ldr x0, [x8, #8] mov x1, #0 bl _wglMakeCurrent ldr x8, [sp] ldr x0, [x8, #16] bl _wglDeleteContext b LBB0_2 LBB0_2: ldr x8, [sp] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp] ldr x0, [x8] ldr x8, [sp] ldr x1, [x8, #8] bl _ReleaseDC b LBB0_4 LBB0_4: ldr x8, [sp] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr x8, [sp] ldr x0, [x8] bl _DestroyWindow 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 _os_ctx_destroy .subsections_via_symbols
.text .file "extr_context_dxinterop.c_os_ctx_destroy.c" .p2align 4, 0x90 # -- Begin function os_ctx_destroy .type os_ctx_destroy,@function os_ctx_destroy: # @os_ctx_destroy .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), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax cmpq $0, 16(%rax) je .LBB0_2 # %bb.1: movq -16(%rbp), %rax movq 8(%rax), %rdi xorl %eax, %eax movl %eax, %esi callq wglMakeCurrent@PLT movq -16(%rbp), %rax movq 16(%rax), %rdi callq wglDeleteContext@PLT .LBB0_2: movq -16(%rbp), %rax cmpq $0, 8(%rax) je .LBB0_4 # %bb.3: movq -16(%rbp), %rax movq (%rax), %rdi movq -16(%rbp), %rax movq 8(%rax), %rsi callq ReleaseDC@PLT .LBB0_4: movq -16(%rbp), %rax cmpq $0, (%rax) je .LBB0_6 # %bb.5: movq -16(%rbp), %rax movq (%rax), %rdi callq DestroyWindow@PLT .LBB0_6: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size os_ctx_destroy, .Lfunc_end0-os_ctx_destroy .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym os_ctx_destroy .addrsig_sym wglMakeCurrent .addrsig_sym wglDeleteContext .addrsig_sym ReleaseDC .addrsig_sym DestroyWindow
linux/drivers/usb/host/extr_ohci-omap.c_omap_ohci_clock_power.c
arm/extr_ohci-omap_omap_ohci_clock_power_O0_gcc.s
x86_64/extr_ohci-omap_omap_ohci_clock_power_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function omap_ohci_clock_power _omap_ohci_clock_power: ; @omap_ohci_clock_power .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _usb_dc_ck@GOTPAGE ldr x8, [x8, _usb_dc_ck@GOTPAGEOFF] ldr w0, [x8] bl _clk_enable adrp x8, _usb_host_ck@GOTPAGE ldr x8, [x8, _usb_host_ck@GOTPAGEOFF] ldr w0, [x8] bl _clk_enable mov w0, #100 bl _udelay b LBB0_3 LBB0_2: adrp x8, _usb_host_ck@GOTPAGE ldr x8, [x8, _usb_host_ck@GOTPAGEOFF] ldr w0, [x8] bl _clk_disable adrp x8, _usb_dc_ck@GOTPAGE ldr x8, [x8, _usb_dc_ck@GOTPAGEOFF] ldr w0, [x8] bl _clk_disable b LBB0_3 LBB0_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _usb_dc_ck,4,2 ; @usb_dc_ck .comm _usb_host_ck,4,2 ; @usb_host_ck .no_dead_strip _omap_ohci_clock_power .subsections_via_symbols
.text .file "extr_ohci-omap.c_omap_ohci_clock_power.c" .p2align 4, 0x90 # -- Begin function omap_ohci_clock_power .type omap_ohci_clock_power,@function omap_ohci_clock_power: # @omap_ohci_clock_power .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) cmpl $0, -4(%rbp) je .LBB0_2 # %bb.1: movl usb_dc_ck(%rip), %edi callq clk_enable@PLT movl usb_host_ck(%rip), %edi callq clk_enable@PLT movl $100, %edi callq udelay@PLT jmp .LBB0_3 .LBB0_2: movl usb_host_ck(%rip), %edi callq clk_disable@PLT movl usb_dc_ck(%rip), %edi callq clk_disable@PLT .LBB0_3: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size omap_ohci_clock_power, .Lfunc_end0-omap_ohci_clock_power .cfi_endproc # -- End function .type usb_dc_ck,@object # @usb_dc_ck .bss .globl usb_dc_ck .p2align 2 usb_dc_ck: .long 0 # 0x0 .size usb_dc_ck, 4 .type usb_host_ck,@object # @usb_host_ck .globl usb_host_ck .p2align 2 usb_host_ck: .long 0 # 0x0 .size usb_host_ck, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym omap_ohci_clock_power .addrsig_sym clk_enable .addrsig_sym udelay .addrsig_sym clk_disable .addrsig_sym usb_dc_ck .addrsig_sym usb_host_ck
hiredis/examples/extr_example-ivykis.c_main.c
arm/extr_example-ivykis_main_O0_gcc.s
x86_64/extr_example-ivykis_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, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] adrp x8, _SIGPIPE@GOTPAGE ldr x8, [x8, _SIGPIPE@GOTPAGEOFF] ldr w0, [x8] adrp x8, _SIG_IGN@GOTPAGE ldr x8, [x8, _SIG_IGN@GOTPAGEOFF] ldr w1, [x8] bl _signal bl _iv_init adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF mov w1, #6379 bl _redisAsyncConnect stur x0, [x29, #-24] ldur x8, [x29, #-24] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x8, [x29, #-24] ldr x1, [x8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-4] b LBB0_3 LBB0_2: ldur x0, [x29, #-24] bl _redisIvykisAttach ldur x0, [x29, #-24] adrp x8, _connectCallback@GOTPAGE ldr x8, [x8, _connectCallback@GOTPAGEOFF] ldr w1, [x8] bl _redisAsyncSetConnectCallback ldur x0, [x29, #-24] adrp x8, _disconnectCallback@GOTPAGE ldr x8, [x8, _disconnectCallback@GOTPAGEOFF] ldr w1, [x8] bl _redisAsyncSetDisconnectCallback ldur x8, [x29, #-24] str x8, [sp, #32] ; 8-byte Folded Spill ldur x8, [x29, #-16] ldur w9, [x29, #-8] subs w9, w9, #1 ldr x8, [x8, w9, sxtw #3] str x8, [sp, #24] ; 8-byte Folded Spill ldur x8, [x29, #-16] ldur w9, [x29, #-8] subs w9, w9, #1 ldr x0, [x8, w9, sxtw #3] bl _strlen ldr x8, [sp, #24] ; 8-byte Folded Reload mov x10, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] mov w1, #0 mov x2, #0 adrp x3, l_.str.2@PAGE add x3, x3, l_.str.2@PAGEOFF bl _redisAsyncCommand ldur x0, [x29, #-24] adrp x8, _getCallback@GOTPAGE ldr x8, [x8, _getCallback@GOTPAGEOFF] ldr w1, [x8] adrp x2, l_.str.3@PAGE add x2, x2, l_.str.3@PAGEOFF adrp x3, l_.str.4@PAGE add x3, x3, l_.str.4@PAGEOFF bl _redisAsyncCommand bl _iv_main bl _iv_deinit stur wzr, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _SIGPIPE,4,2 ; @SIGPIPE .comm _SIG_IGN,4,2 ; @SIG_IGN .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "127.0.0.1" l_.str.1: ; @.str.1 .asciz "Error: %s\n" .comm _connectCallback,4,2 ; @connectCallback .comm _disconnectCallback,4,2 ; @disconnectCallback l_.str.2: ; @.str.2 .asciz "SET key %b" .comm _getCallback,4,2 ; @getCallback l_.str.3: ; @.str.3 .asciz "end-1" l_.str.4: ; @.str.4 .asciz "GET key" .subsections_via_symbols
.text .file "extr_example-ivykis.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 $48, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movl SIGPIPE(%rip), %edi movl SIG_IGN(%rip), %esi callq signal@PLT movb $0, %al callq iv_init@PLT leaq .L.str(%rip), %rdi movl $6379, %esi # imm = 0x18EB callq redisAsyncConnect@PLT movq %rax, -24(%rbp) movq -24(%rbp), %rax cmpq $0, 8(%rax) je .LBB0_2 # %bb.1: movq -24(%rbp), %rax movq (%rax), %rsi leaq .L.str.1(%rip), %rdi callq printf@PLT movl $1, -4(%rbp) jmp .LBB0_3 .LBB0_2: movq -24(%rbp), %rdi callq redisIvykisAttach@PLT movq -24(%rbp), %rdi movl connectCallback(%rip), %esi callq redisAsyncSetConnectCallback@PLT movq -24(%rbp), %rdi movl disconnectCallback(%rip), %esi callq redisAsyncSetDisconnectCallback@PLT movq -24(%rbp), %rax movq %rax, -40(%rbp) # 8-byte Spill movq -16(%rbp), %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) # 8-byte Spill movq -16(%rbp), %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rdi callq strlen@PLT movq -40(%rbp), %rdi # 8-byte Reload movq -32(%rbp), %r8 # 8-byte Reload movl %eax, %r9d xorl %esi, %esi xorl %eax, %eax movl %eax, %edx leaq .L.str.2(%rip), %rcx movb $0, %al callq redisAsyncCommand@PLT movq -24(%rbp), %rdi movl getCallback(%rip), %esi leaq .L.str.3(%rip), %rdx leaq .L.str.4(%rip), %rcx movb $0, %al callq redisAsyncCommand@PLT movb $0, %al callq iv_main@PLT movb $0, %al callq iv_deinit@PLT movl $0, -4(%rbp) .LBB0_3: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size main, .Lfunc_end0-main .cfi_endproc # -- End function .type SIGPIPE,@object # @SIGPIPE .bss .globl SIGPIPE .p2align 2 SIGPIPE: .long 0 # 0x0 .size SIGPIPE, 4 .type SIG_IGN,@object # @SIG_IGN .globl SIG_IGN .p2align 2 SIG_IGN: .long 0 # 0x0 .size SIG_IGN, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "127.0.0.1" .size .L.str, 10 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "Error: %s\n" .size .L.str.1, 11 .type connectCallback,@object # @connectCallback .bss .globl connectCallback .p2align 2 connectCallback: .long 0 # 0x0 .size connectCallback, 4 .type disconnectCallback,@object # @disconnectCallback .globl disconnectCallback .p2align 2 disconnectCallback: .long 0 # 0x0 .size disconnectCallback, 4 .type .L.str.2,@object # @.str.2 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.2: .asciz "SET key %b" .size .L.str.2, 11 .type getCallback,@object # @getCallback .bss .globl getCallback .p2align 2 getCallback: .long 0 # 0x0 .size getCallback, 4 .type .L.str.3,@object # @.str.3 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.3: .asciz "end-1" .size .L.str.3, 6 .type .L.str.4,@object # @.str.4 .L.str.4: .asciz "GET key" .size .L.str.4, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym signal .addrsig_sym iv_init .addrsig_sym redisAsyncConnect .addrsig_sym printf .addrsig_sym redisIvykisAttach .addrsig_sym redisAsyncSetConnectCallback .addrsig_sym redisAsyncSetDisconnectCallback .addrsig_sym redisAsyncCommand .addrsig_sym strlen .addrsig_sym iv_main .addrsig_sym iv_deinit .addrsig_sym SIGPIPE .addrsig_sym SIG_IGN .addrsig_sym connectCallback .addrsig_sym disconnectCallback .addrsig_sym getCallback
fastsocket/kernel/drivers/ata/extr_pata_it821x.c_it821x_program.c
arm/extr_pata_it821x_it821x_program_O0_gcc.s
x86_64/extr_pata_it821x_it821x_program_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function it821x_program _it821x_program: ; @it821x_program .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] ldur x8, [x29, #-8] ldr x8, [x8, #16] ldr w0, [x8] bl _to_pci_dev str x0, [sp, #16] ldur x8, [x29, #-8] ldr x8, [x8, #8] str x8, [sp, #8] ldur x8, [x29, #-8] ldr w8, [x8] str w8, [sp, #4] ldr x8, [sp, #8] ldr x8, [x8] adrp x9, _ATA_66@GOTPAGE ldr x9, [x9, _ATA_66@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur w8, [x29, #-20] asr w8, w8, #8 str w8, [sp] b LBB0_3 LBB0_2: ldurb w8, [x29, #-20] str w8, [sp] b LBB0_3 LBB0_3: ldr x0, [sp, #16] ldr w9, [sp, #4] mov w8, #4 mul w8, w8, w9 add w1, w8, #84 ldr w2, [sp] bl _pci_write_config_byte ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _ATA_66,8,3 ; @ATA_66 .no_dead_strip _it821x_program .subsections_via_symbols
.text .file "extr_pata_it821x.c_it821x_program.c" .p2align 4, 0x90 # -- Begin function it821x_program .type it821x_program,@function it821x_program: # @it821x_program .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 -8(%rbp), %rax movq 16(%rax), %rax movl (%rax), %edi callq to_pci_dev@PLT movq %rax, -32(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movl %eax, -44(%rbp) movq -40(%rbp), %rax movq (%rax), %rax cmpq ATA_66(%rip), %rax jne .LBB0_2 # %bb.1: movl -20(%rbp), %eax sarl $8, %eax movl %eax, -48(%rbp) jmp .LBB0_3 .LBB0_2: movl -20(%rbp), %eax andl $255, %eax movl %eax, -48(%rbp) .LBB0_3: movq -32(%rbp), %rdi movl -44(%rbp), %esi shll $2, %esi addl $84, %esi movl -48(%rbp), %edx callq pci_write_config_byte@PLT addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size it821x_program, .Lfunc_end0-it821x_program .cfi_endproc # -- End function .type ATA_66,@object # @ATA_66 .bss .globl ATA_66 .p2align 3 ATA_66: .quad 0 # 0x0 .size ATA_66, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym it821x_program .addrsig_sym to_pci_dev .addrsig_sym pci_write_config_byte .addrsig_sym ATA_66
fastsocket/kernel/drivers/telephony/extr_ixj.c_SLIC_SetState.c
arm/extr_ixj_SLIC_SetState_O0_gcc.s
x86_64/extr_ixj_SLIC_SetState_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function SLIC_SetState _SLIC_SetState: ; @SLIC_SetState .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur x1, [x29, #-16] stur wzr, [x29, #-20] ldur x8, [x29, #-16] ldr x8, [x8] adrp x9, _QTI_PHONECARD@GOTPAGE ldr x9, [x9, _QTI_PHONECARD@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_18 b LBB0_1 LBB0_1: ldur x8, [x29, #-16] ldr x8, [x8, #88] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_17 b LBB0_2 LBB0_2: ldur w8, [x29, #-4] subs w8, w8, #128 ; kill: def $x8 killed $w8 stur x8, [x29, #-32] ; 8-byte Folded Spill subs x8, x8, #7 cset w8, hi tbnz w8, #0, LBB0_15 ; %bb.3: ldur x11, [x29, #-32] ; 8-byte Folded Reload adrp x10, lJTI0_1@PAGE add x10, x10, lJTI0_1@PAGEOFF Ltmp0: adr x8, Ltmp0 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_4: ldur x9, [x29, #-16] mov w8, #1 str w8, [x9, #40] ldur x9, [x29, #-16] str wzr, [x9, #48] ldur x9, [x29, #-16] str wzr, [x9, #44] stur w8, [x29, #-20] b LBB0_16 LBB0_5: ldur x8, [x29, #-16] ldr w8, [x8, #84] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldur x8, [x29, #-16] ldr w8, [x8, #80] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldur x8, [x29, #-16] str wzr, [x8, #40] ldur x9, [x29, #-16] mov w8, #1 str w8, [x9, #44] ldur x9, [x29, #-16] str wzr, [x9, #48] stur w8, [x29, #-20] b LBB0_8 LBB0_8: b LBB0_16 LBB0_9: ldur x8, [x29, #-16] ldr w8, [x8, #84] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ldur x8, [x29, #-16] ldr w8, [x8, #80] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ldur x8, [x29, #-16] str wzr, [x8, #40] b LBB0_13 LBB0_12: ldur x9, [x29, #-16] mov w8, #1 str w8, [x9, #40] b LBB0_13 LBB0_13: ldur x8, [x29, #-16] str wzr, [x8, #48] ldur x8, [x29, #-16] str wzr, [x8, #44] mov w8, #1 stur w8, [x29, #-20] b LBB0_16 LBB0_14: b LBB0_15 LBB0_15: stur wzr, [x29, #-20] b LBB0_16 LBB0_16: ldur x9, [x29, #-16] mov w8, #3 str w8, [x9, #64] ldur x8, [x29, #-16] str xzr, [x8, #72] ldur x8, [x29, #-16] ldr w9, [x8, #56] ldur x8, [x29, #-16] ldr w8, [x8, #36] orr w0, w8, w9, lsl #8 ldur x8, [x29, #-16] ldr x8, [x8, #8] add x1, x8, #0 bl _outw_p ldur x0, [x29, #-16] bl _ixj_PCcontrol_wait b LBB0_17 LBB0_17: b LBB0_30 LBB0_18: ldur w8, [x29, #-4] subs w8, w8, #128 ; kill: def $x8 killed $w8 str x8, [sp, #40] ; 8-byte Folded Spill subs x8, x8, #7 cset w8, hi tbnz w8, #0, LBB0_28 ; %bb.19: ldr x11, [sp, #40] ; 8-byte Folded Reload adrp x10, lJTI0_0@PAGE add x10, x10, lJTI0_0@PAGEOFF Ltmp1: adr x8, Ltmp1 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_20: ldur x8, [x29, #-16] str wzr, [x8, #20] ldur x8, [x29, #-16] str wzr, [x8, #24] ldur x8, [x29, #-16] str wzr, [x8, #28] ldur x8, [x29, #-16] str wzr, [x8, #32] ldur x8, [x29, #-16] ldr w0, [x8, #16] ldur x8, [x29, #-16] ldr x8, [x8, #8] add x8, x8, #1 mov x1, x8 bl _outb_p mov w8, #1 stur w8, [x29, #-20] b LBB0_29 LBB0_21: ldur x9, [x29, #-16] mov w8, #1 str w8, [sp, #36] ; 4-byte Folded Spill str w8, [x9, #20] ldur x9, [x29, #-16] str wzr, [x9, #24] ldur x9, [x29, #-16] str wzr, [x9, #28] ldur x9, [x29, #-16] str w8, [x9, #32] ldur x8, [x29, #-16] ldr w0, [x8, #16] ldur x8, [x29, #-16] ldr x8, [x8, #8] add x8, x8, #1 mov x1, x8 bl _outb_p ldr w8, [sp, #36] ; 4-byte Folded Reload stur w8, [x29, #-20] b LBB0_29 LBB0_22: ldur x8, [x29, #-16] str wzr, [x8, #20] ldur x9, [x29, #-16] mov w8, #1 str w8, [sp, #32] ; 4-byte Folded Spill str w8, [x9, #24] ldur x8, [x29, #-16] str wzr, [x8, #28] ldur x8, [x29, #-16] str wzr, [x8, #32] ldur x8, [x29, #-16] ldr w0, [x8, #16] ldur x8, [x29, #-16] ldr x8, [x8, #8] add x8, x8, #1 mov x1, x8 bl _outb_p ldr w8, [sp, #32] ; 4-byte Folded Reload stur w8, [x29, #-20] b LBB0_29 LBB0_23: ldur x9, [x29, #-16] mov w8, #1 str w8, [sp, #28] ; 4-byte Folded Spill str w8, [x9, #20] ldur x9, [x29, #-16] str w8, [x9, #24] ldur x8, [x29, #-16] str wzr, [x8, #28] ldur x8, [x29, #-16] str wzr, [x8, #32] ldur x8, [x29, #-16] ldr w0, [x8, #16] ldur x8, [x29, #-16] ldr x8, [x8, #8] add x8, x8, #1 mov x1, x8 bl _outb_p ldr w8, [sp, #28] ; 4-byte Folded Reload stur w8, [x29, #-20] b LBB0_29 LBB0_24: ldur x8, [x29, #-16] str wzr, [x8, #20] ldur x8, [x29, #-16] str wzr, [x8, #24] ldur x9, [x29, #-16] mov w8, #1 str w8, [sp, #24] ; 4-byte Folded Spill str w8, [x9, #28] ldur x8, [x29, #-16] str wzr, [x8, #32] ldur x8, [x29, #-16] ldr w0, [x8, #16] ldur x8, [x29, #-16] ldr x8, [x8, #8] add x8, x8, #1 mov x1, x8 bl _outb_p ldr w8, [sp, #24] ; 4-byte Folded Reload stur w8, [x29, #-20] b LBB0_29 LBB0_25: ldur x9, [x29, #-16] mov w8, #1 str w8, [sp, #20] ; 4-byte Folded Spill str w8, [x9, #20] ldur x9, [x29, #-16] str wzr, [x9, #24] ldur x9, [x29, #-16] str w8, [x9, #28] ldur x9, [x29, #-16] str w8, [x9, #32] ldur x8, [x29, #-16] ldr w0, [x8, #16] ldur x8, [x29, #-16] ldr x8, [x8, #8] add x8, x8, #1 mov x1, x8 bl _outb_p ldr w8, [sp, #20] ; 4-byte Folded Reload stur w8, [x29, #-20] b LBB0_29 LBB0_26: ldur x8, [x29, #-16] str wzr, [x8, #20] ldur x9, [x29, #-16] mov w8, #1 str w8, [sp, #16] ; 4-byte Folded Spill str w8, [x9, #24] ldur x9, [x29, #-16] str w8, [x9, #28] ldur x8, [x29, #-16] str wzr, [x8, #32] ldur x8, [x29, #-16] ldr w0, [x8, #16] ldur x8, [x29, #-16] ldr x8, [x8, #8] add x8, x8, #1 mov x1, x8 bl _outb_p ldr w8, [sp, #16] ; 4-byte Folded Reload stur w8, [x29, #-20] b LBB0_29 LBB0_27: ldur x9, [x29, #-16] mov w8, #1 str w8, [sp, #12] ; 4-byte Folded Spill str w8, [x9, #20] ldur x9, [x29, #-16] str w8, [x9, #24] ldur x9, [x29, #-16] str w8, [x9, #28] ldur x8, [x29, #-16] str wzr, [x8, #32] ldur x8, [x29, #-16] ldr w0, [x8, #16] ldur x8, [x29, #-16] ldr x8, [x8, #8] add x8, x8, #1 mov x1, x8 bl _outb_p ldr w8, [sp, #12] ; 4-byte Folded Reload stur w8, [x29, #-20] b LBB0_29 LBB0_28: stur wzr, [x29, #-20] b LBB0_29 LBB0_29: b LBB0_30 LBB0_30: ldur w0, [x29, #-20] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc .p2align 2 lJTI0_0: .long LBB0_24-Ltmp1 .long LBB0_25-Ltmp1 .long LBB0_21-Ltmp1 .long LBB0_27-Ltmp1 .long LBB0_23-Ltmp1 .long LBB0_20-Ltmp1 .long LBB0_26-Ltmp1 .long LBB0_22-Ltmp1 .p2align 2 lJTI0_1: .long LBB0_4-Ltmp0 .long LBB0_9-Ltmp0 .long LBB0_5-Ltmp0 .long LBB0_14-Ltmp0 .long LBB0_9-Ltmp0 .long LBB0_4-Ltmp0 .long LBB0_14-Ltmp0 .long LBB0_9-Ltmp0 ; -- End function .comm _QTI_PHONECARD,8,3 ; @QTI_PHONECARD .no_dead_strip _SLIC_SetState .subsections_via_symbols
.text .file "extr_ixj.c_SLIC_SetState.c" .p2align 4, 0x90 # -- Begin function SLIC_SetState .type SLIC_SetState,@function SLIC_SetState: # @SLIC_SetState .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movl $0, -20(%rbp) movq -16(%rbp), %rax movq (%rax), %rax cmpq QTI_PHONECARD(%rip), %rax jne .LBB0_17 # %bb.1: movq -16(%rbp), %rax cmpq $0, 88(%rax) je .LBB0_16 # %bb.2: movl -4(%rbp), %eax addl $-128, %eax movl %eax, %ecx movq %rcx, -32(%rbp) # 8-byte Spill subl $7, %eax ja .LBB0_14 # %bb.30: movq -32(%rbp), %rax # 8-byte Reload leaq .LJTI0_1(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax .LBB0_3: movq -16(%rbp), %rax movl $1, 40(%rax) movq -16(%rbp), %rax movl $0, 48(%rax) movq -16(%rbp), %rax movl $0, 44(%rax) movl $1, -20(%rbp) jmp .LBB0_15 .LBB0_4: movq -16(%rbp), %rax cmpl $0, 84(%rax) jne .LBB0_6 # %bb.5: movq -16(%rbp), %rax cmpl $0, 80(%rax) je .LBB0_7 .LBB0_6: movq -16(%rbp), %rax movl $0, 40(%rax) movq -16(%rbp), %rax movl $1, 44(%rax) movq -16(%rbp), %rax movl $0, 48(%rax) movl $1, -20(%rbp) .LBB0_7: jmp .LBB0_15 .LBB0_8: movq -16(%rbp), %rax cmpl $0, 84(%rax) jne .LBB0_10 # %bb.9: movq -16(%rbp), %rax cmpl $0, 80(%rax) je .LBB0_11 .LBB0_10: movq -16(%rbp), %rax movl $0, 40(%rax) jmp .LBB0_12 .LBB0_11: movq -16(%rbp), %rax movl $1, 40(%rax) .LBB0_12: movq -16(%rbp), %rax movl $0, 48(%rax) movq -16(%rbp), %rax movl $0, 44(%rax) movl $1, -20(%rbp) jmp .LBB0_15 .LBB0_13: jmp .LBB0_14 .LBB0_14: movl $0, -20(%rbp) .LBB0_15: movq -16(%rbp), %rax movl $3, 64(%rax) movq -16(%rbp), %rax movq $0, 72(%rax) movq -16(%rbp), %rax movl 56(%rax), %edi shll $8, %edi movq -16(%rbp), %rax orl 36(%rax), %edi movq -16(%rbp), %rax movq 8(%rax), %rsi addq $0, %rsi callq outw_p@PLT movq -16(%rbp), %rdi callq ixj_PCcontrol_wait@PLT .LBB0_16: jmp .LBB0_28 .LBB0_17: movl -4(%rbp), %eax addl $-128, %eax movl %eax, %ecx movq %rcx, -40(%rbp) # 8-byte Spill subl $7, %eax ja .LBB0_26 # %bb.29: movq -40(%rbp), %rax # 8-byte Reload leaq .LJTI0_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax .LBB0_18: movq -16(%rbp), %rax movl $0, 20(%rax) movq -16(%rbp), %rax movl $0, 24(%rax) movq -16(%rbp), %rax movl $0, 28(%rax) movq -16(%rbp), %rax movl $0, 32(%rax) movq -16(%rbp), %rax movl 16(%rax), %edi movq -16(%rbp), %rax movq 8(%rax), %rax addq $1, %rax movl %eax, %esi callq outb_p@PLT movl $1, -20(%rbp) jmp .LBB0_27 .LBB0_19: movq -16(%rbp), %rax movl $1, 20(%rax) movq -16(%rbp), %rax movl $0, 24(%rax) movq -16(%rbp), %rax movl $0, 28(%rax) movq -16(%rbp), %rax movl $1, 32(%rax) movq -16(%rbp), %rax movl 16(%rax), %edi movq -16(%rbp), %rax movq 8(%rax), %rax addq $1, %rax movl %eax, %esi callq outb_p@PLT movl $1, -20(%rbp) jmp .LBB0_27 .LBB0_20: movq -16(%rbp), %rax movl $0, 20(%rax) movq -16(%rbp), %rax movl $1, 24(%rax) movq -16(%rbp), %rax movl $0, 28(%rax) movq -16(%rbp), %rax movl $0, 32(%rax) movq -16(%rbp), %rax movl 16(%rax), %edi movq -16(%rbp), %rax movq 8(%rax), %rax addq $1, %rax movl %eax, %esi callq outb_p@PLT movl $1, -20(%rbp) jmp .LBB0_27 .LBB0_21: movq -16(%rbp), %rax movl $1, 20(%rax) movq -16(%rbp), %rax movl $1, 24(%rax) movq -16(%rbp), %rax movl $0, 28(%rax) movq -16(%rbp), %rax movl $0, 32(%rax) movq -16(%rbp), %rax movl 16(%rax), %edi movq -16(%rbp), %rax movq 8(%rax), %rax addq $1, %rax movl %eax, %esi callq outb_p@PLT movl $1, -20(%rbp) jmp .LBB0_27 .LBB0_22: movq -16(%rbp), %rax movl $0, 20(%rax) movq -16(%rbp), %rax movl $0, 24(%rax) movq -16(%rbp), %rax movl $1, 28(%rax) movq -16(%rbp), %rax movl $0, 32(%rax) movq -16(%rbp), %rax movl 16(%rax), %edi movq -16(%rbp), %rax movq 8(%rax), %rax addq $1, %rax movl %eax, %esi callq outb_p@PLT movl $1, -20(%rbp) jmp .LBB0_27 .LBB0_23: movq -16(%rbp), %rax movl $1, 20(%rax) movq -16(%rbp), %rax movl $0, 24(%rax) movq -16(%rbp), %rax movl $1, 28(%rax) movq -16(%rbp), %rax movl $1, 32(%rax) movq -16(%rbp), %rax movl 16(%rax), %edi movq -16(%rbp), %rax movq 8(%rax), %rax addq $1, %rax movl %eax, %esi callq outb_p@PLT movl $1, -20(%rbp) jmp .LBB0_27 .LBB0_24: movq -16(%rbp), %rax movl $0, 20(%rax) movq -16(%rbp), %rax movl $1, 24(%rax) movq -16(%rbp), %rax movl $1, 28(%rax) movq -16(%rbp), %rax movl $0, 32(%rax) movq -16(%rbp), %rax movl 16(%rax), %edi movq -16(%rbp), %rax movq 8(%rax), %rax addq $1, %rax movl %eax, %esi callq outb_p@PLT movl $1, -20(%rbp) jmp .LBB0_27 .LBB0_25: movq -16(%rbp), %rax movl $1, 20(%rax) movq -16(%rbp), %rax movl $1, 24(%rax) movq -16(%rbp), %rax movl $1, 28(%rax) movq -16(%rbp), %rax movl $0, 32(%rax) movq -16(%rbp), %rax movl 16(%rax), %edi movq -16(%rbp), %rax movq 8(%rax), %rax addq $1, %rax movl %eax, %esi callq outb_p@PLT movl $1, -20(%rbp) jmp .LBB0_27 .LBB0_26: movl $0, -20(%rbp) .LBB0_27: jmp .LBB0_28 .LBB0_28: movl -20(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size SLIC_SetState, .Lfunc_end0-SLIC_SetState .cfi_endproc .section .rodata,"a",@progbits .p2align 2 .LJTI0_0: .long .LBB0_22-.LJTI0_0 .long .LBB0_23-.LJTI0_0 .long .LBB0_19-.LJTI0_0 .long .LBB0_25-.LJTI0_0 .long .LBB0_21-.LJTI0_0 .long .LBB0_18-.LJTI0_0 .long .LBB0_24-.LJTI0_0 .long .LBB0_20-.LJTI0_0 .LJTI0_1: .long .LBB0_3-.LJTI0_1 .long .LBB0_8-.LJTI0_1 .long .LBB0_4-.LJTI0_1 .long .LBB0_13-.LJTI0_1 .long .LBB0_8-.LJTI0_1 .long .LBB0_3-.LJTI0_1 .long .LBB0_13-.LJTI0_1 .long .LBB0_8-.LJTI0_1 # -- End function .type QTI_PHONECARD,@object # @QTI_PHONECARD .bss .globl QTI_PHONECARD .p2align 3 QTI_PHONECARD: .quad 0 # 0x0 .size QTI_PHONECARD, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym SLIC_SetState .addrsig_sym outw_p .addrsig_sym ixj_PCcontrol_wait .addrsig_sym outb_p .addrsig_sym QTI_PHONECARD
freebsd/stand/libsa/zfs/extr_zfsimpl.c_vdev_label_offset.c
arm/extr_zfsimpl_vdev_label_offset_O0_gcc.s
x86_64/extr_zfsimpl_vdev_label_offset_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function vdev_label_offset _vdev_label_offset: ; @vdev_label_offset .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] str x2, [sp, #8] ldr w8, [sp, #20] adrp x9, _VDEV_LABELS@GOTPAGE ldr x9, [x9, _VDEV_LABELS@GOTPAGEOFF] ldr w9, [x9] mov w10, #2 sdiv w9, w9, w10 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: str xzr, [sp] b LBB0_3 LBB0_2: ldr x8, [sp, #24] adrp x9, _VDEV_LABELS@GOTPAGE ldr x9, [x9, _VDEV_LABELS@GOTPAGEOFF] ldrsw x9, [x9] subs x8, x8, x9, lsl #2 str x8, [sp] b LBB0_3 LBB0_3: ldr x8, [sp, #8] ldrsw x9, [sp, #20] add x8, x8, x9, lsl #2 ldr x9, [sp] add x0, x8, x9 add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _VDEV_LABELS,4,2 ; @VDEV_LABELS .no_dead_strip _vdev_label_offset .subsections_via_symbols
.text .file "extr_zfsimpl.c_vdev_label_offset.c" .p2align 4, 0x90 # -- Begin function vdev_label_offset .type vdev_label_offset,@function vdev_label_offset: # @vdev_label_offset .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movl -12(%rbp), %eax movl %eax, -36(%rbp) # 4-byte Spill movl VDEV_LABELS(%rip), %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -36(%rbp), %eax # 4-byte Reload cmpl %ecx, %eax jge .LBB0_2 # %bb.1: movq $0, -32(%rbp) jmp .LBB0_3 .LBB0_2: movq -8(%rbp), %rax movslq VDEV_LABELS(%rip), %rcx shlq $2, %rcx subq %rcx, %rax movq %rax, -32(%rbp) .LBB0_3: movq -24(%rbp), %rax movslq -12(%rbp), %rcx shlq $2, %rcx addq %rcx, %rax addq -32(%rbp), %rax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size vdev_label_offset, .Lfunc_end0-vdev_label_offset .cfi_endproc # -- End function .type VDEV_LABELS,@object # @VDEV_LABELS .bss .globl VDEV_LABELS .p2align 2 VDEV_LABELS: .long 0 # 0x0 .size VDEV_LABELS, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym vdev_label_offset .addrsig_sym VDEV_LABELS
esp-idf/components/bt/common/osi/extr_hash_map.c_hash_map_set.c
arm/extr_hash_map_hash_map_set_O0_gcc.s
x86_64/extr_hash_map_hash_map_set_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _hash_map_set ; -- Begin function hash_map_set .p2align 2 _hash_map_set: ; @hash_map_set .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] str x2, [sp, #32] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne and w0, w8, #0x1 bl _assert ldr x8, [sp, #32] subs x8, x8, #0 cset w8, ne and w0, w8, #0x1 bl _assert ldur x8, [x29, #-16] ldr x8, [x8] ldur x0, [x29, #-24] blr x8 ldur x8, [x29, #-16] ldr x9, [x8, #8] udiv x8, x0, x9 mul x8, x8, x9 subs x8, x0, x8 str x8, [sp, #24] ldur x8, [x29, #-16] ldr x8, [x8, #24] ldr x9, [sp, #24] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_1 LBB0_1: adrp x8, _bucket_free_@GOTPAGE ldr x8, [x8, _bucket_free_@GOTPAGEOFF] ldr w0, [x8] bl _list_new_internal ldur x8, [x29, #-16] ldr x8, [x8, #24] ldr x9, [sp, #24] str x0, [x8, x9, lsl #3] ldur x8, [x29, #-16] ldr x8, [x8, #24] ldr x9, [sp, #24] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: stur wzr, [x29, #-4] b LBB0_10 LBB0_3: b LBB0_4 LBB0_4: ldur x8, [x29, #-16] ldr x8, [x8, #24] ldr x9, [sp, #24] ldr x8, [x8, x9, lsl #3] str x8, [sp, #16] ldr x0, [sp, #16] ldur x1, [x29, #-24] bl _find_bucket_entry_ str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr x0, [sp, #16] ldr x1, [sp, #8] bl _list_remove str w0, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #1 cset w8, eq and w0, w8, #0x1 bl _assert b LBB0_7 LBB0_6: ldur x9, [x29, #-16] ldr w8, [x9, #16] add w8, w8, #1 str w8, [x9, #16] b LBB0_7 LBB0_7: mov w0, #24 bl _osi_calloc str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: stur wzr, [x29, #-4] b LBB0_10 LBB0_9: ldur x8, [x29, #-24] ldr x9, [sp, #8] str x8, [x9, #16] ldr x8, [sp, #32] ldr x9, [sp, #8] str x8, [x9, #8] ldur x8, [x29, #-16] ldr x9, [sp, #8] str x8, [x9] ldr x0, [sp, #16] ldr x1, [sp, #8] bl _list_append stur w0, [x29, #-4] b LBB0_10 LBB0_10: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _bucket_free_,4,2 ; @bucket_free_ .subsections_via_symbols
.text .file "extr_hash_map.c_hash_map_set.c" .globl hash_map_set # -- Begin function hash_map_set .p2align 4, 0x90 .type hash_map_set,@function hash_map_set: # @hash_map_set .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 %rdx, -32(%rbp) cmpq $0, -16(%rbp) setne %al andb $1, %al movzbl %al, %edi callq assert@PLT cmpq $0, -32(%rbp) setne %al andb $1, %al movzbl %al, %edi callq assert@PLT movq -16(%rbp), %rax movq (%rax), %rax movq -24(%rbp), %rdi callq *%rax movq -16(%rbp), %rcx xorl %edx, %edx # kill: def $rdx killed $edx divq 8(%rcx) movq %rdx, -40(%rbp) movq -16(%rbp), %rax movq 24(%rax), %rax movq -40(%rbp), %rcx cmpq $0, (%rax,%rcx,8) jne .LBB0_4 # %bb.1: movl bucket_free_(%rip), %edi callq list_new_internal@PLT movq %rax, %rdx movq -16(%rbp), %rax movq 24(%rax), %rax movq -40(%rbp), %rcx movq %rdx, (%rax,%rcx,8) movq -16(%rbp), %rax movq 24(%rax), %rax movq -40(%rbp), %rcx cmpq $0, (%rax,%rcx,8) jne .LBB0_3 # %bb.2: movl $0, -4(%rbp) jmp .LBB0_10 .LBB0_3: jmp .LBB0_4 .LBB0_4: movq -16(%rbp), %rax movq 24(%rax), %rax movq -40(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -48(%rbp) movq -48(%rbp), %rdi movq -24(%rbp), %rsi callq find_bucket_entry_@PLT movq %rax, -56(%rbp) cmpq $0, -56(%rbp) je .LBB0_6 # %bb.5: movq -48(%rbp), %rdi movq -56(%rbp), %rsi callq list_remove@PLT movl %eax, -60(%rbp) cmpl $1, -60(%rbp) sete %al andb $1, %al movzbl %al, %edi callq assert@PLT jmp .LBB0_7 .LBB0_6: movq -16(%rbp), %rax movl 16(%rax), %ecx addl $1, %ecx movl %ecx, 16(%rax) .LBB0_7: movl $24, %edi callq osi_calloc@PLT movq %rax, -56(%rbp) cmpq $0, -56(%rbp) jne .LBB0_9 # %bb.8: movl $0, -4(%rbp) jmp .LBB0_10 .LBB0_9: movq -24(%rbp), %rcx movq -56(%rbp), %rax movq %rcx, 16(%rax) movq -32(%rbp), %rcx movq -56(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rcx movq -56(%rbp), %rax movq %rcx, (%rax) movq -48(%rbp), %rdi movq -56(%rbp), %rsi callq list_append@PLT movl %eax, -4(%rbp) .LBB0_10: movl -4(%rbp), %eax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size hash_map_set, .Lfunc_end0-hash_map_set .cfi_endproc # -- End function .type bucket_free_,@object # @bucket_free_ .bss .globl bucket_free_ .p2align 2 bucket_free_: .long 0 # 0x0 .size bucket_free_, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym assert .addrsig_sym list_new_internal .addrsig_sym find_bucket_entry_ .addrsig_sym list_remove .addrsig_sym osi_calloc .addrsig_sym list_append .addrsig_sym bucket_free_
freebsd/contrib/wpa/hostapd/extr_hostapd_cli.c_hostapd_cli_cmd_ping.c
arm/extr_hostapd_cli_hostapd_cli_cmd_ping_O0_gcc.s
x86_64/extr_hostapd_cli_hostapd_cli_cmd_ping_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function hostapd_cli_cmd_ping _hostapd_cli_cmd_ping: ; @hostapd_cli_cmd_ping .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str x2, [sp, #8] ldur x0, [x29, #-8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _wpa_ctrl_command 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 "PING" .no_dead_strip _hostapd_cli_cmd_ping .subsections_via_symbols
.text .file "extr_hostapd_cli.c_hostapd_cli_cmd_ping.c" .p2align 4, 0x90 # -- Begin function hostapd_cli_cmd_ping .type hostapd_cli_cmd_ping,@function hostapd_cli_cmd_ping: # @hostapd_cli_cmd_ping .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq -8(%rbp), %rdi leaq .L.str(%rip), %rsi callq wpa_ctrl_command@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size hostapd_cli_cmd_ping, .Lfunc_end0-hostapd_cli_cmd_ping .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "PING" .size .L.str, 5 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym hostapd_cli_cmd_ping .addrsig_sym wpa_ctrl_command
libgit2/src/extr_index.c_git_index_name_get_byindex.c
arm/extr_index_git_index_name_get_byindex_O0_gcc.s
x86_64/extr_index_git_index_name_get_byindex_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _git_index_name_get_byindex ; -- Begin function git_index_name_get_byindex .p2align 2 _git_index_name_get_byindex: ; @git_index_name_get_byindex .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str x1, [sp] ldr x0, [sp, #8] bl _assert ldr x0, [sp, #8] bl _git_vector_sort ldr x0, [sp, #8] ldr x1, [sp] bl _git_vector_get ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_index.c_git_index_name_get_byindex.c" .globl git_index_name_get_byindex # -- Begin function git_index_name_get_byindex .p2align 4, 0x90 .type git_index_name_get_byindex,@function git_index_name_get_byindex: # @git_index_name_get_byindex .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi callq assert@PLT movq -8(%rbp), %rdi callq git_vector_sort@PLT movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq git_vector_get@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size git_index_name_get_byindex, .Lfunc_end0-git_index_name_get_byindex .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym assert .addrsig_sym git_vector_sort .addrsig_sym git_vector_get
ccv/lib/nnc/extr_ccv_nnc_stream.c_ccv_nnc_stream_schedule_task.c
arm/extr_ccv_nnc_stream_ccv_nnc_stream_schedule_task_O0_gcc.s
x86_64/extr_ccv_nnc_stream_ccv_nnc_stream_schedule_task_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ccv_nnc_stream_schedule_task ; -- Begin function ccv_nnc_stream_schedule_task .p2align 2 _ccv_nnc_stream_schedule_task: ; @ccv_nnc_stream_schedule_task .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 wzr, [sp, #12] ldur x0, [x29, #-8] bl _pthread_mutex_lock ldur x0, [x29, #-8] ldr x1, [sp, #16] bl _ccv_nnc_stream_scheduler_append_task 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: mov w8, #1 str w8, [sp, #12] b LBB0_2 LBB0_2: ldur x0, [x29, #-8] bl _pthread_mutex_unlock ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldur x0, [x29, #-8] bl __ccv_nnc_stream_schedule_try b LBB0_4 LBB0_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_ccv_nnc_stream.c_ccv_nnc_stream_schedule_task.c" .globl ccv_nnc_stream_schedule_task # -- Begin function ccv_nnc_stream_schedule_task .p2align 4, 0x90 .type ccv_nnc_stream_schedule_task,@function ccv_nnc_stream_schedule_task: # @ccv_nnc_stream_schedule_task .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 $0, -20(%rbp) movq -8(%rbp), %rdi callq pthread_mutex_lock@PLT movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq ccv_nnc_stream_scheduler_append_task@PLT movq -8(%rbp), %rax cmpl $0, 4(%rax) jne .LBB0_2 # %bb.1: movl $1, -20(%rbp) .LBB0_2: movq -8(%rbp), %rdi callq pthread_mutex_unlock@PLT cmpl $0, -20(%rbp) je .LBB0_4 # %bb.3: movq -8(%rbp), %rdi callq _ccv_nnc_stream_schedule_try@PLT .LBB0_4: addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ccv_nnc_stream_schedule_task, .Lfunc_end0-ccv_nnc_stream_schedule_task .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym pthread_mutex_lock .addrsig_sym ccv_nnc_stream_scheduler_append_task .addrsig_sym pthread_mutex_unlock .addrsig_sym _ccv_nnc_stream_schedule_try
fastsocket/kernel/drivers/scsi/bfa/extr_bfad_bsg.c_bfad_iocmd_diag_queuetest.c
arm/extr_bfad_bsg_bfad_iocmd_diag_queuetest_O0_gcc.s
x86_64/extr_bfad_bsg_bfad_iocmd_diag_queuetest_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bfad_iocmd_diag_queuetest ; -- Begin function bfad_iocmd_diag_queuetest .p2align 2 _bfad_iocmd_diag_queuetest: ; @bfad_iocmd_diag_queuetest .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x8, [x29, #-16] stur x8, [x29, #-24] add x8, sp, #24 str x8, [sp, #8] ; 8-byte Folded Spill add x0, x8, #8 bl _init_completion ldur x0, [x29, #-8] ldr x1, [sp, #16] bl _spin_lock_irqsave ldr x5, [sp, #8] ; 8-byte Folded Reload ldur x9, [x29, #-8] ldur x8, [x29, #-24] ldr w1, [x8, #16] ldur x8, [x29, #-24] ldr w2, [x8, #12] ldur x8, [x29, #-24] adrp x10, _bfad_hcb_comp@GOTPAGE ldr x10, [x10, _bfad_hcb_comp@GOTPAGEOFF] ldr w4, [x10] add x0, x9, #4 add x3, x8, #8 bl _bfa_fcdiag_queuetest ldur x8, [x29, #-24] str x0, [x8] ldur x0, [x29, #-8] ldr x1, [sp, #16] bl _spin_unlock_irqrestore ldur x8, [x29, #-24] ldr x8, [x8] adrp x9, _BFA_STATUS_OK@GOTPAGE ldr x9, [x9, _BFA_STATUS_OK@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: b LBB0_3 LBB0_2: add x8, sp, #24 add x0, x8, #8 bl _wait_for_completion ldr x8, [sp, #24] ldur x9, [x29, #-24] str x8, [x9] b LBB0_3 LBB0_3: mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _bfad_hcb_comp,4,2 ; @bfad_hcb_comp .comm _BFA_STATUS_OK,8,3 ; @BFA_STATUS_OK .subsections_via_symbols
.text .file "extr_bfad_bsg.c_bfad_iocmd_diag_queuetest.c" .globl bfad_iocmd_diag_queuetest # -- Begin function bfad_iocmd_diag_queuetest .p2align 4, 0x90 .type bfad_iocmd_diag_queuetest,@function bfad_iocmd_diag_queuetest: # @bfad_iocmd_diag_queuetest .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -24(%rbp) leaq -40(%rbp), %rdi addq $8, %rdi callq init_completion@PLT movq -8(%rbp), %rdi movq -48(%rbp), %rsi callq spin_lock_irqsave@PLT movq -8(%rbp), %rdi addq $4, %rdi movq -24(%rbp), %rax movl 16(%rax), %esi movq -24(%rbp), %rax movl 12(%rax), %edx movq -24(%rbp), %rcx addq $8, %rcx movl bfad_hcb_comp(%rip), %r8d leaq -40(%rbp), %r9 callq bfa_fcdiag_queuetest@PLT movq %rax, %rcx movq -24(%rbp), %rax movq %rcx, (%rax) movq -8(%rbp), %rdi movq -48(%rbp), %rsi callq spin_unlock_irqrestore@PLT movq -24(%rbp), %rax movq (%rax), %rax cmpq BFA_STATUS_OK(%rip), %rax je .LBB0_2 # %bb.1: jmp .LBB0_3 .LBB0_2: leaq -40(%rbp), %rdi addq $8, %rdi callq wait_for_completion@PLT movq -40(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, (%rax) .LBB0_3: xorl %eax, %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size bfad_iocmd_diag_queuetest, .Lfunc_end0-bfad_iocmd_diag_queuetest .cfi_endproc # -- End function .type bfad_hcb_comp,@object # @bfad_hcb_comp .bss .globl bfad_hcb_comp .p2align 2 bfad_hcb_comp: .long 0 # 0x0 .size bfad_hcb_comp, 4 .type BFA_STATUS_OK,@object # @BFA_STATUS_OK .globl BFA_STATUS_OK .p2align 3 BFA_STATUS_OK: .quad 0 # 0x0 .size BFA_STATUS_OK, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym init_completion .addrsig_sym spin_lock_irqsave .addrsig_sym bfa_fcdiag_queuetest .addrsig_sym spin_unlock_irqrestore .addrsig_sym wait_for_completion .addrsig_sym bfad_hcb_comp .addrsig_sym BFA_STATUS_OK
freebsd/sys/dev/le/extr_am79900.c_am79900_detach.c
arm/extr_am79900_am79900_detach_O0_gcc.s
x86_64/extr_am79900_am79900_detach_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _am79900_detach ; -- Begin function am79900_detach .p2align 2 _am79900_detach: ; @am79900_detach .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 _lance_detach ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_am79900.c_am79900_detach.c" .globl am79900_detach # -- Begin function am79900_detach .p2align 4, 0x90 .type am79900_detach,@function am79900_detach: # @am79900_detach .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 lance_detach@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size am79900_detach, .Lfunc_end0-am79900_detach .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym lance_detach
linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/extr_ipoib_vlan.c_mlx5i_pkey_init.c
arm/extr_ipoib_vlan_mlx5i_pkey_init_O0_gcc.s
x86_64/extr_ipoib_vlan_mlx5i_pkey_init_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function mlx5i_pkey_init _mlx5i_pkey_init: ; @mlx5i_pkey_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 stur x0, [x29, #-16] stur x1, [x29, #-24] str x2, [sp, #32] str x3, [sp, #24] ldur x0, [x29, #-24] bl _mlx5i_epriv str x0, [sp, #16] ldur x0, [x29, #-16] ldur x1, [x29, #-24] ldr x2, [sp, #32] ldr x3, [sp, #24] bl _mlx5i_init str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #12] stur w8, [x29, #-4] b LBB0_3 LBB0_2: ldur x9, [x29, #-24] adrp x8, _mlx5i_pkey_netdev_ops@GOTPAGE ldr x8, [x8, _mlx5i_pkey_netdev_ops@GOTPAGEOFF] str x8, [x9, #8] ldur x9, [x29, #-24] adrp x8, _mlx5i_pkey_ethtool_ops@GOTPAGE ldr x8, [x8, _mlx5i_pkey_ethtool_ops@GOTPAGEOFF] str x8, [x9] adrp x8, _MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE@GOTPAGE ldr x8, [x8, _MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE@GOTPAGEOFF] ldr w8, [x8] ldr x9, [sp, #16] str w8, [x9] stur wzr, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _mlx5i_pkey_netdev_ops,4,2 ; @mlx5i_pkey_netdev_ops .comm _mlx5i_pkey_ethtool_ops,4,2 ; @mlx5i_pkey_ethtool_ops .comm _MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE,4,2 ; @MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE .no_dead_strip _mlx5i_pkey_init .subsections_via_symbols
.text .file "extr_ipoib_vlan.c_mlx5i_pkey_init.c" .p2align 4, 0x90 # -- Begin function mlx5i_pkey_init .type mlx5i_pkey_init,@function mlx5i_pkey_init: # @mlx5i_pkey_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 $64, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq %rcx, -40(%rbp) movq -24(%rbp), %rdi callq mlx5i_epriv@PLT movq %rax, -48(%rbp) movq -16(%rbp), %rdi movq -24(%rbp), %rsi movq -32(%rbp), %rdx movq -40(%rbp), %rcx callq mlx5i_init@PLT movl %eax, -52(%rbp) cmpl $0, -52(%rbp) je .LBB0_2 # %bb.1: movl -52(%rbp), %eax movl %eax, -4(%rbp) jmp .LBB0_3 .LBB0_2: movq -24(%rbp), %rax leaq mlx5i_pkey_netdev_ops(%rip), %rcx movq %rcx, 8(%rax) movq -24(%rbp), %rax leaq mlx5i_pkey_ethtool_ops(%rip), %rcx movq %rcx, (%rax) movl MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE(%rip), %ecx movq -48(%rbp), %rax movl %ecx, (%rax) movl $0, -4(%rbp) .LBB0_3: movl -4(%rbp), %eax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size mlx5i_pkey_init, .Lfunc_end0-mlx5i_pkey_init .cfi_endproc # -- End function .type mlx5i_pkey_netdev_ops,@object # @mlx5i_pkey_netdev_ops .bss .globl mlx5i_pkey_netdev_ops .p2align 2 mlx5i_pkey_netdev_ops: .long 0 # 0x0 .size mlx5i_pkey_netdev_ops, 4 .type mlx5i_pkey_ethtool_ops,@object # @mlx5i_pkey_ethtool_ops .globl mlx5i_pkey_ethtool_ops .p2align 2 mlx5i_pkey_ethtool_ops: .long 0 # 0x0 .size mlx5i_pkey_ethtool_ops, 4 .type MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE,@object # @MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE .globl MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE .p2align 2 MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE: .long 0 # 0x0 .size MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym mlx5i_pkey_init .addrsig_sym mlx5i_epriv .addrsig_sym mlx5i_init .addrsig_sym mlx5i_pkey_netdev_ops .addrsig_sym mlx5i_pkey_ethtool_ops .addrsig_sym MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE
freebsd/contrib/gcclibs/libmudflap/extr_mf-runtime.c___mf_find_objects2.c
arm/extr_mf-runtime___mf_find_objects2_O0_gcc.s
x86_64/extr_mf-runtime___mf_find_objects2_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl ___mf_find_objects2 ; -- Begin function __mf_find_objects2 .p2align 2 ___mf_find_objects2: ; @__mf_find_objects2 .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur w3, [x29, #-28] stur w4, [x29, #-32] stur wzr, [x29, #-36] ldur w0, [x29, #-32] bl ___mf_object_tree str w0, [sp, #40] ldur x8, [x29, #-8] str x8, [sp, #32] ldr w0, [sp, #40] ldr x1, [sp, #32] bl _mfsplay_tree_lookup str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_1 LBB0_1: ldur w8, [x29, #-36] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr x8, [sp, #16] ldr x8, [x8] ldur x9, [x29, #-24] ldur w10, [x29, #-36] ; kill: def $x10 killed $w10 str x8, [x9, x10, lsl #3] b LBB0_3 LBB0_3: ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB0_4 LBB0_4: str wzr, [sp, #28] b LBB0_5 LBB0_5: ; =>This Loop Header: Depth=1 ; Child Loop BB0_7 Depth 2 ldr w8, [sp, #28] subs w8, w8, #2 cset w8, ge tbnz w8, #0, LBB0_20 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-8] str x8, [sp, #32] b LBB0_7 LBB0_7: ; Parent Loop BB0_5 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #28] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=2 ldr w0, [sp, #40] ldr x1, [sp, #32] bl _mfsplay_tree_successor str x0, [sp] ; 8-byte Folded Spill b LBB0_10 LBB0_9: ; in Loop: Header=BB0_7 Depth=2 ldr w0, [sp, #40] ldr x1, [sp, #32] bl _mfsplay_tree_predecessor str x0, [sp] ; 8-byte Folded Spill b LBB0_10 LBB0_10: ; in Loop: Header=BB0_7 Depth=2 ldr x8, [sp] ; 8-byte Folded Reload str x8, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_5 Depth=1 b LBB0_18 LBB0_12: ; in Loop: Header=BB0_7 Depth=2 ldr x8, [sp, #16] ldr x8, [x8] str x8, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8] ldur x9, [x29, #-16] subs x8, x8, x9 cset w8, hi tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_7 Depth=2 ldr x8, [sp, #8] ldr x8, [x8, #8] ldur x9, [x29, #-8] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_5 Depth=1 b LBB0_18 LBB0_15: ; in Loop: Header=BB0_7 Depth=2 ldur w8, [x29, #-36] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB0_17 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_7 Depth=2 ldr x8, [sp, #16] ldr x8, [x8] ldur x9, [x29, #-24] ldur w10, [x29, #-36] ; kill: def $x10 killed $w10 str x8, [x9, x10, lsl #3] b LBB0_17 LBB0_17: ; in Loop: Header=BB0_7 Depth=2 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] ldr x8, [sp, #8] ldr x8, [x8] str x8, [sp, #32] b LBB0_7 LBB0_18: ; in Loop: Header=BB0_5 Depth=1 b LBB0_19 LBB0_19: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB0_5 LBB0_20: ldur w0, [x29, #-36] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_mf-runtime.c___mf_find_objects2.c" .globl __mf_find_objects2 # -- Begin function __mf_find_objects2 .p2align 4, 0x90 .type __mf_find_objects2,@function __mf_find_objects2: # @__mf_find_objects2 .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) movl %r8d, -32(%rbp) movl $0, -36(%rbp) movl -32(%rbp), %edi callq __mf_object_tree@PLT movl %eax, -40(%rbp) movq -8(%rbp), %rax movq %rax, -48(%rbp) movl -40(%rbp), %edi movq -48(%rbp), %rsi callq mfsplay_tree_lookup@PLT movq %rax, -64(%rbp) cmpq $0, -64(%rbp) je .LBB0_4 # %bb.1: movl -36(%rbp), %eax cmpl -28(%rbp), %eax jae .LBB0_3 # %bb.2: movq -64(%rbp), %rax movq (%rax), %rdx movq -24(%rbp), %rax movl -36(%rbp), %ecx # kill: def $rcx killed $ecx movq %rdx, (%rax,%rcx,8) .LBB0_3: movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) .LBB0_4: movl $0, -52(%rbp) .LBB0_5: # =>This Loop Header: Depth=1 # Child Loop BB0_7 Depth 2 cmpl $2, -52(%rbp) jge .LBB0_20 # %bb.6: # in Loop: Header=BB0_5 Depth=1 movq -8(%rbp), %rax movq %rax, -48(%rbp) .LBB0_7: # Parent Loop BB0_5 Depth=1 # => This Inner Loop Header: Depth=2 cmpl $0, -52(%rbp) jne .LBB0_9 # %bb.8: # in Loop: Header=BB0_7 Depth=2 movl -40(%rbp), %edi movq -48(%rbp), %rsi callq mfsplay_tree_successor@PLT movq %rax, -80(%rbp) # 8-byte Spill jmp .LBB0_10 .LBB0_9: # in Loop: Header=BB0_7 Depth=2 movl -40(%rbp), %edi movq -48(%rbp), %rsi callq mfsplay_tree_predecessor@PLT movq %rax, -80(%rbp) # 8-byte Spill .LBB0_10: # in Loop: Header=BB0_7 Depth=2 movq -80(%rbp), %rax # 8-byte Reload movq %rax, -64(%rbp) cmpq $0, -64(%rbp) jne .LBB0_12 # %bb.11: # in Loop: Header=BB0_5 Depth=1 jmp .LBB0_18 .LBB0_12: # in Loop: Header=BB0_7 Depth=2 movq -64(%rbp), %rax movq (%rax), %rax movq %rax, -72(%rbp) movq -72(%rbp), %rax movq (%rax), %rax cmpq -16(%rbp), %rax ja .LBB0_14 # %bb.13: # in Loop: Header=BB0_7 Depth=2 movq -72(%rbp), %rax movq 8(%rax), %rax cmpq -8(%rbp), %rax jae .LBB0_15 .LBB0_14: # in Loop: Header=BB0_5 Depth=1 jmp .LBB0_18 .LBB0_15: # in Loop: Header=BB0_7 Depth=2 movl -36(%rbp), %eax cmpl -28(%rbp), %eax jae .LBB0_17 # %bb.16: # in Loop: Header=BB0_7 Depth=2 movq -64(%rbp), %rax movq (%rax), %rdx movq -24(%rbp), %rax movl -36(%rbp), %ecx # kill: def $rcx killed $ecx movq %rdx, (%rax,%rcx,8) .LBB0_17: # in Loop: Header=BB0_7 Depth=2 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) movq -72(%rbp), %rax movq (%rax), %rax movq %rax, -48(%rbp) jmp .LBB0_7 .LBB0_18: # in Loop: Header=BB0_5 Depth=1 jmp .LBB0_19 .LBB0_19: # in Loop: Header=BB0_5 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp .LBB0_5 .LBB0_20: movl -36(%rbp), %eax addq $80, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size __mf_find_objects2, .Lfunc_end0-__mf_find_objects2 .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym __mf_object_tree .addrsig_sym mfsplay_tree_lookup .addrsig_sym mfsplay_tree_successor .addrsig_sym mfsplay_tree_predecessor
linux/drivers/isdn/hardware/mISDN/extr_avmfritz.c_WriteISAC_V2.c
arm/extr_avmfritz_WriteISAC_V2_O0_gcc.s
x86_64/extr_avmfritz_WriteISAC_V2_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function WriteISAC_V2 _WriteISAC_V2: ; @WriteISAC_V2 .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str w2, [sp, #16] ldur x8, [x29, #-8] str x8, [sp, #8] ldur w0, [x29, #-12] ldr x8, [sp, #8] ldr x8, [x8] adrp x9, _AVM_ISACX_INDEX@GOTPAGE ldr x9, [x9, _AVM_ISACX_INDEX@GOTPAGEOFF] ldr x9, [x9] add x1, x8, x9 bl _outl ldr w0, [sp, #16] ldr x8, [sp, #8] ldr x8, [x8] adrp x9, _AVM_ISACX_DATA@GOTPAGE ldr x9, [x9, _AVM_ISACX_DATA@GOTPAGEOFF] ldr x9, [x9] add x1, x8, x9 bl _outl ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _AVM_ISACX_INDEX,8,3 ; @AVM_ISACX_INDEX .comm _AVM_ISACX_DATA,8,3 ; @AVM_ISACX_DATA .no_dead_strip _WriteISAC_V2 .subsections_via_symbols
.text .file "extr_avmfritz.c_WriteISAC_V2.c" .p2align 4, 0x90 # -- Begin function WriteISAC_V2 .type WriteISAC_V2,@function WriteISAC_V2: # @WriteISAC_V2 .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movq -8(%rbp), %rax movq %rax, -24(%rbp) movl -12(%rbp), %edi movq -24(%rbp), %rax movq (%rax), %rsi addq AVM_ISACX_INDEX(%rip), %rsi callq outl@PLT movl -16(%rbp), %edi movq -24(%rbp), %rax movq (%rax), %rsi addq AVM_ISACX_DATA(%rip), %rsi callq outl@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size WriteISAC_V2, .Lfunc_end0-WriteISAC_V2 .cfi_endproc # -- End function .type AVM_ISACX_INDEX,@object # @AVM_ISACX_INDEX .bss .globl AVM_ISACX_INDEX .p2align 3 AVM_ISACX_INDEX: .quad 0 # 0x0 .size AVM_ISACX_INDEX, 8 .type AVM_ISACX_DATA,@object # @AVM_ISACX_DATA .globl AVM_ISACX_DATA .p2align 3 AVM_ISACX_DATA: .quad 0 # 0x0 .size AVM_ISACX_DATA, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym WriteISAC_V2 .addrsig_sym outl .addrsig_sym AVM_ISACX_INDEX .addrsig_sym AVM_ISACX_DATA
qmk_firmware/keyboards/tmo50/extr_tmo50.c_process_record_kb.c
arm/extr_tmo50_process_record_kb_O0_gcc.s
x86_64/extr_tmo50_process_record_kb_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _process_record_kb ; -- Begin function process_record_kb .p2align 2 _process_record_kb: ; @process_record_kb .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] ldur w0, [x29, #-4] ldr x1, [sp] bl _process_record_user ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_tmo50.c_process_record_kb.c" .globl process_record_kb # -- Begin function process_record_kb .p2align 4, 0x90 .type process_record_kb,@function process_record_kb: # @process_record_kb .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) movl -4(%rbp), %edi movq -16(%rbp), %rsi callq process_record_user@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size process_record_kb, .Lfunc_end0-process_record_kb .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym process_record_user
freebsd/sys/gnu/gcov/extr_gcov_fs.c_save_info.c
arm/extr_gcov_fs_save_info_O0_gcc.s
x86_64/extr_gcov_fs_save_info_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function save_info _save_info: ; @save_info .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x8, [x29, #-8] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x8, [x29, #-8] ldr x0, [x8] ldr x1, [sp, #16] bl _gcov_info_add b LBB0_5 LBB0_2: ldr x0, [sp, #16] bl _gcov_info_dup ldur x8, [x29, #-8] str x0, [x8] ldur x8, [x29, #-8] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x8, _LOG_WARNING@GOTPAGE ldr x8, [x8, _LOG_WARNING@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #12] ; 4-byte Folded Spill ldr x0, [sp, #16] bl _gcov_info_filename mov x2, x0 ldr w0, [sp, #12] ; 4-byte Folded Reload adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _log b LBB0_4 LBB0_4: b LBB0_5 LBB0_5: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _LOG_WARNING,4,2 ; @LOG_WARNING .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "could not save data for '%s' (out of memory)\n" .no_dead_strip _save_info .subsections_via_symbols
.text .file "extr_gcov_fs.c_save_info.c" .p2align 4, 0x90 # -- Begin function save_info .type save_info,@function save_info: # @save_info .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax cmpq $0, (%rax) je .LBB0_2 # %bb.1: movq -8(%rbp), %rax movq (%rax), %rdi movq -16(%rbp), %rsi callq gcov_info_add@PLT jmp .LBB0_5 .LBB0_2: movq -16(%rbp), %rdi callq gcov_info_dup@PLT movq %rax, %rcx movq -8(%rbp), %rax movq %rcx, (%rax) movq -8(%rbp), %rax cmpq $0, (%rax) jne .LBB0_4 # %bb.3: movl LOG_WARNING(%rip), %eax movl %eax, -20(%rbp) # 4-byte Spill movq -16(%rbp), %rdi callq gcov_info_filename@PLT movl -20(%rbp), %edi # 4-byte Reload movl %eax, %edx leaq .L.str(%rip), %rsi callq log@PLT .LBB0_4: jmp .LBB0_5 .LBB0_5: addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size save_info, .Lfunc_end0-save_info .cfi_endproc # -- End function .type LOG_WARNING,@object # @LOG_WARNING .bss .globl LOG_WARNING .p2align 2 LOG_WARNING: .long 0 # 0x0 .size LOG_WARNING, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "could not save data for '%s' (out of memory)\n" .size .L.str, 46 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym save_info .addrsig_sym gcov_info_add .addrsig_sym gcov_info_dup .addrsig_sym log .addrsig_sym gcov_info_filename .addrsig_sym LOG_WARNING
zfs/lib/libzfs/extr_libzfs_mount.c_zfs_foreach_mountpoint.c
arm/extr_libzfs_mount_zfs_foreach_mountpoint_O0_gcc.s
x86_64/extr_libzfs_mount_zfs_foreach_mountpoint_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _zfs_foreach_mountpoint ; -- Begin function zfs_foreach_mountpoint .p2align 2 _zfs_foreach_mountpoint: ; @zfs_foreach_mountpoint .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur x3, [x29, #-32] str x4, [sp, #40] str w5, [sp, #36] bl _getzoneid str x0, [sp, #24] ldr w8, [sp, #36] subs w8, w8, #0 cset w8, eq mov w9, #1 str w9, [sp] ; 4-byte Folded Spill tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _getenv subs x8, x0, #0 cset w8, ne 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, #20] ldur x0, [x29, #-16] ldur x1, [x29, #-24] adrp x8, _mountpoint_cmp@GOTPAGE ldr x8, [x8, _mountpoint_cmp@GOTPAGEOFF] ldr w3, [x8] mov w2, #8 bl _qsort ldr w8, [sp, #20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_3 LBB0_3: str wzr, [sp, #16] b LBB0_4 LBB0_4: ; =>This Inner Loop Header: Depth=1 ldrsw x8, [sp, #16] ldur x9, [x29, #-24] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_7 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_4 Depth=1 ldur x8, [x29, #-32] ldur x9, [x29, #-16] ldrsw x10, [sp, #16] ldr x0, [x9, x10, lsl #3] ldr x1, [sp, #40] blr x8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_4 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_4 LBB0_7: b LBB0_16 LBB0_8: adrp x8, _mount_tp_nthr@GOTPAGE ldr x8, [x8, _mount_tp_nthr@GOTPAGEOFF] ldr w1, [x8] mov w0, #1 mov w2, #0 mov x3, #0 bl _tpool_create str x0, [sp, #8] str wzr, [sp, #4] b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldrsw x8, [sp, #4] ldur x9, [x29, #-24] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_15 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 ldr x8, [sp, #24] adrp x9, _GLOBAL_ZONEID@GOTPAGE ldr x9, [x9, _GLOBAL_ZONEID@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_13 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=1 ldur x8, [x29, #-16] ldrsw x9, [sp, #4] ldr x0, [x8, x9, lsl #3] adrp x8, _ZFS_PROP_ZONED@GOTPAGE ldr x8, [x8, _ZFS_PROP_ZONED@GOTPAGEOFF] ldr w1, [x8] bl _zfs_prop_get_int subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: b LBB0_15 LBB0_13: ; in Loop: Header=BB0_9 Depth=1 ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldr w3, [sp, #4] ldur x4, [x29, #-32] ldr x5, [sp, #40] ldr x6, [sp, #8] bl _zfs_dispatch_mount b LBB0_14 LBB0_14: ; in Loop: Header=BB0_9 Depth=1 ldur x0, [x29, #-16] ldur x1, [x29, #-24] ldr w2, [sp, #4] bl _non_descendant_idx str w0, [sp, #4] b LBB0_9 LBB0_15: ldr x0, [sp, #8] bl _tpool_wait ldr x0, [sp, #8] bl _tpool_destroy b LBB0_16 LBB0_16: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "ZFS_SERIAL_MOUNT" .comm _mountpoint_cmp,4,2 ; @mountpoint_cmp .comm _mount_tp_nthr,4,2 ; @mount_tp_nthr .comm _GLOBAL_ZONEID,8,3 ; @GLOBAL_ZONEID .comm _ZFS_PROP_ZONED,4,2 ; @ZFS_PROP_ZONED .subsections_via_symbols
.text .file "extr_libzfs_mount.c_zfs_foreach_mountpoint.c" .globl zfs_foreach_mountpoint # -- Begin function zfs_foreach_mountpoint .p2align 4, 0x90 .type zfs_foreach_mountpoint,@function zfs_foreach_mountpoint: # @zfs_foreach_mountpoint .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 %rcx, -32(%rbp) movq %r8, -40(%rbp) movl %r9d, -44(%rbp) movb $0, %al callq getzoneid@PLT movq %rax, -56(%rbp) movb $1, %al cmpl $0, -44(%rbp) movb %al, -77(%rbp) # 1-byte Spill je .LBB0_2 # %bb.1: leaq .L.str(%rip), %rdi callq getenv@PLT cmpq $0, %rax setne %al movb %al, -77(%rbp) # 1-byte Spill .LBB0_2: movb -77(%rbp), %al # 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -60(%rbp) movq -16(%rbp), %rdi movq -24(%rbp), %rsi movl mountpoint_cmp(%rip), %ecx movl $8, %edx callq qsort@PLT cmpl $0, -60(%rbp) je .LBB0_8 # %bb.3: movl $0, -64(%rbp) .LBB0_4: # =>This Inner Loop Header: Depth=1 movslq -64(%rbp), %rax cmpq -24(%rbp), %rax jae .LBB0_7 # %bb.5: # in Loop: Header=BB0_4 Depth=1 movq -32(%rbp), %rax movq -16(%rbp), %rcx movslq -64(%rbp), %rdx movq (%rcx,%rdx,8), %rdi movq -40(%rbp), %rsi callq *%rax # %bb.6: # in Loop: Header=BB0_4 Depth=1 movl -64(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) jmp .LBB0_4 .LBB0_7: jmp .LBB0_16 .LBB0_8: movl mount_tp_nthr(%rip), %esi movl $1, %edi xorl %edx, %edx xorl %eax, %eax movl %eax, %ecx callq tpool_create@PLT movq %rax, -72(%rbp) movl $0, -76(%rbp) .LBB0_9: # =>This Inner Loop Header: Depth=1 movslq -76(%rbp), %rax cmpq -24(%rbp), %rax jae .LBB0_15 # %bb.10: # in Loop: Header=BB0_9 Depth=1 movq -56(%rbp), %rax cmpq GLOBAL_ZONEID(%rip), %rax jne .LBB0_13 # %bb.11: # in Loop: Header=BB0_9 Depth=1 movq -16(%rbp), %rax movslq -76(%rbp), %rcx movq (%rax,%rcx,8), %rdi movl ZFS_PROP_ZONED(%rip), %esi callq zfs_prop_get_int@PLT cmpq $0, %rax je .LBB0_13 # %bb.12: jmp .LBB0_15 .LBB0_13: # in Loop: Header=BB0_9 Depth=1 movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -76(%rbp), %ecx movq -32(%rbp), %r8 movq -40(%rbp), %r9 movq -72(%rbp), %rax movq %rax, (%rsp) callq zfs_dispatch_mount@PLT # %bb.14: # in Loop: Header=BB0_9 Depth=1 movq -16(%rbp), %rdi movq -24(%rbp), %rsi movl -76(%rbp), %edx callq non_descendant_idx@PLT movl %eax, -76(%rbp) jmp .LBB0_9 .LBB0_15: movq -72(%rbp), %rdi callq tpool_wait@PLT movq -72(%rbp), %rdi callq tpool_destroy@PLT .LBB0_16: addq $96, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size zfs_foreach_mountpoint, .Lfunc_end0-zfs_foreach_mountpoint .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "ZFS_SERIAL_MOUNT" .size .L.str, 17 .type mountpoint_cmp,@object # @mountpoint_cmp .bss .globl mountpoint_cmp .p2align 2 mountpoint_cmp: .long 0 # 0x0 .size mountpoint_cmp, 4 .type mount_tp_nthr,@object # @mount_tp_nthr .globl mount_tp_nthr .p2align 2 mount_tp_nthr: .long 0 # 0x0 .size mount_tp_nthr, 4 .type GLOBAL_ZONEID,@object # @GLOBAL_ZONEID .globl GLOBAL_ZONEID .p2align 3 GLOBAL_ZONEID: .quad 0 # 0x0 .size GLOBAL_ZONEID, 8 .type ZFS_PROP_ZONED,@object # @ZFS_PROP_ZONED .globl ZFS_PROP_ZONED .p2align 2 ZFS_PROP_ZONED: .long 0 # 0x0 .size ZFS_PROP_ZONED, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym getzoneid .addrsig_sym getenv .addrsig_sym qsort .addrsig_sym tpool_create .addrsig_sym zfs_prop_get_int .addrsig_sym zfs_dispatch_mount .addrsig_sym non_descendant_idx .addrsig_sym tpool_wait .addrsig_sym tpool_destroy .addrsig_sym mountpoint_cmp .addrsig_sym mount_tp_nthr .addrsig_sym GLOBAL_ZONEID .addrsig_sym ZFS_PROP_ZONED
darwin-xnu/bsd/net/extr_if.c_ifaof_ifpforaddr.c
arm/extr_if_ifaof_ifpforaddr_O0_gcc.s
x86_64/extr_if_ifaof_ifpforaddr_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ifaof_ifpforaddr ; -- Begin function ifaof_ifpforaddr .p2align 2 _ifaof_ifpforaddr: ; @ifaof_ifpforaddr .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur x1, [x29, #-24] ; kill: def $x8 killed $xzr stur xzr, [x29, #-32] str xzr, [sp, #24] str xzr, [sp, #16] ldur x8, [x29, #-16] ldr x8, [x8] str x8, [sp, #8] ldr x8, [sp, #8] adrp x9, _AF_MAX@GOTPAGE ldr x9, [x9, _AF_MAX@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, lt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_42 LBB0_2: ldur x0, [x29, #-24] bl _ifnet_lock_shared ldur x8, [x29, #-24] ldr x8, [x8, #8] stur x8, [x29, #-32] b LBB0_3 LBB0_3: ; =>This Loop Header: Depth=1 ; Child Loop BB0_20 Depth 2 ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_32 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldur x0, [x29, #-32] bl _IFA_LOCK ldur x8, [x29, #-32] ldr x8, [x8, #8] ldr x8, [x8] ldr x9, [sp, #8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 ldur x0, [x29, #-32] bl _IFA_UNLOCK b LBB0_31 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=1 ldur x0, [x29, #-32] bl _IFA_ADDREF_LOCKED ldur x8, [x29, #-32] str x8, [sp, #24] b LBB0_8 LBB0_8: ; in Loop: Header=BB0_3 Depth=1 ldur x8, [x29, #-32] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_13 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_3 Depth=1 ldur x0, [x29, #-16] ldur x8, [x29, #-32] ldr x1, [x8, #8] bl _ifa_equal subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_3 Depth=1 ldur x0, [x29, #-16] ldur x8, [x29, #-32] ldr x1, [x8, #16] bl _ifa_equal subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ldur x0, [x29, #-32] bl _IFA_ADDREF_LOCKED ldur x0, [x29, #-32] bl _IFA_UNLOCK b LBB0_32 LBB0_12: ; in Loop: Header=BB0_3 Depth=1 ldur x0, [x29, #-32] bl _IFA_UNLOCK b LBB0_31 LBB0_13: ; in Loop: Header=BB0_3 Depth=1 ldur x8, [x29, #-24] ldr w8, [x8] adrp x9, _IFF_POINTOPOINT@GOTPAGE ldr x9, [x9, _IFF_POINTOPOINT@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_17 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_3 Depth=1 ldur x0, [x29, #-16] ldur x8, [x29, #-32] ldr x1, [x8, #16] bl _ifa_equal subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: ldur x0, [x29, #-32] bl _IFA_ADDREF_LOCKED ldur x0, [x29, #-32] bl _IFA_UNLOCK b LBB0_32 LBB0_16: ; in Loop: Header=BB0_3 Depth=1 b LBB0_30 LBB0_17: ; in Loop: Header=BB0_3 Depth=1 ldur x0, [x29, #-16] ldur x8, [x29, #-32] ldr x1, [x8, #8] bl _ifa_equal subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_19 b LBB0_18 LBB0_18: ldur x0, [x29, #-32] bl _IFA_ADDREF_LOCKED ldur x0, [x29, #-32] bl _IFA_UNLOCK b LBB0_32 LBB0_19: ; in Loop: Header=BB0_3 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #8] stur x8, [x29, #-40] ldur x8, [x29, #-32] ldr x8, [x8, #8] ldr x8, [x8, #8] str x8, [sp, #48] ldur x8, [x29, #-32] ldr x8, [x8] ldr x8, [x8] str x8, [sp, #40] ldur x8, [x29, #-32] ldr x8, [x8] ldrsw x9, [x8, #8] ldur x8, [x29, #-32] ldr x8, [x8] add x8, x8, x9 str x8, [sp, #32] b LBB0_20 LBB0_20: ; Parent Loop BB0_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #40] ldr x9, [sp, #32] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_25 b LBB0_21 LBB0_21: ; in Loop: Header=BB0_20 Depth=2 ldur x8, [x29, #-40] add x9, x8, #1 stur x9, [x29, #-40] ldrsb w8, [x8] ldr x9, [sp, #48] add x10, x9, #1 str x10, [sp, #48] ldrsb w9, [x9] eor w8, w8, w9 ldr x9, [sp, #40] ldrsb w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_23 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_3 Depth=1 b LBB0_25 LBB0_23: ; in Loop: Header=BB0_20 Depth=2 b LBB0_24 LBB0_24: ; in Loop: Header=BB0_20 Depth=2 ldr x8, [sp, #40] add x8, x8, #1 str x8, [sp, #40] b LBB0_20 LBB0_25: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #40] ldr x9, [sp, #32] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_29 b LBB0_26 LBB0_26: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_28 b LBB0_27 LBB0_27: ; in Loop: Header=BB0_3 Depth=1 ldur x0, [x29, #-32] bl _IFA_ADDREF_LOCKED ldur x8, [x29, #-32] str x8, [sp, #16] b LBB0_28 LBB0_28: ; in Loop: Header=BB0_3 Depth=1 b LBB0_29 LBB0_29: ; in Loop: Header=BB0_3 Depth=1 b LBB0_30 LBB0_30: ; in Loop: Header=BB0_3 Depth=1 ldur x0, [x29, #-32] bl _IFA_UNLOCK b LBB0_31 LBB0_31: ; in Loop: Header=BB0_3 Depth=1 ldur x8, [x29, #-32] ldr x8, [x8, #24] stur x8, [x29, #-32] b LBB0_3 LBB0_32: ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_37 b LBB0_33 LBB0_33: ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_35 b LBB0_34 LBB0_34: ldr x8, [sp, #16] stur x8, [x29, #-32] ; kill: def $x8 killed $xzr str xzr, [sp, #16] b LBB0_36 LBB0_35: ldr x8, [sp, #24] stur x8, [x29, #-32] ; kill: def $x8 killed $xzr str xzr, [sp, #24] b LBB0_36 LBB0_36: b LBB0_37 LBB0_37: ldur x0, [x29, #-24] bl _ifnet_lock_done ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_39 b LBB0_38 LBB0_38: ldr x0, [sp, #16] bl _IFA_REMREF b LBB0_39 LBB0_39: ldr x8, [sp, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_41 b LBB0_40 LBB0_40: ldr x0, [sp, #24] bl _IFA_REMREF b LBB0_41 LBB0_41: ldur x8, [x29, #-32] stur x8, [x29, #-8] b LBB0_42 LBB0_42: ldur x0, [x29, #-8] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .comm _AF_MAX,8,3 ; @AF_MAX .comm _IFF_POINTOPOINT,4,2 ; @IFF_POINTOPOINT .subsections_via_symbols
.text .file "extr_if.c_ifaof_ifpforaddr.c" .globl ifaof_ifpforaddr # -- Begin function ifaof_ifpforaddr .p2align 4, 0x90 .type ifaof_ifpforaddr,@function ifaof_ifpforaddr: # @ifaof_ifpforaddr .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 %rsi, -24(%rbp) movq $0, -32(%rbp) movq $0, -72(%rbp) movq $0, -80(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -88(%rbp) movq -88(%rbp), %rax cmpq AF_MAX(%rip), %rax jl .LBB0_2 # %bb.1: movq $0, -8(%rbp) jmp .LBB0_42 .LBB0_2: movq -24(%rbp), %rdi callq ifnet_lock_shared@PLT movq -24(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) .LBB0_3: # =>This Loop Header: Depth=1 # Child Loop BB0_20 Depth 2 cmpq $0, -32(%rbp) je .LBB0_32 # %bb.4: # in Loop: Header=BB0_3 Depth=1 movq -32(%rbp), %rdi callq IFA_LOCK@PLT movq -32(%rbp), %rax movq 8(%rax), %rax movq (%rax), %rax cmpq -88(%rbp), %rax je .LBB0_6 # %bb.5: # in Loop: Header=BB0_3 Depth=1 movq -32(%rbp), %rdi callq IFA_UNLOCK@PLT jmp .LBB0_31 .LBB0_6: # in Loop: Header=BB0_3 Depth=1 cmpq $0, -72(%rbp) jne .LBB0_8 # %bb.7: # in Loop: Header=BB0_3 Depth=1 movq -32(%rbp), %rdi callq IFA_ADDREF_LOCKED@PLT movq -32(%rbp), %rax movq %rax, -72(%rbp) .LBB0_8: # in Loop: Header=BB0_3 Depth=1 movq -32(%rbp), %rax cmpq $0, (%rax) jne .LBB0_13 # %bb.9: # in Loop: Header=BB0_3 Depth=1 movq -16(%rbp), %rdi movq -32(%rbp), %rax movq 8(%rax), %rsi callq ifa_equal@PLT cmpq $0, %rax jne .LBB0_11 # %bb.10: # in Loop: Header=BB0_3 Depth=1 movq -16(%rbp), %rdi movq -32(%rbp), %rax movq 16(%rax), %rsi callq ifa_equal@PLT cmpq $0, %rax je .LBB0_12 .LBB0_11: movq -32(%rbp), %rdi callq IFA_ADDREF_LOCKED@PLT movq -32(%rbp), %rdi callq IFA_UNLOCK@PLT jmp .LBB0_32 .LBB0_12: # in Loop: Header=BB0_3 Depth=1 movq -32(%rbp), %rdi callq IFA_UNLOCK@PLT jmp .LBB0_31 .LBB0_13: # in Loop: Header=BB0_3 Depth=1 movq -24(%rbp), %rax movl (%rax), %eax andl IFF_POINTOPOINT(%rip), %eax cmpl $0, %eax je .LBB0_17 # %bb.14: # in Loop: Header=BB0_3 Depth=1 movq -16(%rbp), %rdi movq -32(%rbp), %rax movq 16(%rax), %rsi callq ifa_equal@PLT cmpq $0, %rax je .LBB0_16 # %bb.15: movq -32(%rbp), %rdi callq IFA_ADDREF_LOCKED@PLT movq -32(%rbp), %rdi callq IFA_UNLOCK@PLT jmp .LBB0_32 .LBB0_16: # in Loop: Header=BB0_3 Depth=1 jmp .LBB0_30 .LBB0_17: # in Loop: Header=BB0_3 Depth=1 movq -16(%rbp), %rdi movq -32(%rbp), %rax movq 8(%rax), %rsi callq ifa_equal@PLT cmpq $0, %rax je .LBB0_19 # %bb.18: movq -32(%rbp), %rdi callq IFA_ADDREF_LOCKED@PLT movq -32(%rbp), %rdi callq IFA_UNLOCK@PLT jmp .LBB0_32 .LBB0_19: # in Loop: Header=BB0_3 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) movq -32(%rbp), %rax movq 8(%rax), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) movq -32(%rbp), %rax movq (%rax), %rax movq (%rax), %rax movq %rax, -56(%rbp) movq -32(%rbp), %rax movq (%rax), %rax movl 8(%rax), %ecx movq -32(%rbp), %rax movq (%rax), %rax movslq %ecx, %rcx addq %rcx, %rax movq %rax, -64(%rbp) .LBB0_20: # Parent Loop BB0_3 Depth=1 # => This Inner Loop Header: Depth=2 movq -56(%rbp), %rax cmpq -64(%rbp), %rax jae .LBB0_25 # %bb.21: # in Loop: Header=BB0_20 Depth=2 movq -40(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -40(%rbp) movsbl (%rax), %eax movq -48(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -48(%rbp) movsbl (%rcx), %ecx xorl %ecx, %eax movq -56(%rbp), %rcx movsbl (%rcx), %ecx andl %ecx, %eax cmpl $0, %eax je .LBB0_23 # %bb.22: # in Loop: Header=BB0_3 Depth=1 jmp .LBB0_25 .LBB0_23: # in Loop: Header=BB0_20 Depth=2 jmp .LBB0_24 .LBB0_24: # in Loop: Header=BB0_20 Depth=2 movq -56(%rbp), %rax addq $1, %rax movq %rax, -56(%rbp) jmp .LBB0_20 .LBB0_25: # in Loop: Header=BB0_3 Depth=1 movq -56(%rbp), %rax cmpq -64(%rbp), %rax jne .LBB0_29 # %bb.26: # in Loop: Header=BB0_3 Depth=1 cmpq $0, -80(%rbp) jne .LBB0_28 # %bb.27: # in Loop: Header=BB0_3 Depth=1 movq -32(%rbp), %rdi callq IFA_ADDREF_LOCKED@PLT movq -32(%rbp), %rax movq %rax, -80(%rbp) .LBB0_28: # in Loop: Header=BB0_3 Depth=1 jmp .LBB0_29 .LBB0_29: # in Loop: Header=BB0_3 Depth=1 jmp .LBB0_30 .LBB0_30: # in Loop: Header=BB0_3 Depth=1 movq -32(%rbp), %rdi callq IFA_UNLOCK@PLT .LBB0_31: # in Loop: Header=BB0_3 Depth=1 movq -32(%rbp), %rax movq 24(%rax), %rax movq %rax, -32(%rbp) jmp .LBB0_3 .LBB0_32: cmpq $0, -32(%rbp) jne .LBB0_37 # %bb.33: cmpq $0, -80(%rbp) je .LBB0_35 # %bb.34: movq -80(%rbp), %rax movq %rax, -32(%rbp) movq $0, -80(%rbp) jmp .LBB0_36 .LBB0_35: movq -72(%rbp), %rax movq %rax, -32(%rbp) movq $0, -72(%rbp) .LBB0_36: jmp .LBB0_37 .LBB0_37: movq -24(%rbp), %rdi callq ifnet_lock_done@PLT cmpq $0, -80(%rbp) je .LBB0_39 # %bb.38: movq -80(%rbp), %rdi callq IFA_REMREF@PLT .LBB0_39: cmpq $0, -72(%rbp) je .LBB0_41 # %bb.40: movq -72(%rbp), %rdi callq IFA_REMREF@PLT .LBB0_41: movq -32(%rbp), %rax movq %rax, -8(%rbp) .LBB0_42: movq -8(%rbp), %rax addq $96, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ifaof_ifpforaddr, .Lfunc_end0-ifaof_ifpforaddr .cfi_endproc # -- End function .type AF_MAX,@object # @AF_MAX .bss .globl AF_MAX .p2align 3 AF_MAX: .quad 0 # 0x0 .size AF_MAX, 8 .type IFF_POINTOPOINT,@object # @IFF_POINTOPOINT .globl IFF_POINTOPOINT .p2align 2 IFF_POINTOPOINT: .long 0 # 0x0 .size IFF_POINTOPOINT, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym ifnet_lock_shared .addrsig_sym IFA_LOCK .addrsig_sym IFA_UNLOCK .addrsig_sym IFA_ADDREF_LOCKED .addrsig_sym ifa_equal .addrsig_sym ifnet_lock_done .addrsig_sym IFA_REMREF .addrsig_sym AF_MAX .addrsig_sym IFF_POINTOPOINT
linux/fs/f2fs/extr_f2fs.h_F2FS_HAS_BLOCKS.c
arm/extr_f2fs.h_F2FS_HAS_BLOCKS_O0_gcc.s
x86_64/extr_f2fs.h_F2FS_HAS_BLOCKS_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function F2FS_HAS_BLOCKS _F2FS_HAS_BLOCKS: ; @F2FS_HAS_BLOCKS .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 _F2FS_I ldr x8, [x0] subs x8, x8, #0 cset w8, ne and w9, w8, #0x1 mov w8, #0 ands w9, w9, #0x1 csinc w8, w8, wzr, eq str w8, [sp, #4] ldr x8, [sp, #8] ldr w8, [x8] adrp x9, _F2FS_LOG_SECTORS_PER_BLOCK@GOTPAGE ldr x9, [x9, _F2FS_LOG_SECTORS_PER_BLOCK@GOTPAGEOFF] ldr w9, [x9] asr w8, w8, w9 ldr w9, [sp, #4] subs w8, w8, w9 cset w8, gt and w0, w8, #0x1 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _F2FS_LOG_SECTORS_PER_BLOCK,4,2 ; @F2FS_LOG_SECTORS_PER_BLOCK .no_dead_strip _F2FS_HAS_BLOCKS .subsections_via_symbols
.text .file "extr_f2fs.h_F2FS_HAS_BLOCKS.c" .p2align 4, 0x90 # -- Begin function F2FS_HAS_BLOCKS .type F2FS_HAS_BLOCKS,@function F2FS_HAS_BLOCKS: # @F2FS_HAS_BLOCKS .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 F2FS_I@PLT movq (%rax), %rdx xorl %eax, %eax movl $1, %ecx cmpq $0, %rdx cmovnel %ecx, %eax movl %eax, -12(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movl F2FS_LOG_SECTORS_PER_BLOCK(%rip), %ecx # kill: def $cl killed $ecx sarl %cl, %eax cmpl -12(%rbp), %eax setg %al andb $1, %al movzbl %al, %eax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size F2FS_HAS_BLOCKS, .Lfunc_end0-F2FS_HAS_BLOCKS .cfi_endproc # -- End function .type F2FS_LOG_SECTORS_PER_BLOCK,@object # @F2FS_LOG_SECTORS_PER_BLOCK .bss .globl F2FS_LOG_SECTORS_PER_BLOCK .p2align 2 F2FS_LOG_SECTORS_PER_BLOCK: .long 0 # 0x0 .size F2FS_LOG_SECTORS_PER_BLOCK, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym F2FS_HAS_BLOCKS .addrsig_sym F2FS_I .addrsig_sym F2FS_LOG_SECTORS_PER_BLOCK
exploitdb/exploits/linux/remote/extr_580.c_main.c
arm/extr_580_main_O0_gcc.s
x86_64/extr_580_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, #160 .cfi_def_cfa_offset 160 stp x29, x30, [sp, #144] ; 16-byte Folded Spill add x29, sp, #144 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] ldur w8, [x29, #-8] subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x8, [x29, #-16] ldr x0, [x8] mov w1, #1 str w1, [sp, #60] ; 4-byte Folded Spill bl _show_help ldr w0, [sp, #60] ; 4-byte Folded Reload bl _exit LBB0_2: ldur x8, [x29, #-16] ldr x8, [x8, #8] stur x8, [x29, #-24] ldur x8, [x29, #-16] ldr x0, [x8, #16] bl _atoi mov x8, x0 stur w8, [x29, #-36] ldur x8, [x29, #-16] ldr x0, [x8, #24] bl _atoi mov x8, x0 stur w8, [x29, #-68] ldur w8, [x29, #-68] adrp x9, _MAX_ARCH@GOTPAGE ldr x9, [x9, _MAX_ARCH@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldur w8, [x29, #-68] subs w8, w8, #0 cset w8, hs tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur x8, [x29, #-16] ldr x0, [x8] mov w1, #1 str w1, [sp, #56] ; 4-byte Folded Spill bl _show_help ldr w0, [sp, #56] ; 4-byte Folded Reload bl _exit LBB0_5: adrp x8, _targets@GOTPAGE ldr x8, [x8, _targets@GOTPAGEOFF] ldr x8, [x8] ldur w9, [x29, #-68] ; kill: def $x9 killed $w9 ldr x8, [x8, x9, lsl #3] str x8, [sp, #64] ldur x8, [x29, #-16] ldr x0, [x8] mov w1, #0 bl _show_help ldr x8, [sp, #64] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur x8, [x29, #-24] mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur x0, [x29, #-24] bl _gethostbyname stur x0, [x29, #-64] ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldur x8, [x29, #-24] mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_7: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_8 LBB0_8: adrp x8, _BUFF_SIZE@GOTPAGE ldr x8, [x8, _BUFF_SIZE@GOTPAGEOFF] ldr w0, [x8] bl _malloc stur x0, [x29, #-32] ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _perror mov w0, #1 bl _exit LBB0_10: ldur x8, [x29, #-64] ldr x8, [x8] ldr w8, [x8] stur w8, [x29, #-44] adrp x8, _AF_INET@GOTPAGE ldr x8, [x8, _AF_INET@GOTPAGEOFF] str x8, [sp, #48] ; 8-byte Folded Spill ldr w8, [x8] stur w8, [x29, #-48] ldur w0, [x29, #-36] bl _htons ldr x8, [sp, #48] ; 8-byte Folded Reload stur w0, [x29, #-52] ldr w0, [x8] adrp x8, _SOCK_STREAM@GOTPAGE ldr x8, [x8, _SOCK_STREAM@GOTPAGEOFF] ldr w1, [x8] adrp x8, _IPPROTO_TCP@GOTPAGE ldr x8, [x8, _IPPROTO_TCP@GOTPAGEOFF] ldr w2, [x8] bl _socket stur w0, [x29, #-40] subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _perror mov w0, #1 bl _exit LBB0_12: ldur x10, [x29, #-24] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldur w0, [x29, #-40] sub x1, x29, #52 mov w2, #12 bl _connect subs x8, x0, #0 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ldur x10, [x29, #-24] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _perror mov w0, #1 bl _exit LBB0_14: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_15 LBB0_15: ldur x0, [x29, #-32] adrp x8, _BUFF_SIZE@GOTPAGE ldr x8, [x8, _BUFF_SIZE@GOTPAGEOFF] ldr w1, [x8] ldur x2, [x29, #-24] add x3, sp, #64 bl _make_http_request ldur w8, [x29, #-40] str w8, [sp, #36] ; 4-byte Folded Spill ldur x8, [x29, #-32] str x8, [sp, #24] ; 8-byte Folded Spill ldur x0, [x29, #-32] bl _strlen ldr x1, [sp, #24] ; 8-byte Folded Reload mov x2, x0 ldr w0, [sp, #36] ; 4-byte Folded Reload mov w3, #0 bl _send str x0, [sp, #40] ; 8-byte Folded Spill ldur x0, [x29, #-32] bl _strlen mov x8, x0 ldr x0, [sp, #40] ; 8-byte Folded Reload subs x8, x0, x8 cset w8, ne tbnz w8, #0, LBB0_17 b LBB0_16 LBB0_16: adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf b LBB0_18 LBB0_17: adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB0_18 LBB0_18: ldur w0, [x29, #-40] bl _close mov w0, #0 ldp x29, x30, [sp, #144] ; 16-byte Folded Reload add sp, sp, #160 ret .cfi_endproc ; -- End function .comm _MAX_ARCH,4,2 ; @MAX_ARCH .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "- Invalid target\n" .comm _targets,8,3 ; @targets l_.str.1: ; @.str.1 .asciz "-Using RET %p\n" l_.str.2: ; @.str.2 .asciz "Resolving %s\t" l_.str.3: ; @.str.3 .asciz "[ERROR]\nUnable to resolve: %s\n" l_.str.4: ; @.str.4 .asciz "[DONE]\n" .comm _BUFF_SIZE,4,2 ; @BUFF_SIZE l_.str.5: ; @.str.5 .asciz "malloc" .comm _AF_INET,4,2 ; @AF_INET .comm _SOCK_STREAM,4,2 ; @SOCK_STREAM .comm _IPPROTO_TCP,4,2 ; @IPPROTO_TCP l_.str.6: ; @.str.6 .asciz "socket" l_.str.7: ; @.str.7 .asciz "Connecting to %s:%d\t" l_.str.8: ; @.str.8 .asciz "[ERROR]\nUnable to connect: %s:%d\n" l_.str.9: ; @.str.9 .asciz "connect" l_.str.10: ; @.str.10 .asciz "Successfully send exploit string\n" l_.str.11: ; @.str.11 .asciz "Failed sending exploit string\n" .subsections_via_symbols
.text .file "extr_580.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 $112, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) cmpl $4, -8(%rbp) je .LBB0_2 # %bb.1: movq -16(%rbp), %rax movq (%rax), %rdi movl $1, %esi callq show_help@PLT movl $1, %edi callq exit@PLT .LBB0_2: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rax movq 16(%rax), %rdi callq atoi@PLT # kill: def $eax killed $eax killed $rax movl %eax, -36(%rbp) movq -16(%rbp), %rax movq 24(%rax), %rdi callq atoi@PLT # kill: def $eax killed $eax killed $rax movl %eax, -68(%rbp) movl -68(%rbp), %eax cmpl MAX_ARCH(%rip), %eax jae .LBB0_4 # %bb.3: cmpl $0, -68(%rbp) jae .LBB0_5 .LBB0_4: leaq .L.str(%rip), %rdi movb $0, %al callq printf@PLT movq -16(%rbp), %rax movq (%rax), %rdi movl $1, %esi callq show_help@PLT movl $1, %edi callq exit@PLT .LBB0_5: movq targets(%rip), %rax movl -68(%rbp), %ecx # kill: def $rcx killed $ecx movq (%rax,%rcx,8), %rax movq %rax, -80(%rbp) movq -16(%rbp), %rax movq (%rax), %rdi xorl %esi, %esi callq show_help@PLT movq -80(%rbp), %rsi leaq .L.str.1(%rip), %rdi movb $0, %al callq printf@PLT movq -24(%rbp), %rsi leaq .L.str.2(%rip), %rdi movb $0, %al callq printf@PLT movq -24(%rbp), %rdi callq gethostbyname@PLT movq %rax, -64(%rbp) cmpq $0, -64(%rbp) jne .LBB0_7 # %bb.6: movq -24(%rbp), %rsi leaq .L.str.3(%rip), %rdi movb $0, %al callq printf@PLT movl $1, %edi callq exit@PLT .LBB0_7: leaq .L.str.4(%rip), %rdi movb $0, %al callq printf@PLT # %bb.8: movl BUFF_SIZE(%rip), %edi callq malloc@PLT movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne .LBB0_10 # %bb.9: leaq .L.str.5(%rip), %rdi callq perror@PLT movl $1, %edi callq exit@PLT .LBB0_10: movq -64(%rbp), %rax movq (%rax), %rax movl (%rax), %eax movl %eax, -48(%rbp) movl AF_INET(%rip), %eax movl %eax, -52(%rbp) movl -36(%rbp), %edi callq htons@PLT movl %eax, -56(%rbp) movl AF_INET(%rip), %edi movl SOCK_STREAM(%rip), %esi movl IPPROTO_TCP(%rip), %edx callq socket@PLT movl %eax, -40(%rbp) cmpl $0, %eax jge .LBB0_12 # %bb.11: leaq .L.str.6(%rip), %rdi callq perror@PLT movl $1, %edi callq exit@PLT .LBB0_12: movq -24(%rbp), %rsi movl -36(%rbp), %edx leaq .L.str.7(%rip), %rdi movb $0, %al callq printf@PLT movl -40(%rbp), %edi leaq -56(%rbp), %rsi movl $12, %edx callq connect@PLT cmpq $0, %rax jge .LBB0_14 # %bb.13: movq -24(%rbp), %rsi movl -36(%rbp), %edx leaq .L.str.8(%rip), %rdi movb $0, %al callq printf@PLT leaq .L.str.9(%rip), %rdi callq perror@PLT movl $1, %edi callq exit@PLT .LBB0_14: leaq .L.str.4(%rip), %rdi movb $0, %al callq printf@PLT # %bb.15: movq -32(%rbp), %rdi movl BUFF_SIZE(%rip), %esi movq -24(%rbp), %rdx leaq -80(%rbp), %rcx callq make_http_request@PLT movl -40(%rbp), %eax movl %eax, -100(%rbp) # 4-byte Spill movq -32(%rbp), %rax movq %rax, -96(%rbp) # 8-byte Spill movq -32(%rbp), %rdi callq strlen@PLT movl -100(%rbp), %edi # 4-byte Reload movq -96(%rbp), %rsi # 8-byte Reload movq %rax, %rdx xorl %ecx, %ecx callq send@PLT movq %rax, -88(%rbp) # 8-byte Spill movq -32(%rbp), %rdi callq strlen@PLT movq %rax, %rcx movq -88(%rbp), %rax # 8-byte Reload cmpq %rcx, %rax jne .LBB0_17 # %bb.16: leaq .L.str.10(%rip), %rdi movb $0, %al callq printf@PLT jmp .LBB0_18 .LBB0_17: leaq .L.str.11(%rip), %rdi movb $0, %al callq printf@PLT .LBB0_18: movl -40(%rbp), %edi callq close@PLT xorl %eax, %eax addq $112, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size main, .Lfunc_end0-main .cfi_endproc # -- End function .type MAX_ARCH,@object # @MAX_ARCH .bss .globl MAX_ARCH .p2align 2 MAX_ARCH: .long 0 # 0x0 .size MAX_ARCH, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "- Invalid target\n" .size .L.str, 18 .type targets,@object # @targets .bss .globl targets .p2align 3 targets: .quad 0 .size targets, 8 .type .L.str.1,@object # @.str.1 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.1: .asciz "-Using RET %p\n" .size .L.str.1, 15 .type .L.str.2,@object # @.str.2 .L.str.2: .asciz "Resolving %s\t" .size .L.str.2, 14 .type .L.str.3,@object # @.str.3 .L.str.3: .asciz "[ERROR]\nUnable to resolve: %s\n" .size .L.str.3, 31 .type .L.str.4,@object # @.str.4 .L.str.4: .asciz "[DONE]\n" .size .L.str.4, 8 .type BUFF_SIZE,@object # @BUFF_SIZE .bss .globl BUFF_SIZE .p2align 2 BUFF_SIZE: .long 0 # 0x0 .size BUFF_SIZE, 4 .type .L.str.5,@object # @.str.5 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.5: .asciz "malloc" .size .L.str.5, 7 .type AF_INET,@object # @AF_INET .bss .globl AF_INET .p2align 2 AF_INET: .long 0 # 0x0 .size AF_INET, 4 .type SOCK_STREAM,@object # @SOCK_STREAM .globl SOCK_STREAM .p2align 2 SOCK_STREAM: .long 0 # 0x0 .size SOCK_STREAM, 4 .type IPPROTO_TCP,@object # @IPPROTO_TCP .globl IPPROTO_TCP .p2align 2 IPPROTO_TCP: .long 0 # 0x0 .size IPPROTO_TCP, 4 .type .L.str.6,@object # @.str.6 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.6: .asciz "socket" .size .L.str.6, 7 .type .L.str.7,@object # @.str.7 .L.str.7: .asciz "Connecting to %s:%d\t" .size .L.str.7, 21 .type .L.str.8,@object # @.str.8 .L.str.8: .asciz "[ERROR]\nUnable to connect: %s:%d\n" .size .L.str.8, 34 .type .L.str.9,@object # @.str.9 .L.str.9: .asciz "connect" .size .L.str.9, 8 .type .L.str.10,@object # @.str.10 .L.str.10: .asciz "Successfully send exploit string\n" .size .L.str.10, 34 .type .L.str.11,@object # @.str.11 .L.str.11: .asciz "Failed sending exploit string\n" .size .L.str.11, 31 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym show_help .addrsig_sym exit .addrsig_sym atoi .addrsig_sym printf .addrsig_sym gethostbyname .addrsig_sym malloc .addrsig_sym perror .addrsig_sym htons .addrsig_sym socket .addrsig_sym connect .addrsig_sym make_http_request .addrsig_sym send .addrsig_sym strlen .addrsig_sym close .addrsig_sym MAX_ARCH .addrsig_sym targets .addrsig_sym BUFF_SIZE .addrsig_sym AF_INET .addrsig_sym SOCK_STREAM .addrsig_sym IPPROTO_TCP
linux/net/sctp/extr_associola.c_sctp_peer_needs_update.c
arm/extr_associola_sctp_peer_needs_update_O0_gcc.s
x86_64/extr_associola_sctp_peer_needs_update_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function sctp_peer_needs_update _sctp_peer_needs_update: ; @sctp_peer_needs_update .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] subs w8, w8, #128 subs w8, w8, #3 cset w8, hi tbnz w8, #0, LBB0_5 b LBB0_1 LBB0_1: ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x9, [sp, #16] ldr x9, [x9, #16] subs x8, x8, x9 cset w8, le tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x9, [sp, #16] ldr x9, [x9, #16] subs x8, x8, x9 str x8, [sp, #8] ; 8-byte Folded Spill adrp x8, ___u32@GOTPAGE ldr x8, [x8, ___u32@GOTPAGEOFF] ldr w0, [x8] ldr x8, [sp, #16] ldr x8, [x8, #8] ldr w8, [x8] adrp x9, _sctp_rwnd_upd_shift@GOTPAGE ldr x9, [x9, _sctp_rwnd_upd_shift@GOTPAGEOFF] ldr w9, [x9] asr w1, w8, w9 ldr x8, [sp, #16] ldr w2, [x8, #4] bl _max_t ldr x8, [sp, #8] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, lt tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: mov w8, #1 stur w8, [x29, #-4] b LBB0_7 LBB0_4: b LBB0_6 LBB0_5: b LBB0_6 LBB0_6: stur wzr, [x29, #-4] b LBB0_7 LBB0_7: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm ___u32,4,2 ; @__u32 .comm _sctp_rwnd_upd_shift,4,2 ; @sctp_rwnd_upd_shift .no_dead_strip _sctp_peer_needs_update .subsections_via_symbols
.text .file "extr_associola.c_sctp_peer_needs_update.c" .p2align 4, 0x90 # -- Begin function sctp_peer_needs_update .type sctp_peer_needs_update,@function sctp_peer_needs_update: # @sctp_peer_needs_update .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 addl $-128, %eax subl $3, %eax ja .LBB0_5 jmp .LBB0_1 .LBB0_1: movq -16(%rbp), %rax movq 24(%rax), %rax movq -16(%rbp), %rcx cmpq 16(%rcx), %rax jle .LBB0_4 # %bb.2: movq -16(%rbp), %rax movq 24(%rax), %rax movq -16(%rbp), %rcx subq 16(%rcx), %rax movq %rax, -24(%rbp) # 8-byte Spill movl __u32(%rip), %edi movq -16(%rbp), %rax movq 8(%rax), %rax movl (%rax), %esi movl sctp_rwnd_upd_shift(%rip), %ecx # kill: def $cl killed $ecx sarl %cl, %esi movq -16(%rbp), %rax movl 4(%rax), %edx callq max_t@PLT movq %rax, %rcx movq -24(%rbp), %rax # 8-byte Reload cmpq %rcx, %rax jl .LBB0_4 # %bb.3: movl $1, -4(%rbp) jmp .LBB0_7 .LBB0_4: jmp .LBB0_6 .LBB0_5: jmp .LBB0_6 .LBB0_6: movl $0, -4(%rbp) .LBB0_7: movl -4(%rbp), %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size sctp_peer_needs_update, .Lfunc_end0-sctp_peer_needs_update .cfi_endproc # -- End function .type __u32,@object # @__u32 .bss .globl __u32 .p2align 2 __u32: .long 0 # 0x0 .size __u32, 4 .type sctp_rwnd_upd_shift,@object # @sctp_rwnd_upd_shift .globl sctp_rwnd_upd_shift .p2align 2 sctp_rwnd_upd_shift: .long 0 # 0x0 .size sctp_rwnd_upd_shift, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym sctp_peer_needs_update .addrsig_sym max_t .addrsig_sym __u32 .addrsig_sym sctp_rwnd_upd_shift
darwin-xnu/osfmk/kern/extr_ast.c_ast_dtrace_on.c
arm/extr_ast_ast_dtrace_on_O0_gcc.s
x86_64/extr_ast_ast_dtrace_on_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ast_dtrace_on ; -- Begin function ast_dtrace_on .p2align 2 _ast_dtrace_on: ; @ast_dtrace_on .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, _AST_DTRACE@GOTPAGE ldr x8, [x8, _AST_DTRACE@GOTPAGEOFF] ldr w0, [x8] bl _ast_on ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .comm _AST_DTRACE,4,2 ; @AST_DTRACE .subsections_via_symbols
.text .file "extr_ast.c_ast_dtrace_on.c" .globl ast_dtrace_on # -- Begin function ast_dtrace_on .p2align 4, 0x90 .type ast_dtrace_on,@function ast_dtrace_on: # @ast_dtrace_on .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl AST_DTRACE(%rip), %edi callq ast_on@PLT popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ast_dtrace_on, .Lfunc_end0-ast_dtrace_on .cfi_endproc # -- End function .type AST_DTRACE,@object # @AST_DTRACE .bss .globl AST_DTRACE .p2align 2 AST_DTRACE: .long 0 # 0x0 .size AST_DTRACE, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym ast_on .addrsig_sym AST_DTRACE
vlc/test/libvlc/extr_core.c_test_core.c
arm/extr_core_test_core_O0_gcc.s
x86_64/extr_core_test_core_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function test_core _test_core: ; @test_core .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] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _test_log ldur w0, [x29, #-12] ldur x1, [x29, #-8] bl _libvlc_new str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne and w0, w8, #0x1 bl _assert ldr x0, [sp, #8] bl _libvlc_retain ldr x0, [sp, #8] bl _libvlc_release ldr x0, [sp, #8] bl _libvlc_release 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 "Testing core\n" .no_dead_strip _test_core .subsections_via_symbols
.text .file "extr_core.c_test_core.c" .p2align 4, 0x90 # -- Begin function test_core .type test_core,@function test_core: # @test_core .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) leaq .L.str(%rip), %rdi callq test_log@PLT movl -12(%rbp), %edi movq -8(%rbp), %rsi callq libvlc_new@PLT movq %rax, -24(%rbp) cmpq $0, -24(%rbp) setne %al andb $1, %al movzbl %al, %edi callq assert@PLT movq -24(%rbp), %rdi callq libvlc_retain@PLT movq -24(%rbp), %rdi callq libvlc_release@PLT movq -24(%rbp), %rdi callq libvlc_release@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size test_core, .Lfunc_end0-test_core .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "Testing core\n" .size .L.str, 14 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym test_core .addrsig_sym test_log .addrsig_sym libvlc_new .addrsig_sym assert .addrsig_sym libvlc_retain .addrsig_sym libvlc_release
linux/drivers/watchdog/extr_wm8350_wdt.c_wm8350_wdt_set_timeout.c
arm/extr_wm8350_wdt_wm8350_wdt_set_timeout_O0_gcc.s
x86_64/extr_wm8350_wdt_wm8350_wdt_set_timeout_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function wm8350_wdt_set_timeout _wm8350_wdt_set_timeout: ; @wm8350_wdt_set_timeout .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, _wm8350_wdt_cfgs@GOTPAGE ldr x8, [x8, _wm8350_wdt_cfgs@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill stur x0, [x29, #-16] stur w1, [x29, #-20] ldur x0, [x29, #-16] bl _watchdog_get_drvdata stur x0, [x29, #-32] str wzr, [sp, #40] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w9, [sp, #40] str w9, [sp, #20] ; 4-byte Folded Spill ldr x0, [x8] bl _ARRAY_SIZE ldr w8, [sp, #20] ; 4-byte Folded Reload subs w8, w8, w0 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x8, [x8] ldrsw x9, [sp, #40] lsl x9, x9, #3 ldr w8, [x8, x9] ldur w9, [x29, #-20] subs 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 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #40] add w8, w8, #1 str w8, [sp, #40] b LBB0_1 LBB0_6: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w9, [sp, #40] str w9, [sp, #16] ; 4-byte Folded Spill ldr x0, [x8] bl _ARRAY_SIZE ldr w8, [sp, #16] ; 4-byte Folded Reload subs w8, w8, w0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: 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_9 LBB0_8: adrp x0, _wdt_mutex@GOTPAGE ldr x0, [x0, _wdt_mutex@GOTPAGEOFF] str x0, [sp, #8] ; 8-byte Folded Spill bl _mutex_lock ldur x0, [x29, #-32] bl _wm8350_reg_unlock ldur x0, [x29, #-32] adrp x8, _WM8350_SYSTEM_CONTROL_2@GOTPAGE ldr x8, [x8, _WM8350_SYSTEM_CONTROL_2@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill ldr w1, [x8] bl _wm8350_reg_read ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp] ; 8-byte Folded Reload str w0, [sp, #36] adrp x10, _WM8350_WDOG_TO_MASK@GOTPAGE ldr x10, [x10, _WM8350_WDOG_TO_MASK@GOTPAGEOFF] ldr w11, [x10] ldr w10, [sp, #36] bic w10, w10, w11 str w10, [sp, #36] ldr x9, [x9] ldrsw x10, [sp, #40] add x9, x9, x10, lsl #3 ldr w10, [x9, #4] ldr w9, [sp, #36] orr w9, w9, w10 str w9, [sp, #36] ldur x0, [x29, #-32] ldr w1, [x8] ldr w2, [sp, #36] bl _wm8350_reg_write stur w0, [x29, #-36] ldur x0, [x29, #-32] bl _wm8350_reg_lock ldr x0, [sp, #8] ; 8-byte Folded Reload bl _mutex_unlock ldur w8, [x29, #-20] ldur x9, [x29, #-16] str w8, [x9] ldur w8, [x29, #-36] stur w8, [x29, #-4] b LBB0_9 LBB0_9: ldur w0, [x29, #-4] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .comm _wm8350_wdt_cfgs,8,3 ; @wm8350_wdt_cfgs .comm _EINVAL,4,2 ; @EINVAL .comm _wdt_mutex,4,2 ; @wdt_mutex .comm _WM8350_SYSTEM_CONTROL_2,4,2 ; @WM8350_SYSTEM_CONTROL_2 .comm _WM8350_WDOG_TO_MASK,4,2 ; @WM8350_WDOG_TO_MASK .no_dead_strip _wm8350_wdt_set_timeout .subsections_via_symbols
.text .file "extr_wm8350_wdt.c_wm8350_wdt_set_timeout.c" .p2align 4, 0x90 # -- Begin function wm8350_wdt_set_timeout .type wm8350_wdt_set_timeout,@function wm8350_wdt_set_timeout: # @wm8350_wdt_set_timeout .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq -16(%rbp), %rdi callq watchdog_get_drvdata@PLT movq %rax, -32(%rbp) movl $0, -40(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movl -40(%rbp), %eax movl %eax, -48(%rbp) # 4-byte Spill movq wm8350_wdt_cfgs(%rip), %rdi callq ARRAY_SIZE@PLT movl %eax, %ecx movl -48(%rbp), %eax # 4-byte Reload cmpl %ecx, %eax jge .LBB0_6 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq wm8350_wdt_cfgs(%rip), %rax movslq -40(%rbp), %rcx movl (%rax,%rcx,8), %eax cmpl -20(%rbp), %eax jne .LBB0_4 # %bb.3: jmp .LBB0_6 .LBB0_4: # in Loop: Header=BB0_1 Depth=1 jmp .LBB0_5 .LBB0_5: # in Loop: Header=BB0_1 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp .LBB0_1 .LBB0_6: movl -40(%rbp), %eax movl %eax, -52(%rbp) # 4-byte Spill movq wm8350_wdt_cfgs(%rip), %rdi callq ARRAY_SIZE@PLT movl %eax, %ecx movl -52(%rbp), %eax # 4-byte Reload cmpl %ecx, %eax jne .LBB0_8 # %bb.7: xorl %eax, %eax subl EINVAL(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_9 .LBB0_8: leaq wdt_mutex(%rip), %rdi callq mutex_lock@PLT movq -32(%rbp), %rdi callq wm8350_reg_unlock@PLT movq -32(%rbp), %rdi movl WM8350_SYSTEM_CONTROL_2(%rip), %esi callq wm8350_reg_read@PLT movl %eax, -44(%rbp) movl WM8350_WDOG_TO_MASK(%rip), %eax xorl $-1, %eax andl -44(%rbp), %eax movl %eax, -44(%rbp) movq wm8350_wdt_cfgs(%rip), %rax movslq -40(%rbp), %rcx movl 4(%rax,%rcx,8), %eax orl -44(%rbp), %eax movl %eax, -44(%rbp) movq -32(%rbp), %rdi movl WM8350_SYSTEM_CONTROL_2(%rip), %esi movl -44(%rbp), %edx callq wm8350_reg_write@PLT movl %eax, -36(%rbp) movq -32(%rbp), %rdi callq wm8350_reg_lock@PLT leaq wdt_mutex(%rip), %rdi callq mutex_unlock@PLT movl -20(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) movl -36(%rbp), %eax movl %eax, -4(%rbp) .LBB0_9: movl -4(%rbp), %eax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size wm8350_wdt_set_timeout, .Lfunc_end0-wm8350_wdt_set_timeout .cfi_endproc # -- End function .type wm8350_wdt_cfgs,@object # @wm8350_wdt_cfgs .bss .globl wm8350_wdt_cfgs .p2align 3 wm8350_wdt_cfgs: .quad 0 .size wm8350_wdt_cfgs, 8 .type EINVAL,@object # @EINVAL .globl EINVAL .p2align 2 EINVAL: .long 0 # 0x0 .size EINVAL, 4 .type wdt_mutex,@object # @wdt_mutex .globl wdt_mutex .p2align 2 wdt_mutex: .long 0 # 0x0 .size wdt_mutex, 4 .type WM8350_SYSTEM_CONTROL_2,@object # @WM8350_SYSTEM_CONTROL_2 .globl WM8350_SYSTEM_CONTROL_2 .p2align 2 WM8350_SYSTEM_CONTROL_2: .long 0 # 0x0 .size WM8350_SYSTEM_CONTROL_2, 4 .type WM8350_WDOG_TO_MASK,@object # @WM8350_WDOG_TO_MASK .globl WM8350_WDOG_TO_MASK .p2align 2 WM8350_WDOG_TO_MASK: .long 0 # 0x0 .size WM8350_WDOG_TO_MASK, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym wm8350_wdt_set_timeout .addrsig_sym watchdog_get_drvdata .addrsig_sym ARRAY_SIZE .addrsig_sym mutex_lock .addrsig_sym wm8350_reg_unlock .addrsig_sym wm8350_reg_read .addrsig_sym wm8350_reg_write .addrsig_sym wm8350_reg_lock .addrsig_sym mutex_unlock .addrsig_sym wm8350_wdt_cfgs .addrsig_sym EINVAL .addrsig_sym wdt_mutex .addrsig_sym WM8350_SYSTEM_CONTROL_2 .addrsig_sym WM8350_WDOG_TO_MASK
linux/drivers/infiniband/hw/qib/extr_qib_mad.c_process_subn.c
arm/extr_qib_mad_process_subn_O0_gcc.s
x86_64/extr_qib_mad_process_subn_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function process_subn _process_subn: ; @process_subn .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, _IB_MAD_RESULT_SUCCESS@GOTPAGE ldr x8, [x8, _IB_MAD_RESULT_SUCCESS@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill adrp x8, _IB_MAD_RESULT_CONSUMED@GOTPAGE ldr x8, [x8, _IB_MAD_RESULT_CONSUMED@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, _IB_SMP_UNSUP_METH_ATTR@GOTPAGE ldr x8, [x8, _IB_SMP_UNSUP_METH_ATTR@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill stur x0, [x29, #-8] stur w1, [x29, #-12] stur x2, [x29, #-24] stur x3, [x29, #-32] stur x4, [x29, #-40] ldur x8, [x29, #-40] stur x8, [x29, #-48] ldur x0, [x29, #-8] ldur x1, [x29, #-24] bl _to_iport stur x0, [x29, #-56] ldur x0, [x29, #-56] bl _ppd_from_ibp str x0, [sp, #64] ldur x9, [x29, #-40] ldur x8, [x29, #-32] ldr x8, [x8] str x8, [x9] ldur x8, [x29, #-48] ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _IB_SMP_UNSUP_VERSION@GOTPAGE ldr x8, [x8, _IB_SMP_UNSUP_VERSION@GOTPAGEOFF] ldr w10, [x8] ldur x9, [x29, #-48] ldr w8, [x9, #8] orr w8, w8, w10 str w8, [x9, #8] ldur x0, [x29, #-48] bl _reply str w0, [sp, #60] b LBB0_53 LBB0_2: ldur x0, [x29, #-56] ldur x1, [x29, #-48] ldur w2, [x29, #-12] bl _check_mkey str w0, [sp, #60] ldr w8, [sp, #60] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_11 b LBB0_3 LBB0_3: ldur x8, [x29, #-48] ldr w0, [x8, #28] bl _be32_to_cpu str x0, [sp, #48] ldur x8, [x29, #-32] ldr x8, [x8] subs x8, x8, #131 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_4 LBB0_4: ldur x8, [x29, #-48] ldr w8, [x8, #4] subs w8, w8, #143 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldur x8, [x29, #-48] ldr w8, [x8, #4] subs w8, w8, #138 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_6 LBB0_6: ldr x8, [sp, #48] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_7 LBB0_7: ldr x8, [sp, #48] ldur x9, [x29, #-8] ldr x9, [x9] subs x8, x8, x9 cset w8, gt tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ldur x8, [x29, #-24] ldr x9, [sp, #48] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ldur x0, [x29, #-8] ldr x1, [sp, #48] bl _to_iport ldur x1, [x29, #-48] mov w2, #0 bl _check_mkey b LBB0_10 LBB0_10: adrp x8, _IB_MAD_RESULT_FAILURE@GOTPAGE ldr x8, [x8, _IB_MAD_RESULT_FAILURE@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #60] b LBB0_53 LBB0_11: ldur x8, [x29, #-48] ldr w8, [x8, #4] subs w8, w8, #136 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #7 cset w8, hi tbnz w8, #0, LBB0_51 ; %bb.12: ldr x11, [sp, #16] ; 8-byte Folded Reload adrp x10, lJTI0_0@PAGE add x10, x10, lJTI0_0@PAGEOFF Ltmp0: adr x8, Ltmp0 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_13: ldur x8, [x29, #-48] ldr w8, [x8, #24] subs w8, w8, #128 ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill subs x8, x8, #7 cset w8, hi tbnz w8, #0, LBB0_27 ; %bb.14: ldr x11, [sp, #8] ; 8-byte Folded Reload adrp x10, lJTI0_2@PAGE add x10, x10, lJTI0_2@PAGEOFF Ltmp1: adr x8, Ltmp1 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_15: ldur x0, [x29, #-48] ldur x1, [x29, #-8] bl _subn_get_nodedescription str w0, [sp, #60] b LBB0_53 LBB0_16: ldur x0, [x29, #-48] ldur x1, [x29, #-8] ldur x2, [x29, #-24] bl _subn_get_nodeinfo str w0, [sp, #60] b LBB0_53 LBB0_17: ldur x0, [x29, #-48] ldur x1, [x29, #-8] ldur x2, [x29, #-24] bl _subn_get_guidinfo str w0, [sp, #60] b LBB0_53 LBB0_18: ldur x0, [x29, #-48] ldur x1, [x29, #-8] ldur x2, [x29, #-24] bl _subn_get_portinfo str w0, [sp, #60] b LBB0_53 LBB0_19: ldur x0, [x29, #-48] ldur x1, [x29, #-8] ldur x2, [x29, #-24] bl _subn_get_pkeytable str w0, [sp, #60] b LBB0_53 LBB0_20: ldur x0, [x29, #-48] ldur x1, [x29, #-8] ldur x2, [x29, #-24] bl _subn_get_sl_to_vl str w0, [sp, #60] b LBB0_53 LBB0_21: ldur x0, [x29, #-48] ldur x1, [x29, #-8] ldur x2, [x29, #-24] bl _subn_get_vl_arb str w0, [sp, #60] b LBB0_53 LBB0_22: ldur x8, [x29, #-56] ldr w8, [x8] adrp x9, _IB_PORT_SM_DISABLED@GOTPAGE ldr x9, [x9, _IB_PORT_SM_DISABLED@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_24 b LBB0_23 LBB0_23: ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] orr w8, w8, w9 str w8, [sp, #60] b LBB0_53 LBB0_24: ldur x8, [x29, #-56] ldr w8, [x8] adrp x9, _IB_PORT_SM@GOTPAGE ldr x9, [x9, _IB_PORT_SM@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_26 b LBB0_25 LBB0_25: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w8, [x8] str w8, [sp, #60] b LBB0_53 LBB0_26: b LBB0_27 LBB0_27: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w10, [x8] ldur x9, [x29, #-48] ldr w8, [x9, #8] orr w8, w8, w10 str w8, [x9, #8] ldur x0, [x29, #-48] bl _reply str w0, [sp, #60] b LBB0_53 LBB0_28: ldur x8, [x29, #-48] ldr w8, [x8, #24] subs w8, w8, #128 ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill subs x8, x8, #7 cset w8, hi tbnz w8, #0, LBB0_40 ; %bb.29: ldr x11, [sp] ; 8-byte Folded Reload adrp x10, lJTI0_1@PAGE add x10, x10, lJTI0_1@PAGEOFF Ltmp2: adr x8, Ltmp2 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_30: ldur x0, [x29, #-48] ldur x1, [x29, #-8] ldur x2, [x29, #-24] bl _subn_set_guidinfo str w0, [sp, #60] b LBB0_53 LBB0_31: ldur x0, [x29, #-48] ldur x1, [x29, #-8] ldur x2, [x29, #-24] bl _subn_set_portinfo str w0, [sp, #60] b LBB0_53 LBB0_32: ldur x0, [x29, #-48] ldur x1, [x29, #-8] ldur x2, [x29, #-24] bl _subn_set_pkeytable str w0, [sp, #60] b LBB0_53 LBB0_33: ldur x0, [x29, #-48] ldur x1, [x29, #-8] ldur x2, [x29, #-24] bl _subn_set_sl_to_vl str w0, [sp, #60] b LBB0_53 LBB0_34: ldur x0, [x29, #-48] ldur x1, [x29, #-8] ldur x2, [x29, #-24] bl _subn_set_vl_arb str w0, [sp, #60] b LBB0_53 LBB0_35: ldur x8, [x29, #-56] ldr w8, [x8] adrp x9, _IB_PORT_SM_DISABLED@GOTPAGE ldr x9, [x9, _IB_PORT_SM_DISABLED@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_37 b LBB0_36 LBB0_36: ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] orr w8, w8, w9 str w8, [sp, #60] b LBB0_53 LBB0_37: ldur x8, [x29, #-56] ldr w8, [x8] adrp x9, _IB_PORT_SM@GOTPAGE ldr x9, [x9, _IB_PORT_SM@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_39 b LBB0_38 LBB0_38: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w8, [x8] str w8, [sp, #60] b LBB0_53 LBB0_39: b LBB0_40 LBB0_40: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w10, [x8] ldur x9, [x29, #-48] ldr w8, [x9, #8] orr w8, w8, w10 str w8, [x9, #8] ldur x0, [x29, #-48] bl _reply str w0, [sp, #60] b LBB0_53 LBB0_41: ldur x8, [x29, #-48] ldr w8, [x8, #24] adrp x9, _IB_SMP_ATTR_NOTICE@GOTPAGE ldr x9, [x9, _IB_SMP_ATTR_NOTICE@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_43 b LBB0_42 LBB0_42: ldur x0, [x29, #-48] ldur x1, [x29, #-8] ldur x2, [x29, #-24] bl _subn_trap_repress str w0, [sp, #60] b LBB0_44 LBB0_43: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w10, [x8] ldur x9, [x29, #-48] ldr w8, [x9, #8] orr w8, w8, w10 str w8, [x9, #8] ldur x0, [x29, #-48] bl _reply str w0, [sp, #60] b LBB0_44 LBB0_44: b LBB0_53 LBB0_45: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w8, [x8] str w8, [sp, #60] b LBB0_53 LBB0_46: ldur x0, [x29, #-48] bl _ib_get_smp_direction subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_49 b LBB0_47 LBB0_47: ldur x8, [x29, #-48] ldr w8, [x8, #24] adrp x9, _QIB_VENDOR_IPG@GOTPAGE ldr x9, [x9, _QIB_VENDOR_IPG@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_49 b LBB0_48 LBB0_48: ldr x8, [sp, #64] ldr x8, [x8] ldr x8, [x8] ldr x0, [sp, #64] adrp x9, _QIB_IB_CFG_PORT@GOTPAGE ldr x9, [x9, _QIB_IB_CFG_PORT@GOTPAGEOFF] ldr w1, [x9] ldur x9, [x29, #-48] ldr x9, [x9, #16] ldr w2, [x9] blr x8 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x9, [sp, #32] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] orr w8, w8, w9 str w8, [sp, #60] b LBB0_50 LBB0_49: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w8, [x8] str w8, [sp, #60] b LBB0_50 LBB0_50: b LBB0_53 LBB0_51: adrp x8, _IB_SMP_UNSUP_METHOD@GOTPAGE ldr x8, [x8, _IB_SMP_UNSUP_METHOD@GOTPAGEOFF] ldr w10, [x8] ldur x9, [x29, #-48] ldr w8, [x9, #8] orr w8, w8, w10 str w8, [x9, #8] ldur x0, [x29, #-48] bl _reply str w0, [sp, #60] b LBB0_52 LBB0_52: b LBB0_53 LBB0_53: ldr w0, [sp, #60] ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc .p2align 2 lJTI0_0: .long LBB0_41-Ltmp0 .long LBB0_45-Ltmp0 .long LBB0_28-Ltmp0 .long LBB0_46-Ltmp0 .long LBB0_45-Ltmp0 .long LBB0_45-Ltmp0 .long LBB0_45-Ltmp0 .long LBB0_13-Ltmp0 .p2align 2 lJTI0_1: .long LBB0_34-Ltmp2 .long LBB0_35-Ltmp2 .long LBB0_33-Ltmp2 .long LBB0_31-Ltmp2 .long LBB0_32-Ltmp2 .long LBB0_40-Ltmp2 .long LBB0_40-Ltmp2 .long LBB0_30-Ltmp2 .p2align 2 lJTI0_2: .long LBB0_21-Ltmp1 .long LBB0_22-Ltmp1 .long LBB0_20-Ltmp1 .long LBB0_18-Ltmp1 .long LBB0_19-Ltmp1 .long LBB0_16-Ltmp1 .long LBB0_15-Ltmp1 .long LBB0_17-Ltmp1 ; -- End function .comm _IB_SMP_UNSUP_VERSION,4,2 ; @IB_SMP_UNSUP_VERSION .comm _IB_MAD_RESULT_FAILURE,4,2 ; @IB_MAD_RESULT_FAILURE .comm _IB_PORT_SM_DISABLED,4,2 ; @IB_PORT_SM_DISABLED .comm _IB_MAD_RESULT_SUCCESS,4,2 ; @IB_MAD_RESULT_SUCCESS .comm _IB_MAD_RESULT_CONSUMED,4,2 ; @IB_MAD_RESULT_CONSUMED .comm _IB_PORT_SM,4,2 ; @IB_PORT_SM .comm _IB_SMP_UNSUP_METH_ATTR,4,2 ; @IB_SMP_UNSUP_METH_ATTR .comm _IB_SMP_ATTR_NOTICE,4,2 ; @IB_SMP_ATTR_NOTICE .comm _QIB_VENDOR_IPG,4,2 ; @QIB_VENDOR_IPG .comm _QIB_IB_CFG_PORT,4,2 ; @QIB_IB_CFG_PORT .comm _IB_SMP_UNSUP_METHOD,4,2 ; @IB_SMP_UNSUP_METHOD .no_dead_strip _process_subn .subsections_via_symbols
.text .file "extr_qib_mad.c_process_subn.c" .p2align 4, 0x90 # -- Begin function process_subn .type process_subn,@function process_subn: # @process_subn .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 %rcx, -32(%rbp) movq %r8, -40(%rbp) movq -40(%rbp), %rax movq %rax, -48(%rbp) movq -8(%rbp), %rdi movq -24(%rbp), %rsi callq to_iport@PLT movq %rax, -56(%rbp) movq -56(%rbp), %rdi callq ppd_from_ibp@PLT movq %rax, -64(%rbp) movq -40(%rbp), %rax movq -32(%rbp), %rcx movq (%rcx), %rcx movq %rcx, (%rax) movq -48(%rbp), %rax cmpl $1, (%rax) je .LBB0_2 # %bb.1: movl IB_SMP_UNSUP_VERSION(%rip), %ecx movq -48(%rbp), %rax orl 8(%rax), %ecx movl %ecx, 8(%rax) movq -48(%rbp), %rdi callq reply@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_2: movq -56(%rbp), %rdi movq -48(%rbp), %rsi movl -12(%rbp), %edx callq check_mkey@PLT movl %eax, -68(%rbp) cmpl $0, -68(%rbp) je .LBB0_11 # %bb.3: movq -48(%rbp), %rax movl 28(%rax), %edi callq be32_to_cpu@PLT movq %rax, -80(%rbp) movq -32(%rbp), %rax cmpq $131, (%rax) jne .LBB0_10 # %bb.4: movq -48(%rbp), %rax cmpl $143, 4(%rax) je .LBB0_6 # %bb.5: movq -48(%rbp), %rax cmpl $138, 4(%rax) jne .LBB0_10 .LBB0_6: cmpq $0, -80(%rbp) je .LBB0_10 # %bb.7: movq -80(%rbp), %rax movq -8(%rbp), %rcx cmpq (%rcx), %rax jg .LBB0_10 # %bb.8: movq -24(%rbp), %rax cmpq -80(%rbp), %rax je .LBB0_10 # %bb.9: movq -8(%rbp), %rdi movq -80(%rbp), %rsi callq to_iport@PLT movq %rax, %rdi movq -48(%rbp), %rsi xorl %edx, %edx callq check_mkey@PLT .LBB0_10: movl IB_MAD_RESULT_FAILURE(%rip), %eax movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_11: movq -48(%rbp), %rax movl 4(%rax), %eax addl $-136, %eax movl %eax, %ecx movq %rcx, -88(%rbp) # 8-byte Spill subl $7, %eax ja .LBB0_48 # %bb.51: movq -88(%rbp), %rax # 8-byte Reload leaq .LJTI0_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax .LBB0_12: movq -48(%rbp), %rax movl 24(%rax), %eax addl $-128, %eax movl %eax, %ecx movq %rcx, -96(%rbp) # 8-byte Spill subl $7, %eax ja .LBB0_25 # %bb.53: movq -96(%rbp), %rax # 8-byte Reload leaq .LJTI0_2(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax .LBB0_13: movq -48(%rbp), %rdi movq -8(%rbp), %rsi callq subn_get_nodedescription@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_14: movq -48(%rbp), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx callq subn_get_nodeinfo@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_15: movq -48(%rbp), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx callq subn_get_guidinfo@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_16: movq -48(%rbp), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx callq subn_get_portinfo@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_17: movq -48(%rbp), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx callq subn_get_pkeytable@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_18: movq -48(%rbp), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx callq subn_get_sl_to_vl@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_19: movq -48(%rbp), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx callq subn_get_vl_arb@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_20: movq -56(%rbp), %rax movl (%rax), %eax andl IB_PORT_SM_DISABLED(%rip), %eax cmpl $0, %eax je .LBB0_22 # %bb.21: movl IB_MAD_RESULT_SUCCESS(%rip), %eax orl IB_MAD_RESULT_CONSUMED(%rip), %eax movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_22: movq -56(%rbp), %rax movl (%rax), %eax andl IB_PORT_SM(%rip), %eax cmpl $0, %eax je .LBB0_24 # %bb.23: movl IB_MAD_RESULT_SUCCESS(%rip), %eax movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_24: jmp .LBB0_25 .LBB0_25: movl IB_SMP_UNSUP_METH_ATTR(%rip), %ecx movq -48(%rbp), %rax orl 8(%rax), %ecx movl %ecx, 8(%rax) movq -48(%rbp), %rdi callq reply@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_26: movq -48(%rbp), %rax movl 24(%rax), %eax addl $-128, %eax movl %eax, %ecx movq %rcx, -104(%rbp) # 8-byte Spill subl $7, %eax ja .LBB0_37 # %bb.52: movq -104(%rbp), %rax # 8-byte Reload leaq .LJTI0_1(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax .LBB0_27: movq -48(%rbp), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx callq subn_set_guidinfo@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_28: movq -48(%rbp), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx callq subn_set_portinfo@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_29: movq -48(%rbp), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx callq subn_set_pkeytable@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_30: movq -48(%rbp), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx callq subn_set_sl_to_vl@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_31: movq -48(%rbp), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx callq subn_set_vl_arb@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_32: movq -56(%rbp), %rax movl (%rax), %eax andl IB_PORT_SM_DISABLED(%rip), %eax cmpl $0, %eax je .LBB0_34 # %bb.33: movl IB_MAD_RESULT_SUCCESS(%rip), %eax orl IB_MAD_RESULT_CONSUMED(%rip), %eax movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_34: movq -56(%rbp), %rax movl (%rax), %eax andl IB_PORT_SM(%rip), %eax cmpl $0, %eax je .LBB0_36 # %bb.35: movl IB_MAD_RESULT_SUCCESS(%rip), %eax movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_36: jmp .LBB0_37 .LBB0_37: movl IB_SMP_UNSUP_METH_ATTR(%rip), %ecx movq -48(%rbp), %rax orl 8(%rax), %ecx movl %ecx, 8(%rax) movq -48(%rbp), %rdi callq reply@PLT movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_38: movq -48(%rbp), %rax movl 24(%rax), %eax cmpl IB_SMP_ATTR_NOTICE(%rip), %eax jne .LBB0_40 # %bb.39: movq -48(%rbp), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx callq subn_trap_repress@PLT movl %eax, -68(%rbp) jmp .LBB0_41 .LBB0_40: movl IB_SMP_UNSUP_METH_ATTR(%rip), %ecx movq -48(%rbp), %rax orl 8(%rax), %ecx movl %ecx, 8(%rax) movq -48(%rbp), %rdi callq reply@PLT movl %eax, -68(%rbp) .LBB0_41: jmp .LBB0_50 .LBB0_42: movl IB_MAD_RESULT_SUCCESS(%rip), %eax movl %eax, -68(%rbp) jmp .LBB0_50 .LBB0_43: movq -48(%rbp), %rdi callq ib_get_smp_direction@PLT cmpl $0, %eax je .LBB0_46 # %bb.44: movq -48(%rbp), %rax movl 24(%rax), %eax cmpl QIB_VENDOR_IPG(%rip), %eax jne .LBB0_46 # %bb.45: movq -64(%rbp), %rax movq (%rax), %rax movq (%rax), %rax movq -64(%rbp), %rdi movl QIB_IB_CFG_PORT(%rip), %esi movq -48(%rbp), %rcx movq 16(%rcx), %rcx movl (%rcx), %edx callq *%rax movl IB_MAD_RESULT_SUCCESS(%rip), %eax orl IB_MAD_RESULT_CONSUMED(%rip), %eax movl %eax, -68(%rbp) jmp .LBB0_47 .LBB0_46: movl IB_MAD_RESULT_SUCCESS(%rip), %eax movl %eax, -68(%rbp) .LBB0_47: jmp .LBB0_50 .LBB0_48: movl IB_SMP_UNSUP_METHOD(%rip), %ecx movq -48(%rbp), %rax orl 8(%rax), %ecx movl %ecx, 8(%rax) movq -48(%rbp), %rdi callq reply@PLT movl %eax, -68(%rbp) # %bb.49: jmp .LBB0_50 .LBB0_50: movl -68(%rbp), %eax addq $112, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size process_subn, .Lfunc_end0-process_subn .cfi_endproc .section .rodata,"a",@progbits .p2align 2 .LJTI0_0: .long .LBB0_38-.LJTI0_0 .long .LBB0_42-.LJTI0_0 .long .LBB0_26-.LJTI0_0 .long .LBB0_43-.LJTI0_0 .long .LBB0_42-.LJTI0_0 .long .LBB0_42-.LJTI0_0 .long .LBB0_42-.LJTI0_0 .long .LBB0_12-.LJTI0_0 .LJTI0_1: .long .LBB0_31-.LJTI0_1 .long .LBB0_32-.LJTI0_1 .long .LBB0_30-.LJTI0_1 .long .LBB0_28-.LJTI0_1 .long .LBB0_29-.LJTI0_1 .long .LBB0_37-.LJTI0_1 .long .LBB0_37-.LJTI0_1 .long .LBB0_27-.LJTI0_1 .LJTI0_2: .long .LBB0_19-.LJTI0_2 .long .LBB0_20-.LJTI0_2 .long .LBB0_18-.LJTI0_2 .long .LBB0_16-.LJTI0_2 .long .LBB0_17-.LJTI0_2 .long .LBB0_14-.LJTI0_2 .long .LBB0_13-.LJTI0_2 .long .LBB0_15-.LJTI0_2 # -- End function .type IB_SMP_UNSUP_VERSION,@object # @IB_SMP_UNSUP_VERSION .bss .globl IB_SMP_UNSUP_VERSION .p2align 2 IB_SMP_UNSUP_VERSION: .long 0 # 0x0 .size IB_SMP_UNSUP_VERSION, 4 .type IB_MAD_RESULT_FAILURE,@object # @IB_MAD_RESULT_FAILURE .globl IB_MAD_RESULT_FAILURE .p2align 2 IB_MAD_RESULT_FAILURE: .long 0 # 0x0 .size IB_MAD_RESULT_FAILURE, 4 .type IB_PORT_SM_DISABLED,@object # @IB_PORT_SM_DISABLED .globl IB_PORT_SM_DISABLED .p2align 2 IB_PORT_SM_DISABLED: .long 0 # 0x0 .size IB_PORT_SM_DISABLED, 4 .type IB_MAD_RESULT_SUCCESS,@object # @IB_MAD_RESULT_SUCCESS .globl IB_MAD_RESULT_SUCCESS .p2align 2 IB_MAD_RESULT_SUCCESS: .long 0 # 0x0 .size IB_MAD_RESULT_SUCCESS, 4 .type IB_MAD_RESULT_CONSUMED,@object # @IB_MAD_RESULT_CONSUMED .globl IB_MAD_RESULT_CONSUMED .p2align 2 IB_MAD_RESULT_CONSUMED: .long 0 # 0x0 .size IB_MAD_RESULT_CONSUMED, 4 .type IB_PORT_SM,@object # @IB_PORT_SM .globl IB_PORT_SM .p2align 2 IB_PORT_SM: .long 0 # 0x0 .size IB_PORT_SM, 4 .type IB_SMP_UNSUP_METH_ATTR,@object # @IB_SMP_UNSUP_METH_ATTR .globl IB_SMP_UNSUP_METH_ATTR .p2align 2 IB_SMP_UNSUP_METH_ATTR: .long 0 # 0x0 .size IB_SMP_UNSUP_METH_ATTR, 4 .type IB_SMP_ATTR_NOTICE,@object # @IB_SMP_ATTR_NOTICE .globl IB_SMP_ATTR_NOTICE .p2align 2 IB_SMP_ATTR_NOTICE: .long 0 # 0x0 .size IB_SMP_ATTR_NOTICE, 4 .type QIB_VENDOR_IPG,@object # @QIB_VENDOR_IPG .globl QIB_VENDOR_IPG .p2align 2 QIB_VENDOR_IPG: .long 0 # 0x0 .size QIB_VENDOR_IPG, 4 .type QIB_IB_CFG_PORT,@object # @QIB_IB_CFG_PORT .globl QIB_IB_CFG_PORT .p2align 2 QIB_IB_CFG_PORT: .long 0 # 0x0 .size QIB_IB_CFG_PORT, 4 .type IB_SMP_UNSUP_METHOD,@object # @IB_SMP_UNSUP_METHOD .globl IB_SMP_UNSUP_METHOD .p2align 2 IB_SMP_UNSUP_METHOD: .long 0 # 0x0 .size IB_SMP_UNSUP_METHOD, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym process_subn .addrsig_sym to_iport .addrsig_sym ppd_from_ibp .addrsig_sym reply .addrsig_sym check_mkey .addrsig_sym be32_to_cpu .addrsig_sym subn_get_nodedescription .addrsig_sym subn_get_nodeinfo .addrsig_sym subn_get_guidinfo .addrsig_sym subn_get_portinfo .addrsig_sym subn_get_pkeytable .addrsig_sym subn_get_sl_to_vl .addrsig_sym subn_get_vl_arb .addrsig_sym subn_set_guidinfo .addrsig_sym subn_set_portinfo .addrsig_sym subn_set_pkeytable .addrsig_sym subn_set_sl_to_vl .addrsig_sym subn_set_vl_arb .addrsig_sym subn_trap_repress .addrsig_sym ib_get_smp_direction .addrsig_sym IB_SMP_UNSUP_VERSION .addrsig_sym IB_MAD_RESULT_FAILURE .addrsig_sym IB_PORT_SM_DISABLED .addrsig_sym IB_MAD_RESULT_SUCCESS .addrsig_sym IB_MAD_RESULT_CONSUMED .addrsig_sym IB_PORT_SM .addrsig_sym IB_SMP_UNSUP_METH_ATTR .addrsig_sym IB_SMP_ATTR_NOTICE .addrsig_sym QIB_VENDOR_IPG .addrsig_sym QIB_IB_CFG_PORT .addrsig_sym IB_SMP_UNSUP_METHOD
SoftEtherVPN/src/Mayaqua/extr_OS.c_OSSetHighPriority.c
arm/extr_OS_OSSetHighPriority_O0_gcc.s
x86_64/extr_OS_OSSetHighPriority_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _OSSetHighPriority ; -- Begin function OSSetHighPriority .p2align 2 _OSSetHighPriority: ; @OSSetHighPriority .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, _os@GOTPAGE ldr x8, [x8, _os@GOTPAGEOFF] ldr x8, [x8] ldr x8, [x8] blr x8 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .comm _os,8,3 ; @os .subsections_via_symbols
.text .file "extr_OS.c_OSSetHighPriority.c" .globl OSSetHighPriority # -- Begin function OSSetHighPriority .p2align 4, 0x90 .type OSSetHighPriority,@function OSSetHighPriority: # @OSSetHighPriority .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq os(%rip), %rcx movb $0, %al callq *(%rcx) popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size OSSetHighPriority, .Lfunc_end0-OSSetHighPriority .cfi_endproc # -- End function .type os,@object # @os .bss .globl os .p2align 3 os: .quad 0 .size os, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym os
linux/drivers/isdn/mISDN/extr_dsp_audio.c_dsp_audio_generate_law_tables.c
arm/extr_dsp_audio_dsp_audio_generate_law_tables_O0_gcc.s
x86_64/extr_dsp_audio_dsp_audio_generate_law_tables_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _dsp_audio_generate_law_tables ; -- Begin function dsp_audio_generate_law_tables .p2align 2 _dsp_audio_generate_law_tables: ; @dsp_audio_generate_law_tables .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-4] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w0, [x29, #-4] bl _bitrev8 bl _alaw2linear adrp x8, _dsp_audio_alaw_to_s32@GOTPAGE ldr x8, [x8, _dsp_audio_alaw_to_s32@GOTPAGEOFF] ldr x8, [x8] ldursw x9, [x29, #-4] str w0, [x8, x9, lsl #2] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-4] add w8, w8, #1 stur w8, [x29, #-4] b LBB0_1 LBB0_4: stur wzr, [x29, #-4] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-4] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldur w0, [x29, #-4] bl _bitrev8 bl _ulaw2linear adrp x8, _dsp_audio_ulaw_to_s32@GOTPAGE ldr x8, [x8, _dsp_audio_ulaw_to_s32@GOTPAGEOFF] ldr x8, [x8] ldursw x9, [x29, #-4] str w0, [x8, x9, lsl #2] b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-4] add w8, w8, #1 stur w8, [x29, #-4] b LBB0_5 LBB0_8: stur wzr, [x29, #-4] b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-4] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 adrp x8, _dsp_audio_alaw_to_s32@GOTPAGE ldr x8, [x8, _dsp_audio_alaw_to_s32@GOTPAGEOFF] ldr x8, [x8] ldursw x9, [x29, #-4] ldr w0, [x8, x9, lsl #2] bl _linear2ulaw adrp x8, _dsp_audio_alaw_to_ulaw@GOTPAGE ldr x8, [x8, _dsp_audio_alaw_to_ulaw@GOTPAGEOFF] ldr x8, [x8] ldursw x9, [x29, #-4] str w0, [x8, x9, lsl #2] adrp x8, _dsp_audio_ulaw_to_s32@GOTPAGE ldr x8, [x8, _dsp_audio_ulaw_to_s32@GOTPAGEOFF] ldr x8, [x8] ldursw x9, [x29, #-4] ldr w0, [x8, x9, lsl #2] bl _linear2alaw adrp x8, _dsp_audio_ulaw_to_alaw@GOTPAGE ldr x8, [x8, _dsp_audio_ulaw_to_alaw@GOTPAGEOFF] ldr x8, [x8] ldursw x9, [x29, #-4] str w0, [x8, x9, lsl #2] b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=1 ldur w8, [x29, #-4] add w8, w8, #1 stur w8, [x29, #-4] b LBB0_9 LBB0_12: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _dsp_audio_alaw_to_s32,8,3 ; @dsp_audio_alaw_to_s32 .comm _dsp_audio_ulaw_to_s32,8,3 ; @dsp_audio_ulaw_to_s32 .comm _dsp_audio_alaw_to_ulaw,8,3 ; @dsp_audio_alaw_to_ulaw .comm _dsp_audio_ulaw_to_alaw,8,3 ; @dsp_audio_ulaw_to_alaw .subsections_via_symbols
.text .file "extr_dsp_audio.c_dsp_audio_generate_law_tables.c" .globl dsp_audio_generate_law_tables # -- Begin function dsp_audio_generate_law_tables .p2align 4, 0x90 .type dsp_audio_generate_law_tables,@function dsp_audio_generate_law_tables: # @dsp_audio_generate_law_tables .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 cmpl $256, -4(%rbp) # imm = 0x100 jge .LBB0_4 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movl -4(%rbp), %edi callq bitrev8@PLT movl %eax, %edi callq alaw2linear@PLT movl %eax, %edx movq dsp_audio_alaw_to_s32(%rip), %rax movslq -4(%rbp), %rcx movl %edx, (%rax,%rcx,4) # %bb.3: # in Loop: Header=BB0_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp .LBB0_1 .LBB0_4: movl $0, -4(%rbp) .LBB0_5: # =>This Inner Loop Header: Depth=1 cmpl $256, -4(%rbp) # imm = 0x100 jge .LBB0_8 # %bb.6: # in Loop: Header=BB0_5 Depth=1 movl -4(%rbp), %edi callq bitrev8@PLT movl %eax, %edi callq ulaw2linear@PLT movl %eax, %edx movq dsp_audio_ulaw_to_s32(%rip), %rax movslq -4(%rbp), %rcx movl %edx, (%rax,%rcx,4) # %bb.7: # in Loop: Header=BB0_5 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp .LBB0_5 .LBB0_8: movl $0, -4(%rbp) .LBB0_9: # =>This Inner Loop Header: Depth=1 cmpl $256, -4(%rbp) # imm = 0x100 jge .LBB0_12 # %bb.10: # in Loop: Header=BB0_9 Depth=1 movq dsp_audio_alaw_to_s32(%rip), %rax movslq -4(%rbp), %rcx movl (%rax,%rcx,4), %edi callq linear2ulaw@PLT movl %eax, %edx movq dsp_audio_alaw_to_ulaw(%rip), %rax movslq -4(%rbp), %rcx movl %edx, (%rax,%rcx,4) movq dsp_audio_ulaw_to_s32(%rip), %rax movslq -4(%rbp), %rcx movl (%rax,%rcx,4), %edi callq linear2alaw@PLT movl %eax, %edx movq dsp_audio_ulaw_to_alaw(%rip), %rax movslq -4(%rbp), %rcx movl %edx, (%rax,%rcx,4) # %bb.11: # in Loop: Header=BB0_9 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp .LBB0_9 .LBB0_12: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size dsp_audio_generate_law_tables, .Lfunc_end0-dsp_audio_generate_law_tables .cfi_endproc # -- End function .type dsp_audio_alaw_to_s32,@object # @dsp_audio_alaw_to_s32 .bss .globl dsp_audio_alaw_to_s32 .p2align 3 dsp_audio_alaw_to_s32: .quad 0 .size dsp_audio_alaw_to_s32, 8 .type dsp_audio_ulaw_to_s32,@object # @dsp_audio_ulaw_to_s32 .globl dsp_audio_ulaw_to_s32 .p2align 3 dsp_audio_ulaw_to_s32: .quad 0 .size dsp_audio_ulaw_to_s32, 8 .type dsp_audio_alaw_to_ulaw,@object # @dsp_audio_alaw_to_ulaw .globl dsp_audio_alaw_to_ulaw .p2align 3 dsp_audio_alaw_to_ulaw: .quad 0 .size dsp_audio_alaw_to_ulaw, 8 .type dsp_audio_ulaw_to_alaw,@object # @dsp_audio_ulaw_to_alaw .globl dsp_audio_ulaw_to_alaw .p2align 3 dsp_audio_ulaw_to_alaw: .quad 0 .size dsp_audio_ulaw_to_alaw, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym alaw2linear .addrsig_sym bitrev8 .addrsig_sym ulaw2linear .addrsig_sym linear2ulaw .addrsig_sym linear2alaw .addrsig_sym dsp_audio_alaw_to_s32 .addrsig_sym dsp_audio_ulaw_to_s32 .addrsig_sym dsp_audio_alaw_to_ulaw .addrsig_sym dsp_audio_ulaw_to_alaw
poco/Data/SQLite/src/extr_sqlite3.c_vdbePmaWriterInit.c
arm/extr_sqlite3_vdbePmaWriterInit_O0_gcc.s
x86_64/extr_sqlite3_vdbePmaWriterInit_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function vdbePmaWriterInit _vdbePmaWriterInit: ; @vdbePmaWriterInit .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 x0, [sp, #16] mov w1, #0 mov w2, #40 bl _memset ldr w0, [sp, #12] bl _sqlite3Malloc ldr x8, [sp, #16] str x0, [x8, #32] ldr x8, [sp, #16] ldr x8, [x8, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _SQLITE_NOMEM_BKPT@GOTPAGE ldr x8, [x8, _SQLITE_NOMEM_BKPT@GOTPAGEOFF] ldr w8, [x8] ldr x9, [sp, #16] str w8, [x9, #24] b LBB0_3 LBB0_2: ldr w8, [sp, #8] ldr w10, [sp, #12] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 ldr x9, [sp, #16] str w8, [x9, #4] ldr x9, [sp, #16] str w8, [x9] ldr w8, [sp, #8] ldr x9, [sp, #16] ldr w9, [x9, #4] subs w8, w8, w9 ldr x9, [sp, #16] str w8, [x9, #8] ldr w8, [sp, #12] ldr x9, [sp, #16] str w8, [x9, #12] ldur x8, [x29, #-8] ldr x9, [sp, #16] str x8, [x9, #16] b LBB0_3 LBB0_3: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _SQLITE_NOMEM_BKPT,4,2 ; @SQLITE_NOMEM_BKPT .no_dead_strip _vdbePmaWriterInit .subsections_via_symbols
.text .file "extr_sqlite3.c_vdbePmaWriterInit.c" .p2align 4, 0x90 # -- Begin function vdbePmaWriterInit .type vdbePmaWriterInit,@function vdbePmaWriterInit: # @vdbePmaWriterInit .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) movq -16(%rbp), %rdi xorl %esi, %esi movl $40, %edx callq memset@PLT movl -20(%rbp), %edi callq sqlite3Malloc@PLT movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, 32(%rax) movq -16(%rbp), %rax cmpq $0, 32(%rax) jne .LBB0_2 # %bb.1: movl SQLITE_NOMEM_BKPT(%rip), %ecx movq -16(%rbp), %rax movl %ecx, 24(%rax) jmp .LBB0_3 .LBB0_2: movl -24(%rbp), %eax cltd idivl -20(%rbp) movq -16(%rbp), %rax movl %edx, 4(%rax) movq -16(%rbp), %rax movl %edx, (%rax) movl -24(%rbp), %ecx movq -16(%rbp), %rax subl 4(%rax), %ecx movq -16(%rbp), %rax movl %ecx, 8(%rax) movl -20(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, 12(%rax) movq -8(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 16(%rax) .LBB0_3: addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size vdbePmaWriterInit, .Lfunc_end0-vdbePmaWriterInit .cfi_endproc # -- End function .type SQLITE_NOMEM_BKPT,@object # @SQLITE_NOMEM_BKPT .bss .globl SQLITE_NOMEM_BKPT .p2align 2 SQLITE_NOMEM_BKPT: .long 0 # 0x0 .size SQLITE_NOMEM_BKPT, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym vdbePmaWriterInit .addrsig_sym memset .addrsig_sym sqlite3Malloc .addrsig_sym SQLITE_NOMEM_BKPT
linux/fs/nfsd/extr_nfs4xdr.c_nfsd4_decode_renew.c
arm/extr_nfs4xdr_nfsd4_decode_renew_O0_gcc.s
x86_64/extr_nfs4xdr_nfsd4_decode_renew_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function nfsd4_decode_renew _nfsd4_decode_renew: ; @nfsd4_decode_renew .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 w8, [x8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _nfserr_notsupp@GOTPAGE ldr x8, [x8, _nfserr_notsupp@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_3 LBB0_2: mov w0, #4 str w0, [sp, #4] ; 4-byte Folded Spill bl _READ_BUF ldr w1, [sp, #4] ; 4-byte Folded Reload ldr x0, [sp, #8] bl _COPYMEM 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 .comm _DECODE_HEAD,4,2 ; @DECODE_HEAD .comm _nfserr_notsupp,4,2 ; @nfserr_notsupp .comm _DECODE_TAIL,4,2 ; @DECODE_TAIL .no_dead_strip _nfsd4_decode_renew .subsections_via_symbols
.text .file "extr_nfs4xdr.c_nfsd4_decode_renew.c" .p2align 4, 0x90 # -- Begin function nfsd4_decode_renew .type nfsd4_decode_renew,@function nfsd4_decode_renew: # @nfsd4_decode_renew .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 cmpl $1, (%rax) jl .LBB0_2 # %bb.1: movl nfserr_notsupp(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_3 .LBB0_2: movl $4, %edi callq READ_BUF@PLT movq -24(%rbp), %rdi movl $4, %esi callq COPYMEM@PLT .LBB0_3: movl -4(%rbp), %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size nfsd4_decode_renew, .Lfunc_end0-nfsd4_decode_renew .cfi_endproc # -- End function .type DECODE_HEAD,@object # @DECODE_HEAD .bss .globl DECODE_HEAD .p2align 2 DECODE_HEAD: .long 0 # 0x0 .size DECODE_HEAD, 4 .type nfserr_notsupp,@object # @nfserr_notsupp .globl nfserr_notsupp .p2align 2 nfserr_notsupp: .long 0 # 0x0 .size nfserr_notsupp, 4 .type DECODE_TAIL,@object # @DECODE_TAIL .globl DECODE_TAIL .p2align 2 DECODE_TAIL: .long 0 # 0x0 .size DECODE_TAIL, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym nfsd4_decode_renew .addrsig_sym READ_BUF .addrsig_sym COPYMEM .addrsig_sym DECODE_HEAD .addrsig_sym nfserr_notsupp .addrsig_sym DECODE_TAIL
fastsocket/kernel/drivers/char/pcmcia/ipwireless/extr_hardware.c_do_close_hardware.c
arm/extr_hardware_do_close_hardware_O0_gcc.s
x86_64/extr_hardware_do_close_hardware_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function do_close_hardware _do_close_hardware: ; @do_close_hardware .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, _IOIR@GOTPAGE ldr x8, [x8, _IOIR@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill stur x0, [x29, #-8] ldur x8, [x29, #-8] ldr x8, [x8] adrp x9, _HW_VERSION_1@GOTPAGE ldr x9, [x9, _HW_VERSION_1@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_1 LBB0_1: ldur x8, [x29, #-8] ldr x8, [x8, #16] adrp x9, _IOIER@GOTPAGE ldr x9, [x9, _IOIER@GOTPAGEOFF] ldr x9, [x9] add x1, x8, x9 mov w0, #0 bl _outw ldr x9, [sp, #8] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldr x8, [x8, #16] ldr x9, [x9] add x0, x8, x9 bl _inw stur w0, [x29, #-12] ldur w8, [x29, #-12] adrp x9, _IR_TXINTR@GOTPAGE ldr x9, [x9, _IR_TXINTR@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr x9, [sp, #8] ; 8-byte Folded Reload adrp x8, _IR_TXINTR@GOTPAGE ldr x8, [x8, _IR_TXINTR@GOTPAGEOFF] ldr w0, [x8] ldur x8, [x29, #-8] ldr x8, [x8, #16] ldr x9, [x9] add x1, x8, x9 bl _outw b LBB0_3 LBB0_3: ldur w8, [x29, #-12] adrp x9, _IR_RXINTR@GOTPAGE ldr x9, [x9, _IR_RXINTR@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldr x9, [sp, #8] ; 8-byte Folded Reload adrp x8, _IR_RXINTR@GOTPAGE ldr x8, [x8, _IR_RXINTR@GOTPAGEOFF] ldr w0, [x8] ldur x8, [x29, #-8] ldr x8, [x8, #16] ldr x9, [x9] add x1, x8, x9 bl _outw b LBB0_5 LBB0_5: ldur x8, [x29, #-8] ldr w0, [x8, #8] bl _synchronize_irq b LBB0_6 LBB0_6: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _HW_VERSION_1,8,3 ; @HW_VERSION_1 .comm _IOIER,8,3 ; @IOIER .comm _IOIR,8,3 ; @IOIR .comm _IR_TXINTR,4,2 ; @IR_TXINTR .comm _IR_RXINTR,4,2 ; @IR_RXINTR .no_dead_strip _do_close_hardware .subsections_via_symbols
.text .file "extr_hardware.c_do_close_hardware.c" .p2align 4, 0x90 # -- Begin function do_close_hardware .type do_close_hardware,@function do_close_hardware: # @do_close_hardware .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), %rax cmpq HW_VERSION_1(%rip), %rax jne .LBB0_6 # %bb.1: movq -8(%rbp), %rax movq 16(%rax), %rsi addq IOIER(%rip), %rsi xorl %edi, %edi callq outw@PLT movq -8(%rbp), %rax movq 16(%rax), %rdi addq IOIR(%rip), %rdi callq inw@PLT movl %eax, -12(%rbp) movl -12(%rbp), %eax andl IR_TXINTR(%rip), %eax cmpl $0, %eax je .LBB0_3 # %bb.2: movl IR_TXINTR(%rip), %edi movq -8(%rbp), %rax movq 16(%rax), %rsi addq IOIR(%rip), %rsi callq outw@PLT .LBB0_3: movl -12(%rbp), %eax andl IR_RXINTR(%rip), %eax cmpl $0, %eax je .LBB0_5 # %bb.4: movl IR_RXINTR(%rip), %edi movq -8(%rbp), %rax movq 16(%rax), %rsi addq IOIR(%rip), %rsi callq outw@PLT .LBB0_5: movq -8(%rbp), %rax movl 8(%rax), %edi callq synchronize_irq@PLT .LBB0_6: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size do_close_hardware, .Lfunc_end0-do_close_hardware .cfi_endproc # -- End function .type HW_VERSION_1,@object # @HW_VERSION_1 .bss .globl HW_VERSION_1 .p2align 3 HW_VERSION_1: .quad 0 # 0x0 .size HW_VERSION_1, 8 .type IOIER,@object # @IOIER .globl IOIER .p2align 3 IOIER: .quad 0 # 0x0 .size IOIER, 8 .type IOIR,@object # @IOIR .globl IOIR .p2align 3 IOIR: .quad 0 # 0x0 .size IOIR, 8 .type IR_TXINTR,@object # @IR_TXINTR .globl IR_TXINTR .p2align 2 IR_TXINTR: .long 0 # 0x0 .size IR_TXINTR, 4 .type IR_RXINTR,@object # @IR_RXINTR .globl IR_RXINTR .p2align 2 IR_RXINTR: .long 0 # 0x0 .size IR_RXINTR, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym do_close_hardware .addrsig_sym outw .addrsig_sym inw .addrsig_sym synchronize_irq .addrsig_sym HW_VERSION_1 .addrsig_sym IOIER .addrsig_sym IOIR .addrsig_sym IR_TXINTR .addrsig_sym IR_RXINTR
curl/docs/examples/extr_multi-event.c_add_download.c
arm/extr_multi-event_add_download_O0_gcc.s
x86_64/extr_multi-event_add_download_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function add_download _add_download: ; @add_download .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str x0, [sp, #40] str w1, [sp, #36] ldr w3, [sp, #36] add x0, sp, #54 str x0, [sp, #8] ; 8-byte Folded Spill mov w1, #50 adrp x2, l_.str@PAGE add x2, x2, l_.str@PAGEOFF bl _snprintf ldr x0, [sp, #8] ; 8-byte Folded Reload adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _stderr@GOTPAGE ldr x8, [x8, _stderr@GOTPAGEOFF] ldr w0, [x8] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF add x2, sp, #54 bl _fprintf b LBB0_3 LBB0_2: bl _curl_easy_init str x0, [sp, #16] ldr x0, [sp, #16] adrp x8, _CURLOPT_WRITEDATA@GOTPAGE ldr x8, [x8, _CURLOPT_WRITEDATA@GOTPAGEOFF] ldr w1, [x8] ldr x2, [sp, #24] bl _curl_easy_setopt ldr x0, [sp, #16] adrp x8, _CURLOPT_PRIVATE@GOTPAGE ldr x8, [x8, _CURLOPT_PRIVATE@GOTPAGEOFF] ldr w1, [x8] ldr x2, [sp, #24] bl _curl_easy_setopt ldr x0, [sp, #16] adrp x8, _CURLOPT_URL@GOTPAGE ldr x8, [x8, _CURLOPT_URL@GOTPAGEOFF] ldr w1, [x8] ldr x2, [sp, #40] bl _curl_easy_setopt adrp x8, _curl_handle@GOTPAGE ldr x8, [x8, _curl_handle@GOTPAGEOFF] ldr w0, [x8] ldr x1, [sp, #16] bl _curl_multi_add_handle adrp x8, _stderr@GOTPAGE ldr x8, [x8, _stderr@GOTPAGEOFF] ldr w0, [x8] ldr x2, [sp, #40] mov x9, sp add x8, sp, #54 str x8, [x9] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf b LBB0_3 LBB0_3: 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_5 b LBB0_4 LBB0_4: bl ___stack_chk_fail LBB0_5: 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 "%d.download" l_.str.1: ; @.str.1 .asciz "wb" .comm _stderr,4,2 ; @stderr l_.str.2: ; @.str.2 .asciz "Error opening %s\n" .comm _CURLOPT_WRITEDATA,4,2 ; @CURLOPT_WRITEDATA .comm _CURLOPT_PRIVATE,4,2 ; @CURLOPT_PRIVATE .comm _CURLOPT_URL,4,2 ; @CURLOPT_URL .comm _curl_handle,4,2 ; @curl_handle l_.str.3: ; @.str.3 .asciz "Added download %s -> %s\n" .no_dead_strip _add_download .subsections_via_symbols
.text .file "extr_multi-event.c_add_download.c" .p2align 4, 0x90 # -- Begin function add_download .type add_download,@function add_download: # @add_download .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) leaq -64(%rbp), %rdi movl -12(%rbp), %ecx movl $50, %esi leaq .L.str(%rip), %rdx callq snprintf@PLT leaq -64(%rbp), %rdi leaq .L.str.1(%rip), %rsi callq fopen@PLT movq %rax, -72(%rbp) cmpq $0, -72(%rbp) jne .LBB0_2 # %bb.1: movl stderr(%rip), %edi leaq -64(%rbp), %rdx leaq .L.str.2(%rip), %rsi movb $0, %al callq fprintf@PLT jmp .LBB0_3 .LBB0_2: movb $0, %al callq curl_easy_init@PLT movq %rax, -80(%rbp) movq -80(%rbp), %rdi movl CURLOPT_WRITEDATA(%rip), %esi movq -72(%rbp), %rdx callq curl_easy_setopt@PLT movq -80(%rbp), %rdi movl CURLOPT_PRIVATE(%rip), %esi movq -72(%rbp), %rdx callq curl_easy_setopt@PLT movq -80(%rbp), %rdi movl CURLOPT_URL(%rip), %esi movq -8(%rbp), %rdx callq curl_easy_setopt@PLT movl curl_handle(%rip), %edi movq -80(%rbp), %rsi callq curl_multi_add_handle@PLT movl stderr(%rip), %edi movq -8(%rbp), %rdx leaq -64(%rbp), %rcx leaq .L.str.3(%rip), %rsi movb $0, %al callq fprintf@PLT .LBB0_3: addq $80, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size add_download, .Lfunc_end0-add_download .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "%d.download" .size .L.str, 12 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "wb" .size .L.str.1, 3 .type stderr,@object # @stderr .bss .globl stderr .p2align 2 stderr: .long 0 # 0x0 .size stderr, 4 .type .L.str.2,@object # @.str.2 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.2: .asciz "Error opening %s\n" .size .L.str.2, 18 .type CURLOPT_WRITEDATA,@object # @CURLOPT_WRITEDATA .bss .globl CURLOPT_WRITEDATA .p2align 2 CURLOPT_WRITEDATA: .long 0 # 0x0 .size CURLOPT_WRITEDATA, 4 .type CURLOPT_PRIVATE,@object # @CURLOPT_PRIVATE .globl CURLOPT_PRIVATE .p2align 2 CURLOPT_PRIVATE: .long 0 # 0x0 .size CURLOPT_PRIVATE, 4 .type CURLOPT_URL,@object # @CURLOPT_URL .globl CURLOPT_URL .p2align 2 CURLOPT_URL: .long 0 # 0x0 .size CURLOPT_URL, 4 .type curl_handle,@object # @curl_handle .globl curl_handle .p2align 2 curl_handle: .long 0 # 0x0 .size curl_handle, 4 .type .L.str.3,@object # @.str.3 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.3: .asciz "Added download %s -> %s\n" .size .L.str.3, 25 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym add_download .addrsig_sym snprintf .addrsig_sym fopen .addrsig_sym fprintf .addrsig_sym curl_easy_init .addrsig_sym curl_easy_setopt .addrsig_sym curl_multi_add_handle .addrsig_sym stderr .addrsig_sym CURLOPT_WRITEDATA .addrsig_sym CURLOPT_PRIVATE .addrsig_sym CURLOPT_URL .addrsig_sym curl_handle
vim.js/src/extr_blowfish.c_blowfish_self_test.c
arm/extr_blowfish_blowfish_self_test_O0_gcc.s
x86_64/extr_blowfish_blowfish_self_test_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _blowfish_self_test ; -- Begin function blowfish_self_test .p2align 2 _blowfish_self_test: ; @blowfish_self_test .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, _FAIL@GOTPAGE ldr x8, [x8, _FAIL@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill bl _sha256_self_test ldr x8, [sp] ; 8-byte Folded Reload ldr x8, [x8] subs x8, x0, x8 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl __ bl _EMSG ldr x8, [sp] ; 8-byte Folded Reload ldr x8, [x8] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-4] b LBB0_5 LBB0_2: bl _bf_self_test ldr x8, [sp] ; 8-byte Folded Reload ldr x8, [x8] subs x8, x0, x8 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl __ bl _EMSG ldr x8, [sp] ; 8-byte Folded Reload ldr x8, [x8] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-4] b LBB0_5 LBB0_4: adrp x8, _OK@GOTPAGE ldr x8, [x8, _OK@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_5 LBB0_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _FAIL,8,3 ; @FAIL .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "E818: sha256 test failed" l_.str.1: ; @.str.1 .asciz "E819: Blowfish test failed" .comm _OK,4,2 ; @OK .subsections_via_symbols
.text .file "extr_blowfish.c_blowfish_self_test.c" .globl blowfish_self_test # -- Begin function blowfish_self_test .p2align 4, 0x90 .type blowfish_self_test,@function blowfish_self_test: # @blowfish_self_test .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movb $0, %al callq sha256_self_test@PLT cmpq FAIL(%rip), %rax jne .LBB0_2 # %bb.1: leaq .L.str(%rip), %rdi callq _@PLT movl %eax, %edi callq EMSG@PLT movq FAIL(%rip), %rax # kill: def $eax killed $eax killed $rax movl %eax, -4(%rbp) jmp .LBB0_5 .LBB0_2: movb $0, %al callq bf_self_test@PLT cmpq FAIL(%rip), %rax jne .LBB0_4 # %bb.3: leaq .L.str.1(%rip), %rdi callq _@PLT movl %eax, %edi callq EMSG@PLT movq FAIL(%rip), %rax # kill: def $eax killed $eax killed $rax movl %eax, -4(%rbp) jmp .LBB0_5 .LBB0_4: movl OK(%rip), %eax movl %eax, -4(%rbp) .LBB0_5: movl -4(%rbp), %eax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size blowfish_self_test, .Lfunc_end0-blowfish_self_test .cfi_endproc # -- End function .type FAIL,@object # @FAIL .bss .globl FAIL .p2align 3 FAIL: .quad 0 # 0x0 .size FAIL, 8 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "E818: sha256 test failed" .size .L.str, 25 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "E819: Blowfish test failed" .size .L.str.1, 27 .type OK,@object # @OK .bss .globl OK .p2align 2 OK: .long 0 # 0x0 .size OK, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym sha256_self_test .addrsig_sym EMSG .addrsig_sym _ .addrsig_sym bf_self_test .addrsig_sym FAIL .addrsig_sym OK
linux/drivers/regulator/extr_twl-regulator.c_twl4030reg_get_status.c
arm/extr_twl-regulator_twl4030reg_get_status_O0_gcc.s
x86_64/extr_twl-regulator_twl4030reg_get_status_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function twl4030reg_get_status _twl4030reg_get_status: ; @twl4030reg_get_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 x0, [sp, #16] bl _twlreg_grp str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #12] stur w8, [x29, #-4] b LBB0_8 LBB0_2: ldr w8, [sp, #12] and w8, w8, #0xf str w8, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x8, _REGULATOR_STATUS_OFF@GOTPAGE ldr x8, [x8, _REGULATOR_STATUS_OFF@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] b LBB0_8 LBB0_4: ldr w8, [sp, #12] str w8, [sp, #8] ; 4-byte Folded Spill mov w0, #3 bl _BIT ldr w8, [sp, #8] ; 4-byte Folded Reload ands w8, w8, w0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: adrp x8, _REGULATOR_STATUS_NORMAL@GOTPAGE ldr x8, [x8, _REGULATOR_STATUS_NORMAL@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #4] ; 4-byte Folded Spill b LBB0_7 LBB0_6: adrp x8, _REGULATOR_STATUS_STANDBY@GOTPAGE ldr x8, [x8, _REGULATOR_STATUS_STANDBY@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #4] ; 4-byte Folded Spill b LBB0_7 LBB0_7: ldr w8, [sp, #4] ; 4-byte Folded Reload stur w8, [x29, #-4] b LBB0_8 LBB0_8: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _REGULATOR_STATUS_OFF,4,2 ; @REGULATOR_STATUS_OFF .comm _REGULATOR_STATUS_NORMAL,4,2 ; @REGULATOR_STATUS_NORMAL .comm _REGULATOR_STATUS_STANDBY,4,2 ; @REGULATOR_STATUS_STANDBY .no_dead_strip _twl4030reg_get_status .subsections_via_symbols
.text .file "extr_twl-regulator.c_twl4030reg_get_status.c" .p2align 4, 0x90 # -- Begin function twl4030reg_get_status .type twl4030reg_get_status,@function twl4030reg_get_status: # @twl4030reg_get_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), %rdi callq twlreg_grp@PLT movl %eax, -20(%rbp) cmpl $0, -20(%rbp) jge .LBB0_2 # %bb.1: movl -20(%rbp), %eax movl %eax, -4(%rbp) jmp .LBB0_8 .LBB0_2: movl -20(%rbp), %eax andl $15, %eax movl %eax, -20(%rbp) cmpl $0, -20(%rbp) jne .LBB0_4 # %bb.3: movl REGULATOR_STATUS_OFF(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_8 .LBB0_4: movl -20(%rbp), %eax movl %eax, -24(%rbp) # 4-byte Spill movl $3, %edi callq BIT@PLT movl %eax, %ecx movl -24(%rbp), %eax # 4-byte Reload andl %ecx, %eax cmpl $0, %eax je .LBB0_6 # %bb.5: movl REGULATOR_STATUS_NORMAL(%rip), %eax movl %eax, -28(%rbp) # 4-byte Spill jmp .LBB0_7 .LBB0_6: movl REGULATOR_STATUS_STANDBY(%rip), %eax movl %eax, -28(%rbp) # 4-byte Spill .LBB0_7: movl -28(%rbp), %eax # 4-byte Reload movl %eax, -4(%rbp) .LBB0_8: movl -4(%rbp), %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size twl4030reg_get_status, .Lfunc_end0-twl4030reg_get_status .cfi_endproc # -- End function .type REGULATOR_STATUS_OFF,@object # @REGULATOR_STATUS_OFF .bss .globl REGULATOR_STATUS_OFF .p2align 2 REGULATOR_STATUS_OFF: .long 0 # 0x0 .size REGULATOR_STATUS_OFF, 4 .type REGULATOR_STATUS_NORMAL,@object # @REGULATOR_STATUS_NORMAL .globl REGULATOR_STATUS_NORMAL .p2align 2 REGULATOR_STATUS_NORMAL: .long 0 # 0x0 .size REGULATOR_STATUS_NORMAL, 4 .type REGULATOR_STATUS_STANDBY,@object # @REGULATOR_STATUS_STANDBY .globl REGULATOR_STATUS_STANDBY .p2align 2 REGULATOR_STATUS_STANDBY: .long 0 # 0x0 .size REGULATOR_STATUS_STANDBY, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym twl4030reg_get_status .addrsig_sym twlreg_grp .addrsig_sym BIT .addrsig_sym REGULATOR_STATUS_OFF .addrsig_sym REGULATOR_STATUS_NORMAL .addrsig_sym REGULATOR_STATUS_STANDBY
freebsd/crypto/openssl/ssl/statem/extr_statem_srvr.c_tls_construct_encrypted_extensions.c
arm/extr_statem_srvr_tls_construct_encrypted_extensions_O0_gcc.s
x86_64/extr_statem_srvr_tls_construct_encrypted_extensions_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function tls_construct_encrypted_extensions _tls_construct_encrypted_extensions: ; @tls_construct_encrypted_extensions .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, #16] ldr x1, [sp, #8] adrp x8, _SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS@GOTPAGE ldr x8, [x8, _SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS@GOTPAGEOFF] ldr w2, [x8] mov x3, #0 mov w4, #0 bl _tls_construct_extensions 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: mov w8, #1 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 .comm _SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS,4,2 ; @SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS .no_dead_strip _tls_construct_encrypted_extensions .subsections_via_symbols
.text .file "extr_statem_srvr.c_tls_construct_encrypted_extensions.c" .p2align 4, 0x90 # -- Begin function tls_construct_encrypted_extensions .type tls_construct_encrypted_extensions,@function tls_construct_encrypted_extensions: # @tls_construct_encrypted_extensions .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), %rdi movq -24(%rbp), %rsi movl SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS(%rip), %edx xorl %eax, %eax movl %eax, %ecx xorl %r8d, %r8d callq tls_construct_extensions@PLT cmpl $0, %eax jne .LBB0_2 # %bb.1: movl $0, -4(%rbp) jmp .LBB0_3 .LBB0_2: movl $1, -4(%rbp) .LBB0_3: movl -4(%rbp), %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size tls_construct_encrypted_extensions, .Lfunc_end0-tls_construct_encrypted_extensions .cfi_endproc # -- End function .type SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS,@object # @SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS .bss .globl SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS .p2align 2 SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS: .long 0 # 0x0 .size SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym tls_construct_encrypted_extensions .addrsig_sym tls_construct_extensions .addrsig_sym SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS
linux/drivers/video/fbdev/core/extr_tileblit.c_tile_clear_margins.c
arm/extr_tileblit_tile_clear_margins_O0_gcc.s
x86_64/extr_tileblit_tile_clear_margins_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function tile_clear_margins _tile_clear_margins: ; @tile_clear_margins .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] str w2, [sp, #12] str w3, [sp, #8] add sp, sp, #32 ret .cfi_endproc ; -- End function .no_dead_strip _tile_clear_margins .subsections_via_symbols
.text .file "extr_tileblit.c_tile_clear_margins.c" .p2align 4, 0x90 # -- Begin function tile_clear_margins .type tile_clear_margins,@function tile_clear_margins: # @tile_clear_margins .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl %ecx, -24(%rbp) popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size tile_clear_margins, .Lfunc_end0-tile_clear_margins .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym tile_clear_margins
freebsd/contrib/gcc/extr_tree-dump.c_dump_switch_p_1.c
arm/extr_tree-dump_dump_switch_p_1_O0_gcc.s
x86_64/extr_tree-dump_dump_switch_p_1_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function dump_switch_p_1 _dump_switch_p_1: ; @dump_switch_p_1 .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, #-16] stur x1, [x29, #-24] stur w2, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: ldur x8, [x29, #-24] ldr w8, [x8, #20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: stur wzr, [x29, #-4] b LBB0_27 LBB0_3: ldur x8, [x29, #-16] str x8, [sp, #24] ; 8-byte Folded Spill ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldur x8, [x29, #-24] ldr w8, [x8, #20] str w8, [sp, #20] ; 4-byte Folded Spill b LBB0_6 LBB0_5: ldur x8, [x29, #-24] ldr w8, [x8, #16] str w8, [sp, #20] ; 4-byte Folded Spill b LBB0_6 LBB0_6: ldr x0, [sp, #24] ; 8-byte Folded Reload ldr w1, [sp, #20] ; 4-byte Folded Reload bl _skip_leading_substring stur x0, [x29, #-40] ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: stur wzr, [x29, #-4] b LBB0_27 LBB0_8: ldur x8, [x29, #-40] stur x8, [x29, #-48] stur wzr, [x29, #-52] b LBB0_9 LBB0_9: ; =>This Loop Header: Depth=1 ; Child Loop BB0_11 Depth 2 ; Child Loop BB0_16 Depth 2 ldur x8, [x29, #-48] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_24 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 b LBB0_11 LBB0_11: ; Parent Loop BB0_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-48] ldrsb w8, [x8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 ldur x8, [x29, #-48] add x8, x8, #1 stur x8, [x29, #-48] b LBB0_11 LBB0_13: ; in Loop: Header=BB0_9 Depth=1 ldur x0, [x29, #-48] mov w1, #45 bl _strchr str x0, [sp, #40] ldr x8, [sp, #40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_9 Depth=1 ldur x8, [x29, #-48] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-48] bl _strlen ldr x8, [sp, #8] ; 8-byte Folded Reload add x8, x8, w0, uxtw str x8, [sp, #40] b LBB0_15 LBB0_15: ; in Loop: Header=BB0_9 Depth=1 ldr x8, [sp, #40] ldur x9, [x29, #-48] subs x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #36] adrp x8, _dump_options@GOTPAGE ldr x8, [x8, _dump_options@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #48] b LBB0_16 LBB0_16: ; Parent Loop BB0_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #48] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_22 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_16 Depth=2 ldr x8, [sp, #48] ldr x0, [x8] bl _strlen ldr w8, [sp, #36] subs w8, w0, w8 cset w8, ne tbnz w8, #0, LBB0_20 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_16 Depth=2 ldr x8, [sp, #48] ldr x0, [x8] ldur x1, [x29, #-48] ldr w2, [sp, #36] bl _memcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_20 b LBB0_19 LBB0_19: ; in Loop: Header=BB0_9 Depth=1 ldr x8, [sp, #48] ldr w9, [x8, #8] ldur w8, [x29, #-52] orr w8, w8, w9 stur w8, [x29, #-52] b LBB0_23 LBB0_20: ; in Loop: Header=BB0_16 Depth=2 b LBB0_21 LBB0_21: ; in Loop: Header=BB0_16 Depth=2 ldr x8, [sp, #48] add x8, x8, #16 str x8, [sp, #48] b LBB0_16 LBB0_22: ; in Loop: Header=BB0_9 Depth=1 ldr w2, [sp, #36] ldur x3, [x29, #-48] ldur x8, [x29, #-24] ldr w4, [x8, #16] mov w0, #0 adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _warning b LBB0_23 LBB0_23: ; in Loop: Header=BB0_9 Depth=1 ldr x8, [sp, #40] stur x8, [x29, #-48] b LBB0_9 LBB0_24: ldur x9, [x29, #-24] mov w8, #-1 str w8, [x9] ldur w10, [x29, #-52] ldur x9, [x29, #-24] ldr w8, [x9, #4] orr w8, w8, w10 str w8, [x9, #4] ldur x8, [x29, #-24] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_26 b LBB0_25 LBB0_25: ldur x8, [x29, #-24] ldr w0, [x8, #4] mov w1, #0 bl _dump_enable_all b LBB0_26 LBB0_26: mov w8, #1 stur w8, [x29, #-4] b LBB0_27 LBB0_27: ldur w0, [x29, #-4] ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .comm _dump_options,8,3 ; @dump_options .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "ignoring unknown option %q.*s in %<-fdump-%s%>" .no_dead_strip _dump_switch_p_1 .subsections_via_symbols
.text .file "extr_tree-dump.c_dump_switch_p_1.c" .p2align 4, 0x90 # -- Begin function dump_switch_p_1 .type dump_switch_p_1,@function dump_switch_p_1: # @dump_switch_p_1 .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movl %edx, -28(%rbp) cmpl $0, -28(%rbp) je .LBB0_3 # %bb.1: movq -24(%rbp), %rax cmpl $0, 20(%rax) jne .LBB0_3 # %bb.2: movl $0, -4(%rbp) jmp .LBB0_27 .LBB0_3: movq -16(%rbp), %rax movq %rax, -88(%rbp) # 8-byte Spill cmpl $0, -28(%rbp) je .LBB0_5 # %bb.4: movq -24(%rbp), %rax movl 20(%rax), %eax movl %eax, -92(%rbp) # 4-byte Spill jmp .LBB0_6 .LBB0_5: movq -24(%rbp), %rax movl 16(%rax), %eax movl %eax, -92(%rbp) # 4-byte Spill .LBB0_6: movq -88(%rbp), %rdi # 8-byte Reload movl -92(%rbp), %esi # 4-byte Reload callq skip_leading_substring@PLT movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne .LBB0_8 # %bb.7: movl $0, -4(%rbp) jmp .LBB0_27 .LBB0_8: movq -40(%rbp), %rax movq %rax, -48(%rbp) movl $0, -52(%rbp) .LBB0_9: # =>This Loop Header: Depth=1 # Child Loop BB0_11 Depth 2 # Child Loop BB0_16 Depth 2 movq -48(%rbp), %rax cmpb $0, (%rax) je .LBB0_24 # %bb.10: # in Loop: Header=BB0_9 Depth=1 jmp .LBB0_11 .LBB0_11: # Parent Loop BB0_9 Depth=1 # => This Inner Loop Header: Depth=2 movq -48(%rbp), %rax movsbl (%rax), %eax cmpl $45, %eax jne .LBB0_13 # %bb.12: # in Loop: Header=BB0_11 Depth=2 movq -48(%rbp), %rax addq $1, %rax movq %rax, -48(%rbp) jmp .LBB0_11 .LBB0_13: # in Loop: Header=BB0_9 Depth=1 movq -48(%rbp), %rdi movl $45, %esi callq strchr@PLT movq %rax, -72(%rbp) cmpq $0, -72(%rbp) jne .LBB0_15 # %bb.14: # in Loop: Header=BB0_9 Depth=1 movq -48(%rbp), %rax movq %rax, -104(%rbp) # 8-byte Spill movq -48(%rbp), %rdi callq strlen@PLT movl %eax, %ecx movq -104(%rbp), %rax # 8-byte Reload movl %ecx, %ecx # kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -72(%rbp) .LBB0_15: # in Loop: Header=BB0_9 Depth=1 movq -72(%rbp), %rax movq -48(%rbp), %rcx subq %rcx, %rax # kill: def $eax killed $eax killed $rax movl %eax, -76(%rbp) movq dump_options(%rip), %rax movq %rax, -64(%rbp) .LBB0_16: # Parent Loop BB0_9 Depth=1 # => This Inner Loop Header: Depth=2 movq -64(%rbp), %rax cmpq $0, (%rax) je .LBB0_22 # %bb.17: # in Loop: Header=BB0_16 Depth=2 movq -64(%rbp), %rax movq (%rax), %rdi callq strlen@PLT cmpl -76(%rbp), %eax jne .LBB0_20 # %bb.18: # in Loop: Header=BB0_16 Depth=2 movq -64(%rbp), %rax movq (%rax), %rdi movq -48(%rbp), %rsi movl -76(%rbp), %edx callq memcmp@PLT cmpl $0, %eax jne .LBB0_20 # %bb.19: # in Loop: Header=BB0_9 Depth=1 movq -64(%rbp), %rax movl 8(%rax), %eax orl -52(%rbp), %eax movl %eax, -52(%rbp) jmp .LBB0_23 .LBB0_20: # in Loop: Header=BB0_16 Depth=2 jmp .LBB0_21 .LBB0_21: # in Loop: Header=BB0_16 Depth=2 movq -64(%rbp), %rax addq $16, %rax movq %rax, -64(%rbp) jmp .LBB0_16 .LBB0_22: # in Loop: Header=BB0_9 Depth=1 movl -76(%rbp), %edx movq -48(%rbp), %rcx movq -24(%rbp), %rax movl 16(%rax), %r8d xorl %edi, %edi leaq .L.str(%rip), %rsi callq warning@PLT .LBB0_23: # in Loop: Header=BB0_9 Depth=1 movq -72(%rbp), %rax movq %rax, -48(%rbp) jmp .LBB0_9 .LBB0_24: movq -24(%rbp), %rax movl $-1, (%rax) movl -52(%rbp), %ecx movq -24(%rbp), %rax orl 4(%rax), %ecx movl %ecx, 4(%rax) movq -24(%rbp), %rax cmpq $0, 8(%rax) jne .LBB0_26 # %bb.25: movq -24(%rbp), %rax movl 4(%rax), %edi xorl %esi, %esi callq dump_enable_all@PLT .LBB0_26: movl $1, -4(%rbp) .LBB0_27: movl -4(%rbp), %eax addq $112, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size dump_switch_p_1, .Lfunc_end0-dump_switch_p_1 .cfi_endproc # -- End function .type dump_options,@object # @dump_options .bss .globl dump_options .p2align 3 dump_options: .quad 0 .size dump_options, 8 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "ignoring unknown option %q.*s in %<-fdump-%s%>" .size .L.str, 47 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym dump_switch_p_1 .addrsig_sym skip_leading_substring .addrsig_sym strchr .addrsig_sym strlen .addrsig_sym memcmp .addrsig_sym warning .addrsig_sym dump_enable_all .addrsig_sym dump_options
linux/drivers/usb/serial/extr_cp210x.c_cp210x_init_max_speed.c
arm/extr_cp210x_cp210x_init_max_speed_O0_gcc.s
x86_64/extr_cp210x_cp210x_init_max_speed_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function cp210x_init_max_speed _cp210x_init_max_speed: ; @cp210x_init_max_speed .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 mov x8, #4096 movk x8, #14, lsl #16 str x8, [sp] ; 8-byte Folded Spill mov x8, #33920 movk x8, #30, lsl #16 str x8, [sp, #8] ; 8-byte Folded Spill stur x0, [x29, #-8] ldur x0, [x29, #-8] bl _usb_get_serial_data stur x0, [x29, #-16] stur wzr, [x29, #-20] mov x8, #300 str x8, [sp, #32] ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #128 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #8 cset w8, hi tbnz w8, #0, LBB0_11 ; %bb.1: ldr x11, [sp, #16] ; 8-byte Folded Reload adrp x10, lJTI0_0@PAGE add x10, x10, lJTI0_0@PAGEOFF Ltmp0: adr x8, Ltmp0 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_2: ldr x8, [sp] ; 8-byte Folded Reload str x8, [sp, #24] b LBB0_12 LBB0_3: mov x8, #16960 movk x8, #15, lsl #16 str x8, [sp, #24] b LBB0_12 LBB0_4: ldr x8, [sp, #8] ; 8-byte Folded Reload mov w9, #1 stur w9, [x29, #-20] str x8, [sp, #24] b LBB0_12 LBB0_5: ldr x8, [sp, #8] ; 8-byte Folded Reload str x8, [sp, #24] b LBB0_12 LBB0_6: ldur x0, [x29, #-8] bl _cp210x_interface_num subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldr x8, [sp, #8] ; 8-byte Folded Reload mov w9, #1 stur w9, [x29, #-20] str x8, [sp, #24] b LBB0_9 LBB0_8: ldr x8, [sp] ; 8-byte Folded Reload mov x9, #2400 str x9, [sp, #32] str x8, [sp, #24] b LBB0_9 LBB0_9: b LBB0_12 LBB0_10: mov w8, #1 stur w8, [x29, #-20] mov x8, #50880 movk x8, #45, lsl #16 str x8, [sp, #24] b LBB0_12 LBB0_11: ldr x8, [sp, #8] ; 8-byte Folded Reload str x8, [sp, #24] b LBB0_12 LBB0_12: ldr x8, [sp, #32] ldur x9, [x29, #-16] str x8, [x9, #16] ldr x8, [sp, #24] ldur x9, [x29, #-16] str x8, [x9, #8] ldur w8, [x29, #-20] ldur x9, [x29, #-16] str w8, [x9, #4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc .p2align 2 lJTI0_0: .long LBB0_5-Ltmp0 .long LBB0_6-Ltmp0 .long LBB0_4-Ltmp0 .long LBB0_3-Ltmp0 .long LBB0_10-Ltmp0 .long LBB0_10-Ltmp0 .long LBB0_10-Ltmp0 .long LBB0_3-Ltmp0 .long LBB0_2-Ltmp0 ; -- End function .no_dead_strip _cp210x_init_max_speed .subsections_via_symbols
.text .file "extr_cp210x.c_cp210x_init_max_speed.c" .p2align 4, 0x90 # -- Begin function cp210x_init_max_speed .type cp210x_init_max_speed,@function cp210x_init_max_speed: # @cp210x_init_max_speed .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq usb_get_serial_data@PLT movq %rax, -16(%rbp) movl $0, -20(%rbp) movq $300, -32(%rbp) # imm = 0x12C movq -16(%rbp), %rax movl (%rax), %eax addl $-128, %eax movl %eax, %ecx movq %rcx, -48(%rbp) # 8-byte Spill subl $8, %eax ja .LBB0_10 # %bb.12: movq -48(%rbp), %rax # 8-byte Reload leaq .LJTI0_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax .LBB0_1: movl $921600, %eax # imm = 0xE1000 movq %rax, -40(%rbp) jmp .LBB0_11 .LBB0_2: movl $1000000, %eax # imm = 0xF4240 movq %rax, -40(%rbp) jmp .LBB0_11 .LBB0_3: movl $1, -20(%rbp) movl $2000000, %eax # imm = 0x1E8480 movq %rax, -40(%rbp) jmp .LBB0_11 .LBB0_4: movl $2000000, %eax # imm = 0x1E8480 movq %rax, -40(%rbp) jmp .LBB0_11 .LBB0_5: movq -8(%rbp), %rdi callq cp210x_interface_num@PLT cmpl $0, %eax jne .LBB0_7 # %bb.6: movl $1, -20(%rbp) movl $2000000, %eax # imm = 0x1E8480 movq %rax, -40(%rbp) jmp .LBB0_8 .LBB0_7: movl $2400, %eax # imm = 0x960 movq %rax, -32(%rbp) movl $921600, %eax # imm = 0xE1000 movq %rax, -40(%rbp) .LBB0_8: jmp .LBB0_11 .LBB0_9: movl $1, -20(%rbp) movl $3000000, %eax # imm = 0x2DC6C0 movq %rax, -40(%rbp) jmp .LBB0_11 .LBB0_10: movl $2000000, %eax # imm = 0x1E8480 movq %rax, -40(%rbp) .LBB0_11: movq -32(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 16(%rax) movq -40(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movl -20(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, 4(%rax) addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size cp210x_init_max_speed, .Lfunc_end0-cp210x_init_max_speed .cfi_endproc .section .rodata,"a",@progbits .p2align 2 .LJTI0_0: .long .LBB0_4-.LJTI0_0 .long .LBB0_5-.LJTI0_0 .long .LBB0_3-.LJTI0_0 .long .LBB0_2-.LJTI0_0 .long .LBB0_9-.LJTI0_0 .long .LBB0_9-.LJTI0_0 .long .LBB0_9-.LJTI0_0 .long .LBB0_2-.LJTI0_0 .long .LBB0_1-.LJTI0_0 # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym cp210x_init_max_speed .addrsig_sym usb_get_serial_data .addrsig_sym cp210x_interface_num
lede/target/linux/generic/files/drivers/net/phy/extr_ar8327.c_ar8327_hw_init.c
arm/extr_ar8327_ar8327_hw_init_O0_gcc.s
x86_64/extr_ar8327_ar8327_hw_init_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function ar8327_hw_init _ar8327_hw_init: ; @ar8327_hw_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 str x0, [sp, #16] adrp x8, _GFP_KERNEL@GOTPAGE ldr x8, [x8, _GFP_KERNEL@GOTPAGEOFF] ldr w1, [x8] mov w0, #4 bl _kzalloc ldr x8, [sp, #16] str w0, [x8, #8] ldr x8, [sp, #16] ldr w8, [x8, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: 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_8 LBB0_2: ldr x8, [sp, #16] ldr x8, [x8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x0, [sp, #16] ldr x8, [sp, #16] ldr x8, [x8] ldr x1, [x8, #8] bl _ar8327_hw_config_of str w0, [sp, #12] b LBB0_5 LBB0_4: ldr x0, [sp, #16] ldr x8, [sp, #16] ldr x8, [x8] ldr w1, [x8] bl _ar8327_hw_config_pdata str w0, [sp, #12] b LBB0_5 LBB0_5: ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldr w8, [sp, #12] stur w8, [x29, #-4] b LBB0_8 LBB0_7: ldr x0, [sp, #16] bl _ar8327_leds_init ldr x0, [sp, #16] bl _ar8xxx_phy_init stur wzr, [x29, #-4] b LBB0_8 LBB0_8: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _GFP_KERNEL,4,2 ; @GFP_KERNEL .comm _ENOMEM,4,2 ; @ENOMEM .no_dead_strip _ar8327_hw_init .subsections_via_symbols
.text .file "extr_ar8327.c_ar8327_hw_init.c" .p2align 4, 0x90 # -- Begin function ar8327_hw_init .type ar8327_hw_init,@function ar8327_hw_init: # @ar8327_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 $32, %rsp movq %rdi, -16(%rbp) movl GFP_KERNEL(%rip), %esi movl $4, %edi callq kzalloc@PLT movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, 8(%rax) movq -16(%rbp), %rax cmpl $0, 8(%rax) jne .LBB0_2 # %bb.1: xorl %eax, %eax subl ENOMEM(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_8 .LBB0_2: movq -16(%rbp), %rax movq (%rax), %rax cmpq $0, 8(%rax) je .LBB0_4 # %bb.3: movq -16(%rbp), %rdi movq -16(%rbp), %rax movq (%rax), %rax movq 8(%rax), %rsi callq ar8327_hw_config_of@PLT movl %eax, -20(%rbp) jmp .LBB0_5 .LBB0_4: movq -16(%rbp), %rdi movq -16(%rbp), %rax movq (%rax), %rax movl (%rax), %esi callq ar8327_hw_config_pdata@PLT movl %eax, -20(%rbp) .LBB0_5: cmpl $0, -20(%rbp) je .LBB0_7 # %bb.6: movl -20(%rbp), %eax movl %eax, -4(%rbp) jmp .LBB0_8 .LBB0_7: movq -16(%rbp), %rdi callq ar8327_leds_init@PLT movq -16(%rbp), %rdi callq ar8xxx_phy_init@PLT movl $0, -4(%rbp) .LBB0_8: movl -4(%rbp), %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ar8327_hw_init, .Lfunc_end0-ar8327_hw_init .cfi_endproc # -- End function .type GFP_KERNEL,@object # @GFP_KERNEL .bss .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 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym ar8327_hw_init .addrsig_sym kzalloc .addrsig_sym ar8327_hw_config_of .addrsig_sym ar8327_hw_config_pdata .addrsig_sym ar8327_leds_init .addrsig_sym ar8xxx_phy_init .addrsig_sym GFP_KERNEL .addrsig_sym ENOMEM
esp-idf/components/soc/esp32/extr_rtc_clk.c_rtc_clk_bbpll_enable.c
arm/extr_rtc_clk_rtc_clk_bbpll_enable_O0_gcc.s
x86_64/extr_rtc_clk_rtc_clk_bbpll_enable_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function rtc_clk_bbpll_enable _rtc_clk_bbpll_enable: ; @rtc_clk_bbpll_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 adrp x8, _I2C_BBPLL@GOTPAGE ldr x8, [x8, _I2C_BBPLL@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill adrp x8, _RTC_CNTL_OPTIONS0_REG@GOTPAGE ldr x8, [x8, _RTC_CNTL_OPTIONS0_REG@GOTPAGEOFF] ldr w0, [x8] adrp x8, _RTC_CNTL_BIAS_I2C_FORCE_PD@GOTPAGE ldr x8, [x8, _RTC_CNTL_BIAS_I2C_FORCE_PD@GOTPAGEOFF] ldr w8, [x8] adrp x9, _RTC_CNTL_BB_I2C_FORCE_PD@GOTPAGE ldr x9, [x9, _RTC_CNTL_BB_I2C_FORCE_PD@GOTPAGEOFF] ldr w9, [x9] orr w8, w8, w9 adrp x9, _RTC_CNTL_BBPLL_FORCE_PD@GOTPAGE ldr x9, [x9, _RTC_CNTL_BBPLL_FORCE_PD@GOTPAGEOFF] ldr w9, [x9] orr w8, w8, w9 adrp x9, _RTC_CNTL_BBPLL_I2C_FORCE_PD@GOTPAGE ldr x9, [x9, _RTC_CNTL_BBPLL_I2C_FORCE_PD@GOTPAGEOFF] ldr w9, [x9] orr w1, w8, w9 bl _CLEAR_PERI_REG_MASK ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w0, [x8] adrp x8, _I2C_BBPLL_IR_CAL_DELAY@GOTPAGE ldr x8, [x8, _I2C_BBPLL_IR_CAL_DELAY@GOTPAGEOFF] ldr w1, [x8] adrp x8, _BBPLL_IR_CAL_DELAY_VAL@GOTPAGE ldr x8, [x8, _BBPLL_IR_CAL_DELAY_VAL@GOTPAGEOFF] ldr w2, [x8] bl _I2C_WRITEREG_RTC ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w0, [x8] adrp x8, _I2C_BBPLL_IR_CAL_EXT_CAP@GOTPAGE ldr x8, [x8, _I2C_BBPLL_IR_CAL_EXT_CAP@GOTPAGEOFF] ldr w1, [x8] adrp x8, _BBPLL_IR_CAL_EXT_CAP_VAL@GOTPAGE ldr x8, [x8, _BBPLL_IR_CAL_EXT_CAP_VAL@GOTPAGEOFF] ldr w2, [x8] bl _I2C_WRITEREG_RTC ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w0, [x8] adrp x8, _I2C_BBPLL_OC_ENB_FCAL@GOTPAGE ldr x8, [x8, _I2C_BBPLL_OC_ENB_FCAL@GOTPAGEOFF] ldr w1, [x8] adrp x8, _BBPLL_OC_ENB_FCAL_VAL@GOTPAGE ldr x8, [x8, _BBPLL_OC_ENB_FCAL_VAL@GOTPAGEOFF] ldr w2, [x8] bl _I2C_WRITEREG_RTC ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w0, [x8] adrp x8, _I2C_BBPLL_OC_ENB_VCON@GOTPAGE ldr x8, [x8, _I2C_BBPLL_OC_ENB_VCON@GOTPAGEOFF] ldr w1, [x8] adrp x8, _BBPLL_OC_ENB_VCON_VAL@GOTPAGE ldr x8, [x8, _BBPLL_OC_ENB_VCON_VAL@GOTPAGEOFF] ldr w2, [x8] bl _I2C_WRITEREG_RTC ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w0, [x8] adrp x8, _I2C_BBPLL_BBADC_CAL_7_0@GOTPAGE ldr x8, [x8, _I2C_BBPLL_BBADC_CAL_7_0@GOTPAGEOFF] ldr w1, [x8] adrp x8, _BBPLL_BBADC_CAL_7_0_VAL@GOTPAGE ldr x8, [x8, _BBPLL_BBADC_CAL_7_0_VAL@GOTPAGEOFF] ldr w2, [x8] bl _I2C_WRITEREG_RTC ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _RTC_CNTL_OPTIONS0_REG,4,2 ; @RTC_CNTL_OPTIONS0_REG .comm _RTC_CNTL_BIAS_I2C_FORCE_PD,4,2 ; @RTC_CNTL_BIAS_I2C_FORCE_PD .comm _RTC_CNTL_BB_I2C_FORCE_PD,4,2 ; @RTC_CNTL_BB_I2C_FORCE_PD .comm _RTC_CNTL_BBPLL_FORCE_PD,4,2 ; @RTC_CNTL_BBPLL_FORCE_PD .comm _RTC_CNTL_BBPLL_I2C_FORCE_PD,4,2 ; @RTC_CNTL_BBPLL_I2C_FORCE_PD .comm _I2C_BBPLL,4,2 ; @I2C_BBPLL .comm _I2C_BBPLL_IR_CAL_DELAY,4,2 ; @I2C_BBPLL_IR_CAL_DELAY .comm _BBPLL_IR_CAL_DELAY_VAL,4,2 ; @BBPLL_IR_CAL_DELAY_VAL .comm _I2C_BBPLL_IR_CAL_EXT_CAP,4,2 ; @I2C_BBPLL_IR_CAL_EXT_CAP .comm _BBPLL_IR_CAL_EXT_CAP_VAL,4,2 ; @BBPLL_IR_CAL_EXT_CAP_VAL .comm _I2C_BBPLL_OC_ENB_FCAL,4,2 ; @I2C_BBPLL_OC_ENB_FCAL .comm _BBPLL_OC_ENB_FCAL_VAL,4,2 ; @BBPLL_OC_ENB_FCAL_VAL .comm _I2C_BBPLL_OC_ENB_VCON,4,2 ; @I2C_BBPLL_OC_ENB_VCON .comm _BBPLL_OC_ENB_VCON_VAL,4,2 ; @BBPLL_OC_ENB_VCON_VAL .comm _I2C_BBPLL_BBADC_CAL_7_0,4,2 ; @I2C_BBPLL_BBADC_CAL_7_0 .comm _BBPLL_BBADC_CAL_7_0_VAL,4,2 ; @BBPLL_BBADC_CAL_7_0_VAL .no_dead_strip _rtc_clk_bbpll_enable .subsections_via_symbols
.text .file "extr_rtc_clk.c_rtc_clk_bbpll_enable.c" .p2align 4, 0x90 # -- Begin function rtc_clk_bbpll_enable .type rtc_clk_bbpll_enable,@function rtc_clk_bbpll_enable: # @rtc_clk_bbpll_enable .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl RTC_CNTL_OPTIONS0_REG(%rip), %edi movl RTC_CNTL_BIAS_I2C_FORCE_PD(%rip), %esi orl RTC_CNTL_BB_I2C_FORCE_PD(%rip), %esi orl RTC_CNTL_BBPLL_FORCE_PD(%rip), %esi orl RTC_CNTL_BBPLL_I2C_FORCE_PD(%rip), %esi callq CLEAR_PERI_REG_MASK@PLT movl I2C_BBPLL(%rip), %edi movl I2C_BBPLL_IR_CAL_DELAY(%rip), %esi movl BBPLL_IR_CAL_DELAY_VAL(%rip), %edx callq I2C_WRITEREG_RTC@PLT movl I2C_BBPLL(%rip), %edi movl I2C_BBPLL_IR_CAL_EXT_CAP(%rip), %esi movl BBPLL_IR_CAL_EXT_CAP_VAL(%rip), %edx callq I2C_WRITEREG_RTC@PLT movl I2C_BBPLL(%rip), %edi movl I2C_BBPLL_OC_ENB_FCAL(%rip), %esi movl BBPLL_OC_ENB_FCAL_VAL(%rip), %edx callq I2C_WRITEREG_RTC@PLT movl I2C_BBPLL(%rip), %edi movl I2C_BBPLL_OC_ENB_VCON(%rip), %esi movl BBPLL_OC_ENB_VCON_VAL(%rip), %edx callq I2C_WRITEREG_RTC@PLT movl I2C_BBPLL(%rip), %edi movl I2C_BBPLL_BBADC_CAL_7_0(%rip), %esi movl BBPLL_BBADC_CAL_7_0_VAL(%rip), %edx callq I2C_WRITEREG_RTC@PLT popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size rtc_clk_bbpll_enable, .Lfunc_end0-rtc_clk_bbpll_enable .cfi_endproc # -- End function .type RTC_CNTL_OPTIONS0_REG,@object # @RTC_CNTL_OPTIONS0_REG .bss .globl RTC_CNTL_OPTIONS0_REG .p2align 2 RTC_CNTL_OPTIONS0_REG: .long 0 # 0x0 .size RTC_CNTL_OPTIONS0_REG, 4 .type RTC_CNTL_BIAS_I2C_FORCE_PD,@object # @RTC_CNTL_BIAS_I2C_FORCE_PD .globl RTC_CNTL_BIAS_I2C_FORCE_PD .p2align 2 RTC_CNTL_BIAS_I2C_FORCE_PD: .long 0 # 0x0 .size RTC_CNTL_BIAS_I2C_FORCE_PD, 4 .type RTC_CNTL_BB_I2C_FORCE_PD,@object # @RTC_CNTL_BB_I2C_FORCE_PD .globl RTC_CNTL_BB_I2C_FORCE_PD .p2align 2 RTC_CNTL_BB_I2C_FORCE_PD: .long 0 # 0x0 .size RTC_CNTL_BB_I2C_FORCE_PD, 4 .type RTC_CNTL_BBPLL_FORCE_PD,@object # @RTC_CNTL_BBPLL_FORCE_PD .globl RTC_CNTL_BBPLL_FORCE_PD .p2align 2 RTC_CNTL_BBPLL_FORCE_PD: .long 0 # 0x0 .size RTC_CNTL_BBPLL_FORCE_PD, 4 .type RTC_CNTL_BBPLL_I2C_FORCE_PD,@object # @RTC_CNTL_BBPLL_I2C_FORCE_PD .globl RTC_CNTL_BBPLL_I2C_FORCE_PD .p2align 2 RTC_CNTL_BBPLL_I2C_FORCE_PD: .long 0 # 0x0 .size RTC_CNTL_BBPLL_I2C_FORCE_PD, 4 .type I2C_BBPLL,@object # @I2C_BBPLL .globl I2C_BBPLL .p2align 2 I2C_BBPLL: .long 0 # 0x0 .size I2C_BBPLL, 4 .type I2C_BBPLL_IR_CAL_DELAY,@object # @I2C_BBPLL_IR_CAL_DELAY .globl I2C_BBPLL_IR_CAL_DELAY .p2align 2 I2C_BBPLL_IR_CAL_DELAY: .long 0 # 0x0 .size I2C_BBPLL_IR_CAL_DELAY, 4 .type BBPLL_IR_CAL_DELAY_VAL,@object # @BBPLL_IR_CAL_DELAY_VAL .globl BBPLL_IR_CAL_DELAY_VAL .p2align 2 BBPLL_IR_CAL_DELAY_VAL: .long 0 # 0x0 .size BBPLL_IR_CAL_DELAY_VAL, 4 .type I2C_BBPLL_IR_CAL_EXT_CAP,@object # @I2C_BBPLL_IR_CAL_EXT_CAP .globl I2C_BBPLL_IR_CAL_EXT_CAP .p2align 2 I2C_BBPLL_IR_CAL_EXT_CAP: .long 0 # 0x0 .size I2C_BBPLL_IR_CAL_EXT_CAP, 4 .type BBPLL_IR_CAL_EXT_CAP_VAL,@object # @BBPLL_IR_CAL_EXT_CAP_VAL .globl BBPLL_IR_CAL_EXT_CAP_VAL .p2align 2 BBPLL_IR_CAL_EXT_CAP_VAL: .long 0 # 0x0 .size BBPLL_IR_CAL_EXT_CAP_VAL, 4 .type I2C_BBPLL_OC_ENB_FCAL,@object # @I2C_BBPLL_OC_ENB_FCAL .globl I2C_BBPLL_OC_ENB_FCAL .p2align 2 I2C_BBPLL_OC_ENB_FCAL: .long 0 # 0x0 .size I2C_BBPLL_OC_ENB_FCAL, 4 .type BBPLL_OC_ENB_FCAL_VAL,@object # @BBPLL_OC_ENB_FCAL_VAL .globl BBPLL_OC_ENB_FCAL_VAL .p2align 2 BBPLL_OC_ENB_FCAL_VAL: .long 0 # 0x0 .size BBPLL_OC_ENB_FCAL_VAL, 4 .type I2C_BBPLL_OC_ENB_VCON,@object # @I2C_BBPLL_OC_ENB_VCON .globl I2C_BBPLL_OC_ENB_VCON .p2align 2 I2C_BBPLL_OC_ENB_VCON: .long 0 # 0x0 .size I2C_BBPLL_OC_ENB_VCON, 4 .type BBPLL_OC_ENB_VCON_VAL,@object # @BBPLL_OC_ENB_VCON_VAL .globl BBPLL_OC_ENB_VCON_VAL .p2align 2 BBPLL_OC_ENB_VCON_VAL: .long 0 # 0x0 .size BBPLL_OC_ENB_VCON_VAL, 4 .type I2C_BBPLL_BBADC_CAL_7_0,@object # @I2C_BBPLL_BBADC_CAL_7_0 .globl I2C_BBPLL_BBADC_CAL_7_0 .p2align 2 I2C_BBPLL_BBADC_CAL_7_0: .long 0 # 0x0 .size I2C_BBPLL_BBADC_CAL_7_0, 4 .type BBPLL_BBADC_CAL_7_0_VAL,@object # @BBPLL_BBADC_CAL_7_0_VAL .globl BBPLL_BBADC_CAL_7_0_VAL .p2align 2 BBPLL_BBADC_CAL_7_0_VAL: .long 0 # 0x0 .size BBPLL_BBADC_CAL_7_0_VAL, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym rtc_clk_bbpll_enable .addrsig_sym CLEAR_PERI_REG_MASK .addrsig_sym I2C_WRITEREG_RTC .addrsig_sym RTC_CNTL_OPTIONS0_REG .addrsig_sym RTC_CNTL_BIAS_I2C_FORCE_PD .addrsig_sym RTC_CNTL_BB_I2C_FORCE_PD .addrsig_sym RTC_CNTL_BBPLL_FORCE_PD .addrsig_sym RTC_CNTL_BBPLL_I2C_FORCE_PD .addrsig_sym I2C_BBPLL .addrsig_sym I2C_BBPLL_IR_CAL_DELAY .addrsig_sym BBPLL_IR_CAL_DELAY_VAL .addrsig_sym I2C_BBPLL_IR_CAL_EXT_CAP .addrsig_sym BBPLL_IR_CAL_EXT_CAP_VAL .addrsig_sym I2C_BBPLL_OC_ENB_FCAL .addrsig_sym BBPLL_OC_ENB_FCAL_VAL .addrsig_sym I2C_BBPLL_OC_ENB_VCON .addrsig_sym BBPLL_OC_ENB_VCON_VAL .addrsig_sym I2C_BBPLL_BBADC_CAL_7_0 .addrsig_sym BBPLL_BBADC_CAL_7_0_VAL
linux/drivers/md/bcache/extr_bset.h_bch_ptr_invalid.c
arm/extr_bset.h_bch_ptr_invalid_O0_gcc.s
x86_64/extr_bset.h_bch_ptr_invalid_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function bch_ptr_invalid _bch_ptr_invalid: ; @bch_ptr_invalid .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, #8] ldr x8, [x8] ldr x8, [x8] ldr x0, [sp, #8] ldr x1, [sp] blr x8 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .no_dead_strip _bch_ptr_invalid .subsections_via_symbols
.text .file "extr_bset.h_bch_ptr_invalid.c" .p2align 4, 0x90 # -- Begin function bch_ptr_invalid .type bch_ptr_invalid,@function bch_ptr_invalid: # @bch_ptr_invalid .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq (%rax), %rax movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq *%rax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size bch_ptr_invalid, .Lfunc_end0-bch_ptr_invalid .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym bch_ptr_invalid
RetroArch/wii/libogc/libogc/extr_card.c_CARD_ProbeEx.c
arm/extr_card_CARD_ProbeEx_O0_gcc.s
x86_64/extr_card_CARD_ProbeEx_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _CARD_ProbeEx ; -- Begin function CARD_ProbeEx .p2align 2 _CARD_ProbeEx: ; @CARD_ProbeEx .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, _CARD_ERROR_BUSY@GOTPAGE ldr x8, [x8, _CARD_ERROR_BUSY@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill stur x0, [x29, #-16] stur x1, [x29, #-24] stur x2, [x29, #-32] ; kill: def $x8 killed $xzr str xzr, [sp, #24] ldur x8, [x29, #-16] adrp x9, _EXI_CHANNEL_0@GOTPAGE ldr x9, [x9, _EXI_CHANNEL_0@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x8, [x29, #-16] adrp x9, _EXI_CHANNEL_2@GOTPAGE ldr x9, [x9, _EXI_CHANNEL_2@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: adrp x8, _CARD_ERROR_FATAL_ERROR@GOTPAGE ldr x8, [x8, _CARD_ERROR_FATAL_ERROR@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB0_29 LBB0_3: adrp x8, _cardmap@GOTPAGE ldr x8, [x8, _cardmap@GOTPAGEOFF] ldr x8, [x8] ldur x9, [x29, #-16] add x8, x8, x9, lsl #5 str x8, [sp, #24] ldr w0, [sp, #36] bl __CPU_ISR_Disable ldur x0, [x29, #-16] bl _EXI_ProbeEx str x0, [sp, #40] ldr x8, [sp, #40] subs x8, x8, #0 cset w8, hi tbnz w8, #0, LBB0_8 b LBB0_4 LBB0_4: ldr x8, [sp, #40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #40] b LBB0_7 LBB0_6: adrp x8, _CARD_ERROR_NOCARD@GOTPAGE ldr x8, [x8, _CARD_ERROR_NOCARD@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #40] b LBB0_7 LBB0_7: ldr w0, [sp, #36] bl __CPU_ISR_Restore ldr x8, [sp, #40] stur x8, [x29, #-8] b LBB0_29 LBB0_8: ldr x8, [sp, #24] ldr x8, [x8, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_9 LBB0_9: ldr x8, [sp, #24] ldr w8, [x8] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ldr w0, [sp, #36] bl __CPU_ISR_Restore ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8] stur x8, [x29, #-8] b LBB0_29 LBB0_11: ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ldr x8, [sp, #24] ldr x8, [x8, #8] ldur x9, [x29, #-24] str x8, [x9] b LBB0_13 LBB0_13: ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ldr x8, [sp, #24] ldr x8, [x8, #16] ldur x9, [x29, #-32] str x8, [x9] b LBB0_15 LBB0_15: ldr w0, [sp, #36] bl __CPU_ISR_Restore adrp x8, _CARD_ERROR_READY@GOTPAGE ldr x8, [x8, _CARD_ERROR_READY@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB0_29 LBB0_16: ldur x0, [x29, #-16] bl _EXI_GetState adrp x8, _EXI_FLAG_ATTACH@GOTPAGE ldr x8, [x8, _EXI_FLAG_ATTACH@GOTPAGEOFF] ldr w8, [x8] ands w8, w0, w8 cset w8, eq tbnz w8, #0, LBB0_18 b LBB0_17 LBB0_17: adrp x8, _CARD_ERROR_WRONGDEVICE@GOTPAGE ldr x8, [x8, _CARD_ERROR_WRONGDEVICE@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #40] b LBB0_28 LBB0_18: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #40] ldur x0, [x29, #-16] adrp x8, _EXI_DEVICE_0@GOTPAGE ldr x8, [x8, _EXI_DEVICE_0@GOTPAGEOFF] ldr w1, [x8] add x2, sp, #32 bl _EXI_GetID subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_27 b LBB0_19 LBB0_19: ldr w0, [sp, #32] bl ___card_iscard subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: adrp x8, _CARD_ERROR_WRONGDEVICE@GOTPAGE ldr x8, [x8, _CARD_ERROR_WRONGDEVICE@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #40] b LBB0_26 LBB0_21: ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_23 b LBB0_22 LBB0_22: ldr w8, [sp, #32] and w9, w8, #0xfc ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 ldur x9, [x29, #-24] str x8, [x9] b LBB0_23 LBB0_23: ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_25 b LBB0_24 LBB0_24: ldr w0, [sp, #32] mov w1, #23 bl __ROTL and w8, w0, #0x1c str w8, [sp, #20] adrp x8, _card_sector_size@GOTPAGE ldr x8, [x8, _card_sector_size@GOTPAGEOFF] ldr x8, [x8] ldr w9, [sp, #20] asr w9, w9, #2 ldr x8, [x8, w9, sxtw #3] ldur x9, [x29, #-32] str x8, [x9] b LBB0_25 LBB0_25: adrp x8, _CARD_ERROR_READY@GOTPAGE ldr x8, [x8, _CARD_ERROR_READY@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #40] b LBB0_26 LBB0_26: b LBB0_27 LBB0_27: b LBB0_28 LBB0_28: ldr w0, [sp, #36] bl __CPU_ISR_Restore ldr x8, [sp, #40] stur x8, [x29, #-8] b LBB0_29 LBB0_29: ldur x0, [x29, #-8] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .comm _EXI_CHANNEL_0,8,3 ; @EXI_CHANNEL_0 .comm _EXI_CHANNEL_2,8,3 ; @EXI_CHANNEL_2 .comm _CARD_ERROR_FATAL_ERROR,8,3 ; @CARD_ERROR_FATAL_ERROR .comm _cardmap,8,3 ; @cardmap .comm _CARD_ERROR_BUSY,8,3 ; @CARD_ERROR_BUSY .comm _CARD_ERROR_NOCARD,8,3 ; @CARD_ERROR_NOCARD .comm _CARD_ERROR_READY,8,3 ; @CARD_ERROR_READY .comm _EXI_FLAG_ATTACH,4,2 ; @EXI_FLAG_ATTACH .comm _CARD_ERROR_WRONGDEVICE,8,3 ; @CARD_ERROR_WRONGDEVICE .comm _EXI_DEVICE_0,4,2 ; @EXI_DEVICE_0 .comm _card_sector_size,8,3 ; @card_sector_size .subsections_via_symbols
.text .file "extr_card.c_CARD_ProbeEx.c" .globl CARD_ProbeEx # -- Begin function CARD_ProbeEx .p2align 4, 0x90 .type CARD_ProbeEx,@function CARD_ProbeEx: # @CARD_ProbeEx .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 %rdx, -32(%rbp) movq $0, -56(%rbp) movq -16(%rbp), %rax cmpq EXI_CHANNEL_0(%rip), %rax jb .LBB0_2 # %bb.1: movq -16(%rbp), %rax cmpq EXI_CHANNEL_2(%rip), %rax jb .LBB0_3 .LBB0_2: movq CARD_ERROR_FATAL_ERROR(%rip), %rax movq %rax, -8(%rbp) jmp .LBB0_29 .LBB0_3: movq cardmap(%rip), %rax movq -16(%rbp), %rcx shlq $5, %rcx addq %rcx, %rax movq %rax, -56(%rbp) movl -44(%rbp), %edi callq _CPU_ISR_Disable@PLT movq -16(%rbp), %rdi callq EXI_ProbeEx@PLT movq %rax, -40(%rbp) cmpq $0, -40(%rbp) ja .LBB0_8 # %bb.4: cmpq $0, -40(%rbp) jne .LBB0_6 # %bb.5: movq CARD_ERROR_BUSY(%rip), %rax movq %rax, -40(%rbp) jmp .LBB0_7 .LBB0_6: movq CARD_ERROR_NOCARD(%rip), %rax movq %rax, -40(%rbp) .LBB0_7: movl -44(%rbp), %edi callq _CPU_ISR_Restore@PLT movq -40(%rbp), %rax movq %rax, -8(%rbp) jmp .LBB0_29 .LBB0_8: movq -56(%rbp), %rax cmpq $0, 24(%rax) je .LBB0_16 # %bb.9: movq -56(%rbp), %rax cmpl $1, (%rax) jge .LBB0_11 # %bb.10: movl -44(%rbp), %edi callq _CPU_ISR_Restore@PLT movq CARD_ERROR_BUSY(%rip), %rax movq %rax, -8(%rbp) jmp .LBB0_29 .LBB0_11: cmpq $0, -24(%rbp) je .LBB0_13 # %bb.12: movq -56(%rbp), %rax movq 8(%rax), %rcx movq -24(%rbp), %rax movq %rcx, (%rax) .LBB0_13: cmpq $0, -32(%rbp) je .LBB0_15 # %bb.14: movq -56(%rbp), %rax movq 16(%rax), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) .LBB0_15: movl -44(%rbp), %edi callq _CPU_ISR_Restore@PLT movq CARD_ERROR_READY(%rip), %rax movq %rax, -8(%rbp) jmp .LBB0_29 .LBB0_16: movq -16(%rbp), %rdi callq EXI_GetState@PLT andl EXI_FLAG_ATTACH(%rip), %eax cmpl $0, %eax je .LBB0_18 # %bb.17: movq CARD_ERROR_WRONGDEVICE(%rip), %rax movq %rax, -40(%rbp) jmp .LBB0_28 .LBB0_18: movq CARD_ERROR_BUSY(%rip), %rax movq %rax, -40(%rbp) movq -16(%rbp), %rdi movl EXI_DEVICE_0(%rip), %esi leaq -48(%rbp), %rdx callq EXI_GetID@PLT cmpq $0, %rax je .LBB0_27 # %bb.19: movl -48(%rbp), %edi callq __card_iscard@PLT cmpl $0, %eax jne .LBB0_21 # %bb.20: movq CARD_ERROR_WRONGDEVICE(%rip), %rax movq %rax, -40(%rbp) jmp .LBB0_26 .LBB0_21: cmpq $0, -24(%rbp) je .LBB0_23 # %bb.22: movl -48(%rbp), %eax andl $252, %eax movslq %eax, %rcx movq -24(%rbp), %rax movq %rcx, (%rax) .LBB0_23: cmpq $0, -32(%rbp) je .LBB0_25 # %bb.24: movl -48(%rbp), %edi movl $23, %esi callq _ROTL@PLT andl $28, %eax movl %eax, -60(%rbp) movq card_sector_size(%rip), %rax movl -60(%rbp), %ecx sarl $2, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) .LBB0_25: movq CARD_ERROR_READY(%rip), %rax movq %rax, -40(%rbp) .LBB0_26: jmp .LBB0_27 .LBB0_27: jmp .LBB0_28 .LBB0_28: movl -44(%rbp), %edi callq _CPU_ISR_Restore@PLT movq -40(%rbp), %rax movq %rax, -8(%rbp) .LBB0_29: movq -8(%rbp), %rax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size CARD_ProbeEx, .Lfunc_end0-CARD_ProbeEx .cfi_endproc # -- End function .type EXI_CHANNEL_0,@object # @EXI_CHANNEL_0 .bss .globl EXI_CHANNEL_0 .p2align 3 EXI_CHANNEL_0: .quad 0 # 0x0 .size EXI_CHANNEL_0, 8 .type EXI_CHANNEL_2,@object # @EXI_CHANNEL_2 .globl EXI_CHANNEL_2 .p2align 3 EXI_CHANNEL_2: .quad 0 # 0x0 .size EXI_CHANNEL_2, 8 .type CARD_ERROR_FATAL_ERROR,@object # @CARD_ERROR_FATAL_ERROR .globl CARD_ERROR_FATAL_ERROR .p2align 3 CARD_ERROR_FATAL_ERROR: .quad 0 # 0x0 .size CARD_ERROR_FATAL_ERROR, 8 .type cardmap,@object # @cardmap .globl cardmap .p2align 3 cardmap: .quad 0 .size cardmap, 8 .type CARD_ERROR_BUSY,@object # @CARD_ERROR_BUSY .globl CARD_ERROR_BUSY .p2align 3 CARD_ERROR_BUSY: .quad 0 # 0x0 .size CARD_ERROR_BUSY, 8 .type CARD_ERROR_NOCARD,@object # @CARD_ERROR_NOCARD .globl CARD_ERROR_NOCARD .p2align 3 CARD_ERROR_NOCARD: .quad 0 # 0x0 .size CARD_ERROR_NOCARD, 8 .type CARD_ERROR_READY,@object # @CARD_ERROR_READY .globl CARD_ERROR_READY .p2align 3 CARD_ERROR_READY: .quad 0 # 0x0 .size CARD_ERROR_READY, 8 .type EXI_FLAG_ATTACH,@object # @EXI_FLAG_ATTACH .globl EXI_FLAG_ATTACH .p2align 2 EXI_FLAG_ATTACH: .long 0 # 0x0 .size EXI_FLAG_ATTACH, 4 .type CARD_ERROR_WRONGDEVICE,@object # @CARD_ERROR_WRONGDEVICE .globl CARD_ERROR_WRONGDEVICE .p2align 3 CARD_ERROR_WRONGDEVICE: .quad 0 # 0x0 .size CARD_ERROR_WRONGDEVICE, 8 .type EXI_DEVICE_0,@object # @EXI_DEVICE_0 .globl EXI_DEVICE_0 .p2align 2 EXI_DEVICE_0: .long 0 # 0x0 .size EXI_DEVICE_0, 4 .type card_sector_size,@object # @card_sector_size .globl card_sector_size .p2align 3 card_sector_size: .quad 0 .size card_sector_size, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym _CPU_ISR_Disable .addrsig_sym EXI_ProbeEx .addrsig_sym _CPU_ISR_Restore .addrsig_sym EXI_GetState .addrsig_sym EXI_GetID .addrsig_sym __card_iscard .addrsig_sym _ROTL .addrsig_sym EXI_CHANNEL_0 .addrsig_sym EXI_CHANNEL_2 .addrsig_sym CARD_ERROR_FATAL_ERROR .addrsig_sym cardmap .addrsig_sym CARD_ERROR_BUSY .addrsig_sym CARD_ERROR_NOCARD .addrsig_sym CARD_ERROR_READY .addrsig_sym EXI_FLAG_ATTACH .addrsig_sym CARD_ERROR_WRONGDEVICE .addrsig_sym EXI_DEVICE_0 .addrsig_sym card_sector_size
freebsd/contrib/subversion/subversion/libsvn_fs/extr_deprecated.c_svn_fs_history_prev.c
arm/extr_deprecated_svn_fs_history_prev_O0_gcc.s
x86_64/extr_deprecated_svn_fs_history_prev_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _svn_fs_history_prev ; -- Begin function svn_fs_history_prev .p2align 2 _svn_fs_history_prev: ; @svn_fs_history_prev .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 x3, [sp] ldur x0, [x29, #-8] ldr x1, [sp, #16] ldr w2, [sp, #12] ldr x3, [sp] ldr x4, [sp] bl _svn_fs_history_prev2 bl _svn_error_trace ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_deprecated.c_svn_fs_history_prev.c" .globl svn_fs_history_prev # -- Begin function svn_fs_history_prev .p2align 4, 0x90 .type svn_fs_history_prev,@function svn_fs_history_prev: # @svn_fs_history_prev .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 %rcx, -32(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi movl -20(%rbp), %edx movq -32(%rbp), %rcx movq -32(%rbp), %r8 callq svn_fs_history_prev2@PLT movl %eax, %edi callq svn_error_trace@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size svn_fs_history_prev, .Lfunc_end0-svn_fs_history_prev .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym svn_error_trace .addrsig_sym svn_fs_history_prev2
linux/drivers/scsi/qedi/extr_qedi_debugfs.c_qedi_dbg_init.c
arm/extr_qedi_debugfs_qedi_dbg_init_O0_gcc.s
x86_64/extr_qedi_debugfs_qedi_dbg_init_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _qedi_dbg_init ; -- Begin function qedi_dbg_init .p2align 2 _qedi_dbg_init: ; @qedi_dbg_init .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x0, [sp, #8] mov x1, #0 bl _debugfs_create_dir adrp x8, _qedi_dbg_root@GOTPAGE ldr x8, [x8, _qedi_dbg_root@GOTPAGEOFF] str w0, [x8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _qedi_dbg_root,4,2 ; @qedi_dbg_root .subsections_via_symbols
.text .file "extr_qedi_debugfs.c_qedi_dbg_init.c" .globl qedi_dbg_init # -- Begin function qedi_dbg_init .p2align 4, 0x90 .type qedi_dbg_init,@function qedi_dbg_init: # @qedi_dbg_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 $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq debugfs_create_dir@PLT movl %eax, qedi_dbg_root(%rip) addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size qedi_dbg_init, .Lfunc_end0-qedi_dbg_init .cfi_endproc # -- End function .type qedi_dbg_root,@object # @qedi_dbg_root .bss .globl qedi_dbg_root .p2align 2 qedi_dbg_root: .long 0 # 0x0 .size qedi_dbg_root, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym debugfs_create_dir .addrsig_sym qedi_dbg_root
darwin-xnu/osfmk/vm/extr_vm_pageout.c_vm_pageout_throttle_up_batch.c
arm/extr_vm_pageout_vm_pageout_throttle_up_batch_O0_gcc.s
x86_64/extr_vm_pageout_vm_pageout_throttle_up_batch_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function vm_pageout_throttle_up_batch _vm_pageout_throttle_up_batch: ; @vm_pageout_throttle_up_batch .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] adrp x8, _LCK_MTX_ASSERT_OWNED@GOTPAGE ldr x8, [x8, _LCK_MTX_ASSERT_OWNED@GOTPAGEOFF] ldr w1, [x8] adrp x0, _vm_page_queue_lock@GOTPAGE ldr x0, [x0, _vm_page_queue_lock@GOTPAGEOFF] bl _LCK_MTX_ASSERT adrp x8, _vm_pageout_throttle_up_count@GOTPAGE ldr x8, [x8, _vm_pageout_throttle_up_count@GOTPAGEOFF] ldr w0, [x8] ldr w1, [sp, #4] bl _VM_PAGEOUT_DEBUG ldrsw x10, [sp, #4] ldr x9, [sp, #8] ldr x8, [x9] subs x8, x8, x10 str x8, [x9] ldr x8, [sp, #8] ldr x8, [x8, #8] adrp x9, _TRUE@GOTPAGE ldr x9, [x9, _TRUE@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _FALSE@GOTPAGE ldr x8, [x8, _FALSE@GOTPAGEOFF] ldr x8, [x8] ldr x9, [sp, #8] str x8, [x9, #8] ldr x8, [sp, #8] mov x0, x8 bl _thread_wakeup b LBB0_2 LBB0_2: ldr x8, [sp, #8] ldr x8, [x8, #16] adrp x9, _TRUE@GOTPAGE ldr x9, [x9, _TRUE@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_3 LBB0_3: ldr x8, [sp, #8] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: adrp x8, _FALSE@GOTPAGE ldr x8, [x8, _FALSE@GOTPAGEOFF] ldr x8, [x8] ldr x9, [sp, #8] str x8, [x9, #16] ldr x8, [sp, #8] add x8, x8, #8 mov x0, x8 bl _thread_wakeup b LBB0_5 LBB0_5: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _vm_page_queue_lock,4,2 ; @vm_page_queue_lock .comm _LCK_MTX_ASSERT_OWNED,4,2 ; @LCK_MTX_ASSERT_OWNED .comm _vm_pageout_throttle_up_count,4,2 ; @vm_pageout_throttle_up_count .comm _TRUE,8,3 ; @TRUE .comm _FALSE,8,3 ; @FALSE .no_dead_strip _vm_pageout_throttle_up_batch .subsections_via_symbols
.text .file "extr_vm_pageout.c_vm_pageout_throttle_up_batch.c" .p2align 4, 0x90 # -- Begin function vm_pageout_throttle_up_batch .type vm_pageout_throttle_up_batch,@function vm_pageout_throttle_up_batch: # @vm_pageout_throttle_up_batch .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 LCK_MTX_ASSERT_OWNED(%rip), %esi leaq vm_page_queue_lock(%rip), %rdi callq LCK_MTX_ASSERT@PLT movl vm_pageout_throttle_up_count(%rip), %edi movl -12(%rbp), %esi callq VM_PAGEOUT_DEBUG@PLT movslq -12(%rbp), %rdx movq -8(%rbp), %rax movq (%rax), %rcx subq %rdx, %rcx movq %rcx, (%rax) movq -8(%rbp), %rax movq 8(%rax), %rax cmpq TRUE(%rip), %rax jne .LBB0_2 # %bb.1: movq FALSE(%rip), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) movq -8(%rbp), %rax movl %eax, %edi callq thread_wakeup@PLT .LBB0_2: movq -8(%rbp), %rax movq 16(%rax), %rax cmpq TRUE(%rip), %rax jne .LBB0_5 # %bb.3: movq -8(%rbp), %rax cmpq $0, (%rax) jne .LBB0_5 # %bb.4: movq FALSE(%rip), %rcx movq -8(%rbp), %rax movq %rcx, 16(%rax) movq -8(%rbp), %rax addq $8, %rax movl %eax, %edi callq thread_wakeup@PLT .LBB0_5: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size vm_pageout_throttle_up_batch, .Lfunc_end0-vm_pageout_throttle_up_batch .cfi_endproc # -- End function .type vm_page_queue_lock,@object # @vm_page_queue_lock .bss .globl vm_page_queue_lock .p2align 2 vm_page_queue_lock: .long 0 # 0x0 .size vm_page_queue_lock, 4 .type LCK_MTX_ASSERT_OWNED,@object # @LCK_MTX_ASSERT_OWNED .globl LCK_MTX_ASSERT_OWNED .p2align 2 LCK_MTX_ASSERT_OWNED: .long 0 # 0x0 .size LCK_MTX_ASSERT_OWNED, 4 .type vm_pageout_throttle_up_count,@object # @vm_pageout_throttle_up_count .globl vm_pageout_throttle_up_count .p2align 2 vm_pageout_throttle_up_count: .long 0 # 0x0 .size vm_pageout_throttle_up_count, 4 .type TRUE,@object # @TRUE .globl TRUE .p2align 3 TRUE: .quad 0 # 0x0 .size TRUE, 8 .type FALSE,@object # @FALSE .globl FALSE .p2align 3 FALSE: .quad 0 .size FALSE, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym vm_pageout_throttle_up_batch .addrsig_sym LCK_MTX_ASSERT .addrsig_sym VM_PAGEOUT_DEBUG .addrsig_sym thread_wakeup .addrsig_sym vm_page_queue_lock .addrsig_sym LCK_MTX_ASSERT_OWNED .addrsig_sym vm_pageout_throttle_up_count .addrsig_sym TRUE .addrsig_sym FALSE
esp-idf/components/mdns/extr_mdns.c__mdns_timer_cb.c
arm/extr_mdns__mdns_timer_cb_O0_gcc.s
x86_64/extr_mdns__mdns_timer_cb_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function _mdns_timer_cb __mdns_timer_cb: ; @_mdns_timer_cb .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] bl __mdns_scheduler_run bl __mdns_search_run ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .no_dead_strip __mdns_timer_cb .subsections_via_symbols
.text .file "extr_mdns.c__mdns_timer_cb.c" .p2align 4, 0x90 # -- Begin function _mdns_timer_cb .type _mdns_timer_cb,@function _mdns_timer_cb: # @_mdns_timer_cb .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) movb $0, %al callq _mdns_scheduler_run@PLT movb $0, %al callq _mdns_search_run@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size _mdns_timer_cb, .Lfunc_end0-_mdns_timer_cb .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym _mdns_timer_cb .addrsig_sym _mdns_scheduler_run .addrsig_sym _mdns_search_run
linux/drivers/greybus/extr_interface.c_gb_interface_request_mode_switch.c
arm/extr_interface_gb_interface_request_mode_switch_O0_gcc.s
x86_64/extr_interface_gb_interface_request_mode_switch_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _gb_interface_request_mode_switch ; -- Begin function gb_interface_request_mode_switch .p2align 2 _gb_interface_request_mode_switch: ; @gb_interface_request_mode_switch .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] ldr x8, [sp, #8] add x0, x8, #4 bl _mutex_lock ldr x8, [sp, #8] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _EBUSY@GOTPAGE ldr x8, [x8, _EBUSY@GOTPAGEOFF] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 str w8, [sp, #4] b LBB0_5 LBB0_2: ldr x9, [sp, #8] mov w8, #1 str w8, [x9] ldr x8, [sp, #8] add x0, x8, #16 bl _reinit_completion ldr x8, [sp, #8] add x0, x8, #8 bl _get_device adrp x8, _system_long_wq@GOTPAGE ldr x8, [x8, _system_long_wq@GOTPAGEOFF] ldr w0, [x8] ldr x8, [sp, #8] add x1, x8, #12 bl _queue_work subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp, #8] add x0, x8, #8 bl _put_device adrp x8, _EBUSY@GOTPAGE ldr x8, [x8, _EBUSY@GOTPAGEOFF] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 str w8, [sp, #4] b LBB0_5 LBB0_4: b LBB0_5 LBB0_5: ldr x8, [sp, #8] add x0, x8, #4 bl _mutex_unlock ldr w0, [sp, #4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _EBUSY,4,2 ; @EBUSY .comm _system_long_wq,4,2 ; @system_long_wq .subsections_via_symbols
.text .file "extr_interface.c_gb_interface_request_mode_switch.c" .globl gb_interface_request_mode_switch # -- Begin function gb_interface_request_mode_switch .p2align 4, 0x90 .type gb_interface_request_mode_switch,@function gb_interface_request_mode_switch: # @gb_interface_request_mode_switch .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) movq -8(%rbp), %rdi addq $4, %rdi callq mutex_lock@PLT movq -8(%rbp), %rax cmpl $0, (%rax) je .LBB0_2 # %bb.1: xorl %eax, %eax subl EBUSY(%rip), %eax movl %eax, -12(%rbp) jmp .LBB0_5 .LBB0_2: movq -8(%rbp), %rax movl $1, (%rax) movq -8(%rbp), %rdi addq $16, %rdi callq reinit_completion@PLT movq -8(%rbp), %rdi addq $8, %rdi callq get_device@PLT movl system_long_wq(%rip), %edi movq -8(%rbp), %rsi addq $12, %rsi callq queue_work@PLT cmpl $0, %eax jne .LBB0_4 # %bb.3: movq -8(%rbp), %rdi addq $8, %rdi callq put_device@PLT xorl %eax, %eax subl EBUSY(%rip), %eax movl %eax, -12(%rbp) jmp .LBB0_5 .LBB0_4: jmp .LBB0_5 .LBB0_5: movq -8(%rbp), %rdi addq $4, %rdi callq mutex_unlock@PLT movl -12(%rbp), %eax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size gb_interface_request_mode_switch, .Lfunc_end0-gb_interface_request_mode_switch .cfi_endproc # -- End function .type EBUSY,@object # @EBUSY .bss .globl EBUSY .p2align 2 EBUSY: .long 0 # 0x0 .size EBUSY, 4 .type system_long_wq,@object # @system_long_wq .globl system_long_wq .p2align 2 system_long_wq: .long 0 # 0x0 .size system_long_wq, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym mutex_lock .addrsig_sym reinit_completion .addrsig_sym get_device .addrsig_sym queue_work .addrsig_sym put_device .addrsig_sym mutex_unlock .addrsig_sym EBUSY .addrsig_sym system_long_wq
linux/net/mac80211/extr_mesh_hwmp.c_mesh_nexthop_resolve.c
arm/extr_mesh_hwmp_mesh_nexthop_resolve_O0_gcc.s
x86_64/extr_mesh_hwmp_mesh_nexthop_resolve_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _mesh_nexthop_resolve ; -- Begin function mesh_nexthop_resolve .p2align 2 _mesh_nexthop_resolve: ; @mesh_nexthop_resolve .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] ldr x8, [x8] str x8, [sp, #32] ldur x0, [x29, #-24] bl _IEEE80211_SKB_CB str x0, [sp, #24] ; kill: def $x8 killed $xzr str xzr, [sp, #8] ldr x8, [sp, #32] ldr x8, [x8, #8] str x8, [sp] ldr x8, [sp, #32] ldr w0, [x8] bl _ieee80211_is_qos_nullfunc subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: stur wzr, [x29, #-4] b LBB0_17 LBB0_2: ldr x8, [sp, #24] ldr w8, [x8, #4] adrp x9, _IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP@GOTPAGE ldr x9, [x9, _IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: stur wzr, [x29, #-4] b LBB0_17 LBB0_4: ldur x0, [x29, #-16] ldur x1, [x29, #-24] bl _mesh_nexthop_lookup subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: stur wzr, [x29, #-4] b LBB0_17 LBB0_6: ldur x0, [x29, #-16] ldr x1, [sp] bl _mesh_path_lookup str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_7 LBB0_7: ldur x0, [x29, #-16] ldr x1, [sp] bl _mesh_path_add str x0, [sp, #16] ldr x0, [sp, #16] bl _IS_ERR subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ldur x0, [x29, #-16] ldur x1, [x29, #-24] bl _mesh_path_discard_frame ldr x0, [sp, #16] bl _PTR_ERR stur w0, [x29, #-4] b LBB0_17 LBB0_9: b LBB0_10 LBB0_10: ldr x8, [sp, #16] ldr w8, [x8] adrp x9, _MESH_PATH_RESOLVING@GOTPAGE ldr x9, [x9, _MESH_PATH_RESOLVING@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ldr x0, [sp, #16] adrp x8, _PREQ_Q_F_START@GOTPAGE ldr x8, [x8, _PREQ_Q_F_START@GOTPAGEOFF] ldr w1, [x8] bl _mesh_queue_preq b LBB0_12 LBB0_12: ldr x8, [sp, #16] add x0, x8, #4 bl _skb_queue_len adrp x8, _MESH_FRAME_QUEUE_LEN@GOTPAGE ldr x8, [x8, _MESH_FRAME_QUEUE_LEN@GOTPAGEOFF] ldr x8, [x8] subs x8, x0, x8 cset w8, lt tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ldr x8, [sp, #16] add x0, x8, #4 bl _skb_dequeue str x0, [sp, #8] b LBB0_14 LBB0_14: adrp x8, _IEEE80211_TX_INTFL_NEED_TXPROCESSING@GOTPAGE ldr x8, [x8, _IEEE80211_TX_INTFL_NEED_TXPROCESSING@GOTPAGEOFF] ldr w10, [x8] ldr x9, [sp, #24] ldr w8, [x9] orr w8, w8, w10 str w8, [x9] ldur x0, [x29, #-16] ldur x1, [x29, #-24] bl _ieee80211_set_qos_hdr ldr x8, [sp, #16] add x0, x8, #4 ldur x1, [x29, #-24] bl _skb_queue_tail ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: ldur x0, [x29, #-16] ldr x1, [sp, #8] bl _mesh_path_discard_frame b LBB0_16 LBB0_16: adrp x8, _ENOENT@GOTPAGE ldr x8, [x8, _ENOENT@GOTPAGEOFF] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 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 _IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP,4,2 ; @IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP .comm _MESH_PATH_RESOLVING,4,2 ; @MESH_PATH_RESOLVING .comm _PREQ_Q_F_START,4,2 ; @PREQ_Q_F_START .comm _MESH_FRAME_QUEUE_LEN,8,3 ; @MESH_FRAME_QUEUE_LEN .comm _IEEE80211_TX_INTFL_NEED_TXPROCESSING,4,2 ; @IEEE80211_TX_INTFL_NEED_TXPROCESSING .comm _ENOENT,4,2 ; @ENOENT .subsections_via_symbols
.text .file "extr_mesh_hwmp.c_mesh_nexthop_resolve.c" .globl mesh_nexthop_resolve # -- Begin function mesh_nexthop_resolve .p2align 4, 0x90 .type mesh_nexthop_resolve,@function mesh_nexthop_resolve: # @mesh_nexthop_resolve .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 (%rax), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rdi callq IEEE80211_SKB_CB@PLT movq %rax, -40(%rbp) movq $0, -56(%rbp) movq -32(%rbp), %rax movq 8(%rax), %rax movq %rax, -64(%rbp) movq -32(%rbp), %rax movl (%rax), %edi callq ieee80211_is_qos_nullfunc@PLT cmpq $0, %rax je .LBB0_2 # %bb.1: movl $0, -4(%rbp) jmp .LBB0_17 .LBB0_2: movq -40(%rbp), %rax movl 4(%rax), %eax andl IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP(%rip), %eax cmpl $0, %eax je .LBB0_4 # %bb.3: movl $0, -4(%rbp) jmp .LBB0_17 .LBB0_4: movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq mesh_nexthop_lookup@PLT cmpl $0, %eax jne .LBB0_6 # %bb.5: movl $0, -4(%rbp) jmp .LBB0_17 .LBB0_6: movq -16(%rbp), %rdi movq -64(%rbp), %rsi callq mesh_path_lookup@PLT movq %rax, -48(%rbp) cmpq $0, -48(%rbp) jne .LBB0_10 # %bb.7: movq -16(%rbp), %rdi movq -64(%rbp), %rsi callq mesh_path_add@PLT movq %rax, -48(%rbp) movq -48(%rbp), %rdi callq IS_ERR@PLT cmpq $0, %rax je .LBB0_9 # %bb.8: movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq mesh_path_discard_frame@PLT movq -48(%rbp), %rdi callq PTR_ERR@PLT movl %eax, -4(%rbp) jmp .LBB0_17 .LBB0_9: jmp .LBB0_10 .LBB0_10: movq -48(%rbp), %rax movl (%rax), %eax andl MESH_PATH_RESOLVING(%rip), %eax cmpl $0, %eax jne .LBB0_12 # %bb.11: movq -48(%rbp), %rdi movl PREQ_Q_F_START(%rip), %esi callq mesh_queue_preq@PLT .LBB0_12: movq -48(%rbp), %rdi addq $4, %rdi callq skb_queue_len@PLT cmpq MESH_FRAME_QUEUE_LEN(%rip), %rax jl .LBB0_14 # %bb.13: movq -48(%rbp), %rdi addq $4, %rdi callq skb_dequeue@PLT movq %rax, -56(%rbp) .LBB0_14: movl IEEE80211_TX_INTFL_NEED_TXPROCESSING(%rip), %ecx movq -40(%rbp), %rax orl (%rax), %ecx movl %ecx, (%rax) movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq ieee80211_set_qos_hdr@PLT movq -48(%rbp), %rdi addq $4, %rdi movq -24(%rbp), %rsi callq skb_queue_tail@PLT cmpq $0, -56(%rbp) je .LBB0_16 # %bb.15: movq -16(%rbp), %rdi movq -56(%rbp), %rsi callq mesh_path_discard_frame@PLT .LBB0_16: xorl %eax, %eax subl ENOENT(%rip), %eax movl %eax, -4(%rbp) .LBB0_17: movl -4(%rbp), %eax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size mesh_nexthop_resolve, .Lfunc_end0-mesh_nexthop_resolve .cfi_endproc # -- End function .type IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP,@object # @IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP .bss .globl IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP .p2align 2 IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP: .long 0 # 0x0 .size IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP, 4 .type MESH_PATH_RESOLVING,@object # @MESH_PATH_RESOLVING .globl MESH_PATH_RESOLVING .p2align 2 MESH_PATH_RESOLVING: .long 0 # 0x0 .size MESH_PATH_RESOLVING, 4 .type PREQ_Q_F_START,@object # @PREQ_Q_F_START .globl PREQ_Q_F_START .p2align 2 PREQ_Q_F_START: .long 0 # 0x0 .size PREQ_Q_F_START, 4 .type MESH_FRAME_QUEUE_LEN,@object # @MESH_FRAME_QUEUE_LEN .globl MESH_FRAME_QUEUE_LEN .p2align 3 MESH_FRAME_QUEUE_LEN: .quad 0 # 0x0 .size MESH_FRAME_QUEUE_LEN, 8 .type IEEE80211_TX_INTFL_NEED_TXPROCESSING,@object # @IEEE80211_TX_INTFL_NEED_TXPROCESSING .globl IEEE80211_TX_INTFL_NEED_TXPROCESSING .p2align 2 IEEE80211_TX_INTFL_NEED_TXPROCESSING: .long 0 # 0x0 .size IEEE80211_TX_INTFL_NEED_TXPROCESSING, 4 .type ENOENT,@object # @ENOENT .globl ENOENT .p2align 2 ENOENT: .long 0 # 0x0 .size ENOENT, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym IEEE80211_SKB_CB .addrsig_sym ieee80211_is_qos_nullfunc .addrsig_sym mesh_nexthop_lookup .addrsig_sym mesh_path_lookup .addrsig_sym mesh_path_add .addrsig_sym IS_ERR .addrsig_sym mesh_path_discard_frame .addrsig_sym PTR_ERR .addrsig_sym mesh_queue_preq .addrsig_sym skb_queue_len .addrsig_sym skb_dequeue .addrsig_sym ieee80211_set_qos_hdr .addrsig_sym skb_queue_tail .addrsig_sym IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP .addrsig_sym MESH_PATH_RESOLVING .addrsig_sym PREQ_Q_F_START .addrsig_sym MESH_FRAME_QUEUE_LEN .addrsig_sym IEEE80211_TX_INTFL_NEED_TXPROCESSING .addrsig_sym ENOENT
linux/drivers/usb/host/extr_oxu210hp-hcd.c_dbg_port_buf.c
arm/extr_oxu210hp-hcd_dbg_port_buf_O0_gcc.s
x86_64/extr_oxu210hp-hcd_dbg_port_buf_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function dbg_port_buf _dbg_port_buf: ; @dbg_port_buf .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] str x2, [sp, #8] str w3, [sp, #4] str w4, [sp] mov w0, #0 add sp, sp, #32 ret .cfi_endproc ; -- End function .no_dead_strip _dbg_port_buf .subsections_via_symbols
.text .file "extr_oxu210hp-hcd.c_dbg_port_buf.c" .p2align 4, 0x90 # -- Begin function dbg_port_buf .type dbg_port_buf,@function dbg_port_buf: # @dbg_port_buf .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) movl %r8d, -32(%rbp) xorl %eax, %eax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size dbg_port_buf, .Lfunc_end0-dbg_port_buf .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym dbg_port_buf
freebsd/sys/dev/mthca/extr_mthca_cq.c_mthca_poll_cq.c
arm/extr_mthca_cq_mthca_poll_cq_O0_gcc.s
x86_64/extr_mthca_cq_mthca_poll_cq_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _mthca_poll_cq ; -- Begin function mthca_poll_cq .p2align 2 _mthca_poll_cq: ; @mthca_poll_cq .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] stur x2, [x29, #-24] ldur x8, [x29, #-8] ldr w0, [x8] bl _to_mdev stur x0, [x29, #-32] ldur x0, [x29, #-8] bl _to_mcq stur x0, [x29, #-40] ; kill: def $x8 killed $xzr str xzr, [sp, #48] str wzr, [sp, #36] str wzr, [sp, #32] ldur x8, [x29, #-40] ldr x1, [sp, #40] add x0, x8, #4 bl _spin_lock_irqsave str wzr, [sp, #28] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_2 Depth 2 b LBB0_2 LBB0_2: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #28] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_2 Depth=2 ldur x0, [x29, #-32] ldur x1, [x29, #-40] ldur x8, [x29, #-24] ldrsw x9, [sp, #28] add x4, x8, x9, lsl #2 add x2, sp, #48 add x3, sp, #32 bl _mthca_poll_one str w0, [sp, #36] ldr w8, [sp, #36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 b LBB0_6 LBB0_5: ; in Loop: Header=BB0_2 Depth=2 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB0_2 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #32] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 bl _wmb ldur x0, [x29, #-32] ldur x1, [x29, #-40] ldr w2, [sp, #32] bl _update_cons_index b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #36] adrp x9, _EAGAIN@GOTPAGE ldr x9, [x9, _EAGAIN@GOTPAGEOFF] ldr w9, [x9] adds w8, w8, w9 cset w8, ne mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB0_11 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-40] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-40] ldr x8, [x8, #8] ldr x8, [x8] adrp x9, _CQ_RESIZE_READY@GOTPAGE ldr x9, [x9, _CQ_RESIZE_READY@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq str w8, [sp, #16] ; 4-byte Folded Spill b LBB0_11 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] ; 4-byte Folded Reload and w0, w8, #0x1 bl _unlikely subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_17 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-32] bl _mthca_is_memfree subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-40] ldr w10, [x8, #16] ldur x9, [x29, #-40] ldr w8, [x9] and w8, w8, w10 str w8, [x9] b LBB0_14 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-40] ldr x8, [x8, #8] add x0, x8, #12 ldur x8, [x29, #-40] ldr w8, [x8] ldur x9, [x29, #-40] ldr x9, [x9, #8] ldr w9, [x9, #8] and w1, w8, w9 bl _get_cqe_from_buf bl _cqe_sw subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-40] ldr w8, [x8, #20] str w8, [sp, #24] ldur x8, [x29, #-40] ldr w8, [x8, #16] str w8, [sp, #20] ldur x9, [x29, #-40] ldur x8, [x29, #-40] ldr x8, [x8, #8] ldr w8, [x8, #12] str w8, [x9, #20] ldur x8, [x29, #-40] ldr x8, [x8, #8] ldr w8, [x8, #8] ldur x9, [x29, #-40] str w8, [x9, #16] ldur x8, [x29, #-40] ldr x9, [x8, #8] ldr w8, [sp, #24] str w8, [x9, #12] ldr w8, [sp, #20] ldur x9, [x29, #-40] ldr x9, [x9, #8] str w8, [x9, #8] adrp x8, _CQ_RESIZE_SWAPPED@GOTPAGE ldr x8, [x8, _CQ_RESIZE_SWAPPED@GOTPAGEOFF] ldr x8, [x8] ldur x9, [x29, #-40] ldr x9, [x9, #8] str x8, [x9] b LBB0_1 LBB0_16: b LBB0_17 LBB0_17: ldur x8, [x29, #-40] add x0, x8, #4 ldr x1, [sp, #40] bl _spin_unlock_irqrestore ldr w8, [sp, #36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_19 b LBB0_18 LBB0_18: ldr w8, [sp, #36] adrp x9, _EAGAIN@GOTPAGE ldr x9, [x9, _EAGAIN@GOTPAGEOFF] ldr w9, [x9] adds w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_20 b LBB0_19 LBB0_19: ldr w8, [sp, #28] str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_21 LBB0_20: ldr w8, [sp, #36] str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_21 LBB0_21: ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .comm _EAGAIN,4,2 ; @EAGAIN .comm _CQ_RESIZE_READY,8,3 ; @CQ_RESIZE_READY .comm _CQ_RESIZE_SWAPPED,8,3 ; @CQ_RESIZE_SWAPPED .subsections_via_symbols
.text .file "extr_mthca_cq.c_mthca_poll_cq.c" .globl mthca_poll_cq # -- Begin function mthca_poll_cq .p2align 4, 0x90 .type mthca_poll_cq,@function mthca_poll_cq: # @mthca_poll_cq .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) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq -8(%rbp), %rax movl (%rax), %edi callq to_mdev@PLT movq %rax, -32(%rbp) movq -8(%rbp), %rdi callq to_mcq@PLT movq %rax, -40(%rbp) movq $0, -48(%rbp) movl $0, -60(%rbp) movl $0, -64(%rbp) movq -40(%rbp), %rdi addq $4, %rdi movq -56(%rbp), %rsi callq spin_lock_irqsave@PLT movl $0, -68(%rbp) .LBB0_1: # =>This Loop Header: Depth=1 # Child Loop BB0_2 Depth 2 jmp .LBB0_2 .LBB0_2: # Parent Loop BB0_1 Depth=1 # => This Inner Loop Header: Depth=2 movl -68(%rbp), %eax cmpl -12(%rbp), %eax jge .LBB0_6 # %bb.3: # in Loop: Header=BB0_2 Depth=2 movq -32(%rbp), %rdi movq -40(%rbp), %rsi movq -24(%rbp), %r8 movslq -68(%rbp), %rax shlq $2, %rax addq %rax, %r8 leaq -48(%rbp), %rdx leaq -64(%rbp), %rcx callq mthca_poll_one@PLT movl %eax, -60(%rbp) cmpl $0, -60(%rbp) je .LBB0_5 # %bb.4: # in Loop: Header=BB0_1 Depth=1 jmp .LBB0_6 .LBB0_5: # in Loop: Header=BB0_2 Depth=2 movl -68(%rbp), %eax addl $1, %eax movl %eax, -68(%rbp) jmp .LBB0_2 .LBB0_6: # in Loop: Header=BB0_1 Depth=1 cmpl $0, -64(%rbp) je .LBB0_8 # %bb.7: # in Loop: Header=BB0_1 Depth=1 movb $0, %al callq wmb@PLT movq -32(%rbp), %rdi movq -40(%rbp), %rsi movl -64(%rbp), %edx callq update_cons_index@PLT .LBB0_8: # in Loop: Header=BB0_1 Depth=1 movl -60(%rbp), %ecx xorl %edx, %edx subl EAGAIN(%rip), %edx xorl %eax, %eax # kill: def $al killed $al killed $eax cmpl %edx, %ecx movb %al, -77(%rbp) # 1-byte Spill jne .LBB0_11 # %bb.9: # in Loop: Header=BB0_1 Depth=1 movq -40(%rbp), %rcx xorl %eax, %eax # kill: def $al killed $al killed $eax cmpq $0, 8(%rcx) movb %al, -77(%rbp) # 1-byte Spill je .LBB0_11 # %bb.10: # in Loop: Header=BB0_1 Depth=1 movq -40(%rbp), %rax movq 8(%rax), %rax movq (%rax), %rax cmpq CQ_RESIZE_READY(%rip), %rax sete %al movb %al, -77(%rbp) # 1-byte Spill .LBB0_11: # in Loop: Header=BB0_1 Depth=1 movb -77(%rbp), %al # 1-byte Reload andb $1, %al movzbl %al, %edi callq unlikely@PLT cmpq $0, %rax je .LBB0_17 # %bb.12: # in Loop: Header=BB0_1 Depth=1 movq -32(%rbp), %rdi callq mthca_is_memfree@PLT cmpl $0, %eax jne .LBB0_14 # %bb.13: # in Loop: Header=BB0_1 Depth=1 movq -40(%rbp), %rax movl 16(%rax), %ecx movq -40(%rbp), %rax andl (%rax), %ecx movl %ecx, (%rax) .LBB0_14: # in Loop: Header=BB0_1 Depth=1 movq -40(%rbp), %rax movq 8(%rax), %rdi addq $12, %rdi movq -40(%rbp), %rax movl (%rax), %esi movq -40(%rbp), %rax movq 8(%rax), %rax andl 8(%rax), %esi callq get_cqe_from_buf@PLT movl %eax, %edi callq cqe_sw@PLT cmpq $0, %rax je .LBB0_16 # %bb.15: # in Loop: Header=BB0_1 Depth=1 movq -40(%rbp), %rax movl 20(%rax), %eax movl %eax, -72(%rbp) movq -40(%rbp), %rax movl 16(%rax), %eax movl %eax, -76(%rbp) movq -40(%rbp), %rax movq -40(%rbp), %rcx movq 8(%rcx), %rcx movl 12(%rcx), %ecx movl %ecx, 20(%rax) movq -40(%rbp), %rax movq 8(%rax), %rax movl 8(%rax), %ecx movq -40(%rbp), %rax movl %ecx, 16(%rax) movq -40(%rbp), %rax movq 8(%rax), %rax movl -72(%rbp), %ecx movl %ecx, 12(%rax) movl -76(%rbp), %ecx movq -40(%rbp), %rax movq 8(%rax), %rax movl %ecx, 8(%rax) movq CQ_RESIZE_SWAPPED(%rip), %rcx movq -40(%rbp), %rax movq 8(%rax), %rax movq %rcx, (%rax) jmp .LBB0_1 .LBB0_16: jmp .LBB0_17 .LBB0_17: movq -40(%rbp), %rdi addq $4, %rdi movq -56(%rbp), %rsi callq spin_unlock_irqrestore@PLT cmpl $0, -60(%rbp) je .LBB0_19 # %bb.18: movl -60(%rbp), %eax xorl %ecx, %ecx subl EAGAIN(%rip), %ecx cmpl %ecx, %eax jne .LBB0_20 .LBB0_19: movl -68(%rbp), %eax movl %eax, -84(%rbp) # 4-byte Spill jmp .LBB0_21 .LBB0_20: movl -60(%rbp), %eax movl %eax, -84(%rbp) # 4-byte Spill .LBB0_21: movl -84(%rbp), %eax # 4-byte Reload addq $96, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size mthca_poll_cq, .Lfunc_end0-mthca_poll_cq .cfi_endproc # -- End function .type EAGAIN,@object # @EAGAIN .bss .globl EAGAIN .p2align 2 EAGAIN: .long 0 # 0x0 .size EAGAIN, 4 .type CQ_RESIZE_READY,@object # @CQ_RESIZE_READY .globl CQ_RESIZE_READY .p2align 3 CQ_RESIZE_READY: .quad 0 # 0x0 .size CQ_RESIZE_READY, 8 .type CQ_RESIZE_SWAPPED,@object # @CQ_RESIZE_SWAPPED .globl CQ_RESIZE_SWAPPED .p2align 3 CQ_RESIZE_SWAPPED: .quad 0 # 0x0 .size CQ_RESIZE_SWAPPED, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym to_mdev .addrsig_sym to_mcq .addrsig_sym spin_lock_irqsave .addrsig_sym mthca_poll_one .addrsig_sym wmb .addrsig_sym update_cons_index .addrsig_sym unlikely .addrsig_sym mthca_is_memfree .addrsig_sym cqe_sw .addrsig_sym get_cqe_from_buf .addrsig_sym spin_unlock_irqrestore .addrsig_sym EAGAIN .addrsig_sym CQ_RESIZE_READY .addrsig_sym CQ_RESIZE_SWAPPED
zfs/module/zfs/extr_dmu_objset.c_dmu_objset_get_user.c
arm/extr_dmu_objset_dmu_objset_get_user_O0_gcc.s
x86_64/extr_dmu_objset_dmu_objset_get_user_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _dmu_objset_get_user ; -- Begin function dmu_objset_get_user .p2align 2 _dmu_objset_get_user: ; @dmu_objset_get_user .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] add x0, x8, #8 bl _MUTEX_HELD bl _ASSERT ldr x8, [sp, #8] ldr x0, [x8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_dmu_objset.c_dmu_objset_get_user.c" .globl dmu_objset_get_user # -- Begin function dmu_objset_get_user .p2align 4, 0x90 .type dmu_objset_get_user,@function dmu_objset_get_user: # @dmu_objset_get_user .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 addq $8, %rdi callq MUTEX_HELD@PLT movl %eax, %edi callq ASSERT@PLT movq -8(%rbp), %rax movq (%rax), %rax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size dmu_objset_get_user, .Lfunc_end0-dmu_objset_get_user .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym ASSERT .addrsig_sym MUTEX_HELD
exploitdb/exploits/windows/dos/extr_672.c_read_bits.c
arm/extr_672_read_bits_O0_gcc.s
x86_64/extr_672_read_bits_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _read_bits ; -- Begin function read_bits .p2align 2 _read_bits: ; @read_bits .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 str x0, [sp, #64] str x1, [sp, #56] str x2, [sp, #48] str xzr, [sp, #24] str xzr, [sp, #16] mov x8, #-1 str x8, [sp, #8] ldr x8, [sp, #64] subs x8, x8, #32 cset w8, ls tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: str xzr, [sp, #72] b LBB0_9 LBB0_2: ldr x8, [sp, #64] subs x8, x8, #32 cset w8, hs tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp, #64] mov x9, x8 mov w8, #1 lsl w8, w8, w9 subs w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 str x8, [sp, #8] b LBB0_4 LBB0_4: b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #48] and x8, x8, #0x7 str x8, [sp, #40] ldr x8, [sp, #56] ldr x9, [sp, #48] lsr x9, x9, #3 ldrb w8, [x8, x9] ldr x9, [sp, #40] ; kill: def $w9 killed $w9 killed $x9 asr w9, w8, w9 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 ldr x9, [sp, #8] and x8, x8, x9 ldr x9, [sp, #24] lsl x9, x8, x9 ldr x8, [sp, #16] orr x8, x8, x9 str x8, [sp, #16] ldr x9, [sp, #40] mov x8, #8 subs x8, x8, x9 str x8, [sp, #32] ldr x8, [sp, #32] ldr x9, [sp, #64] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: b LBB0_8 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldr x9, [sp, #32] ldr x8, [sp, #64] subs x8, x8, x9 str x8, [sp, #64] ldr x9, [sp, #32] ldr x8, [sp, #48] add x8, x8, x9 str x8, [sp, #48] ldr x9, [sp, #32] ldr x8, [sp, #24] add x8, x8, x9 str x8, [sp, #24] ldr x8, [sp, #64] mov x9, x8 mov w8, #1 lsl w8, w8, w9 subs w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 str x8, [sp, #8] b LBB0_5 LBB0_8: ldr x8, [sp, #16] str x8, [sp, #72] b LBB0_9 LBB0_9: ldr x0, [sp, #72] add sp, sp, #80 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_672.c_read_bits.c" .globl read_bits # -- Begin function read_bits .p2align 4, 0x90 .type read_bits,@function read_bits: # @read_bits .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq $0, -56(%rbp) movq $0, -64(%rbp) movq $-1, -72(%rbp) cmpq $32, -16(%rbp) jbe .LBB0_2 # %bb.1: movq $0, -8(%rbp) jmp .LBB0_9 .LBB0_2: cmpq $32, -16(%rbp) jae .LBB0_4 # %bb.3: movq -16(%rbp), %rax movl %eax, %ecx movl $1, %eax # kill: def $cl killed $ecx shll %cl, %eax subl $1, %eax cltq movq %rax, -72(%rbp) .LBB0_4: jmp .LBB0_5 .LBB0_5: # =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax andq $7, %rax movq %rax, -40(%rbp) movq -24(%rbp), %rax movq -32(%rbp), %rcx shrq $3, %rcx movzbl (%rax,%rcx), %eax movq -40(%rbp), %rcx # kill: def $ecx killed $ecx killed $rcx # kill: def $cl killed $ecx sarl %cl, %eax cltq andq -72(%rbp), %rax movq -56(%rbp), %rcx # kill: def $cl killed $rcx shlq %cl, %rax orq -64(%rbp), %rax movq %rax, -64(%rbp) movl $8, %eax subq -40(%rbp), %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax cmpq -16(%rbp), %rax jb .LBB0_7 # %bb.6: jmp .LBB0_8 .LBB0_7: # in Loop: Header=BB0_5 Depth=1 movq -48(%rbp), %rcx movq -16(%rbp), %rax subq %rcx, %rax movq %rax, -16(%rbp) movq -48(%rbp), %rax addq -32(%rbp), %rax movq %rax, -32(%rbp) movq -48(%rbp), %rax addq -56(%rbp), %rax movq %rax, -56(%rbp) movq -16(%rbp), %rax movl %eax, %ecx movl $1, %eax # kill: def $cl killed $ecx shll %cl, %eax subl $1, %eax cltq movq %rax, -72(%rbp) jmp .LBB0_5 .LBB0_8: movq -64(%rbp), %rax movq %rax, -8(%rbp) .LBB0_9: movq -8(%rbp), %rax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size read_bits, .Lfunc_end0-read_bits .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig
fastsocket/kernel/drivers/scsi/extr_scsi_debug.c_sdebug_dsense_show.c
arm/extr_scsi_debug_sdebug_dsense_show_O0_gcc.s
x86_64/extr_scsi_debug_sdebug_dsense_show_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function sdebug_dsense_show _sdebug_dsense_show: ; @sdebug_dsense_show .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] adrp x8, _PAGE_SIZE@GOTPAGE ldr x8, [x8, _PAGE_SIZE@GOTPAGEOFF] ldr w1, [x8] adrp x8, _scsi_debug_dsense@GOTPAGE ldr x8, [x8, _scsi_debug_dsense@GOTPAGEOFF] ldr w3, [x8] adrp x2, l_.str@PAGE add x2, x2, l_.str@PAGEOFF bl _scnprintf ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _PAGE_SIZE,4,2 ; @PAGE_SIZE .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d\n" .comm _scsi_debug_dsense,4,2 ; @scsi_debug_dsense .no_dead_strip _sdebug_dsense_show .subsections_via_symbols
.text .file "extr_scsi_debug.c_sdebug_dsense_show.c" .p2align 4, 0x90 # -- Begin function sdebug_dsense_show .type sdebug_dsense_show,@function sdebug_dsense_show: # @sdebug_dsense_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 $16, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rdi movl PAGE_SIZE(%rip), %esi movl scsi_debug_dsense(%rip), %ecx leaq .L.str(%rip), %rdx callq scnprintf@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size sdebug_dsense_show, .Lfunc_end0-sdebug_dsense_show .cfi_endproc # -- End function .type PAGE_SIZE,@object # @PAGE_SIZE .bss .globl PAGE_SIZE .p2align 2 PAGE_SIZE: .long 0 # 0x0 .size PAGE_SIZE, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "%d\n" .size .L.str, 4 .type scsi_debug_dsense,@object # @scsi_debug_dsense .bss .globl scsi_debug_dsense .p2align 2 scsi_debug_dsense: .long 0 # 0x0 .size scsi_debug_dsense, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym sdebug_dsense_show .addrsig_sym scnprintf .addrsig_sym PAGE_SIZE .addrsig_sym scsi_debug_dsense
sway/common/extr_stringop.c_strip_quotes.c
arm/extr_stringop_strip_quotes_O0_gcc.s
x86_64/extr_stringop_strip_quotes_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _strip_quotes ; -- Begin function strip_quotes .p2align 2 _strip_quotes: ; @strip_quotes .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] mov w1, #0 stur wzr, [x29, #-12] str wzr, [sp, #16] str wzr, [sp, #12] ldur x0, [x29, #-8] bl _strchr str x0, [sp] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] ldrsb w8, [x8] subs w8, w8, #39 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 str w8, [sp, #16] b LBB0_15 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] ldrsb w8, [x8] subs w8, w8, #34 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-12] b LBB0_15 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] ldrsb w8, [x8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 str w8, [sp, #12] ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB0_1 LBB0_12: ; in Loop: Header=BB0_1 Depth=1 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_1 Depth=1 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #12] ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB0_1 LBB0_15: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-8] ldur x8, [x29, #-8] add x1, x8, #1 ldr x8, [sp] mov x9, x8 subs x9, x9, #1 str x9, [sp] ldur x9, [x29, #-8] subs x8, x8, x9 mov x2, x8 bl _memmove b LBB0_1 LBB0_16: ldr x8, [sp] strb wzr, [x8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_stringop.c_strip_quotes.c" .globl strip_quotes # -- Begin function strip_quotes .p2align 4, 0x90 .type strip_quotes,@function strip_quotes: # @strip_quotes .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) movl $0, -16(%rbp) movl $0, -20(%rbp) movq -8(%rbp), %rdi xorl %esi, %esi callq strchr@PLT movq %rax, -32(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax cmpb $0, (%rax) je .LBB0_16 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movsbl (%rax), %eax cmpl $39, %eax jne .LBB0_6 # %bb.3: # in Loop: Header=BB0_1 Depth=1 cmpl $0, -12(%rbp) jne .LBB0_6 # %bb.4: # in Loop: Header=BB0_1 Depth=1 cmpl $0, -20(%rbp) jne .LBB0_6 # %bb.5: # in Loop: Header=BB0_1 Depth=1 cmpl $0, -16(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax movl %eax, -16(%rbp) jmp .LBB0_15 .LBB0_6: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movsbl (%rax), %eax cmpl $34, %eax jne .LBB0_10 # %bb.7: # in Loop: Header=BB0_1 Depth=1 cmpl $0, -16(%rbp) jne .LBB0_10 # %bb.8: # in Loop: Header=BB0_1 Depth=1 cmpl $0, -20(%rbp) jne .LBB0_10 # %bb.9: # in Loop: Header=BB0_1 Depth=1 cmpl $0, -12(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax movl %eax, -12(%rbp) jmp .LBB0_15 .LBB0_10: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movsbl (%rax), %eax cmpl $92, %eax jne .LBB0_12 # %bb.11: # in Loop: Header=BB0_1 Depth=1 cmpl $0, -20(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax movl %eax, -20(%rbp) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) jmp .LBB0_1 .LBB0_12: # in Loop: Header=BB0_1 Depth=1 jmp .LBB0_13 .LBB0_13: # in Loop: Header=BB0_1 Depth=1 jmp .LBB0_14 .LBB0_14: # in Loop: Header=BB0_1 Depth=1 movl $0, -20(%rbp) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) jmp .LBB0_1 .LBB0_15: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rdi movq -8(%rbp), %rsi addq $1, %rsi movq -32(%rbp), %rax movq %rax, %rcx addq $-1, %rcx movq %rcx, -32(%rbp) movq -8(%rbp), %rcx subq %rcx, %rax movl %eax, %edx callq memmove@PLT jmp .LBB0_1 .LBB0_16: movq -32(%rbp), %rax movb $0, (%rax) addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size strip_quotes, .Lfunc_end0-strip_quotes .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym strchr .addrsig_sym memmove
freebsd/lib/libc/stdlib/extr_tfind.c_tfind.c
arm/extr_tfind_tfind_O0_gcc.s
x86_64/extr_tfind_tfind_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _tfind ; -- Begin function tfind .p2align 2 _tfind: ; @tfind .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, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_11 LBB0_2: b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #16] ldur x0, [x29, #-16] ldr x9, [sp, #24] ldr x9, [x9] ldr x1, [x9] blr x8 str w0, [sp, #12] subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr x8, [sp, #24] ldr x8, [x8] stur x8, [x29, #-8] b LBB0_11 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #24] ldr x8, [x8] add x8, x8, #16 str x8, [sp] ; 8-byte Folded Spill b LBB0_9 LBB0_8: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #24] ldr x8, [x8] add x8, x8, #8 str x8, [sp] ; 8-byte Folded Spill b LBB0_9 LBB0_9: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp] ; 8-byte Folded Reload str x8, [sp, #24] b LBB0_3 LBB0_10: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_11 LBB0_11: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_tfind.c_tfind.c" .globl tfind # -- Begin function tfind .p2align 4, 0x90 .type tfind,@function tfind: # @tfind .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, -24(%rbp) jne .LBB0_2 # %bb.1: movq $0, -8(%rbp) jmp .LBB0_11 .LBB0_2: jmp .LBB0_3 .LBB0_3: # =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpq $0, (%rax) je .LBB0_10 # %bb.4: # in Loop: Header=BB0_3 Depth=1 movq -32(%rbp), %rax movq -16(%rbp), %rdi movq -24(%rbp), %rcx movq (%rcx), %rcx movq (%rcx), %rsi callq *%rax movl %eax, -36(%rbp) cmpl $0, %eax jne .LBB0_6 # %bb.5: movq -24(%rbp), %rax movq (%rax), %rax movq %rax, -8(%rbp) jmp .LBB0_11 .LBB0_6: # in Loop: Header=BB0_3 Depth=1 cmpl $0, -36(%rbp) jge .LBB0_8 # %bb.7: # in Loop: Header=BB0_3 Depth=1 movq -24(%rbp), %rax movq (%rax), %rax addq $16, %rax movq %rax, -48(%rbp) # 8-byte Spill jmp .LBB0_9 .LBB0_8: # in Loop: Header=BB0_3 Depth=1 movq -24(%rbp), %rax movq (%rax), %rax addq $8, %rax movq %rax, -48(%rbp) # 8-byte Spill .LBB0_9: # in Loop: Header=BB0_3 Depth=1 movq -48(%rbp), %rax # 8-byte Reload movq %rax, -24(%rbp) jmp .LBB0_3 .LBB0_10: movq $0, -8(%rbp) .LBB0_11: movq -8(%rbp), %rax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size tfind, .Lfunc_end0-tfind .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig
linux/arch/powerpc/xmon/extr_xmon.c_unrecoverable_excp.c
arm/extr_xmon_unrecoverable_excp_O0_gcc.s
x86_64/extr_xmon_unrecoverable_excp_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function unrecoverable_excp _unrecoverable_excp: ; @unrecoverable_excp .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldr w8, [x8] adrp x9, _MSR_RI@GOTPAGE ldr x9, [x9, _MSR_RI@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .comm _MSR_RI,4,2 ; @MSR_RI .no_dead_strip _unrecoverable_excp .subsections_via_symbols
.text .file "extr_xmon.c_unrecoverable_excp.c" .p2align 4, 0x90 # -- Begin function unrecoverable_excp .type unrecoverable_excp,@function unrecoverable_excp: # @unrecoverable_excp .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl (%rax), %eax andl MSR_RI(%rip), %eax cmpl $0, %eax sete %al andb $1, %al movzbl %al, %eax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size unrecoverable_excp, .Lfunc_end0-unrecoverable_excp .cfi_endproc # -- End function .type MSR_RI,@object # @MSR_RI .bss .globl MSR_RI .p2align 2 MSR_RI: .long 0 # 0x0 .size MSR_RI, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym unrecoverable_excp .addrsig_sym MSR_RI
linux/kernel/time/extr_posix-cpu-timers.c_expiry_cache_is_inactive.c
arm/extr_posix-cpu-timers_expiry_cache_is_inactive_O0_gcc.s
x86_64/extr_posix-cpu-timers_expiry_cache_is_inactive_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function expiry_cache_is_inactive _expiry_cache_is_inactive: ; @expiry_cache_is_inactive .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8] adrp x9, _CPUCLOCK_PROF@GOTPAGE ldr x9, [x9, _CPUCLOCK_PROF@GOTPAGEOFF] ldr x9, [x9] ldr w9, [x8, x9, lsl #2] ldr x8, [sp, #8] ldr x8, [x8] adrp x10, _CPUCLOCK_VIRT@GOTPAGE ldr x10, [x10, _CPUCLOCK_VIRT@GOTPAGEOFF] ldr x10, [x10] ldr w8, [x8, x10, lsl #2] mvn w8, w8 orn w8, w8, w9 ldr x9, [sp, #8] ldr x9, [x9] adrp x10, _CPUCLOCK_SCHED@GOTPAGE ldr x10, [x10, _CPUCLOCK_SCHED@GOTPAGEOFF] ldr x10, [x10] ldr w9, [x9, x10, lsl #2] orn w8, w8, w9 subs w8, w8, #0 cset w8, eq and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .comm _CPUCLOCK_PROF,8,3 ; @CPUCLOCK_PROF .comm _CPUCLOCK_VIRT,8,3 ; @CPUCLOCK_VIRT .comm _CPUCLOCK_SCHED,8,3 ; @CPUCLOCK_SCHED .no_dead_strip _expiry_cache_is_inactive .subsections_via_symbols
.text .file "extr_posix-cpu-timers.c_expiry_cache_is_inactive.c" .p2align 4, 0x90 # -- Begin function expiry_cache_is_inactive .type expiry_cache_is_inactive,@function expiry_cache_is_inactive: # @expiry_cache_is_inactive .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq CPUCLOCK_PROF(%rip), %rcx movl (%rax,%rcx,4), %eax xorl $-1, %eax movq -8(%rbp), %rcx movq (%rcx), %rcx movq CPUCLOCK_VIRT(%rip), %rdx movl (%rcx,%rdx,4), %ecx xorl $-1, %ecx orl %ecx, %eax movq -8(%rbp), %rcx movq (%rcx), %rcx movq CPUCLOCK_SCHED(%rip), %rdx movl (%rcx,%rdx,4), %ecx xorl $-1, %ecx orl %ecx, %eax cmpl $0, %eax setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size expiry_cache_is_inactive, .Lfunc_end0-expiry_cache_is_inactive .cfi_endproc # -- End function .type CPUCLOCK_PROF,@object # @CPUCLOCK_PROF .bss .globl CPUCLOCK_PROF .p2align 3 CPUCLOCK_PROF: .quad 0 # 0x0 .size CPUCLOCK_PROF, 8 .type CPUCLOCK_VIRT,@object # @CPUCLOCK_VIRT .globl CPUCLOCK_VIRT .p2align 3 CPUCLOCK_VIRT: .quad 0 # 0x0 .size CPUCLOCK_VIRT, 8 .type CPUCLOCK_SCHED,@object # @CPUCLOCK_SCHED .globl CPUCLOCK_SCHED .p2align 3 CPUCLOCK_SCHED: .quad 0 # 0x0 .size CPUCLOCK_SCHED, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym expiry_cache_is_inactive .addrsig_sym CPUCLOCK_PROF .addrsig_sym CPUCLOCK_VIRT .addrsig_sym CPUCLOCK_SCHED
fastsocket/kernel/sound/sparc/extr_cs4231.c_snd_cs4231_capture_open.c
arm/extr_cs4231_snd_cs4231_capture_open_O0_gcc.s
x86_64/extr_cs4231_snd_cs4231_capture_open_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function snd_cs4231_capture_open _snd_cs4231_capture_open: ; @snd_cs4231_capture_open .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] ldur x0, [x29, #-16] bl _snd_pcm_substream_chip str x0, [sp, #24] ldur x8, [x29, #-16] ldr x8, [x8] str x8, [sp, #16] adrp x8, _snd_cs4231_capture@GOTPAGE ldr x8, [x8, _snd_cs4231_capture@GOTPAGEOFF] ldr w8, [x8] ldr x9, [sp, #16] str w8, [x9, #8] ldr x0, [sp, #24] adrp x8, _CS4231_MODE_RECORD@GOTPAGE ldr x8, [x8, _CS4231_MODE_RECORD@GOTPAGEOFF] ldr w1, [x8] bl _snd_cs4231_open str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #16] ldr w0, [x8, #4] ldr x8, [sp, #16] ldr w1, [x8] bl _snd_free_pages ldr w8, [sp, #12] stur w8, [x29, #-4] b LBB0_3 LBB0_2: ldur x8, [x29, #-16] ldr x9, [sp, #24] str x8, [x9, #8] ldr x8, [sp, #24] str xzr, [x8] ldur x0, [x29, #-16] bl _snd_pcm_set_sync ldr x0, [sp, #16] bl _snd_cs4231_xrate stur wzr, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _snd_cs4231_capture,4,2 ; @snd_cs4231_capture .comm _CS4231_MODE_RECORD,4,2 ; @CS4231_MODE_RECORD .no_dead_strip _snd_cs4231_capture_open .subsections_via_symbols
.text .file "extr_cs4231.c_snd_cs4231_capture_open.c" .p2align 4, 0x90 # -- Begin function snd_cs4231_capture_open .type snd_cs4231_capture_open,@function snd_cs4231_capture_open: # @snd_cs4231_capture_open .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rdi callq snd_pcm_substream_chip@PLT movq %rax, -24(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) movl snd_cs4231_capture(%rip), %ecx movq -32(%rbp), %rax movl %ecx, 8(%rax) movq -24(%rbp), %rdi movl CS4231_MODE_RECORD(%rip), %esi callq snd_cs4231_open@PLT movl %eax, -36(%rbp) cmpl $0, -36(%rbp) jge .LBB0_2 # %bb.1: movq -32(%rbp), %rax movl 4(%rax), %edi movq -32(%rbp), %rax movl (%rax), %esi callq snd_free_pages@PLT movl -36(%rbp), %eax movl %eax, -4(%rbp) jmp .LBB0_3 .LBB0_2: movq -16(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) movq -24(%rbp), %rax movq $0, (%rax) movq -16(%rbp), %rdi callq snd_pcm_set_sync@PLT movq -32(%rbp), %rdi callq snd_cs4231_xrate@PLT movl $0, -4(%rbp) .LBB0_3: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size snd_cs4231_capture_open, .Lfunc_end0-snd_cs4231_capture_open .cfi_endproc # -- End function .type snd_cs4231_capture,@object # @snd_cs4231_capture .bss .globl snd_cs4231_capture .p2align 2 snd_cs4231_capture: .long 0 # 0x0 .size snd_cs4231_capture, 4 .type CS4231_MODE_RECORD,@object # @CS4231_MODE_RECORD .globl CS4231_MODE_RECORD .p2align 2 CS4231_MODE_RECORD: .long 0 # 0x0 .size CS4231_MODE_RECORD, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym snd_cs4231_capture_open .addrsig_sym snd_pcm_substream_chip .addrsig_sym snd_cs4231_open .addrsig_sym snd_free_pages .addrsig_sym snd_pcm_set_sync .addrsig_sym snd_cs4231_xrate .addrsig_sym snd_cs4231_capture .addrsig_sym CS4231_MODE_RECORD
freebsd/contrib/binutils/binutils/extr_dwarf.c_display_debug_loc.c
arm/extr_dwarf_display_debug_loc_O0_gcc.s
x86_64/extr_dwarf_display_debug_loc_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function display_debug_loc _display_debug_loc: ; @display_debug_loc .cfi_startproc ; %bb.0: sub sp, sp, #224 .cfi_def_cfa_offset 224 stp x29, x30, [sp, #208] ; 16-byte Folded Spill add x29, sp, #208 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _debug_information@GOTPAGE ldr x8, [x8, _debug_information@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill stur x0, [x29, #-16] stur x1, [x29, #-24] ldur x8, [x29, #-16] ldr x8, [x8] stur x8, [x29, #-32] ldur x8, [x29, #-32] stur x8, [x29, #-56] stur wzr, [x29, #-60] stur xzr, [x29, #-72] stur wzr, [x29, #-76] stur wzr, [x29, #-88] mov w8, #1 stur w8, [x29, #-92] ldur x8, [x29, #-16] ldr x8, [x8, #8] stur x8, [x29, #-48] ldur x8, [x29, #-32] ldur x9, [x29, #-48] add x8, x8, x9 stur x8, [x29, #-40] ldur x8, [x29, #-48] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl __ ldur x8, [x29, #-16] ldr x8, [x8, #16] mov x9, sp str x8, [x9] bl _printf stur wzr, [x29, #-4] b LBB0_66 LBB0_2: ldur x0, [x29, #-24] bl _load_debug_info stur wzr, [x29, #-80] b LBB0_3 LBB0_3: ; =>This Loop Header: Depth=1 ; Child Loop BB0_10 Depth 2 ldur w8, [x29, #-80] adrp x9, _num_debug_info_entries@GOTPAGE ldr x9, [x9, _num_debug_info_entries@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB0_18 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x8, [x8] ldur w9, [x29, #-80] ; kill: def $x9 killed $w9 mov x10, #48 mul x9, x9, x10 ldr w8, [x8, x9] str w8, [sp, #100] ldr w9, [sp, #100] ldur w8, [x29, #-60] add w8, w8, w9 stur w8, [x29, #-60] ldur w8, [x29, #-92] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #100] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 ldur w8, [x29, #-88] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x8, [x8] ldur w9, [x29, #-80] ; kill: def $x9 killed $w9 mov x10, #48 mul x9, x9, x10 add x8, x8, x9 ldr x8, [x8, #8] ldr x8, [x8] stur x8, [x29, #-72] ldur w8, [x29, #-80] stur w8, [x29, #-76] mov w8, #1 stur w8, [x29, #-88] stur w8, [x29, #-84] b LBB0_9 LBB0_8: ; in Loop: Header=BB0_3 Depth=1 stur wzr, [x29, #-84] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_3 Depth=1 b LBB0_10 LBB0_10: ; Parent Loop BB0_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-84] ldr w9, [sp, #100] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB0_15 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_10 Depth=2 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-72] ldr x9, [x9] ldur w10, [x29, #-80] ; kill: def $x10 killed $w10 mov x11, #48 mul x10, x10, x11 add x9, x9, x10 ldr x9, [x9, #8] ldur w10, [x29, #-84] ; kill: def $x10 killed $w10 ldr x9, [x9, x10, lsl #3] subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_3 Depth=1 stur wzr, [x29, #-92] b LBB0_15 LBB0_13: ; in Loop: Header=BB0_10 Depth=2 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x8, [x8] ldur w9, [x29, #-80] ; kill: def $x9 killed $w9 mov x10, #48 mul x9, x9, x10 add x8, x8, x9 ldr x8, [x8, #8] ldur w9, [x29, #-84] ; kill: def $x9 killed $w9 ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-72] b LBB0_14 LBB0_14: ; in Loop: Header=BB0_10 Depth=2 ldur w8, [x29, #-84] add w8, w8, #1 stur w8, [x29, #-84] b LBB0_10 LBB0_15: ; in Loop: Header=BB0_3 Depth=1 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_3 Depth=1 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_3 Depth=1 ldur w8, [x29, #-80] add w8, w8, #1 stur w8, [x29, #-80] b LBB0_3 LBB0_18: ldur w8, [x29, #-92] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_20 b LBB0_19 LBB0_19: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl __ bl _error b LBB0_20 LBB0_20: ldur w8, [x29, #-88] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_22 b LBB0_21 LBB0_21: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl __ bl _error b LBB0_22 LBB0_22: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x8, [x8] ldur w9, [x29, #-76] ; kill: def $x9 killed $w9 mov x10, #48 mul x9, x9, x10 ldr w8, [x8, x9] subs w8, w8, #0 cset w8, ls tbnz w8, #0, LBB0_25 b LBB0_23 LBB0_23: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x8, [x8] ldur w9, [x29, #-76] ; kill: def $x9 killed $w9 mov x10, #48 mul x9, x9, x10 add x8, x8, x9 ldr x8, [x8, #8] ldr x8, [x8] ldur x9, [x29, #-16] ldr x9, [x9, #24] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_25 b LBB0_24 LBB0_24: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl __ ldr x8, [sp, #24] ; 8-byte Folded Reload ldur x9, [x29, #-16] ldr x10, [x9, #16] ldr x8, [x8] ldur w9, [x29, #-76] ; kill: def $x9 killed $w9 mov x11, #48 mul x9, x9, x11 add x8, x8, x9 ldr x8, [x8, #8] ldr x8, [x8] mov x9, sp str x10, [x9] str x8, [x9, #8] bl _warn b LBB0_25 LBB0_25: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl __ ldur x8, [x29, #-16] ldr x8, [x8, #16] mov x9, sp str x8, [x9] bl _printf adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl __ bl _printf stur wzr, [x29, #-88] ldur w8, [x29, #-76] stur w8, [x29, #-80] b LBB0_26 LBB0_26: ; =>This Loop Header: Depth=1 ; Child Loop BB0_28 Depth 2 ; Child Loop BB0_40 Depth 3 ldur w8, [x29, #-80] adrp x9, _num_debug_info_entries@GOTPAGE ldr x9, [x9, _num_debug_info_entries@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB0_65 b LBB0_27 LBB0_27: ; in Loop: Header=BB0_26 Depth=1 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x9, [x8] ldur w10, [x29, #-80] mov x11, x10 mov x10, #48 mul x11, x11, x10 add x9, x9, x11 ldr w9, [x9, #16] str w9, [sp, #60] ldr x8, [x8] ldur w9, [x29, #-80] ; kill: def $x9 killed $w9 mul x9, x9, x10 add x8, x8, x9 ldr x8, [x8, #24] str x8, [sp, #48] stur wzr, [x29, #-84] b LBB0_28 LBB0_28: ; Parent Loop BB0_26 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_40 Depth 3 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-84] ldr x9, [x9] ldur w10, [x29, #-80] ; kill: def $x10 killed $w10 mov x11, #48 mul x10, x10, x11 ldr w9, [x9, x10] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB0_63 b LBB0_29 LBB0_29: ; in Loop: Header=BB0_28 Depth=2 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x9, [x8] ldur w10, [x29, #-80] mov x11, x10 mov x10, #48 mul x11, x11, x10 add x9, x9, x11 ldr x9, [x9, #32] ldur w11, [x29, #-84] ; kill: def $x11 killed $w11 ldr w9, [x9, x11, lsl #2] str w9, [sp, #32] ldr x9, [x8] ldur w11, [x29, #-80] ; kill: def $x11 killed $w11 mul x11, x11, x10 add x9, x9, x11 ldr x9, [x9, #8] ldur w11, [x29, #-84] ; kill: def $x11 killed $w11 ldr x9, [x9, x11, lsl #3] ldur x11, [x29, #-16] ldr x11, [x11, #24] subs x9, x9, x11 str x9, [sp, #64] ldur x9, [x29, #-56] ldr x11, [sp, #64] add x9, x9, x11 str x9, [sp, #104] ldr x8, [x8] ldur w9, [x29, #-80] ; kill: def $x9 killed $w9 mul x9, x9, x10 add x8, x8, x9 ldr x8, [x8, #40] str x8, [sp, #40] ldur w8, [x29, #-88] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_31 b LBB0_30 LBB0_30: ; in Loop: Header=BB0_28 Depth=2 mov w8, #1 stur w8, [x29, #-88] b LBB0_37 LBB0_31: ; in Loop: Header=BB0_28 Depth=2 ldur x8, [x29, #-32] ldr x9, [sp, #104] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_33 b LBB0_32 LBB0_32: ; in Loop: Header=BB0_28 Depth=2 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl __ ldur x8, [x29, #-32] ldur x9, [x29, #-56] subs x10, x8, x9 ldr x8, [sp, #104] ldur x9, [x29, #-56] subs x8, x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] bl _warn b LBB0_36 LBB0_33: ; in Loop: Header=BB0_28 Depth=2 ldur x8, [x29, #-32] ldr x9, [sp, #104] subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB0_35 b LBB0_34 LBB0_34: ; in Loop: Header=BB0_28 Depth=2 adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl __ ldur x8, [x29, #-32] ldur x9, [x29, #-56] subs x10, x8, x9 ldr x8, [sp, #104] ldur x9, [x29, #-56] subs x8, x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] bl _warn b LBB0_35 LBB0_35: ; in Loop: Header=BB0_28 Depth=2 b LBB0_36 LBB0_36: ; in Loop: Header=BB0_28 Depth=2 b LBB0_37 LBB0_37: ; in Loop: Header=BB0_28 Depth=2 ldr x8, [sp, #104] stur x8, [x29, #-32] ldr x8, [sp, #64] ldur x9, [x29, #-48] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB0_39 b LBB0_38 LBB0_38: ; in Loop: Header=BB0_28 Depth=2 adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl __ ldr x8, [sp, #64] mov x9, sp str x8, [x9] bl _warn b LBB0_62 LBB0_39: ; in Loop: Header=BB0_28 Depth=2 b LBB0_40 LBB0_40: ; Parent Loop BB0_26 Depth=1 ; Parent Loop BB0_28 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x8, [x29, #-32] ldr w10, [sp, #60] mov w9, #2 mul w9, w9, w10 ; kill: def $x9 killed $w9 add x8, x8, x9 ldur x9, [x29, #-40] subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB0_42 b LBB0_41 LBB0_41: ; in Loop: Header=BB0_28 Depth=2 adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl __ ldr x8, [sp, #64] mov x9, sp str x8, [x9] bl _warn b LBB0_61 LBB0_42: ; in Loop: Header=BB0_40 Depth=3 ldur x0, [x29, #-32] ldr w1, [sp, #60] bl _byte_get str x0, [sp, #88] ldr w8, [sp, #60] mov x9, x8 ldur x8, [x29, #-32] add x8, x8, x9 stur x8, [x29, #-32] ldur x0, [x29, #-32] ldr w1, [sp, #60] bl _byte_get str x0, [sp, #80] ldr w8, [sp, #60] mov x9, x8 ldur x8, [x29, #-32] add x8, x8, x9 stur x8, [x29, #-32] ldr x8, [sp, #88] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_45 b LBB0_43 LBB0_43: ; in Loop: Header=BB0_40 Depth=3 ldr x8, [sp, #80] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_45 b LBB0_44 LBB0_44: ; in Loop: Header=BB0_28 Depth=2 adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl __ ldr x8, [sp, #64] mov x9, sp str x8, [x9] bl _printf b LBB0_61 LBB0_45: ; in Loop: Header=BB0_40 Depth=3 ldr x8, [sp, #88] adds x8, x8, #1 cset w8, ne tbnz w8, #0, LBB0_48 b LBB0_46 LBB0_46: ; in Loop: Header=BB0_40 Depth=3 ldr x8, [sp, #80] adds x8, x8, #1 cset w8, eq tbnz w8, #0, LBB0_48 b LBB0_47 LBB0_47: ; in Loop: Header=BB0_40 Depth=3 ldr x8, [sp, #80] str x8, [sp, #40] adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl __ ldr x11, [sp, #64] ldr x10, [sp, #88] ldr x8, [sp, #80] mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] bl _printf b LBB0_40 LBB0_48: ; in Loop: Header=BB0_40 Depth=3 ldur x8, [x29, #-32] add x8, x8, #2 ldur x9, [x29, #-40] subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB0_50 b LBB0_49 LBB0_49: ; in Loop: Header=BB0_28 Depth=2 adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl __ ldr x8, [sp, #64] mov x9, sp str x8, [x9] bl _warn b LBB0_61 LBB0_50: ; in Loop: Header=BB0_40 Depth=3 ldur x0, [x29, #-32] mov w1, #2 bl _byte_get mov x8, x0 strh w8, [sp, #78] ldur x8, [x29, #-32] add x8, x8, #2 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrh w9, [sp, #78] add x8, x8, w9, sxtw ldur x9, [x29, #-40] subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB0_52 b LBB0_51 LBB0_51: ; in Loop: Header=BB0_28 Depth=2 adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl __ ldr x8, [sp, #64] mov x9, sp str x8, [x9] bl _warn b LBB0_61 LBB0_52: ; in Loop: Header=BB0_40 Depth=3 ldr x11, [sp, #64] ldr x8, [sp, #88] ldr x9, [sp, #40] add x10, x8, x9 ldr x8, [sp, #80] ldr x9, [sp, #40] add x8, x8, x9 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf ldur x0, [x29, #-32] ldr w1, [sp, #60] ldrh w2, [sp, #78] ldr x3, [sp, #48] bl _decode_location_expression str w0, [sp, #36] mov w0, #41 bl _putchar ldr w8, [sp, #36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_55 b LBB0_53 LBB0_53: ; in Loop: Header=BB0_40 Depth=3 ldr w8, [sp, #32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_55 b LBB0_54 LBB0_54: ; in Loop: Header=BB0_40 Depth=3 adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl __ bl _printf b LBB0_55 LBB0_55: ; in Loop: Header=BB0_40 Depth=3 ldr x8, [sp, #88] ldr x9, [sp, #80] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_57 b LBB0_56 LBB0_56: ; in Loop: Header=BB0_40 Depth=3 adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl __ adrp x8, _stdout@GOTPAGE ldr x8, [x8, _stdout@GOTPAGEOFF] ldr w1, [x8] bl _fputs b LBB0_60 LBB0_57: ; in Loop: Header=BB0_40 Depth=3 ldr x8, [sp, #88] ldr x9, [sp, #80] subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB0_59 b LBB0_58 LBB0_58: ; in Loop: Header=BB0_40 Depth=3 adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl __ adrp x8, _stdout@GOTPAGE ldr x8, [x8, _stdout@GOTPAGEOFF] ldr w1, [x8] bl _fputs b LBB0_59 LBB0_59: ; in Loop: Header=BB0_40 Depth=3 b LBB0_60 LBB0_60: ; in Loop: Header=BB0_40 Depth=3 mov w0, #10 bl _putchar ldrh w9, [sp, #78] ldur x8, [x29, #-32] add x8, x8, w9, sxtw stur x8, [x29, #-32] b LBB0_40 LBB0_61: ; in Loop: Header=BB0_28 Depth=2 b LBB0_62 LBB0_62: ; in Loop: Header=BB0_28 Depth=2 ldur w8, [x29, #-84] add w8, w8, #1 stur w8, [x29, #-84] b LBB0_28 LBB0_63: ; in Loop: Header=BB0_26 Depth=1 b LBB0_64 LBB0_64: ; in Loop: Header=BB0_26 Depth=1 ldur w8, [x29, #-80] add w8, w8, #1 stur w8, [x29, #-80] b LBB0_26 LBB0_65: mov w8, #1 stur w8, [x29, #-4] b LBB0_66 LBB0_66: ldur w0, [x29, #-4] ldp x29, x30, [sp, #208] ; 16-byte Folded Reload add sp, sp, #224 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\nThe %s section is empty.\n" .comm _num_debug_info_entries,4,2 ; @num_debug_info_entries .comm _debug_information,8,3 ; @debug_information l_.str.1: ; @.str.1 .asciz "Location lists in .debug_info section aren't in ascending order!\n" l_.str.2: ; @.str.2 .asciz "No location lists in .debug_info section!\n" l_.str.3: ; @.str.3 .asciz "Location lists in %s section start at 0x%lx\n" l_.str.4: ; @.str.4 .asciz "Contents of the %s section:\n\n" l_.str.5: ; @.str.5 .asciz " Offset Begin End Expression\n" l_.str.6: ; @.str.6 .asciz "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n" l_.str.7: ; @.str.7 .asciz "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n" l_.str.8: ; @.str.8 .asciz "Offset 0x%lx is bigger than .debug_loc section size.\n" l_.str.9: ; @.str.9 .asciz "Location list starting at offset 0x%lx is not terminated.\n" l_.str.10: ; @.str.10 .asciz " %8.8lx <End of list>\n" l_.str.11: ; @.str.11 .asciz " %8.8lx %8.8lx %8.8lx (base address)\n" l_.str.12: ; @.str.12 .asciz " %8.8lx %8.8lx %8.8lx (" l_.str.13: ; @.str.13 .asciz " [without DW_AT_frame_base]" l_.str.14: ; @.str.14 .asciz " (start == end)" .comm _stdout,4,2 ; @stdout l_.str.15: ; @.str.15 .asciz " (start > end)" .no_dead_strip _display_debug_loc .subsections_via_symbols
.text .file "extr_dwarf.c_display_debug_loc.c" .p2align 4, 0x90 # -- Begin function display_debug_loc .type display_debug_loc,@function display_debug_loc: # @display_debug_loc .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $176, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq %rax, -56(%rbp) movl $0, -60(%rbp) movq $0, -72(%rbp) movl $0, -76(%rbp) movl $0, -88(%rbp) movl $1, -92(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) movq -32(%rbp), %rax addq -48(%rbp), %rax movq %rax, -40(%rbp) cmpq $0, -48(%rbp) jne .LBB0_2 # %bb.1: leaq .L.str(%rip), %rdi callq _@PLT movq %rax, %rdi movq -16(%rbp), %rax movq 16(%rax), %rsi movb $0, %al callq printf@PLT movl $0, -4(%rbp) jmp .LBB0_66 .LBB0_2: movq -24(%rbp), %rdi callq load_debug_info@PLT movl $0, -80(%rbp) .LBB0_3: # =>This Loop Header: Depth=1 # Child Loop BB0_10 Depth 2 movl -80(%rbp), %eax cmpl num_debug_info_entries(%rip), %eax jae .LBB0_18 # %bb.4: # in Loop: Header=BB0_3 Depth=1 movq debug_information(%rip), %rax movl -80(%rbp), %ecx # kill: def $rcx killed $ecx imulq $48, %rcx, %rcx addq %rcx, %rax movl (%rax), %eax movl %eax, -108(%rbp) movl -108(%rbp), %eax addl -60(%rbp), %eax movl %eax, -60(%rbp) cmpl $0, -92(%rbp) je .LBB0_16 # %bb.5: # in Loop: Header=BB0_3 Depth=1 cmpl $0, -108(%rbp) je .LBB0_16 # %bb.6: # in Loop: Header=BB0_3 Depth=1 cmpl $0, -88(%rbp) jne .LBB0_8 # %bb.7: # in Loop: Header=BB0_3 Depth=1 movq debug_information(%rip), %rax movl -80(%rbp), %ecx # kill: def $rcx killed $ecx imulq $48, %rcx, %rcx addq %rcx, %rax movq 8(%rax), %rax movq (%rax), %rax movq %rax, -72(%rbp) movl -80(%rbp), %eax movl %eax, -76(%rbp) movl $1, -88(%rbp) movl $1, -84(%rbp) jmp .LBB0_9 .LBB0_8: # in Loop: Header=BB0_3 Depth=1 movl $0, -84(%rbp) .LBB0_9: # in Loop: Header=BB0_3 Depth=1 jmp .LBB0_10 .LBB0_10: # Parent Loop BB0_3 Depth=1 # => This Inner Loop Header: Depth=2 movl -84(%rbp), %eax cmpl -108(%rbp), %eax jae .LBB0_15 # %bb.11: # in Loop: Header=BB0_10 Depth=2 movq -72(%rbp), %rax movq debug_information(%rip), %rcx movl -80(%rbp), %edx # kill: def $rdx killed $edx imulq $48, %rdx, %rdx addq %rdx, %rcx movq 8(%rcx), %rcx movl -84(%rbp), %edx # kill: def $rdx killed $edx cmpq (%rcx,%rdx,8), %rax jbe .LBB0_13 # %bb.12: # in Loop: Header=BB0_3 Depth=1 movl $0, -92(%rbp) jmp .LBB0_15 .LBB0_13: # in Loop: Header=BB0_10 Depth=2 movq debug_information(%rip), %rax movl -80(%rbp), %ecx # kill: def $rcx killed $ecx imulq $48, %rcx, %rcx addq %rcx, %rax movq 8(%rax), %rax movl -84(%rbp), %ecx # kill: def $rcx killed $ecx movq (%rax,%rcx,8), %rax movq %rax, -72(%rbp) # %bb.14: # in Loop: Header=BB0_10 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp .LBB0_10 .LBB0_15: # in Loop: Header=BB0_3 Depth=1 jmp .LBB0_16 .LBB0_16: # in Loop: Header=BB0_3 Depth=1 jmp .LBB0_17 .LBB0_17: # in Loop: Header=BB0_3 Depth=1 movl -80(%rbp), %eax addl $1, %eax movl %eax, -80(%rbp) jmp .LBB0_3 .LBB0_18: cmpl $0, -92(%rbp) jne .LBB0_20 # %bb.19: leaq .L.str.1(%rip), %rdi callq _@PLT movq %rax, %rdi callq error@PLT .LBB0_20: cmpl $0, -88(%rbp) jne .LBB0_22 # %bb.21: leaq .L.str.2(%rip), %rdi callq _@PLT movq %rax, %rdi callq error@PLT .LBB0_22: movq debug_information(%rip), %rax movl -76(%rbp), %ecx # kill: def $rcx killed $ecx imulq $48, %rcx, %rcx addq %rcx, %rax cmpl $0, (%rax) jbe .LBB0_25 # %bb.23: movq debug_information(%rip), %rax movl -76(%rbp), %ecx # kill: def $rcx killed $ecx imulq $48, %rcx, %rcx addq %rcx, %rax movq 8(%rax), %rax movq (%rax), %rax movq -16(%rbp), %rcx cmpq 24(%rcx), %rax je .LBB0_25 # %bb.24: leaq .L.str.3(%rip), %rdi callq _@PLT movq %rax, %rdi movq -16(%rbp), %rax movq 16(%rax), %rsi movq debug_information(%rip), %rax movl -76(%rbp), %ecx # kill: def $rcx killed $ecx imulq $48, %rcx, %rcx addq %rcx, %rax movq 8(%rax), %rax movq (%rax), %rdx movb $0, %al callq warn@PLT .LBB0_25: leaq .L.str.4(%rip), %rdi callq _@PLT movq %rax, %rdi movq -16(%rbp), %rax movq 16(%rax), %rsi movb $0, %al callq printf@PLT leaq .L.str.5(%rip), %rdi callq _@PLT movq %rax, %rdi movb $0, %al callq printf@PLT movl $0, -88(%rbp) movl -76(%rbp), %eax movl %eax, -80(%rbp) .LBB0_26: # =>This Loop Header: Depth=1 # Child Loop BB0_28 Depth 2 # Child Loop BB0_40 Depth 3 movl -80(%rbp), %eax cmpl num_debug_info_entries(%rip), %eax jae .LBB0_65 # %bb.27: # in Loop: Header=BB0_26 Depth=1 movq debug_information(%rip), %rax movl -80(%rbp), %ecx # kill: def $rcx killed $ecx imulq $48, %rcx, %rcx addq %rcx, %rax movl 16(%rax), %eax movl %eax, -148(%rbp) movq debug_information(%rip), %rax movl -80(%rbp), %ecx # kill: def $rcx killed $ecx imulq $48, %rcx, %rcx addq %rcx, %rax movq 24(%rax), %rax movq %rax, -160(%rbp) movl $0, -84(%rbp) .LBB0_28: # Parent Loop BB0_26 Depth=1 # => This Loop Header: Depth=2 # Child Loop BB0_40 Depth 3 movl -84(%rbp), %eax movq debug_information(%rip), %rcx movl -80(%rbp), %edx # kill: def $rdx killed $edx imulq $48, %rdx, %rdx addq %rdx, %rcx cmpl (%rcx), %eax jae .LBB0_63 # %bb.29: # in Loop: Header=BB0_28 Depth=2 movq debug_information(%rip), %rax movl -80(%rbp), %ecx # kill: def $rcx killed $ecx imulq $48, %rcx, %rcx addq %rcx, %rax movq 32(%rax), %rax movl -84(%rbp), %ecx # kill: def $rcx killed $ecx movl (%rax,%rcx,4), %eax movl %eax, -176(%rbp) movq debug_information(%rip), %rax movl -80(%rbp), %ecx # kill: def $rcx killed $ecx imulq $48, %rcx, %rcx addq %rcx, %rax movq 8(%rax), %rax movl -84(%rbp), %ecx # kill: def $rcx killed $ecx movq (%rax,%rcx,8), %rax movq -16(%rbp), %rcx subq 24(%rcx), %rax movq %rax, -144(%rbp) movq -56(%rbp), %rax addq -144(%rbp), %rax movq %rax, -104(%rbp) movq debug_information(%rip), %rax movl -80(%rbp), %ecx # kill: def $rcx killed $ecx imulq $48, %rcx, %rcx addq %rcx, %rax movq 40(%rax), %rax movq %rax, -168(%rbp) cmpl $0, -88(%rbp) jne .LBB0_31 # %bb.30: # in Loop: Header=BB0_28 Depth=2 movl $1, -88(%rbp) jmp .LBB0_37 .LBB0_31: # in Loop: Header=BB0_28 Depth=2 movq -32(%rbp), %rax cmpq -104(%rbp), %rax jae .LBB0_33 # %bb.32: # in Loop: Header=BB0_28 Depth=2 leaq .L.str.6(%rip), %rdi callq _@PLT movq %rax, %rdi movq -32(%rbp), %rsi movq -56(%rbp), %rax subq %rax, %rsi movq -104(%rbp), %rdx movq -56(%rbp), %rax subq %rax, %rdx movb $0, %al callq warn@PLT jmp .LBB0_36 .LBB0_33: # in Loop: Header=BB0_28 Depth=2 movq -32(%rbp), %rax cmpq -104(%rbp), %rax jbe .LBB0_35 # %bb.34: # in Loop: Header=BB0_28 Depth=2 leaq .L.str.7(%rip), %rdi callq _@PLT movq %rax, %rdi movq -32(%rbp), %rsi movq -56(%rbp), %rax subq %rax, %rsi movq -104(%rbp), %rdx movq -56(%rbp), %rax subq %rax, %rdx movb $0, %al callq warn@PLT .LBB0_35: # in Loop: Header=BB0_28 Depth=2 jmp .LBB0_36 .LBB0_36: # in Loop: Header=BB0_28 Depth=2 jmp .LBB0_37 .LBB0_37: # in Loop: Header=BB0_28 Depth=2 movq -104(%rbp), %rax movq %rax, -32(%rbp) movq -144(%rbp), %rax cmpq -48(%rbp), %rax jb .LBB0_39 # %bb.38: # in Loop: Header=BB0_28 Depth=2 leaq .L.str.8(%rip), %rdi callq _@PLT movq %rax, %rdi movq -144(%rbp), %rsi movb $0, %al callq warn@PLT jmp .LBB0_62 .LBB0_39: # in Loop: Header=BB0_28 Depth=2 jmp .LBB0_40 .LBB0_40: # Parent Loop BB0_26 Depth=1 # Parent Loop BB0_28 Depth=2 # => This Inner Loop Header: Depth=3 movq -32(%rbp), %rax movl -148(%rbp), %ecx shll $1, %ecx movl %ecx, %ecx # kill: def $rcx killed $ecx addq %rcx, %rax cmpq -40(%rbp), %rax jbe .LBB0_42 # %bb.41: # in Loop: Header=BB0_28 Depth=2 leaq .L.str.9(%rip), %rdi callq _@PLT movq %rax, %rdi movq -144(%rbp), %rsi movb $0, %al callq warn@PLT jmp .LBB0_61 .LBB0_42: # in Loop: Header=BB0_40 Depth=3 movq -32(%rbp), %rdi movl -148(%rbp), %esi callq byte_get@PLT movq %rax, -120(%rbp) movl -148(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, %ecx # kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rdi movl -148(%rbp), %esi callq byte_get@PLT movq %rax, -128(%rbp) movl -148(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, %ecx # kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -32(%rbp) cmpq $0, -120(%rbp) jne .LBB0_45 # %bb.43: # in Loop: Header=BB0_40 Depth=3 cmpq $0, -128(%rbp) jne .LBB0_45 # %bb.44: # in Loop: Header=BB0_28 Depth=2 leaq .L.str.10(%rip), %rdi callq _@PLT movq %rax, %rdi movq -144(%rbp), %rsi movb $0, %al callq printf@PLT jmp .LBB0_61 .LBB0_45: # in Loop: Header=BB0_40 Depth=3 cmpq $-1, -120(%rbp) jne .LBB0_48 # %bb.46: # in Loop: Header=BB0_40 Depth=3 cmpq $-1, -128(%rbp) je .LBB0_48 # %bb.47: # in Loop: Header=BB0_40 Depth=3 movq -128(%rbp), %rax movq %rax, -168(%rbp) leaq .L.str.11(%rip), %rdi callq _@PLT movq %rax, %rdi movq -144(%rbp), %rsi movq -120(%rbp), %rdx movq -128(%rbp), %rcx movb $0, %al callq printf@PLT jmp .LBB0_40 .LBB0_48: # in Loop: Header=BB0_40 Depth=3 movq -32(%rbp), %rax addq $2, %rax cmpq -40(%rbp), %rax jbe .LBB0_50 # %bb.49: # in Loop: Header=BB0_28 Depth=2 leaq .L.str.9(%rip), %rdi callq _@PLT movq %rax, %rdi movq -144(%rbp), %rsi movb $0, %al callq warn@PLT jmp .LBB0_61 .LBB0_50: # in Loop: Header=BB0_40 Depth=3 movq -32(%rbp), %rdi movl $2, %esi callq byte_get@PLT # kill: def $ax killed $ax killed $rax movw %ax, -130(%rbp) movq -32(%rbp), %rax addq $2, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzwl -130(%rbp), %ecx movslq %ecx, %rcx addq %rcx, %rax cmpq -40(%rbp), %rax jbe .LBB0_52 # %bb.51: # in Loop: Header=BB0_28 Depth=2 leaq .L.str.9(%rip), %rdi callq _@PLT movq %rax, %rdi movq -144(%rbp), %rsi movb $0, %al callq warn@PLT jmp .LBB0_61 .LBB0_52: # in Loop: Header=BB0_40 Depth=3 movq -144(%rbp), %rsi movq -120(%rbp), %rdx addq -168(%rbp), %rdx movq -128(%rbp), %rcx addq -168(%rbp), %rcx leaq .L.str.12(%rip), %rdi movb $0, %al callq printf@PLT movq -32(%rbp), %rdi movl -148(%rbp), %esi movw -130(%rbp), %ax movq -160(%rbp), %rcx movzwl %ax, %edx callq decode_location_expression@PLT movl %eax, -172(%rbp) movl $41, %edi callq putchar@PLT cmpl $0, -172(%rbp) je .LBB0_55 # %bb.53: # in Loop: Header=BB0_40 Depth=3 cmpl $0, -176(%rbp) jne .LBB0_55 # %bb.54: # in Loop: Header=BB0_40 Depth=3 leaq .L.str.13(%rip), %rdi callq _@PLT movq %rax, %rdi movb $0, %al callq printf@PLT .LBB0_55: # in Loop: Header=BB0_40 Depth=3 movq -120(%rbp), %rax cmpq -128(%rbp), %rax jne .LBB0_57 # %bb.56: # in Loop: Header=BB0_40 Depth=3 leaq .L.str.14(%rip), %rdi callq _@PLT movq %rax, %rdi movl stdout(%rip), %esi callq fputs@PLT jmp .LBB0_60 .LBB0_57: # in Loop: Header=BB0_40 Depth=3 movq -120(%rbp), %rax cmpq -128(%rbp), %rax jbe .LBB0_59 # %bb.58: # in Loop: Header=BB0_40 Depth=3 leaq .L.str.15(%rip), %rdi callq _@PLT movq %rax, %rdi movl stdout(%rip), %esi callq fputs@PLT .LBB0_59: # in Loop: Header=BB0_40 Depth=3 jmp .LBB0_60 .LBB0_60: # in Loop: Header=BB0_40 Depth=3 movl $10, %edi callq putchar@PLT movzwl -130(%rbp), %ecx movq -32(%rbp), %rax movslq %ecx, %rcx addq %rcx, %rax movq %rax, -32(%rbp) jmp .LBB0_40 .LBB0_61: # in Loop: Header=BB0_28 Depth=2 jmp .LBB0_62 .LBB0_62: # in Loop: Header=BB0_28 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp .LBB0_28 .LBB0_63: # in Loop: Header=BB0_26 Depth=1 jmp .LBB0_64 .LBB0_64: # in Loop: Header=BB0_26 Depth=1 movl -80(%rbp), %eax addl $1, %eax movl %eax, -80(%rbp) jmp .LBB0_26 .LBB0_65: movl $1, -4(%rbp) .LBB0_66: movl -4(%rbp), %eax addq $176, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size display_debug_loc, .Lfunc_end0-display_debug_loc .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "\nThe %s section is empty.\n" .size .L.str, 27 .type num_debug_info_entries,@object # @num_debug_info_entries .bss .globl num_debug_info_entries .p2align 2 num_debug_info_entries: .long 0 # 0x0 .size num_debug_info_entries, 4 .type debug_information,@object # @debug_information .globl debug_information .p2align 3 debug_information: .quad 0 .size debug_information, 8 .type .L.str.1,@object # @.str.1 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.1: .asciz "Location lists in .debug_info section aren't in ascending order!\n" .size .L.str.1, 66 .type .L.str.2,@object # @.str.2 .L.str.2: .asciz "No location lists in .debug_info section!\n" .size .L.str.2, 43 .type .L.str.3,@object # @.str.3 .L.str.3: .asciz "Location lists in %s section start at 0x%lx\n" .size .L.str.3, 45 .type .L.str.4,@object # @.str.4 .L.str.4: .asciz "Contents of the %s section:\n\n" .size .L.str.4, 30 .type .L.str.5,@object # @.str.5 .L.str.5: .asciz " Offset Begin End Expression\n" .size .L.str.5, 43 .type .L.str.6,@object # @.str.6 .L.str.6: .asciz "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n" .size .L.str.6, 56 .type .L.str.7,@object # @.str.7 .L.str.7: .asciz "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n" .size .L.str.7, 60 .type .L.str.8,@object # @.str.8 .L.str.8: .asciz "Offset 0x%lx is bigger than .debug_loc section size.\n" .size .L.str.8, 54 .type .L.str.9,@object # @.str.9 .L.str.9: .asciz "Location list starting at offset 0x%lx is not terminated.\n" .size .L.str.9, 59 .type .L.str.10,@object # @.str.10 .L.str.10: .asciz " %8.8lx <End of list>\n" .size .L.str.10, 26 .type .L.str.11,@object # @.str.11 .L.str.11: .asciz " %8.8lx %8.8lx %8.8lx (base address)\n" .size .L.str.11, 41 .type .L.str.12,@object # @.str.12 .L.str.12: .asciz " %8.8lx %8.8lx %8.8lx (" .size .L.str.12, 27 .type .L.str.13,@object # @.str.13 .L.str.13: .asciz " [without DW_AT_frame_base]" .size .L.str.13, 28 .type .L.str.14,@object # @.str.14 .L.str.14: .asciz " (start == end)" .size .L.str.14, 16 .type stdout,@object # @stdout .bss .globl stdout .p2align 2 stdout: .long 0 # 0x0 .size stdout, 4 .type .L.str.15,@object # @.str.15 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.15: .asciz " (start > end)" .size .L.str.15, 15 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym display_debug_loc .addrsig_sym printf .addrsig_sym _ .addrsig_sym load_debug_info .addrsig_sym error .addrsig_sym warn .addrsig_sym byte_get .addrsig_sym decode_location_expression .addrsig_sym putchar .addrsig_sym fputs .addrsig_sym num_debug_info_entries .addrsig_sym debug_information .addrsig_sym stdout
linux/drivers/usb/renesas_usbhs/extr_mod.c_usbhs_mod_is_host.c
arm/extr_mod_usbhs_mod_is_host_O0_gcc.s
x86_64/extr_mod_usbhs_mod_is_host_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _usbhs_mod_is_host ; -- Begin function usbhs_mod_is_host .p2align 2 _usbhs_mod_is_host: ; @usbhs_mod_is_host .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x0, [sp, #16] bl _usbhs_mod_get_current str x0, [sp, #8] ldr x0, [sp, #16] bl _usbhs_priv_to_modinfo str x0, [sp] ldr x8, [sp, #8] subs x8, x8, #0 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_3 LBB0_2: ldr x8, [sp] ldr x8, [x8] adrp x9, _USBHS_HOST@GOTPAGE ldr x9, [x9, _USBHS_HOST@GOTPAGEOFF] ldr x9, [x9] ldr x8, [x8, x9, lsl #3] ldr x9, [sp, #8] subs x8, x8, x9 cset w8, eq and w8, w8, #0x1 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 .comm _EINVAL,4,2 ; @EINVAL .comm _USBHS_HOST,8,3 ; @USBHS_HOST .subsections_via_symbols
.text .file "extr_mod.c_usbhs_mod_is_host.c" .globl usbhs_mod_is_host # -- Begin function usbhs_mod_is_host .p2align 4, 0x90 .type usbhs_mod_is_host,@function usbhs_mod_is_host: # @usbhs_mod_is_host .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rdi callq usbhs_mod_get_current@PLT movq %rax, -24(%rbp) movq -16(%rbp), %rdi callq usbhs_priv_to_modinfo@PLT movq %rax, -32(%rbp) cmpq $0, -24(%rbp) jne .LBB0_2 # %bb.1: xorl %eax, %eax subl EINVAL(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_3 .LBB0_2: movq -32(%rbp), %rax movq (%rax), %rax movq USBHS_HOST(%rip), %rcx movq (%rax,%rcx,8), %rax cmpq -24(%rbp), %rax sete %al andb $1, %al movzbl %al, %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 usbhs_mod_is_host, .Lfunc_end0-usbhs_mod_is_host .cfi_endproc # -- End function .type EINVAL,@object # @EINVAL .bss .globl EINVAL .p2align 2 EINVAL: .long 0 # 0x0 .size EINVAL, 4 .type USBHS_HOST,@object # @USBHS_HOST .globl USBHS_HOST .p2align 3 USBHS_HOST: .quad 0 # 0x0 .size USBHS_HOST, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym usbhs_mod_get_current .addrsig_sym usbhs_priv_to_modinfo .addrsig_sym EINVAL .addrsig_sym USBHS_HOST
git/extr_read-cache.c_add_to_index.c
arm/extr_read-cache_add_to_index_O0_gcc.s
x86_64/extr_read-cache_add_to_index_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _add_to_index ; -- Begin function add_to_index .p2align 2 _add_to_index: ; @add_to_index .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, _ignore_case@GOTPAGE ldr x8, [x8, _ignore_case@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill stur x0, [x29, #-16] stur x1, [x29, #-24] stur x2, [x29, #-32] stur w3, [x29, #-36] ldur x8, [x29, #-32] ldr w8, [x8] stur w8, [x29, #-48] ; kill: def $x8 killed $xzr stur xzr, [x29, #-64] adrp x8, _CE_MATCH_IGNORE_VALID@GOTPAGE ldr x8, [x8, _CE_MATCH_IGNORE_VALID@GOTPAGEOFF] ldr w8, [x8] adrp x9, _CE_MATCH_IGNORE_SKIP_WORKTREE@GOTPAGE ldr x9, [x9, _CE_MATCH_IGNORE_SKIP_WORKTREE@GOTPAGEOFF] ldr w9, [x9] orr w8, w8, w9 adrp x9, _CE_MATCH_RACY_IS_DIRTY@GOTPAGE ldr x9, [x9, _CE_MATCH_RACY_IS_DIRTY@GOTPAGEOFF] ldr w9, [x9] orr w8, w8, w9 stur w8, [x29, #-68] ldur w8, [x29, #-36] adrp x9, _ADD_CACHE_VERBOSE@GOTPAGE ldr x9, [x9, _ADD_CACHE_VERBOSE@GOTPAGEOFF] ldr w10, [x9] adrp x9, _ADD_CACHE_PRETEND@GOTPAGE ldr x9, [x9, _ADD_CACHE_PRETEND@GOTPAGEOFF] ldr w11, [x9] orr w10, w10, w11 and w8, w8, w10 stur w8, [x29, #-72] ldur w8, [x29, #-36] ldr w9, [x9] and w8, w8, w9 stur w8, [x29, #-76] ldur w8, [x29, #-36] adrp x9, _ADD_CACHE_INTENT@GOTPAGE ldr x9, [x9, _ADD_CACHE_INTENT@GOTPAGEOFF] ldr w9, [x9] and w8, w8, w9 str w8, [sp, #80] adrp x8, _ADD_CACHE_OK_TO_ADD@GOTPAGE ldr x8, [x8, _ADD_CACHE_OK_TO_ADD@GOTPAGEOFF] ldr w8, [x8] adrp x9, _ADD_CACHE_OK_TO_REPLACE@GOTPAGE ldr x9, [x9, _ADD_CACHE_OK_TO_REPLACE@GOTPAGEOFF] ldr w9, [x9] orr w8, w8, w9 str w8, [sp, #48] ; 4-byte Folded Spill ldr w8, [sp, #80] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _ADD_CACHE_NEW_ONLY@GOTPAGE ldr x8, [x8, _ADD_CACHE_NEW_ONLY@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #36] ; 4-byte Folded Spill b LBB0_3 LBB0_2: mov w8, #0 str w8, [sp, #36] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ldr w8, [sp, #48] ; 4-byte Folded Reload ldr w9, [sp, #36] ; 4-byte Folded Reload orr w8, w8, w9 str w8, [sp, #76] adrp x8, _HASH_WRITE_OBJECT@GOTPAGE ldr x8, [x8, _HASH_WRITE_OBJECT@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #72] ldur w8, [x29, #-36] adrp x9, _ADD_CACHE_RENORMALIZE@GOTPAGE ldr x9, [x9, _ADD_CACHE_RENORMALIZE@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: adrp x8, _HASH_RENORMALIZE@GOTPAGE ldr x8, [x8, _HASH_RENORMALIZE@GOTPAGEOFF] ldr w9, [x8] ldr w8, [sp, #72] orr w8, w8, w9 str w8, [sp, #72] b LBB0_5 LBB0_5: ldur w0, [x29, #-48] bl _S_ISREG subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_6 LBB0_6: ldur w0, [x29, #-48] bl _S_ISLNK subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_7 LBB0_7: ldur w0, [x29, #-48] bl _S_ISDIR subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl __ ldur x1, [x29, #-24] bl _error stur w0, [x29, #-4] b LBB0_60 LBB0_9: ldur x0, [x29, #-24] bl _strlen stur w0, [x29, #-40] ldur w0, [x29, #-48] bl _S_ISDIR subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_18 b LBB0_10 LBB0_10: ldur x0, [x29, #-24] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF add x2, sp, #68 bl _resolve_gitlink_ref subs x8, x0, #0 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl __ ldur x1, [x29, #-24] bl _error stur w0, [x29, #-4] b LBB0_60 LBB0_12: b LBB0_13 LBB0_13: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-40] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #32] ; 4-byte Folded Spill tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_13 Depth=1 ldur x8, [x29, #-24] ldur w9, [x29, #-40] subs w9, w9, #1 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #47 cset w8, eq str w8, [sp, #32] ; 4-byte Folded Spill b LBB0_15 LBB0_15: ; in Loop: Header=BB0_13 Depth=1 ldr w8, [sp, #32] ; 4-byte Folded Reload tbz w8, #0, LBB0_17 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_13 Depth=1 ldur w8, [x29, #-40] subs w8, w8, #1 stur w8, [x29, #-40] b LBB0_13 LBB0_17: b LBB0_18 LBB0_18: ldur x0, [x29, #-16] ldur w1, [x29, #-40] bl _make_empty_cache_entry stur x0, [x29, #-56] ldur x8, [x29, #-56] ldr w0, [x8, #24] ldur x1, [x29, #-24] ldur w2, [x29, #-40] bl _memcpy ldur w8, [x29, #-40] ldur x9, [x29, #-56] str w8, [x9] ldr w8, [sp, #80] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_20 b LBB0_19 LBB0_19: ldur x0, [x29, #-16] ldur x1, [x29, #-56] ldur x2, [x29, #-32] bl _fill_stat_cache_info b LBB0_21 LBB0_20: adrp x8, _CE_INTENT_TO_ADD@GOTPAGE ldr x8, [x8, _CE_INTENT_TO_ADD@GOTPAGEOFF] ldr w10, [x8] ldur x9, [x29, #-56] ldr w8, [x9, #20] orr w8, w8, w10 str w8, [x9, #20] b LBB0_21 LBB0_21: adrp x8, _trust_executable_bit@GOTPAGE ldr x8, [x8, _trust_executable_bit@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_24 b LBB0_22 LBB0_22: adrp x8, _has_symlinks@GOTPAGE ldr x8, [x8, _has_symlinks@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_24 b LBB0_23 LBB0_23: ldur w0, [x29, #-48] bl _create_ce_mode ldur x8, [x29, #-56] str x0, [x8, #8] b LBB0_28 LBB0_24: ldur x0, [x29, #-16] ldur x1, [x29, #-24] ldur w2, [x29, #-40] bl _index_name_pos_also_unmerged str w0, [sp, #52] ldr w9, [sp, #52] mov w8, #0 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_26 b LBB0_25 LBB0_25: ldur x8, [x29, #-16] ldr x8, [x8] ldrsw x9, [sp, #52] ldr x8, [x8, x9, lsl #3] str x8, [sp, #24] ; 8-byte Folded Spill b LBB0_27 LBB0_26: mov x8, #0 str x8, [sp, #24] ; 8-byte Folded Spill b LBB0_27 LBB0_27: ldr x8, [sp, #24] ; 8-byte Folded Reload str x8, [sp, #56] ldr x0, [sp, #56] ldur w1, [x29, #-48] bl _ce_mode_from_stat ldur x8, [x29, #-56] str x0, [x8, #8] b LBB0_28 LBB0_28: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_30 b LBB0_29 LBB0_29: ldur x0, [x29, #-16] ldur x8, [x29, #-56] ldr w1, [x8, #24] bl _adjust_dirname_case b LBB0_30 LBB0_30: ldur w8, [x29, #-36] adrp x9, _ADD_CACHE_RENORMALIZE@GOTPAGE ldr x9, [x9, _ADD_CACHE_RENORMALIZE@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_38 b LBB0_31 LBB0_31: ldur x8, [x29, #-16] str x8, [sp, #16] ; 8-byte Folded Spill ldur x8, [x29, #-56] ldr w8, [x8, #24] str w8, [sp, #12] ; 4-byte Folded Spill ldur x0, [x29, #-56] bl _ce_namelen ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w1, [sp, #12] ; 4-byte Folded Reload mov x2, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload ldr x3, [x8] bl _index_file_exists stur x0, [x29, #-64] ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_37 b LBB0_32 LBB0_32: ldur x0, [x29, #-64] bl _ce_stage subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_37 b LBB0_33 LBB0_33: ldur x0, [x29, #-16] ldur x1, [x29, #-64] ldur x2, [x29, #-32] ldur w3, [x29, #-68] bl _ie_match_stat subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_37 b LBB0_34 LBB0_34: ldur x8, [x29, #-64] ldr x0, [x8, #8] bl _S_ISGITLINK subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_36 b LBB0_35 LBB0_35: ldur x0, [x29, #-64] bl _ce_mark_uptodate b LBB0_36 LBB0_36: adrp x8, _CE_ADDED@GOTPAGE ldr x8, [x8, _CE_ADDED@GOTPAGEOFF] ldr w10, [x8] ldur x9, [x29, #-64] ldr w8, [x9, #20] orr w8, w8, w10 str w8, [x9, #20] ldur x0, [x29, #-56] bl _discard_cache_entry stur wzr, [x29, #-4] b LBB0_60 LBB0_37: b LBB0_38 LBB0_38: ldr w8, [sp, #80] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_42 b LBB0_39 LBB0_39: ldur x0, [x29, #-16] ldur x8, [x29, #-56] add x1, x8, #16 ldur x2, [x29, #-24] ldur x3, [x29, #-32] ldr w4, [sp, #72] bl _index_path subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_41 b LBB0_40 LBB0_40: ldur x0, [x29, #-56] bl _discard_cache_entry adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl __ ldur x1, [x29, #-24] bl _error stur w0, [x29, #-4] b LBB0_60 LBB0_41: b LBB0_43 LBB0_42: ldur x0, [x29, #-56] bl _set_object_name_for_intent_to_add_entry b LBB0_43 LBB0_43: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_47 b LBB0_44 LBB0_44: ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_47 b LBB0_45 LBB0_45: ldur x0, [x29, #-56] ldur x1, [x29, #-64] bl _different_name subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_47 b LBB0_46 LBB0_46: ldur x0, [x29, #-16] ldur x1, [x29, #-56] ldur x2, [x29, #-64] bl _create_alias_ce stur x0, [x29, #-56] b LBB0_47 LBB0_47: adrp x8, _CE_ADDED@GOTPAGE ldr x8, [x8, _CE_ADDED@GOTPAGEOFF] ldr w10, [x8] ldur x9, [x29, #-56] ldr w8, [x9, #20] orr w8, w8, w10 str w8, [x9, #20] ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB0_51 b LBB0_48 LBB0_48: ldur x0, [x29, #-64] bl _ce_stage subs w8, w0, #0 cset w8, ne mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB0_51 b LBB0_49 LBB0_49: ldur x8, [x29, #-64] add x0, x8, #16 ldur x8, [x29, #-56] add x1, x8, #16 bl _oideq subs x8, x0, #0 cset w8, eq mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB0_51 b LBB0_50 LBB0_50: ldur x8, [x29, #-56] ldr x8, [x8, #8] ldur x9, [x29, #-64] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, eq str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_51 LBB0_51: ldr w8, [sp, #8] ; 4-byte Folded Reload and w8, w8, #0x1 stur w8, [x29, #-44] ldur w8, [x29, #-76] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_53 b LBB0_52 LBB0_52: ldur x0, [x29, #-56] bl _discard_cache_entry b LBB0_56 LBB0_53: ldur x0, [x29, #-16] ldur x1, [x29, #-56] ldr w2, [sp, #76] bl _add_index_entry subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_55 b LBB0_54 LBB0_54: ldur x0, [x29, #-56] bl _discard_cache_entry adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl __ ldur x1, [x29, #-24] bl _error stur w0, [x29, #-4] b LBB0_60 LBB0_55: b LBB0_56 LBB0_56: ldur w8, [x29, #-72] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_59 b LBB0_57 LBB0_57: ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_59 b LBB0_58 LBB0_58: ldur x1, [x29, #-24] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_59 LBB0_59: stur wzr, [x29, #-4] b LBB0_60 LBB0_60: ldur w0, [x29, #-4] ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .comm _CE_MATCH_IGNORE_VALID,4,2 ; @CE_MATCH_IGNORE_VALID .comm _CE_MATCH_IGNORE_SKIP_WORKTREE,4,2 ; @CE_MATCH_IGNORE_SKIP_WORKTREE .comm _CE_MATCH_RACY_IS_DIRTY,4,2 ; @CE_MATCH_RACY_IS_DIRTY .comm _ADD_CACHE_VERBOSE,4,2 ; @ADD_CACHE_VERBOSE .comm _ADD_CACHE_PRETEND,4,2 ; @ADD_CACHE_PRETEND .comm _ADD_CACHE_INTENT,4,2 ; @ADD_CACHE_INTENT .comm _ADD_CACHE_OK_TO_ADD,4,2 ; @ADD_CACHE_OK_TO_ADD .comm _ADD_CACHE_OK_TO_REPLACE,4,2 ; @ADD_CACHE_OK_TO_REPLACE .comm _ADD_CACHE_NEW_ONLY,4,2 ; @ADD_CACHE_NEW_ONLY .comm _HASH_WRITE_OBJECT,4,2 ; @HASH_WRITE_OBJECT .comm _ADD_CACHE_RENORMALIZE,4,2 ; @ADD_CACHE_RENORMALIZE .comm _HASH_RENORMALIZE,4,2 ; @HASH_RENORMALIZE .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%s: can only add regular files, symbolic links or git-directories" l_.str.1: ; @.str.1 .asciz "HEAD" l_.str.2: ; @.str.2 .asciz "'%s' does not have a commit checked out" .comm _CE_INTENT_TO_ADD,4,2 ; @CE_INTENT_TO_ADD .comm _trust_executable_bit,8,3 ; @trust_executable_bit .comm _has_symlinks,8,3 ; @has_symlinks .comm _ignore_case,8,3 ; @ignore_case .comm _CE_ADDED,4,2 ; @CE_ADDED l_.str.3: ; @.str.3 .asciz "unable to index file '%s'" l_.str.4: ; @.str.4 .asciz "unable to add '%s' to index" l_.str.5: ; @.str.5 .asciz "add '%s'\n" .subsections_via_symbols
.text .file "extr_read-cache.c_add_to_index.c" .globl add_to_index # -- Begin function add_to_index .p2align 4, 0x90 .type add_to_index,@function add_to_index: # @add_to_index .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $160, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movl %ecx, -36(%rbp) movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -48(%rbp) movq $0, -64(%rbp) movl CE_MATCH_IGNORE_VALID(%rip), %eax orl CE_MATCH_IGNORE_SKIP_WORKTREE(%rip), %eax orl CE_MATCH_RACY_IS_DIRTY(%rip), %eax movl %eax, -68(%rbp) movl -36(%rbp), %eax movl ADD_CACHE_VERBOSE(%rip), %ecx orl ADD_CACHE_PRETEND(%rip), %ecx andl %ecx, %eax movl %eax, -72(%rbp) movl -36(%rbp), %eax andl ADD_CACHE_PRETEND(%rip), %eax movl %eax, -76(%rbp) movl -36(%rbp), %eax andl ADD_CACHE_INTENT(%rip), %eax movl %eax, -80(%rbp) movl ADD_CACHE_OK_TO_ADD(%rip), %eax orl ADD_CACHE_OK_TO_REPLACE(%rip), %eax movl %eax, -112(%rbp) # 4-byte Spill cmpl $0, -80(%rbp) je .LBB0_2 # %bb.1: movl ADD_CACHE_NEW_ONLY(%rip), %eax movl %eax, -116(%rbp) # 4-byte Spill jmp .LBB0_3 .LBB0_2: xorl %eax, %eax movl %eax, -116(%rbp) # 4-byte Spill jmp .LBB0_3 .LBB0_3: movl -112(%rbp), %eax # 4-byte Reload movl -116(%rbp), %ecx # 4-byte Reload orl %ecx, %eax movl %eax, -84(%rbp) movl HASH_WRITE_OBJECT(%rip), %eax movl %eax, -88(%rbp) movl -36(%rbp), %eax andl ADD_CACHE_RENORMALIZE(%rip), %eax cmpl $0, %eax je .LBB0_5 # %bb.4: movl HASH_RENORMALIZE(%rip), %eax orl -88(%rbp), %eax movl %eax, -88(%rbp) .LBB0_5: movl -48(%rbp), %edi callq S_ISREG@PLT cmpl $0, %eax jne .LBB0_9 # %bb.6: movl -48(%rbp), %edi callq S_ISLNK@PLT cmpl $0, %eax jne .LBB0_9 # %bb.7: movl -48(%rbp), %edi callq S_ISDIR@PLT cmpq $0, %rax jne .LBB0_9 # %bb.8: leaq .L.str(%rip), %rdi callq _@PLT movl %eax, %edi movq -24(%rbp), %rsi callq error@PLT movl %eax, -4(%rbp) jmp .LBB0_60 .LBB0_9: movq -24(%rbp), %rdi callq strlen@PLT movl %eax, -40(%rbp) movl -48(%rbp), %edi callq S_ISDIR@PLT cmpq $0, %rax je .LBB0_18 # %bb.10: movq -24(%rbp), %rdi leaq .L.str.1(%rip), %rsi leaq -96(%rbp), %rdx callq resolve_gitlink_ref@PLT cmpq $0, %rax jge .LBB0_12 # %bb.11: leaq .L.str.2(%rip), %rdi callq _@PLT movl %eax, %edi movq -24(%rbp), %rsi callq error@PLT movl %eax, -4(%rbp) jmp .LBB0_60 .LBB0_12: jmp .LBB0_13 .LBB0_13: # =>This Inner Loop Header: Depth=1 xorl %eax, %eax # kill: def $al killed $al killed $eax cmpl $0, -40(%rbp) movb %al, -117(%rbp) # 1-byte Spill je .LBB0_15 # %bb.14: # in Loop: Header=BB0_13 Depth=1 movq -24(%rbp), %rax movl -40(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $47, %eax sete %al movb %al, -117(%rbp) # 1-byte Spill .LBB0_15: # in Loop: Header=BB0_13 Depth=1 movb -117(%rbp), %al # 1-byte Reload testb $1, %al jne .LBB0_16 jmp .LBB0_17 .LBB0_16: # in Loop: Header=BB0_13 Depth=1 movl -40(%rbp), %eax addl $-1, %eax movl %eax, -40(%rbp) jmp .LBB0_13 .LBB0_17: jmp .LBB0_18 .LBB0_18: movq -16(%rbp), %rdi movl -40(%rbp), %esi callq make_empty_cache_entry@PLT movq %rax, -56(%rbp) movq -56(%rbp), %rax movl 24(%rax), %edi movq -24(%rbp), %rsi movl -40(%rbp), %edx callq memcpy@PLT movl -40(%rbp), %ecx movq -56(%rbp), %rax movl %ecx, (%rax) cmpl $0, -80(%rbp) jne .LBB0_20 # %bb.19: movq -16(%rbp), %rdi movq -56(%rbp), %rsi movq -32(%rbp), %rdx callq fill_stat_cache_info@PLT jmp .LBB0_21 .LBB0_20: movl CE_INTENT_TO_ADD(%rip), %ecx movq -56(%rbp), %rax orl 20(%rax), %ecx movl %ecx, 20(%rax) .LBB0_21: cmpq $0, trust_executable_bit(%rip) je .LBB0_24 # %bb.22: cmpq $0, has_symlinks(%rip) je .LBB0_24 # %bb.23: movl -48(%rbp), %edi callq create_ce_mode@PLT movq %rax, %rcx movq -56(%rbp), %rax movq %rcx, 8(%rax) jmp .LBB0_28 .LBB0_24: movq -16(%rbp), %rdi movq -24(%rbp), %rsi movl -40(%rbp), %edx callq index_name_pos_also_unmerged@PLT movl %eax, -108(%rbp) xorl %eax, %eax cmpl -108(%rbp), %eax jg .LBB0_26 # %bb.25: movq -16(%rbp), %rax movq (%rax), %rax movslq -108(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -128(%rbp) # 8-byte Spill jmp .LBB0_27 .LBB0_26: xorl %eax, %eax # kill: def $rax killed $eax movq %rax, -128(%rbp) # 8-byte Spill jmp .LBB0_27 .LBB0_27: movq -128(%rbp), %rax # 8-byte Reload movq %rax, -104(%rbp) movq -104(%rbp), %rdi movl -48(%rbp), %esi callq ce_mode_from_stat@PLT movq %rax, %rcx movq -56(%rbp), %rax movq %rcx, 8(%rax) .LBB0_28: cmpq $0, ignore_case(%rip) je .LBB0_30 # %bb.29: movq -16(%rbp), %rdi movq -56(%rbp), %rax movl 24(%rax), %esi callq adjust_dirname_case@PLT .LBB0_30: movl -36(%rbp), %eax andl ADD_CACHE_RENORMALIZE(%rip), %eax cmpl $0, %eax jne .LBB0_38 # %bb.31: movq -16(%rbp), %rax movq %rax, -144(%rbp) # 8-byte Spill movq -56(%rbp), %rax movl 24(%rax), %eax movl %eax, -132(%rbp) # 4-byte Spill movq -56(%rbp), %rdi callq ce_namelen@PLT movq -144(%rbp), %rdi # 8-byte Reload movl -132(%rbp), %esi # 4-byte Reload movl %eax, %edx movq ignore_case(%rip), %rcx callq index_file_exists@PLT movq %rax, -64(%rbp) cmpq $0, -64(%rbp) je .LBB0_37 # %bb.32: movq -64(%rbp), %rdi callq ce_stage@PLT cmpl $0, %eax jne .LBB0_37 # %bb.33: movq -16(%rbp), %rdi movq -64(%rbp), %rsi movq -32(%rbp), %rdx movl -68(%rbp), %ecx callq ie_match_stat@PLT cmpl $0, %eax jne .LBB0_37 # %bb.34: movq -64(%rbp), %rax movq 8(%rax), %rdi callq S_ISGITLINK@PLT cmpl $0, %eax jne .LBB0_36 # %bb.35: movq -64(%rbp), %rdi callq ce_mark_uptodate@PLT .LBB0_36: movl CE_ADDED(%rip), %ecx movq -64(%rbp), %rax orl 20(%rax), %ecx movl %ecx, 20(%rax) movq -56(%rbp), %rdi callq discard_cache_entry@PLT movl $0, -4(%rbp) jmp .LBB0_60 .LBB0_37: jmp .LBB0_38 .LBB0_38: cmpl $0, -80(%rbp) jne .LBB0_42 # %bb.39: movq -16(%rbp), %rdi movq -56(%rbp), %rsi addq $16, %rsi movq -24(%rbp), %rdx movq -32(%rbp), %rcx movl -88(%rbp), %r8d callq index_path@PLT cmpq $0, %rax je .LBB0_41 # %bb.40: movq -56(%rbp), %rdi callq discard_cache_entry@PLT leaq .L.str.3(%rip), %rdi callq _@PLT movl %eax, %edi movq -24(%rbp), %rsi callq error@PLT movl %eax, -4(%rbp) jmp .LBB0_60 .LBB0_41: jmp .LBB0_43 .LBB0_42: movq -56(%rbp), %rdi callq set_object_name_for_intent_to_add_entry@PLT .LBB0_43: cmpq $0, ignore_case(%rip) je .LBB0_47 # %bb.44: cmpq $0, -64(%rbp) je .LBB0_47 # %bb.45: movq -56(%rbp), %rdi movq -64(%rbp), %rsi callq different_name@PLT cmpq $0, %rax je .LBB0_47 # %bb.46: movq -16(%rbp), %rdi movq -56(%rbp), %rsi movq -64(%rbp), %rdx callq create_alias_ce@PLT movq %rax, -56(%rbp) .LBB0_47: movl CE_ADDED(%rip), %ecx movq -56(%rbp), %rax orl 20(%rax), %ecx movl %ecx, 20(%rax) xorl %eax, %eax # kill: def $al killed $al killed $eax cmpq $0, -64(%rbp) movb %al, -145(%rbp) # 1-byte Spill je .LBB0_51 # %bb.48: movq -64(%rbp), %rdi callq ce_stage@PLT movl %eax, %ecx xorl %eax, %eax # kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -145(%rbp) # 1-byte Spill jne .LBB0_51 # %bb.49: movq -64(%rbp), %rdi addq $16, %rdi movq -56(%rbp), %rsi addq $16, %rsi callq oideq@PLT movq %rax, %rcx xorl %eax, %eax # kill: def $al killed $al killed $eax cmpq $0, %rcx movb %al, -145(%rbp) # 1-byte Spill je .LBB0_51 # %bb.50: movq -56(%rbp), %rax movq 8(%rax), %rax movq -64(%rbp), %rcx cmpq 8(%rcx), %rax sete %al movb %al, -145(%rbp) # 1-byte Spill .LBB0_51: movb -145(%rbp), %al # 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -44(%rbp) cmpl $0, -76(%rbp) je .LBB0_53 # %bb.52: movq -56(%rbp), %rdi callq discard_cache_entry@PLT jmp .LBB0_56 .LBB0_53: movq -16(%rbp), %rdi movq -56(%rbp), %rsi movl -84(%rbp), %edx callq add_index_entry@PLT cmpq $0, %rax je .LBB0_55 # %bb.54: movq -56(%rbp), %rdi callq discard_cache_entry@PLT leaq .L.str.4(%rip), %rdi callq _@PLT movl %eax, %edi movq -24(%rbp), %rsi callq error@PLT movl %eax, -4(%rbp) jmp .LBB0_60 .LBB0_55: jmp .LBB0_56 .LBB0_56: cmpl $0, -72(%rbp) je .LBB0_59 # %bb.57: cmpl $0, -44(%rbp) jne .LBB0_59 # %bb.58: movq -24(%rbp), %rsi leaq .L.str.5(%rip), %rdi callq printf@PLT .LBB0_59: movl $0, -4(%rbp) .LBB0_60: movl -4(%rbp), %eax addq $160, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size add_to_index, .Lfunc_end0-add_to_index .cfi_endproc # -- End function .type CE_MATCH_IGNORE_VALID,@object # @CE_MATCH_IGNORE_VALID .bss .globl CE_MATCH_IGNORE_VALID .p2align 2 CE_MATCH_IGNORE_VALID: .long 0 # 0x0 .size CE_MATCH_IGNORE_VALID, 4 .type CE_MATCH_IGNORE_SKIP_WORKTREE,@object # @CE_MATCH_IGNORE_SKIP_WORKTREE .globl CE_MATCH_IGNORE_SKIP_WORKTREE .p2align 2 CE_MATCH_IGNORE_SKIP_WORKTREE: .long 0 # 0x0 .size CE_MATCH_IGNORE_SKIP_WORKTREE, 4 .type CE_MATCH_RACY_IS_DIRTY,@object # @CE_MATCH_RACY_IS_DIRTY .globl CE_MATCH_RACY_IS_DIRTY .p2align 2 CE_MATCH_RACY_IS_DIRTY: .long 0 # 0x0 .size CE_MATCH_RACY_IS_DIRTY, 4 .type ADD_CACHE_VERBOSE,@object # @ADD_CACHE_VERBOSE .globl ADD_CACHE_VERBOSE .p2align 2 ADD_CACHE_VERBOSE: .long 0 # 0x0 .size ADD_CACHE_VERBOSE, 4 .type ADD_CACHE_PRETEND,@object # @ADD_CACHE_PRETEND .globl ADD_CACHE_PRETEND .p2align 2 ADD_CACHE_PRETEND: .long 0 # 0x0 .size ADD_CACHE_PRETEND, 4 .type ADD_CACHE_INTENT,@object # @ADD_CACHE_INTENT .globl ADD_CACHE_INTENT .p2align 2 ADD_CACHE_INTENT: .long 0 # 0x0 .size ADD_CACHE_INTENT, 4 .type ADD_CACHE_OK_TO_ADD,@object # @ADD_CACHE_OK_TO_ADD .globl ADD_CACHE_OK_TO_ADD .p2align 2 ADD_CACHE_OK_TO_ADD: .long 0 # 0x0 .size ADD_CACHE_OK_TO_ADD, 4 .type ADD_CACHE_OK_TO_REPLACE,@object # @ADD_CACHE_OK_TO_REPLACE .globl ADD_CACHE_OK_TO_REPLACE .p2align 2 ADD_CACHE_OK_TO_REPLACE: .long 0 # 0x0 .size ADD_CACHE_OK_TO_REPLACE, 4 .type ADD_CACHE_NEW_ONLY,@object # @ADD_CACHE_NEW_ONLY .globl ADD_CACHE_NEW_ONLY .p2align 2 ADD_CACHE_NEW_ONLY: .long 0 # 0x0 .size ADD_CACHE_NEW_ONLY, 4 .type HASH_WRITE_OBJECT,@object # @HASH_WRITE_OBJECT .globl HASH_WRITE_OBJECT .p2align 2 HASH_WRITE_OBJECT: .long 0 # 0x0 .size HASH_WRITE_OBJECT, 4 .type ADD_CACHE_RENORMALIZE,@object # @ADD_CACHE_RENORMALIZE .globl ADD_CACHE_RENORMALIZE .p2align 2 ADD_CACHE_RENORMALIZE: .long 0 # 0x0 .size ADD_CACHE_RENORMALIZE, 4 .type HASH_RENORMALIZE,@object # @HASH_RENORMALIZE .globl HASH_RENORMALIZE .p2align 2 HASH_RENORMALIZE: .long 0 # 0x0 .size HASH_RENORMALIZE, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "%s: can only add regular files, symbolic links or git-directories" .size .L.str, 66 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "HEAD" .size .L.str.1, 5 .type .L.str.2,@object # @.str.2 .L.str.2: .asciz "'%s' does not have a commit checked out" .size .L.str.2, 40 .type CE_INTENT_TO_ADD,@object # @CE_INTENT_TO_ADD .bss .globl CE_INTENT_TO_ADD .p2align 2 CE_INTENT_TO_ADD: .long 0 # 0x0 .size CE_INTENT_TO_ADD, 4 .type trust_executable_bit,@object # @trust_executable_bit .globl trust_executable_bit .p2align 3 trust_executable_bit: .quad 0 # 0x0 .size trust_executable_bit, 8 .type has_symlinks,@object # @has_symlinks .globl has_symlinks .p2align 3 has_symlinks: .quad 0 # 0x0 .size has_symlinks, 8 .type ignore_case,@object # @ignore_case .globl ignore_case .p2align 3 ignore_case: .quad 0 # 0x0 .size ignore_case, 8 .type CE_ADDED,@object # @CE_ADDED .globl CE_ADDED .p2align 2 CE_ADDED: .long 0 # 0x0 .size CE_ADDED, 4 .type .L.str.3,@object # @.str.3 .section .rodata.str1.1,"aMS",@progbits,1 .L.str.3: .asciz "unable to index file '%s'" .size .L.str.3, 26 .type .L.str.4,@object # @.str.4 .L.str.4: .asciz "unable to add '%s' to index" .size .L.str.4, 28 .type .L.str.5,@object # @.str.5 .L.str.5: .asciz "add '%s'\n" .size .L.str.5, 10 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym S_ISREG .addrsig_sym S_ISLNK .addrsig_sym S_ISDIR .addrsig_sym error .addrsig_sym _ .addrsig_sym strlen .addrsig_sym resolve_gitlink_ref .addrsig_sym make_empty_cache_entry .addrsig_sym memcpy .addrsig_sym fill_stat_cache_info .addrsig_sym create_ce_mode .addrsig_sym index_name_pos_also_unmerged .addrsig_sym ce_mode_from_stat .addrsig_sym adjust_dirname_case .addrsig_sym index_file_exists .addrsig_sym ce_namelen .addrsig_sym ce_stage .addrsig_sym ie_match_stat .addrsig_sym S_ISGITLINK .addrsig_sym ce_mark_uptodate .addrsig_sym discard_cache_entry .addrsig_sym index_path .addrsig_sym set_object_name_for_intent_to_add_entry .addrsig_sym different_name .addrsig_sym create_alias_ce .addrsig_sym oideq .addrsig_sym add_index_entry .addrsig_sym printf .addrsig_sym CE_MATCH_IGNORE_VALID .addrsig_sym CE_MATCH_IGNORE_SKIP_WORKTREE .addrsig_sym CE_MATCH_RACY_IS_DIRTY .addrsig_sym ADD_CACHE_VERBOSE .addrsig_sym ADD_CACHE_PRETEND .addrsig_sym ADD_CACHE_INTENT .addrsig_sym ADD_CACHE_OK_TO_ADD .addrsig_sym ADD_CACHE_OK_TO_REPLACE .addrsig_sym ADD_CACHE_NEW_ONLY .addrsig_sym HASH_WRITE_OBJECT .addrsig_sym ADD_CACHE_RENORMALIZE .addrsig_sym HASH_RENORMALIZE .addrsig_sym CE_INTENT_TO_ADD .addrsig_sym trust_executable_bit .addrsig_sym has_symlinks .addrsig_sym ignore_case .addrsig_sym CE_ADDED
postgres/src/bin/pg_upgrade/extr_server.c_stop_postmaster.c
arm/extr_server_stop_postmaster_O0_gcc.s
x86_64/extr_server_stop_postmaster_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _stop_postmaster ; -- Begin function stop_postmaster .p2align 2 _stop_postmaster: ; @stop_postmaster .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, _os_info@GOTPAGE ldr x8, [x8, _os_info@GOTPAGEOFF] stur x8, [x29, #-24] ; 8-byte Folded Spill stur w0, [x29, #-4] ldr x8, [x8] adrp x9, _old_cluster@GOTPAGE ldr x9, [x9, _old_cluster@GOTPAGEOFF] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _old_cluster@GOTPAGE ldr x8, [x8, _old_cluster@GOTPAGEOFF] stur x8, [x29, #-16] b LBB0_6 LBB0_2: ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x8, [x8] adrp x9, _new_cluster@GOTPAGE ldr x9, [x9, _new_cluster@GOTPAGEOFF] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x8, _new_cluster@GOTPAGE ldr x8, [x8, _new_cluster@GOTPAGEOFF] stur x8, [x29, #-16] b LBB0_5 LBB0_4: b LBB0_10 LBB0_5: b LBB0_6 LBB0_6: adrp x8, _SERVER_STOP_LOG_FILE@GOTPAGE ldr x8, [x8, _SERVER_STOP_LOG_FILE@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #20] ; 4-byte Folded Spill ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 str w8, [sp, #24] ; 4-byte Folded Spill ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 str w8, [sp, #28] ; 4-byte Folded Spill ldur x8, [x29, #-16] ldr w8, [x8, #12] str w8, [sp, #32] ; 4-byte Folded Spill ldur x8, [x29, #-16] ldr w8, [x8, #8] stur w8, [x29, #-28] ; 4-byte Folded Spill ldur x8, [x29, #-16] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldur x8, [x29, #-16] ldr x8, [x8] str x8, [sp, #8] ; 8-byte Folded Spill b LBB0_9 LBB0_8: adrp x8, l_.str.1@PAGE add x8, x8, l_.str.1@PAGEOFF str x8, [sp, #8] ; 8-byte Folded Spill b LBB0_9 LBB0_9: ldur w6, [x29, #-28] ; 4-byte Folded Reload ldr w5, [sp, #32] ; 4-byte Folded Reload ldr w3, [sp, #28] ; 4-byte Folded Reload ldr w2, [sp, #24] ; 4-byte Folded Reload ldr w0, [sp, #20] ; 4-byte Folded Reload ldr x7, [sp, #8] ; 8-byte Folded Reload ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, ne and w10, w8, #0x1 adrp x9, l_.str.3@PAGE add x9, x9, l_.str.3@PAGEOFF adrp x8, l_.str.2@PAGE add x8, x8, l_.str.2@PAGEOFF ands w10, w10, #0x1 csel x8, x8, x9, ne mov x9, sp str x8, [x9] mov x1, #0 adrp x4, l_.str@PAGE add x4, x4, l_.str@PAGEOFF bl _exec_prog ldur x8, [x29, #-24] ; 8-byte Folded Reload str xzr, [x8] b LBB0_10 LBB0_10: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _os_info,8,3 ; @os_info .comm _old_cluster,16,3 ; @old_cluster .comm _new_cluster,16,3 ; @new_cluster .comm _SERVER_STOP_LOG_FILE,4,2 ; @SERVER_STOP_LOG_FILE .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\"%s/pg_ctl\" -w -D \"%s\" -o \"%s\" %s stop" l_.str.1: ; @.str.1 .space 1 l_.str.2: ; @.str.2 .asciz "-m fast" l_.str.3: ; @.str.3 .asciz "-m smart" .subsections_via_symbols
.text .file "extr_server.c_stop_postmaster.c" .globl stop_postmaster # -- Begin function stop_postmaster .p2align 4, 0x90 .type stop_postmaster,@function stop_postmaster: # @stop_postmaster .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movl %edi, -4(%rbp) leaq old_cluster(%rip), %rax cmpq %rax, os_info(%rip) jne .LBB0_2 # %bb.1: leaq old_cluster(%rip), %rax movq %rax, -16(%rbp) jmp .LBB0_6 .LBB0_2: leaq new_cluster(%rip), %rax cmpq %rax, os_info(%rip) jne .LBB0_4 # %bb.3: leaq new_cluster(%rip), %rax movq %rax, -16(%rbp) jmp .LBB0_5 .LBB0_4: jmp .LBB0_10 .LBB0_5: jmp .LBB0_6 .LBB0_6: movl SERVER_STOP_LOG_FILE(%rip), %eax movl %eax, -36(%rbp) # 4-byte Spill cmpl $0, -4(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax movl %eax, -32(%rbp) # 4-byte Spill cmpl $0, -4(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax movl %eax, -28(%rbp) # 4-byte Spill movq -16(%rbp), %rax movl 12(%rax), %eax movl %eax, -24(%rbp) # 4-byte Spill movq -16(%rbp), %rax movl 8(%rax), %eax movl %eax, -20(%rbp) # 4-byte Spill movq -16(%rbp), %rax cmpq $0, (%rax) je .LBB0_8 # %bb.7: movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -48(%rbp) # 8-byte Spill jmp .LBB0_9 .LBB0_8: leaq .L.str.1(%rip), %rax movq %rax, -48(%rbp) # 8-byte Spill jmp .LBB0_9 .LBB0_9: movl -20(%rbp), %r11d # 4-byte Reload movl -24(%rbp), %r9d # 4-byte Reload movl -28(%rbp), %ecx # 4-byte Reload movl -32(%rbp), %edx # 4-byte Reload movl -36(%rbp), %edi # 4-byte Reload movq -48(%rbp), %r10 # 8-byte Reload movl -4(%rbp), %r8d leaq .L.str.3(%rip), %rax leaq .L.str.2(%rip), %rsi cmpl $0, %r8d cmovneq %rsi, %rax xorl %esi, %esi # kill: def $rsi killed $esi leaq .L.str(%rip), %r8 movl %r11d, (%rsp) movq %r10, 8(%rsp) movq %rax, 16(%rsp) callq exec_prog@PLT movq $0, os_info(%rip) .LBB0_10: addq $80, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size stop_postmaster, .Lfunc_end0-stop_postmaster .cfi_endproc # -- End function .type os_info,@object # @os_info .bss .globl os_info .p2align 3 os_info: .zero 8 .size os_info, 8 .type old_cluster,@object # @old_cluster .globl old_cluster .p2align 3 old_cluster: .zero 16 .size old_cluster, 16 .type new_cluster,@object # @new_cluster .globl new_cluster .p2align 3 new_cluster: .zero 16 .size new_cluster, 16 .type SERVER_STOP_LOG_FILE,@object # @SERVER_STOP_LOG_FILE .globl SERVER_STOP_LOG_FILE .p2align 2 SERVER_STOP_LOG_FILE: .long 0 # 0x0 .size SERVER_STOP_LOG_FILE, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "\"%s/pg_ctl\" -w -D \"%s\" -o \"%s\" %s stop" .size .L.str, 39 .type .L.str.1,@object # @.str.1 .L.str.1: .zero 1 .size .L.str.1, 1 .type .L.str.2,@object # @.str.2 .L.str.2: .asciz "-m fast" .size .L.str.2, 8 .type .L.str.3,@object # @.str.3 .L.str.3: .asciz "-m smart" .size .L.str.3, 9 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym exec_prog .addrsig_sym os_info .addrsig_sym old_cluster .addrsig_sym new_cluster .addrsig_sym SERVER_STOP_LOG_FILE
git/extr_dir.c_dir_add_name.c
arm/extr_dir_dir_add_name_O0_gcc.s
x86_64/extr_dir_dir_add_name_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function dir_add_name _dir_add_name: ; @dir_add_name .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 w3, [sp, #12] ldr x0, [sp, #24] ldr x1, [sp, #16] ldr w2, [sp, #12] adrp x8, _ignore_case@GOTPAGE ldr x8, [x8, _ignore_case@GOTPAGEOFF] ldr w3, [x8] bl _index_file_exists 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_3 LBB0_2: ldur x8, [x29, #-16] ldr x0, [x8, #8] ldur x8, [x29, #-16] ldr x8, [x8] add x1, x8, #1 ldur x8, [x29, #-16] ldr w2, [x8, #16] bl _ALLOC_GROW ldr x0, [sp, #16] ldr w1, [sp, #12] bl _dir_entry_new ldur x8, [x29, #-16] ldr x9, [x8, #8] ldur x11, [x29, #-16] ldr x10, [x11] add x8, x10, #1 str x8, [x11] mov x8, x0 str x8, [x9, x10, lsl #3] stur x0, [x29, #-8] b LBB0_3 LBB0_3: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _ignore_case,4,2 ; @ignore_case .no_dead_strip _dir_add_name .subsections_via_symbols
.text .file "extr_dir.c_dir_add_name.c" .p2align 4, 0x90 # -- Begin function dir_add_name .type dir_add_name,@function dir_add_name: # @dir_add_name .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movl %ecx, -36(%rbp) movq -24(%rbp), %rdi movq -32(%rbp), %rsi movl -36(%rbp), %edx movl ignore_case(%rip), %ecx callq index_file_exists@PLT cmpq $0, %rax je .LBB0_2 # %bb.1: movq $0, -8(%rbp) jmp .LBB0_3 .LBB0_2: movq -16(%rbp), %rax movq 8(%rax), %rdi movq -16(%rbp), %rax movq (%rax), %rsi addq $1, %rsi movq -16(%rbp), %rax movl 16(%rax), %edx callq ALLOC_GROW@PLT movq -32(%rbp), %rdi movl -36(%rbp), %esi callq dir_entry_new@PLT movq -16(%rbp), %rcx movq 8(%rcx), %rcx movq -16(%rbp), %rsi movq (%rsi), %rdx movq %rdx, %rdi addq $1, %rdi movq %rdi, (%rsi) movq %rax, (%rcx,%rdx,8) movq %rax, -8(%rbp) .LBB0_3: movq -8(%rbp), %rax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size dir_add_name, .Lfunc_end0-dir_add_name .cfi_endproc # -- End function .type ignore_case,@object # @ignore_case .bss .globl ignore_case .p2align 2 ignore_case: .long 0 # 0x0 .size ignore_case, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym dir_add_name .addrsig_sym index_file_exists .addrsig_sym ALLOC_GROW .addrsig_sym dir_entry_new .addrsig_sym ignore_case
linux/drivers/infiniband/hw/hfi1/extr_hfi.h_hfi1_update_ah_attr.c
arm/extr_hfi.h_hfi1_update_ah_attr_O0_gcc.s
x86_64/extr_hfi.h_hfi1_update_ah_attr_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function hfi1_update_ah_attr _hfi1_update_ah_attr: ; @hfi1_update_ah_attr .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x0, [x29, #-16] bl _rdma_ah_get_dlid stur x0, [x29, #-40] ldur x8, [x29, #-8] str x8, [sp, #40] ; 8-byte Folded Spill ldur x0, [x29, #-16] bl _rdma_ah_get_port_num mov x1, x0 ldr x0, [sp, #40] ; 8-byte Folded Reload bl _to_iport stur x0, [x29, #-32] ldur x0, [x29, #-32] bl _ppd_from_ibp stur x0, [x29, #-24] ldur x8, [x29, #-40] str x8, [sp, #48] ; 8-byte Folded Spill adrp x8, _IB_MULTICAST_LID_BASE@GOTPAGE ldr x8, [x8, _IB_MULTICAST_LID_BASE@GOTPAGEOFF] ldr w0, [x8] bl _be16_to_cpu ldr x8, [sp, #48] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x8, [x29, #-24] ldr x8, [x8] str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, _IB_MULTICAST_LID_BASE@GOTPAGE ldr x8, [x8, _IB_MULTICAST_LID_BASE@GOTPAGEOFF] ldr w0, [x8] bl _be16_to_cpu ldr x8, [sp, #32] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, lt tbnz w8, #0, LBB0_5 b LBB0_2 LBB0_2: ldur x8, [x29, #-40] str x8, [sp, #24] ; 8-byte Folded Spill adrp x8, _OPA_LID_PERMISSIVE@GOTPAGE ldr x8, [x8, _OPA_LID_PERMISSIVE@GOTPAGEOFF] ldr w0, [x8] bl _be32_to_cpu ldr x8, [sp, #24] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_3 LBB0_3: ldur x8, [x29, #-40] str x8, [sp, #16] ; 8-byte Folded Spill adrp x8, _IB_LID_PERMISSIVE@GOTPAGE ldr x8, [x8, _IB_LID_PERMISSIVE@GOTPAGEOFF] ldr w0, [x8] bl _be16_to_cpu ldr x8, [sp, #16] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldur x0, [x29, #-16] bl _rdma_ah_get_ah_flags adrp x8, _IB_AH_GRH@GOTPAGE ldr x8, [x8, _IB_AH_GRH@GOTPAGEOFF] ldr w8, [x8] ands w8, w0, w8 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldur x0, [x29, #-16] bl _rdma_ah_get_make_grd subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldur x0, [x29, #-16] adrp x8, _IB_AH_GRH@GOTPAGE ldr x8, [x8, _IB_AH_GRH@GOTPAGEOFF] ldr w1, [x8] bl _rdma_ah_set_ah_flags ldur x8, [x29, #-16] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-40] bl _OPA_MAKE_ID mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _rdma_ah_set_interface_id ldur x0, [x29, #-16] ldur x8, [x29, #-32] ldr w1, [x8] bl _rdma_ah_set_subnet_prefix b LBB0_7 LBB0_7: ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .comm _IB_MULTICAST_LID_BASE,4,2 ; @IB_MULTICAST_LID_BASE .comm _OPA_LID_PERMISSIVE,4,2 ; @OPA_LID_PERMISSIVE .comm _IB_LID_PERMISSIVE,4,2 ; @IB_LID_PERMISSIVE .comm _IB_AH_GRH,4,2 ; @IB_AH_GRH .no_dead_strip _hfi1_update_ah_attr .subsections_via_symbols
.text .file "extr_hfi.h_hfi1_update_ah_attr.c" .p2align 4, 0x90 # -- Begin function hfi1_update_ah_attr .type hfi1_update_ah_attr,@function hfi1_update_ah_attr: # @hfi1_update_ah_attr .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rdi callq rdma_ah_get_dlid@PLT movq %rax, -40(%rbp) movq -8(%rbp), %rax movq %rax, -56(%rbp) # 8-byte Spill movq -16(%rbp), %rdi callq rdma_ah_get_port_num@PLT movq -56(%rbp), %rdi # 8-byte Reload movl %eax, %esi callq to_iport@PLT movq %rax, -32(%rbp) movq -32(%rbp), %rdi callq ppd_from_ibp@PLT movq %rax, -24(%rbp) movq -40(%rbp), %rax movq %rax, -48(%rbp) # 8-byte Spill movl IB_MULTICAST_LID_BASE(%rip), %edi callq be16_to_cpu@PLT movq %rax, %rcx movq -48(%rbp), %rax # 8-byte Reload cmpq %rcx, %rax jge .LBB0_2 # %bb.1: movq -24(%rbp), %rax movq (%rax), %rax movq %rax, -64(%rbp) # 8-byte Spill movl IB_MULTICAST_LID_BASE(%rip), %edi callq be16_to_cpu@PLT movq %rax, %rcx movq -64(%rbp), %rax # 8-byte Reload cmpq %rcx, %rax jl .LBB0_5 .LBB0_2: movq -40(%rbp), %rax movq %rax, -72(%rbp) # 8-byte Spill movl OPA_LID_PERMISSIVE(%rip), %edi callq be32_to_cpu@PLT movq %rax, %rcx movq -72(%rbp), %rax # 8-byte Reload cmpq %rcx, %rax je .LBB0_5 # %bb.3: movq -40(%rbp), %rax movq %rax, -80(%rbp) # 8-byte Spill movl IB_LID_PERMISSIVE(%rip), %edi callq be16_to_cpu@PLT movq %rax, %rcx movq -80(%rbp), %rax # 8-byte Reload cmpq %rcx, %rax je .LBB0_5 # %bb.4: movq -16(%rbp), %rdi callq rdma_ah_get_ah_flags@PLT andl IB_AH_GRH(%rip), %eax cmpl $0, %eax je .LBB0_6 .LBB0_5: movq -16(%rbp), %rdi callq rdma_ah_get_make_grd@PLT cmpq $0, %rax je .LBB0_7 .LBB0_6: movq -16(%rbp), %rdi movl IB_AH_GRH(%rip), %esi callq rdma_ah_set_ah_flags@PLT movq -16(%rbp), %rax movq %rax, -88(%rbp) # 8-byte Spill movq -40(%rbp), %rdi callq OPA_MAKE_ID@PLT movq -88(%rbp), %rdi # 8-byte Reload movl %eax, %esi callq rdma_ah_set_interface_id@PLT movq -16(%rbp), %rdi movq -32(%rbp), %rax movl (%rax), %esi callq rdma_ah_set_subnet_prefix@PLT .LBB0_7: addq $96, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size hfi1_update_ah_attr, .Lfunc_end0-hfi1_update_ah_attr .cfi_endproc # -- End function .type IB_MULTICAST_LID_BASE,@object # @IB_MULTICAST_LID_BASE .bss .globl IB_MULTICAST_LID_BASE .p2align 2 IB_MULTICAST_LID_BASE: .long 0 # 0x0 .size IB_MULTICAST_LID_BASE, 4 .type OPA_LID_PERMISSIVE,@object # @OPA_LID_PERMISSIVE .globl OPA_LID_PERMISSIVE .p2align 2 OPA_LID_PERMISSIVE: .long 0 # 0x0 .size OPA_LID_PERMISSIVE, 4 .type IB_LID_PERMISSIVE,@object # @IB_LID_PERMISSIVE .globl IB_LID_PERMISSIVE .p2align 2 IB_LID_PERMISSIVE: .long 0 # 0x0 .size IB_LID_PERMISSIVE, 4 .type IB_AH_GRH,@object # @IB_AH_GRH .globl IB_AH_GRH .p2align 2 IB_AH_GRH: .long 0 # 0x0 .size IB_AH_GRH, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym hfi1_update_ah_attr .addrsig_sym rdma_ah_get_dlid .addrsig_sym to_iport .addrsig_sym rdma_ah_get_port_num .addrsig_sym ppd_from_ibp .addrsig_sym be16_to_cpu .addrsig_sym be32_to_cpu .addrsig_sym rdma_ah_get_ah_flags .addrsig_sym rdma_ah_get_make_grd .addrsig_sym rdma_ah_set_ah_flags .addrsig_sym rdma_ah_set_interface_id .addrsig_sym OPA_MAKE_ID .addrsig_sym rdma_ah_set_subnet_prefix .addrsig_sym IB_MULTICAST_LID_BASE .addrsig_sym OPA_LID_PERMISSIVE .addrsig_sym IB_LID_PERMISSIVE .addrsig_sym IB_AH_GRH
linux/drivers/media/dvb-frontends/extr_bcm3510.c_bcm3510_refresh_state.c
arm/extr_bcm3510_bcm3510_refresh_state_O0_gcc.s
x86_64/extr_bcm3510_bcm3510_refresh_state_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function bcm3510_refresh_state _bcm3510_refresh_state: ; @bcm3510_refresh_state .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] adrp x8, _jiffies@GOTPAGE ldr x8, [x8, _jiffies@GOTPAGEOFF] ldr x0, [x8] ldur x8, [x29, #-8] ldr x1, [x8, #8] bl _time_after subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x0, [x29, #-8] adrp x8, _CMD_STATUS@GOTPAGE ldr x8, [x8, _CMD_STATUS@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill ldr w1, [x8] adrp x8, _MSGID_STATUS1@GOTPAGE ldr x8, [x8, _MSGID_STATUS1@GOTPAGEOFF] ldr w2, [x8] ldur x8, [x29, #-8] add x5, x8, #20 mov x3, #0 str x3, [sp, #8] ; 8-byte Folded Spill mov w4, #0 str w4, [sp, #16] ; 4-byte Folded Spill mov w6, #4 stur w6, [x29, #-12] ; 4-byte Folded Spill bl _bcm3510_do_hab_cmd ldr x8, [sp] ; 8-byte Folded Reload ldr x3, [sp, #8] ; 8-byte Folded Reload ldr w4, [sp, #16] ; 4-byte Folded Reload ldur w6, [x29, #-12] ; 4-byte Folded Reload ldur x0, [x29, #-8] ldr w1, [x8] adrp x8, _MSGID_STATUS2@GOTPAGE ldr x8, [x8, _MSGID_STATUS2@GOTPAGEOFF] ldr w2, [x8] ldur x8, [x29, #-8] add x5, x8, #16 bl _bcm3510_do_hab_cmd adrp x8, _jiffies@GOTPAGE ldr x8, [x8, _jiffies@GOTPAGEOFF] ldr x8, [x8] ldur x9, [x29, #-8] ldr w9, [x9] adrp x10, _HZ@GOTPAGE ldr x10, [x10, _HZ@GOTPAGEOFF] ldr w10, [x10] mul w9, w9, w10 mov w10, #1000 sdiv w9, w9, w10 add x8, x8, w9, sxtw ldur x9, [x29, #-8] str x8, [x9, #8] b LBB0_2 LBB0_2: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _jiffies,8,3 ; @jiffies .comm _CMD_STATUS,4,2 ; @CMD_STATUS .comm _MSGID_STATUS1,4,2 ; @MSGID_STATUS1 .comm _MSGID_STATUS2,4,2 ; @MSGID_STATUS2 .comm _HZ,4,2 ; @HZ .no_dead_strip _bcm3510_refresh_state .subsections_via_symbols
.text .file "extr_bcm3510.c_bcm3510_refresh_state.c" .p2align 4, 0x90 # -- Begin function bcm3510_refresh_state .type bcm3510_refresh_state,@function bcm3510_refresh_state: # @bcm3510_refresh_state .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 jiffies(%rip), %rdi movq -8(%rbp), %rax movq 8(%rax), %rsi callq time_after@PLT cmpq $0, %rax je .LBB0_2 # %bb.1: movq -8(%rbp), %rdi movl CMD_STATUS(%rip), %esi movl MSGID_STATUS1(%rip), %edx movq -8(%rbp), %r9 addq $20, %r9 xorl %eax, %eax movl %eax, %ecx xorl %r8d, %r8d movl $4, (%rsp) callq bcm3510_do_hab_cmd@PLT movq -8(%rbp), %rdi movl CMD_STATUS(%rip), %esi movl MSGID_STATUS2(%rip), %edx movq -8(%rbp), %r9 addq $16, %r9 xorl %eax, %eax movl %eax, %ecx xorl %r8d, %r8d movl $4, (%rsp) callq bcm3510_do_hab_cmd@PLT movq jiffies(%rip), %rcx movq -8(%rbp), %rax movl (%rax), %eax imull HZ(%rip), %eax movl $1000, %esi # imm = 0x3E8 cltd idivl %esi cltq addq %rax, %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) .LBB0_2: xorl %eax, %eax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size bcm3510_refresh_state, .Lfunc_end0-bcm3510_refresh_state .cfi_endproc # -- End function .type jiffies,@object # @jiffies .bss .globl jiffies .p2align 3 jiffies: .quad 0 # 0x0 .size jiffies, 8 .type CMD_STATUS,@object # @CMD_STATUS .globl CMD_STATUS .p2align 2 CMD_STATUS: .long 0 # 0x0 .size CMD_STATUS, 4 .type MSGID_STATUS1,@object # @MSGID_STATUS1 .globl MSGID_STATUS1 .p2align 2 MSGID_STATUS1: .long 0 # 0x0 .size MSGID_STATUS1, 4 .type MSGID_STATUS2,@object # @MSGID_STATUS2 .globl MSGID_STATUS2 .p2align 2 MSGID_STATUS2: .long 0 # 0x0 .size MSGID_STATUS2, 4 .type HZ,@object # @HZ .globl HZ .p2align 2 HZ: .long 0 # 0x0 .size HZ, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym bcm3510_refresh_state .addrsig_sym time_after .addrsig_sym bcm3510_do_hab_cmd .addrsig_sym jiffies .addrsig_sym CMD_STATUS .addrsig_sym MSGID_STATUS1 .addrsig_sym MSGID_STATUS2 .addrsig_sym HZ
linux/fs/proc/extr_inode.c_use_pde.c
arm/extr_inode_use_pde_O0_gcc.s
x86_64/extr_inode_use_pde_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function use_pde _use_pde: ; @use_pde .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 _atomic_inc_unless_negative bl _likely ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .no_dead_strip _use_pde .subsections_via_symbols
.text .file "extr_inode.c_use_pde.c" .p2align 4, 0x90 # -- Begin function use_pde .type use_pde,@function use_pde: # @use_pde .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 atomic_inc_unless_negative@PLT movl %eax, %edi callq likely@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size use_pde, .Lfunc_end0-use_pde .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym use_pde .addrsig_sym likely .addrsig_sym atomic_inc_unless_negative
Provenance/Cores/Mupen64Plus/png/contrib/libtests/extr_pngvalid.c_safecat_current_encoding.c
arm/extr_pngvalid_safecat_current_encoding_O0_gcc.s
x86_64/extr_pngvalid_safecat_current_encoding_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function safecat_current_encoding _safecat_current_encoding: ; @safecat_current_encoding .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str x2, [sp, #8] str x3, [sp] ldur x0, [x29, #-8] ldr x1, [sp, #16] ldr x2, [sp, #8] ldr x8, [sp] ldr w3, [x8, #12] ldr x8, [sp] ldr w4, [x8, #8] bl _safecat_color_encoding str x0, [sp, #8] ldr x8, [sp] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x0, [x29, #-8] ldr x1, [sp, #16] ldr x2, [sp, #8] adrp x3, l_.str@PAGE add x3, x3, l_.str@PAGEOFF bl _safecat str x0, [sp, #8] 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 "[overridden]" .no_dead_strip _safecat_current_encoding .subsections_via_symbols
.text .file "extr_pngvalid.c_safecat_current_encoding.c" .p2align 4, 0x90 # -- Begin function safecat_current_encoding .type safecat_current_encoding,@function safecat_current_encoding: # @safecat_current_encoding .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movq -32(%rbp), %rax movl 12(%rax), %ecx movq -32(%rbp), %rax movl 8(%rax), %r8d callq safecat_color_encoding@PLT movq %rax, -24(%rbp) movq -32(%rbp), %rax cmpq $0, (%rax) je .LBB0_2 # %bb.1: movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx leaq .L.str(%rip), %rcx callq safecat@PLT movq %rax, -24(%rbp) .LBB0_2: movq -24(%rbp), %rax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size safecat_current_encoding, .Lfunc_end0-safecat_current_encoding .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "[overridden]" .size .L.str, 13 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym safecat_current_encoding .addrsig_sym safecat_color_encoding .addrsig_sym safecat
Provenance/Cores/Yabause/yabause/src/musashi/extr_m68kopac.c_m68k_op_cmpa_16_al.c
arm/extr_m68kopac_m68k_op_cmpa_16_al_O0_gcc.s
x86_64/extr_m68kopac_m68k_op_cmpa_16_al_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _m68k_op_cmpa_16_al ; -- Begin function m68k_op_cmpa_16_al .p2align 2 _m68k_op_cmpa_16_al: ; @m68k_op_cmpa_16_al .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 bl _OPER_AL_16 bl _MAKE_INT_16 stur x0, [x29, #-8] adrp x8, _AX@GOTPAGE ldr x8, [x8, _AX@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #16] ldr x8, [sp, #16] ldur x9, [x29, #-8] subs x8, x8, x9 str x8, [sp, #8] ldr x0, [sp, #8] bl _NFLAG_32 adrp x8, _FLAG_N@GOTPAGE ldr x8, [x8, _FLAG_N@GOTPAGEOFF] str w0, [x8] ldr x0, [sp, #8] bl _MASK_OUT_ABOVE_32 adrp x8, _FLAG_Z@GOTPAGE ldr x8, [x8, _FLAG_Z@GOTPAGEOFF] str w0, [x8] ldur x0, [x29, #-8] ldr x1, [sp, #16] ldr x2, [sp, #8] bl _VFLAG_SUB_32 adrp x8, _FLAG_V@GOTPAGE ldr x8, [x8, _FLAG_V@GOTPAGEOFF] str w0, [x8] ldur x0, [x29, #-8] ldr x1, [sp, #16] ldr x2, [sp, #8] bl _CFLAG_SUB_32 adrp x8, _FLAG_C@GOTPAGE ldr x8, [x8, _FLAG_C@GOTPAGEOFF] str w0, [x8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _AX,8,3 ; @AX .comm _FLAG_N,4,2 ; @FLAG_N .comm _FLAG_Z,4,2 ; @FLAG_Z .comm _FLAG_V,4,2 ; @FLAG_V .comm _FLAG_C,4,2 ; @FLAG_C .subsections_via_symbols
.text .file "extr_m68kopac.c_m68k_op_cmpa_16_al.c" .globl m68k_op_cmpa_16_al # -- Begin function m68k_op_cmpa_16_al .p2align 4, 0x90 .type m68k_op_cmpa_16_al,@function m68k_op_cmpa_16_al: # @m68k_op_cmpa_16_al .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_AL_16@PLT movl %eax, %edi callq MAKE_INT_16@PLT movq %rax, -8(%rbp) movq AX(%rip), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax subq -8(%rbp), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rdi callq NFLAG_32@PLT movl %eax, FLAG_N(%rip) movq -24(%rbp), %rdi callq MASK_OUT_ABOVE_32@PLT movl %eax, FLAG_Z(%rip) movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx callq VFLAG_SUB_32@PLT movl %eax, FLAG_V(%rip) movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx callq CFLAG_SUB_32@PLT movl %eax, FLAG_C(%rip) addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size m68k_op_cmpa_16_al, .Lfunc_end0-m68k_op_cmpa_16_al .cfi_endproc # -- End function .type AX,@object # @AX .bss .globl AX .p2align 3 AX: .quad 0 # 0x0 .size AX, 8 .type FLAG_N,@object # @FLAG_N .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_V,@object # @FLAG_V .globl FLAG_V .p2align 2 FLAG_V: .long 0 # 0x0 .size FLAG_V, 4 .type FLAG_C,@object # @FLAG_C .globl FLAG_C .p2align 2 FLAG_C: .long 0 # 0x0 .size FLAG_C, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym MAKE_INT_16 .addrsig_sym OPER_AL_16 .addrsig_sym NFLAG_32 .addrsig_sym MASK_OUT_ABOVE_32 .addrsig_sym VFLAG_SUB_32 .addrsig_sym CFLAG_SUB_32 .addrsig_sym AX .addrsig_sym FLAG_N .addrsig_sym FLAG_Z .addrsig_sym FLAG_V .addrsig_sym FLAG_C
linux/net/tipc/extr_link.c_tipc_link_bc_init_rcv.c
arm/extr_link_tipc_link_bc_init_rcv_O0_gcc.s
x86_64/extr_link_tipc_link_bc_init_rcv_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _tipc_link_bc_init_rcv ; -- Begin function tipc_link_bc_init_rcv .p2align 2 _tipc_link_bc_init_rcv: ; @tipc_link_bc_init_rcv .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldr x0, [sp, #16] bl _msg_type str w0, [sp, #12] ldr x0, [sp, #16] bl _msg_bc_snd_nxt str x0, [sp] ldur x0, [x29, #-8] bl _link_is_up subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: b LBB0_11 LBB0_2: ldr x0, [sp, #16] bl _msg_user adrp x8, _BCAST_PROTOCOL@GOTPAGE ldr x8, [x8, _BCAST_PROTOCOL@GOTPAGEOFF] ldr x8, [x8] subs x8, x0, x8 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp] ldur x9, [x29, #-8] str x8, [x9, #8] adrp x8, _LINK_ESTABLISHED@GOTPAGE ldr x8, [x8, _LINK_ESTABLISHED@GOTPAGEOFF] ldr w8, [x8] ldur x9, [x29, #-8] str w8, [x9, #16] b LBB0_11 LBB0_4: ldur x8, [x29, #-8] ldr w8, [x8] adrp x9, _TIPC_BCAST_SYNCH@GOTPAGE ldr x9, [x9, _TIPC_BCAST_SYNCH@GOTPAGEOFF] ldr w9, [x9] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: b LBB0_11 LBB0_6: ldr x0, [sp, #16] bl _msg_peer_node_is_up subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: b LBB0_11 LBB0_8: ldr w8, [sp, #12] adrp x9, _RESET_MSG@GOTPAGE ldr x9, [x9, _RESET_MSG@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ldr w8, [sp, #12] adrp x9, _ACTIVATE_MSG@GOTPAGE ldr x9, [x9, _ACTIVATE_MSG@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ldr x8, [sp] ldur x9, [x29, #-8] str x8, [x9, #8] b LBB0_11 LBB0_11: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _BCAST_PROTOCOL,8,3 ; @BCAST_PROTOCOL .comm _LINK_ESTABLISHED,4,2 ; @LINK_ESTABLISHED .comm _TIPC_BCAST_SYNCH,4,2 ; @TIPC_BCAST_SYNCH .comm _RESET_MSG,4,2 ; @RESET_MSG .comm _ACTIVATE_MSG,4,2 ; @ACTIVATE_MSG .subsections_via_symbols
.text .file "extr_link.c_tipc_link_bc_init_rcv.c" .globl tipc_link_bc_init_rcv # -- Begin function tipc_link_bc_init_rcv .p2align 4, 0x90 .type tipc_link_bc_init_rcv,@function tipc_link_bc_init_rcv: # @tipc_link_bc_init_rcv .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rdi callq msg_type@PLT movl %eax, -20(%rbp) movq -16(%rbp), %rdi callq msg_bc_snd_nxt@PLT movq %rax, -32(%rbp) movq -8(%rbp), %rdi callq link_is_up@PLT cmpq $0, %rax je .LBB0_2 # %bb.1: jmp .LBB0_11 .LBB0_2: movq -16(%rbp), %rdi callq msg_user@PLT cmpq BCAST_PROTOCOL(%rip), %rax jne .LBB0_4 # %bb.3: movq -32(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) movl LINK_ESTABLISHED(%rip), %ecx movq -8(%rbp), %rax movl %ecx, 16(%rax) jmp .LBB0_11 .LBB0_4: movq -8(%rbp), %rax movl (%rax), %eax andl TIPC_BCAST_SYNCH(%rip), %eax cmpl $0, %eax je .LBB0_6 # %bb.5: jmp .LBB0_11 .LBB0_6: movq -16(%rbp), %rdi callq msg_peer_node_is_up@PLT cmpq $0, %rax je .LBB0_8 # %bb.7: jmp .LBB0_11 .LBB0_8: movl -20(%rbp), %eax cmpl RESET_MSG(%rip), %eax je .LBB0_10 # %bb.9: movl -20(%rbp), %eax cmpl ACTIVATE_MSG(%rip), %eax jne .LBB0_11 .LBB0_10: movq -32(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) .LBB0_11: addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size tipc_link_bc_init_rcv, .Lfunc_end0-tipc_link_bc_init_rcv .cfi_endproc # -- End function .type BCAST_PROTOCOL,@object # @BCAST_PROTOCOL .bss .globl BCAST_PROTOCOL .p2align 3 BCAST_PROTOCOL: .quad 0 # 0x0 .size BCAST_PROTOCOL, 8 .type LINK_ESTABLISHED,@object # @LINK_ESTABLISHED .globl LINK_ESTABLISHED .p2align 2 LINK_ESTABLISHED: .long 0 # 0x0 .size LINK_ESTABLISHED, 4 .type TIPC_BCAST_SYNCH,@object # @TIPC_BCAST_SYNCH .globl TIPC_BCAST_SYNCH .p2align 2 TIPC_BCAST_SYNCH: .long 0 # 0x0 .size TIPC_BCAST_SYNCH, 4 .type RESET_MSG,@object # @RESET_MSG .globl RESET_MSG .p2align 2 RESET_MSG: .long 0 # 0x0 .size RESET_MSG, 4 .type ACTIVATE_MSG,@object # @ACTIVATE_MSG .globl ACTIVATE_MSG .p2align 2 ACTIVATE_MSG: .long 0 # 0x0 .size ACTIVATE_MSG, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym msg_type .addrsig_sym msg_bc_snd_nxt .addrsig_sym link_is_up .addrsig_sym msg_user .addrsig_sym msg_peer_node_is_up .addrsig_sym BCAST_PROTOCOL .addrsig_sym LINK_ESTABLISHED .addrsig_sym TIPC_BCAST_SYNCH .addrsig_sym RESET_MSG .addrsig_sym ACTIVATE_MSG
fastsocket/kernel/arch/arm/kernel/extr_ptrace.c_ptrace_cancel_bpt.c
arm/extr_ptrace_ptrace_cancel_bpt_O0_gcc.s
x86_64/extr_ptrace_ptrace_cancel_bpt_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ptrace_cancel_bpt ; -- Begin function ptrace_cancel_bpt .p2align 2 _ptrace_cancel_bpt: ; @ptrace_cancel_bpt .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 w8, [x8] str w8, [sp] ldr x8, [sp, #8] str wzr, [x8] ldr w8, [sp] subs w8, w8, #2 cset w8, le tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w1, [sp] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printk mov w8, #2 str w8, [sp] b LBB0_2 LBB0_2: str wzr, [sp, #4] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr w9, [sp] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr x0, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8, #8] ldrsw x9, [sp, #4] add x1, x8, x9, lsl #2 bl _clear_breakpoint b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB0_3 LBB0_6: 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 "ptrace_cancel_bpt: bogus nsaved: %d!\n" .subsections_via_symbols
.text .file "extr_ptrace.c_ptrace_cancel_bpt.c" .globl ptrace_cancel_bpt # -- Begin function ptrace_cancel_bpt .p2align 4, 0x90 .type ptrace_cancel_bpt,@function ptrace_cancel_bpt: # @ptrace_cancel_bpt .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movl %eax, -16(%rbp) movq -8(%rbp), %rax movl $0, (%rax) cmpl $2, -16(%rbp) jle .LBB0_2 # %bb.1: movl -16(%rbp), %esi leaq .L.str(%rip), %rdi callq printk@PLT movl $2, -16(%rbp) .LBB0_2: movl $0, -12(%rbp) .LBB0_3: # =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax cmpl -16(%rbp), %eax jge .LBB0_6 # %bb.4: # in Loop: Header=BB0_3 Depth=1 movq -8(%rbp), %rdi movq -8(%rbp), %rax movq 8(%rax), %rsi movslq -12(%rbp), %rax shlq $2, %rax addq %rax, %rsi callq clear_breakpoint@PLT # %bb.5: # in Loop: Header=BB0_3 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp .LBB0_3 .LBB0_6: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ptrace_cancel_bpt, .Lfunc_end0-ptrace_cancel_bpt .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "ptrace_cancel_bpt: bogus nsaved: %d!\n" .size .L.str, 38 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym printk .addrsig_sym clear_breakpoint
linux/sound/soc/intel/common/extr_soc-acpi-intel-bxt-match.c_apl_quirk.c
arm/extr_soc-acpi-intel-bxt-match_apl_quirk_O0_gcc.s
x86_64/extr_soc-acpi-intel-bxt-match_apl_quirk_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function apl_quirk _apl_quirk: ; @apl_quirk .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] ldur x8, [x29, #-16] str x8, [sp, #24] adrp x8, _apl_table@GOTPAGE ldr x8, [x8, _apl_table@GOTPAGEOFF] ldr w0, [x8] bl _dmi_first_match str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_1 LBB0_1: ldr x8, [sp, #16] ldr x8, [x8] str x8, [sp, #8] ldr x8, [sp, #8] adrp x9, _APL_RVP@GOTPAGE ldr x9, [x9, _APL_RVP@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_5 LBB0_3: b LBB0_4 LBB0_4: ldr x8, [sp, #24] stur x8, [x29, #-8] b LBB0_5 LBB0_5: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _apl_table,4,2 ; @apl_table .comm _APL_RVP,8,3 ; @APL_RVP .no_dead_strip _apl_quirk .subsections_via_symbols
.text .file "extr_soc-acpi-intel-bxt-match.c_apl_quirk.c" .p2align 4, 0x90 # -- Begin function apl_quirk .type apl_quirk,@function apl_quirk: # @apl_quirk .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -24(%rbp) movl apl_table(%rip), %edi callq dmi_first_match@PLT movq %rax, -32(%rbp) cmpq $0, -32(%rbp) je .LBB0_4 # %bb.1: movq -32(%rbp), %rax movq (%rax), %rax movq %rax, -40(%rbp) movq -40(%rbp), %rax cmpq APL_RVP(%rip), %rax jne .LBB0_3 # %bb.2: movq $0, -8(%rbp) jmp .LBB0_5 .LBB0_3: jmp .LBB0_4 .LBB0_4: movq -24(%rbp), %rax movq %rax, -8(%rbp) .LBB0_5: movq -8(%rbp), %rax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size apl_quirk, .Lfunc_end0-apl_quirk .cfi_endproc # -- End function .type apl_table,@object # @apl_table .bss .globl apl_table .p2align 2 apl_table: .long 0 # 0x0 .size apl_table, 4 .type APL_RVP,@object # @APL_RVP .globl APL_RVP .p2align 3 APL_RVP: .quad 0 # 0x0 .size APL_RVP, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym apl_quirk .addrsig_sym dmi_first_match .addrsig_sym apl_table .addrsig_sym APL_RVP
fastsocket/kernel/mm/extr_nommu.c_get_unmapped_area.c
arm/extr_nommu_get_unmapped_area_O0_gcc.s
x86_64/extr_nommu_get_unmapped_area_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _get_unmapped_area ; -- Begin function get_unmapped_area .p2align 2 _get_unmapped_area: ; @get_unmapped_area .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] str x2, [sp, #32] str x3, [sp, #24] str x4, [sp, #16] adrp x8, _current@GOTPAGE ldr x8, [x8, _current@GOTPAGEOFF] ldr x8, [x8] ldr x8, [x8] ldr x8, [x8] str x8, [sp, #8] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_1 LBB0_1: ldur x8, [x29, #-16] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ldur x8, [x29, #-16] ldr x8, [x8] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldur x8, [x29, #-16] ldr x8, [x8] ldr x8, [x8] str x8, [sp, #8] b LBB0_4 LBB0_4: ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: adrp x8, _ENOSYS@GOTPAGE ldr x8, [x8, _ENOSYS@GOTPAGEOFF] ldr x9, [x8] mov x8, #0 subs x8, x8, x9 stur x8, [x29, #-8] b LBB0_7 LBB0_6: ldr x8, [sp, #8] ldur x0, [x29, #-16] ldur x1, [x29, #-24] ldr x2, [sp, #32] ldr x3, [sp, #24] ldr x4, [sp, #16] blr x8 stur x0, [x29, #-8] b LBB0_7 LBB0_7: ldur x0, [x29, #-8] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _current,8,3 ; @current .comm _ENOSYS,8,3 ; @ENOSYS .subsections_via_symbols
.text .file "extr_nommu.c_get_unmapped_area.c" .globl get_unmapped_area # -- Begin function get_unmapped_area .p2align 4, 0x90 .type get_unmapped_area,@function get_unmapped_area: # @get_unmapped_area .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 %rdx, -32(%rbp) movq %rcx, -40(%rbp) movq %r8, -48(%rbp) movq current(%rip), %rax movq (%rax), %rax movq (%rax), %rax movq %rax, -56(%rbp) cmpq $0, -16(%rbp) je .LBB0_4 # %bb.1: movq -16(%rbp), %rax cmpq $0, (%rax) je .LBB0_4 # %bb.2: movq -16(%rbp), %rax movq (%rax), %rax cmpq $0, (%rax) je .LBB0_4 # %bb.3: movq -16(%rbp), %rax movq (%rax), %rax movq (%rax), %rax movq %rax, -56(%rbp) .LBB0_4: cmpq $0, -56(%rbp) jne .LBB0_6 # %bb.5: xorl %eax, %eax # kill: def $rax killed $eax subq ENOSYS(%rip), %rax movq %rax, -8(%rbp) jmp .LBB0_7 .LBB0_6: movq -56(%rbp), %rax movq -16(%rbp), %rdi movq -24(%rbp), %rsi movq -32(%rbp), %rdx movq -40(%rbp), %rcx movq -48(%rbp), %r8 callq *%rax movq %rax, -8(%rbp) .LBB0_7: movq -8(%rbp), %rax addq $64, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size get_unmapped_area, .Lfunc_end0-get_unmapped_area .cfi_endproc # -- End function .type current,@object # @current .bss .globl current .p2align 3 current: .quad 0 .size current, 8 .type ENOSYS,@object # @ENOSYS .globl ENOSYS .p2align 3 ENOSYS: .quad 0 # 0x0 .size ENOSYS, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym current .addrsig_sym ENOSYS
mimikatz/modules/extr_sqlite3_omit.c_estimateIndexWidth.c
arm/extr_sqlite3_omit_estimateIndexWidth_O0_gcc.s
x86_64/extr_sqlite3_omit_estimateIndexWidth_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function estimateIndexWidth _estimateIndexWidth: ; @estimateIndexWidth .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur wzr, [x29, #-12] ldur x8, [x29, #-8] ldr x8, [x8, #24] ldr x8, [x8, #8] str x8, [sp, #24] stur wzr, [x29, #-16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-16] ldur x9, [x29, #-8] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_7 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #8] ldursw x9, [x29, #-16] ldr x8, [x8, x9, lsl #3] str x8, [sp, #16] ldr x8, [sp, #16] ldur x9, [x29, #-8] ldr x9, [x9, #24] ldr x9, [x9] subs x8, x8, x9 cset w8, lt and w0, w8, #0x1 bl _assert ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 mov w8, #1 str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_5 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldur x9, [x29, #-8] ldr x9, [x9, #8] ldursw x10, [x29, #-16] ldr x9, [x9, x10, lsl #3] ldr w8, [x8, x9, lsl #2] str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w9, [sp, #12] ; 4-byte Folded Reload ldur w8, [x29, #-12] add w8, w8, w9 stur w8, [x29, #-12] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB0_1 LBB0_7: ldur w8, [x29, #-12] lsl w0, w8, #2 bl _sqlite3LogEst ldur x8, [x29, #-8] str w0, [x8, #16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .no_dead_strip _estimateIndexWidth .subsections_via_symbols
.text .file "extr_sqlite3_omit.c_estimateIndexWidth.c" .p2align 4, 0x90 # -- Begin function estimateIndexWidth .type estimateIndexWidth,@function estimateIndexWidth: # @estimateIndexWidth .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 $0, -12(%rbp) movq -8(%rbp), %rax movq 24(%rax), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) movl $0, -16(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax movq -8(%rbp), %rcx cmpl (%rcx), %eax jge .LBB0_7 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movq 8(%rax), %rax movslq -16(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq -8(%rbp), %rcx movq 24(%rcx), %rcx cmpq (%rcx), %rax setl %al andb $1, %al movzbl %al, %edi callq assert@PLT cmpq $0, -32(%rbp) jge .LBB0_4 # %bb.3: # in Loop: Header=BB0_1 Depth=1 movl $1, %eax movl %eax, -36(%rbp) # 4-byte Spill jmp .LBB0_5 .LBB0_4: # in Loop: Header=BB0_1 Depth=1 movq -24(%rbp), %rax movq -8(%rbp), %rcx movq 8(%rcx), %rcx movslq -16(%rbp), %rdx movq (%rcx,%rdx,8), %rcx movl (%rax,%rcx,4), %eax movl %eax, -36(%rbp) # 4-byte Spill .LBB0_5: # in Loop: Header=BB0_1 Depth=1 movl -36(%rbp), %eax # 4-byte Reload addl -12(%rbp), %eax movl %eax, -12(%rbp) # %bb.6: # in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp .LBB0_1 .LBB0_7: movl -12(%rbp), %edi shll $2, %edi callq sqlite3LogEst@PLT movl %eax, %ecx movq -8(%rbp), %rax movl %ecx, 16(%rax) addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size estimateIndexWidth, .Lfunc_end0-estimateIndexWidth .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym estimateIndexWidth .addrsig_sym assert .addrsig_sym sqlite3LogEst
freebsd/contrib/gcc/extr_genautomata.c_create_automata.c
arm/extr_genautomata_create_automata_O0_gcc.s
x86_64/extr_genautomata_create_automata_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function create_automata _create_automata: ; @create_automata .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, _description@GOTPAGE ldr x8, [x8, _description@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill adrp x8, _equiv_time@GOTPAGE ldr x8, [x8, _equiv_time@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, _stderr@GOTPAGE ldr x8, [x8, _stderr@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill adrp x8, _automata_num@GOTPAGE ldr x8, [x8, _automata_num@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_1 LBB0_1: bl _units_to_automata_heuristic_distr ; kill: def $x8 killed $xzr stur xzr, [x29, #-16] stur wzr, [x29, #-28] b LBB0_2 LBB0_2: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-28] adrp x9, _automata_num@GOTPAGE ldr x9, [x9, _automata_num@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_2 Depth=1 mov w0, #4 bl _create_node stur x0, [x29, #-8] bl _create_ainsns ldur x8, [x29, #-8] str x0, [x8, #24] ldur x8, [x29, #-8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldur x8, [x29, #-8] str xzr, [x8, #16] ldur w8, [x29, #-28] ldur x9, [x29, #-8] str w8, [x9] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_2 Depth=1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldr x9, [x9] str x8, [x9, #8] b LBB0_6 LBB0_5: ; in Loop: Header=BB0_2 Depth=1 ldur x8, [x29, #-8] ldur x9, [x29, #-16] str x8, [x9, #16] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_2 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_2 Depth=1 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] ldur x8, [x29, #-8] stur x8, [x29, #-16] b LBB0_2 LBB0_8: b LBB0_22 LBB0_9: stur wzr, [x29, #-28] ; kill: def $x8 killed $xzr stur xzr, [x29, #-16] stur wzr, [x29, #-32] b LBB0_10 LBB0_10: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-32] ldr x9, [x9] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_19 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_10 Depth=1 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x8, [x8] ldr x8, [x8, #16] ldursw x9, [x29, #-32] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-24] ldur x8, [x29, #-24] ldr x8, [x8] adrp x9, _dm_automaton@GOTPAGE ldr x9, [x9, _dm_automaton@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_17 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_10 Depth=1 ldur x0, [x29, #-24] bl _DECL_AUTOMATON ldr x8, [x0, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_17 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_10 Depth=1 mov w0, #4 bl _create_node stur x0, [x29, #-8] bl _create_ainsns ldur x8, [x29, #-8] str x0, [x8, #24] ldur x0, [x29, #-24] bl _DECL_AUTOMATON ldur x8, [x29, #-8] str x0, [x8, #8] ldur x8, [x29, #-8] ; kill: def $x9 killed $xzr str xzr, [x8, #16] ldur x8, [x29, #-8] str x8, [sp, #16] ; 8-byte Folded Spill ldur x0, [x29, #-24] bl _DECL_AUTOMATON ldr x8, [sp, #16] ; 8-byte Folded Reload str x8, [x0, #8] ldur w8, [x29, #-28] ldur x9, [x29, #-8] str w8, [x9] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_10 Depth=1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldr x9, [x9] str x8, [x9, #8] b LBB0_16 LBB0_15: ; in Loop: Header=BB0_10 Depth=1 ldur x8, [x29, #-8] ldur x9, [x29, #-16] str x8, [x9, #16] b LBB0_16 LBB0_16: ; in Loop: Header=BB0_10 Depth=1 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] ldur x8, [x29, #-8] stur x8, [x29, #-16] b LBB0_17 LBB0_17: ; in Loop: Header=BB0_10 Depth=1 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_10 Depth=1 ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB0_10 LBB0_19: ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: mov w0, #4 bl _create_node stur x0, [x29, #-8] bl _create_ainsns ldr x9, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-8] str x0, [x8, #24] ldur x8, [x29, #-8] ; kill: def $x10 killed $xzr str xzr, [x8, #8] ldur x8, [x29, #-8] str xzr, [x8, #16] ldur x8, [x29, #-8] ldr x9, [x9] str x8, [x9, #8] b LBB0_21 LBB0_21: bl _units_to_automata_distr b LBB0_22 LBB0_22: bl _create_ticker mov x8, x0 adrp x0, _NDFA_time@GOTPAGE ldr x0, [x0, _NDFA_time@GOTPAGEOFF] str w8, [x0] bl _ticker_off bl _create_ticker mov x8, x0 adrp x0, _NDFA_to_DFA_time@GOTPAGE ldr x0, [x0, _NDFA_to_DFA_time@GOTPAGEOFF] str w8, [x0] bl _ticker_off bl _create_ticker mov x8, x0 adrp x0, _minimize_time@GOTPAGE ldr x0, [x0, _minimize_time@GOTPAGEOFF] str w8, [x0] bl _ticker_off bl _create_ticker mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload str w8, [x0] bl _ticker_off ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x8, [x8] ldr x8, [x8, #8] stur x8, [x29, #-8] b LBB0_23 LBB0_23: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_33 b LBB0_24 LBB0_24: ; in Loop: Header=BB0_23 Depth=1 adrp x8, _progress_flag@GOTPAGE ldr x8, [x8, _progress_flag@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_29 b LBB0_25 LBB0_25: ; in Loop: Header=BB0_23 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_27 b LBB0_26 LBB0_26: ; in Loop: Header=BB0_23 Depth=1 ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w0, [x8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf b LBB0_28 LBB0_27: ; in Loop: Header=BB0_23 Depth=1 ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w0, [x8] ldur x8, [x29, #-8] ldr x8, [x8, #8] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf b LBB0_28 LBB0_28: ; in Loop: Header=BB0_23 Depth=1 b LBB0_29 LBB0_29: ; in Loop: Header=BB0_23 Depth=1 ldur x0, [x29, #-8] bl _create_alt_states ldur x0, [x29, #-8] bl _form_ainsn_with_same_reservs adrp x8, _progress_flag@GOTPAGE ldr x8, [x8, _progress_flag@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_31 b LBB0_30 LBB0_30: ; in Loop: Header=BB0_23 Depth=1 ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w0, [x8] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fprintf b LBB0_31 LBB0_31: ; in Loop: Header=BB0_23 Depth=1 ldur x0, [x29, #-8] bl _build_automaton ldur x0, [x29, #-8] bl _enumerate_states ldr x0, [sp, #32] ; 8-byte Folded Reload bl _ticker_on ldur x0, [x29, #-8] bl _set_insn_equiv_classes ldr x0, [sp, #32] ; 8-byte Folded Reload bl _ticker_off b LBB0_32 LBB0_32: ; in Loop: Header=BB0_23 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #16] stur x8, [x29, #-8] b LBB0_23 LBB0_33: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .comm _automata_num,4,2 ; @automata_num .comm _description,8,3 ; @description .comm _dm_automaton,8,3 ; @dm_automaton .comm _NDFA_time,4,2 ; @NDFA_time .comm _NDFA_to_DFA_time,4,2 ; @NDFA_to_DFA_time .comm _minimize_time,4,2 ; @minimize_time .comm _equiv_time,4,2 ; @equiv_time .comm _progress_flag,8,3 ; @progress_flag .comm _stderr,4,2 ; @stderr .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Prepare anonymous automaton creation ... " l_.str.1: ; @.str.1 .asciz "Prepare automaton `%s' creation..." l_.str.2: ; @.str.2 .asciz "done\n" .no_dead_strip _create_automata .subsections_via_symbols
.text .file "extr_genautomata.c_create_automata.c" .p2align 4, 0x90 # -- Begin function create_automata .type create_automata,@function create_automata: # @create_automata .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp cmpl $0, automata_num(%rip) je .LBB0_9 # %bb.1: movb $0, %al callq units_to_automata_heuristic_distr@PLT movq $0, -16(%rbp) movl $0, -28(%rbp) .LBB0_2: # =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl automata_num(%rip), %eax jge .LBB0_8 # %bb.3: # in Loop: Header=BB0_2 Depth=1 movl $4, %edi callq create_node@PLT movq %rax, -8(%rbp) movb $0, %al callq create_ainsns@PLT movq %rax, %rcx movq -8(%rbp), %rax movq %rcx, 24(%rax) movq -8(%rbp), %rax movq $0, 8(%rax) movq -8(%rbp), %rax movq $0, 16(%rax) movl -28(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) cmpq $0, -16(%rbp) jne .LBB0_5 # %bb.4: # in Loop: Header=BB0_2 Depth=1 movq -8(%rbp), %rcx movq description(%rip), %rax movq %rcx, 8(%rax) jmp .LBB0_6 .LBB0_5: # in Loop: Header=BB0_2 Depth=1 movq -8(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 16(%rax) .LBB0_6: # in Loop: Header=BB0_2 Depth=1 jmp .LBB0_7 .LBB0_7: # in Loop: Header=BB0_2 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) jmp .LBB0_2 .LBB0_8: jmp .LBB0_22 .LBB0_9: movl $0, -28(%rbp) movq $0, -16(%rbp) movl $0, -32(%rbp) .LBB0_10: # =>This Inner Loop Header: Depth=1 movl -32(%rbp), %eax movq description(%rip), %rcx cmpl (%rcx), %eax jge .LBB0_19 # %bb.11: # in Loop: Header=BB0_10 Depth=1 movq description(%rip), %rax movq 16(%rax), %rax movslq -32(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movq (%rax), %rax cmpq dm_automaton(%rip), %rax jne .LBB0_17 # %bb.12: # in Loop: Header=BB0_10 Depth=1 movq -24(%rbp), %rdi callq DECL_AUTOMATON@PLT cmpq $0, 16(%rax) je .LBB0_17 # %bb.13: # in Loop: Header=BB0_10 Depth=1 movl $4, %edi callq create_node@PLT movq %rax, -8(%rbp) movb $0, %al callq create_ainsns@PLT movq %rax, %rcx movq -8(%rbp), %rax movq %rcx, 24(%rax) movq -24(%rbp), %rdi callq DECL_AUTOMATON@PLT movq %rax, %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) movq -8(%rbp), %rax movq $0, 16(%rax) movq -8(%rbp), %rax movq %rax, -40(%rbp) # 8-byte Spill movq -24(%rbp), %rdi callq DECL_AUTOMATON@PLT movq -40(%rbp), %rcx # 8-byte Reload movq %rcx, 8(%rax) movl -28(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) cmpq $0, -16(%rbp) jne .LBB0_15 # %bb.14: # in Loop: Header=BB0_10 Depth=1 movq -8(%rbp), %rcx movq description(%rip), %rax movq %rcx, 8(%rax) jmp .LBB0_16 .LBB0_15: # in Loop: Header=BB0_10 Depth=1 movq -8(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 16(%rax) .LBB0_16: # in Loop: Header=BB0_10 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) .LBB0_17: # in Loop: Header=BB0_10 Depth=1 jmp .LBB0_18 .LBB0_18: # in Loop: Header=BB0_10 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp .LBB0_10 .LBB0_19: cmpl $0, -28(%rbp) jne .LBB0_21 # %bb.20: movl $4, %edi callq create_node@PLT movq %rax, -8(%rbp) movb $0, %al callq create_ainsns@PLT movq %rax, %rcx movq -8(%rbp), %rax movq %rcx, 24(%rax) movq -8(%rbp), %rax movq $0, 8(%rax) movq -8(%rbp), %rax movq $0, 16(%rax) movq -8(%rbp), %rcx movq description(%rip), %rax movq %rcx, 8(%rax) .LBB0_21: movb $0, %al callq units_to_automata_distr@PLT .LBB0_22: movb $0, %al callq create_ticker@PLT movl %eax, NDFA_time(%rip) leaq NDFA_time(%rip), %rdi callq ticker_off@PLT movb $0, %al callq create_ticker@PLT movl %eax, NDFA_to_DFA_time(%rip) leaq NDFA_to_DFA_time(%rip), %rdi callq ticker_off@PLT movb $0, %al callq create_ticker@PLT movl %eax, minimize_time(%rip) leaq minimize_time(%rip), %rdi callq ticker_off@PLT movb $0, %al callq create_ticker@PLT movl %eax, equiv_time(%rip) leaq equiv_time(%rip), %rdi callq ticker_off@PLT movq description(%rip), %rax movq 8(%rax), %rax movq %rax, -8(%rbp) .LBB0_23: # =>This Inner Loop Header: Depth=1 cmpq $0, -8(%rbp) je .LBB0_33 # %bb.24: # in Loop: Header=BB0_23 Depth=1 cmpq $0, progress_flag(%rip) je .LBB0_29 # %bb.25: # in Loop: Header=BB0_23 Depth=1 movq -8(%rbp), %rax cmpq $0, 8(%rax) jne .LBB0_27 # %bb.26: # in Loop: Header=BB0_23 Depth=1 movl stderr(%rip), %edi leaq .L.str(%rip), %rsi movb $0, %al callq fprintf@PLT jmp .LBB0_28 .LBB0_27: # in Loop: Header=BB0_23 Depth=1 movl stderr(%rip), %edi movq -8(%rbp), %rax movq 8(%rax), %rax movq (%rax), %rdx leaq .L.str.1(%rip), %rsi movb $0, %al callq fprintf@PLT .LBB0_28: # in Loop: Header=BB0_23 Depth=1 jmp .LBB0_29 .LBB0_29: # in Loop: Header=BB0_23 Depth=1 movq -8(%rbp), %rdi callq create_alt_states@PLT movq -8(%rbp), %rdi callq form_ainsn_with_same_reservs@PLT cmpq $0, progress_flag(%rip) je .LBB0_31 # %bb.30: # in Loop: Header=BB0_23 Depth=1 movl stderr(%rip), %edi leaq .L.str.2(%rip), %rsi movb $0, %al callq fprintf@PLT .LBB0_31: # in Loop: Header=BB0_23 Depth=1 movq -8(%rbp), %rdi callq build_automaton@PLT movq -8(%rbp), %rdi callq enumerate_states@PLT leaq equiv_time(%rip), %rdi callq ticker_on@PLT movq -8(%rbp), %rdi callq set_insn_equiv_classes@PLT leaq equiv_time(%rip), %rdi callq ticker_off@PLT # %bb.32: # in Loop: Header=BB0_23 Depth=1 movq -8(%rbp), %rax movq 16(%rax), %rax movq %rax, -8(%rbp) jmp .LBB0_23 .LBB0_33: addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size create_automata, .Lfunc_end0-create_automata .cfi_endproc # -- End function .type automata_num,@object # @automata_num .bss .globl automata_num .p2align 2 automata_num: .long 0 # 0x0 .size automata_num, 4 .type description,@object # @description .globl description .p2align 3 description: .quad 0 .size description, 8 .type dm_automaton,@object # @dm_automaton .globl dm_automaton .p2align 3 dm_automaton: .quad 0 # 0x0 .size dm_automaton, 8 .type NDFA_time,@object # @NDFA_time .globl NDFA_time .p2align 2 NDFA_time: .long 0 # 0x0 .size NDFA_time, 4 .type NDFA_to_DFA_time,@object # @NDFA_to_DFA_time .globl NDFA_to_DFA_time .p2align 2 NDFA_to_DFA_time: .long 0 # 0x0 .size NDFA_to_DFA_time, 4 .type minimize_time,@object # @minimize_time .globl minimize_time .p2align 2 minimize_time: .long 0 # 0x0 .size minimize_time, 4 .type equiv_time,@object # @equiv_time .globl equiv_time .p2align 2 equiv_time: .long 0 # 0x0 .size equiv_time, 4 .type progress_flag,@object # @progress_flag .globl progress_flag .p2align 3 progress_flag: .quad 0 # 0x0 .size progress_flag, 8 .type stderr,@object # @stderr .globl stderr .p2align 2 stderr: .long 0 # 0x0 .size stderr, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "Prepare anonymous automaton creation ... " .size .L.str, 42 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "Prepare automaton `%s' creation..." .size .L.str.1, 35 .type .L.str.2,@object # @.str.2 .L.str.2: .asciz "done\n" .size .L.str.2, 6 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym create_automata .addrsig_sym units_to_automata_heuristic_distr .addrsig_sym create_node .addrsig_sym create_ainsns .addrsig_sym DECL_AUTOMATON .addrsig_sym units_to_automata_distr .addrsig_sym create_ticker .addrsig_sym ticker_off .addrsig_sym fprintf .addrsig_sym create_alt_states .addrsig_sym form_ainsn_with_same_reservs .addrsig_sym build_automaton .addrsig_sym enumerate_states .addrsig_sym ticker_on .addrsig_sym set_insn_equiv_classes .addrsig_sym automata_num .addrsig_sym description .addrsig_sym dm_automaton .addrsig_sym NDFA_time .addrsig_sym NDFA_to_DFA_time .addrsig_sym minimize_time .addrsig_sym equiv_time .addrsig_sym progress_flag .addrsig_sym stderr
linux/drivers/net/wireless/broadcom/b43/extr_leds.h_b43_leds_unregister.c
arm/extr_leds.h_b43_leds_unregister_O0_gcc.s
x86_64/extr_leds.h_b43_leds_unregister_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function b43_leds_unregister _b43_leds_unregister: ; @b43_leds_unregister .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 _b43_leds_unregister .subsections_via_symbols
.text .file "extr_leds.h_b43_leds_unregister.c" .p2align 4, 0x90 # -- Begin function b43_leds_unregister .type b43_leds_unregister,@function b43_leds_unregister: # @b43_leds_unregister .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 b43_leds_unregister, .Lfunc_end0-b43_leds_unregister .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym b43_leds_unregister
freebsd/usr.sbin/ypldap/extr_aldap.c_aldap_parse_page_control.c
arm/extr_aldap_aldap_parse_page_control_O0_gcc.s
x86_64/extr_aldap_aldap_parse_page_control_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _aldap_parse_page_control ; -- Begin function aldap_parse_page_control .p2align 2 _aldap_parse_page_control: ; @aldap_parse_page_control .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur x1, [x29, #-24] add x8, sp, #32 str x8, [sp, #8] ; 8-byte Folded Spill mov x8, #0 str x8, [sp] ; 8-byte Folded Spill str xzr, [sp, #40] mov w8, #-1 str w8, [sp, #32] ldur x0, [x29, #-16] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF sub x2, x29, #32 add x3, sp, #48 bl _ber_scanf_elements ldr x0, [sp, #8] ; 8-byte Folded Reload ldr x1, [sp, #48] ldur x8, [x29, #-16] ldr x8, [x8] ldr w2, [x8] bl _ber_set_readbuf ldr x1, [sp] ; 8-byte Folded Reload ldr x0, [sp, #8] ; 8-byte Folded Reload bl _ber_read_elements str x0, [sp, #24] mov w0, #24 bl _malloc mov x8, x0 str x8, [sp, #16] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_1 LBB0_1: ldr x8, [sp, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr x0, [sp, #24] bl _ber_free_elements b LBB0_3 LBB0_3: add x0, sp, #32 bl _ber_free ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_9 LBB0_4: ldr x8, [sp, #24] ldr x0, [x8, #8] ldr x2, [sp, #16] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF sub x3, x29, #40 bl _ber_scanf_elements ldr x8, [sp, #24] ldr x8, [x8, #8] ldr x8, [x8] ldr w8, [x8] ldr x9, [sp, #16] str w8, [x9, #8] ldr x8, [sp, #16] ldr w0, [x8, #8] bl _malloc ldr x9, [sp, #16] mov x8, x0 str x8, [x9, #16] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_5 LBB0_5: ldr x8, [sp, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldr x0, [sp, #24] bl _ber_free_elements b LBB0_7 LBB0_7: add x0, sp, #32 bl _ber_free ldr x0, [sp, #16] bl _free ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_9 LBB0_8: ldr x8, [sp, #16] ldr x0, [x8, #16] ldur x1, [x29, #-40] ldr x8, [sp, #16] ldr w2, [x8, #8] bl _memcpy ldr x0, [sp, #24] bl _ber_free_elements add x0, sp, #32 bl _ber_free ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB0_9 LBB0_9: ldur x0, [x29, #-8] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "ss" l_.str.1: ; @.str.1 .asciz "is" .subsections_via_symbols
.text .file "extr_aldap.c_aldap_parse_page_control.c" .globl aldap_parse_page_control # -- Begin function aldap_parse_page_control .p2align 4, 0x90 .type aldap_parse_page_control,@function aldap_parse_page_control: # @aldap_parse_page_control .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 $0, -56(%rbp) movl $-1, -64(%rbp) movq -16(%rbp), %rdi leaq .L.str(%rip), %rsi leaq -32(%rbp), %rdx leaq -48(%rbp), %rcx callq ber_scanf_elements@PLT movq -48(%rbp), %rsi movq -16(%rbp), %rax movq (%rax), %rax movl (%rax), %edx leaq -64(%rbp), %rdi callq ber_set_readbuf@PLT leaq -64(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq ber_read_elements@PLT movq %rax, -72(%rbp) movl $24, %edi callq malloc@PLT movq %rax, -80(%rbp) cmpq $0, %rax jne .LBB0_4 # %bb.1: cmpq $0, -72(%rbp) je .LBB0_3 # %bb.2: movq -72(%rbp), %rdi callq ber_free_elements@PLT .LBB0_3: leaq -64(%rbp), %rdi callq ber_free@PLT movq $0, -8(%rbp) jmp .LBB0_9 .LBB0_4: movq -72(%rbp), %rax movq 8(%rax), %rdi movq -80(%rbp), %rdx leaq .L.str.1(%rip), %rsi leaq -40(%rbp), %rcx callq ber_scanf_elements@PLT movq -72(%rbp), %rax movq 8(%rax), %rax movq (%rax), %rax movl (%rax), %ecx movq -80(%rbp), %rax movl %ecx, 8(%rax) movq -80(%rbp), %rax movl 8(%rax), %edi callq malloc@PLT movq -80(%rbp), %rcx movq %rax, 16(%rcx) cmpq $0, %rax jne .LBB0_8 # %bb.5: cmpq $0, -72(%rbp) je .LBB0_7 # %bb.6: movq -72(%rbp), %rdi callq ber_free_elements@PLT .LBB0_7: leaq -64(%rbp), %rdi callq ber_free@PLT movq -80(%rbp), %rdi callq free@PLT movq $0, -8(%rbp) jmp .LBB0_9 .LBB0_8: movq -80(%rbp), %rax movq 16(%rax), %rdi movq -40(%rbp), %rsi movq -80(%rbp), %rax movl 8(%rax), %edx callq memcpy@PLT movq -72(%rbp), %rdi callq ber_free_elements@PLT leaq -64(%rbp), %rdi callq ber_free@PLT movq -80(%rbp), %rax movq %rax, -8(%rbp) .LBB0_9: movq -8(%rbp), %rax addq $80, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size aldap_parse_page_control, .Lfunc_end0-aldap_parse_page_control .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "ss" .size .L.str, 3 .type .L.str.1,@object # @.str.1 .L.str.1: .asciz "is" .size .L.str.1, 3 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym ber_scanf_elements .addrsig_sym ber_set_readbuf .addrsig_sym ber_read_elements .addrsig_sym malloc .addrsig_sym ber_free_elements .addrsig_sym ber_free .addrsig_sym free .addrsig_sym memcpy
fastsocket/kernel/fs/extr_inode.c_iget5_locked.c
arm/extr_inode_iget5_locked_O0_gcc.s
x86_64/extr_inode_iget5_locked_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _iget5_locked ; -- Begin function iget5_locked .p2align 2 _iget5_locked: ; @iget5_locked .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur x1, [x29, #-24] stur x2, [x29, #-32] str x3, [sp, #40] str x4, [sp, #32] adrp x8, _inode_hashtable@GOTPAGE ldr x8, [x8, _inode_hashtable@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-16] ldur x1, [x29, #-24] bl _hash ldr x8, [sp, #8] ; 8-byte Folded Reload add x8, x8, w0, sxtw #2 str x8, [sp, #24] ldur x0, [x29, #-16] ldr x1, [sp, #24] ldur x2, [x29, #-32] ldr x3, [sp, #32] mov w4, #1 bl _ifind str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB0_3 LBB0_2: ldur x0, [x29, #-16] ldr x1, [sp, #24] ldur x2, [x29, #-32] ldr x3, [sp, #40] ldr x4, [sp, #32] bl _get_new_inode stur x0, [x29, #-8] b LBB0_3 LBB0_3: ldur x0, [x29, #-8] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .comm _inode_hashtable,8,3 ; @inode_hashtable .subsections_via_symbols
.text .file "extr_inode.c_iget5_locked.c" .globl iget5_locked # -- Begin function iget5_locked .p2align 4, 0x90 .type iget5_locked,@function iget5_locked: # @iget5_locked .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 %rcx, -40(%rbp) movq %r8, -48(%rbp) movq inode_hashtable(%rip), %rax movq %rax, -72(%rbp) # 8-byte Spill movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq hash@PLT movl %eax, %ecx movq -72(%rbp), %rax # 8-byte Reload movslq %ecx, %rcx shlq $2, %rcx addq %rcx, %rax movq %rax, -56(%rbp) movq -16(%rbp), %rdi movq -56(%rbp), %rsi movq -32(%rbp), %rdx movq -48(%rbp), %rcx movl $1, %r8d callq ifind@PLT movq %rax, -64(%rbp) cmpq $0, -64(%rbp) je .LBB0_2 # %bb.1: movq -64(%rbp), %rax movq %rax, -8(%rbp) jmp .LBB0_3 .LBB0_2: movq -16(%rbp), %rdi movq -56(%rbp), %rsi movq -32(%rbp), %rdx movq -40(%rbp), %rcx movq -48(%rbp), %r8 callq get_new_inode@PLT movq %rax, -8(%rbp) .LBB0_3: movq -8(%rbp), %rax addq $80, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size iget5_locked, .Lfunc_end0-iget5_locked .cfi_endproc # -- End function .type inode_hashtable,@object # @inode_hashtable .bss .globl inode_hashtable .p2align 3 inode_hashtable: .quad 0 .size inode_hashtable, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym hash .addrsig_sym ifind .addrsig_sym get_new_inode .addrsig_sym inode_hashtable
fastsocket/kernel/drivers/net/e1000e/extr_82571.c_e1000_setup_link_82571.c
arm/extr_82571_e1000_setup_link_82571_O0_gcc.s
x86_64/extr_82571_e1000_setup_link_82571_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function e1000_setup_link_82571 _e1000_setup_link_82571: ; @e1000_setup_link_82571 .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 w8, [x8, #4] subs w8, w8, #128 subs w8, w8, #2 cset w8, hi tbnz w8, #0, LBB0_4 b LBB0_1 LBB0_1: ldr x8, [sp, #8] ldr w8, [x8] adrp x9, _e1000_fc_default@GOTPAGE ldr x9, [x9, _e1000_fc_default@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: adrp x8, _e1000_fc_full@GOTPAGE ldr x8, [x8, _e1000_fc_full@GOTPAGEOFF] ldr w8, [x8] ldr x9, [sp, #8] str w8, [x9] b LBB0_3 LBB0_3: b LBB0_5 LBB0_4: b LBB0_5 LBB0_5: ldr x0, [sp, #8] bl _e1000e_setup_link_generic ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _e1000_fc_default,4,2 ; @e1000_fc_default .comm _e1000_fc_full,4,2 ; @e1000_fc_full .no_dead_strip _e1000_setup_link_82571 .subsections_via_symbols
.text .file "extr_82571.c_e1000_setup_link_82571.c" .p2align 4, 0x90 # -- Begin function e1000_setup_link_82571 .type e1000_setup_link_82571,@function e1000_setup_link_82571: # @e1000_setup_link_82571 .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), %eax addl $-128, %eax subl $2, %eax ja .LBB0_4 jmp .LBB0_1 .LBB0_1: movq -8(%rbp), %rax movl (%rax), %eax cmpl e1000_fc_default(%rip), %eax jne .LBB0_3 # %bb.2: movl e1000_fc_full(%rip), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) .LBB0_3: jmp .LBB0_5 .LBB0_4: jmp .LBB0_5 .LBB0_5: movq -8(%rbp), %rdi callq e1000e_setup_link_generic@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size e1000_setup_link_82571, .Lfunc_end0-e1000_setup_link_82571 .cfi_endproc # -- End function .type e1000_fc_default,@object # @e1000_fc_default .bss .globl e1000_fc_default .p2align 2 e1000_fc_default: .long 0 # 0x0 .size e1000_fc_default, 4 .type e1000_fc_full,@object # @e1000_fc_full .globl e1000_fc_full .p2align 2 e1000_fc_full: .long 0 # 0x0 .size e1000_fc_full, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym e1000_setup_link_82571 .addrsig_sym e1000e_setup_link_generic .addrsig_sym e1000_fc_default .addrsig_sym e1000_fc_full
SoftEtherVPN/src/Mayaqua/extr_Str.c_FreeStringLibrary.c
arm/extr_Str_FreeStringLibrary_O0_gcc.s
x86_64/extr_Str_FreeStringLibrary_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _FreeStringLibrary ; -- Begin function FreeStringLibrary .p2align 2 _FreeStringLibrary: ; @FreeStringLibrary .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 bl _FreeInternational adrp x8, _token_lock@GOTPAGE ldr x8, [x8, _token_lock@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill ldr x0, [x8] bl _DeleteLock ldr x8, [sp, #8] ; 8-byte Folded Reload ; kill: def $x9 killed $xzr str xzr, [x8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _token_lock,8,3 ; @token_lock .subsections_via_symbols
.text .file "extr_Str.c_FreeStringLibrary.c" .globl FreeStringLibrary # -- Begin function FreeStringLibrary .p2align 4, 0x90 .type FreeStringLibrary,@function FreeStringLibrary: # @FreeStringLibrary .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 FreeInternational@PLT movq token_lock(%rip), %rdi callq DeleteLock@PLT movq $0, token_lock(%rip) popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size FreeStringLibrary, .Lfunc_end0-FreeStringLibrary .cfi_endproc # -- End function .type token_lock,@object # @token_lock .bss .globl token_lock .p2align 3 token_lock: .quad 0 .size token_lock, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym FreeInternational .addrsig_sym DeleteLock .addrsig_sym token_lock
linux/drivers/gpu/drm/udl/extr_udl_dmabuf.c_udl_unmap_dma_buf.c
arm/extr_udl_dmabuf_udl_unmap_dma_buf_O0_gcc.s
x86_64/extr_udl_dmabuf_udl_unmap_dma_buf_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function udl_unmap_dma_buf _udl_unmap_dma_buf: ; @udl_unmap_dma_buf .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 x8, [x29, #-8] ldr w0, [x8, #8] bl _dev_name mov x1, x0 ldur x8, [x29, #-8] ldr x8, [x8] ldr w2, [x8] ldr w3, [sp, #12] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _DRM_DEBUG_PRIME 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 "[DEV:%s] size:%zd dir:%d\n" .no_dead_strip _udl_unmap_dma_buf .subsections_via_symbols
.text .file "extr_udl_dmabuf.c_udl_unmap_dma_buf.c" .p2align 4, 0x90 # -- Begin function udl_unmap_dma_buf .type udl_unmap_dma_buf,@function udl_unmap_dma_buf: # @udl_unmap_dma_buf .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), %rax movl 8(%rax), %edi callq dev_name@PLT movl %eax, %esi movq -8(%rbp), %rax movq (%rax), %rax movl (%rax), %edx movl -20(%rbp), %ecx leaq .L.str(%rip), %rdi callq DRM_DEBUG_PRIME@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size udl_unmap_dma_buf, .Lfunc_end0-udl_unmap_dma_buf .cfi_endproc # -- End function .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "[DEV:%s] size:%zd dir:%d\n" .size .L.str, 26 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym udl_unmap_dma_buf .addrsig_sym DRM_DEBUG_PRIME .addrsig_sym dev_name
freebsd/sys/dev/mpr/extr_mpr_user.c_mpr_user_reg_access.c
arm/extr_mpr_user_mpr_user_reg_access_O0_gcc.s
x86_64/extr_mpr_user_mpr_user_reg_access_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function mpr_user_reg_access _mpr_user_reg_access: ; @mpr_user_reg_access .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 wzr, [sp, #12] ldr x8, [sp, #16] ldr w8, [x8] str w8, [sp, #8] ; 4-byte Folded Spill subs w8, w8, #128 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_1 LBB0_1: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #129 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #130 subs w8, w8, #1 cset w8, hi tbnz w8, #0, LBB0_6 b LBB0_3 LBB0_3: ldur x0, [x29, #-8] adrp x8, _MPR_USER@GOTPAGE ldr x8, [x8, _MPR_USER@GOTPAGEOFF] ldr w1, [x8] adrp x2, l_.str@PAGE add x2, x2, l_.str@PAGEOFF bl _mpr_dprint adrp x8, _EINVAL@GOTPAGE ldr x8, [x8, _EINVAL@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #12] b LBB0_7 LBB0_4: ldur x0, [x29, #-8] ldr x8, [sp, #16] ldr w1, [x8, #8] bl _mpr_regread ldr x8, [sp, #16] str w0, [x8, #4] b LBB0_7 LBB0_5: ldur x0, [x29, #-8] ldr x8, [sp, #16] ldr w1, [x8, #8] ldr x8, [sp, #16] ldr w2, [x8, #4] bl _mpr_regwrite b LBB0_7 LBB0_6: adrp x8, _EINVAL@GOTPAGE ldr x8, [x8, _EINVAL@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #12] b LBB0_7 LBB0_7: ldr w0, [sp, #12] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _MPR_USER,4,2 ; @MPR_USER .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "IO access is not supported. Use memory access." .comm _EINVAL,4,2 ; @EINVAL .no_dead_strip _mpr_user_reg_access .subsections_via_symbols
.text .file "extr_mpr_user.c_mpr_user_reg_access.c" .p2align 4, 0x90 # -- Begin function mpr_user_reg_access .type mpr_user_reg_access,@function mpr_user_reg_access: # @mpr_user_reg_access .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 $0, -20(%rbp) movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -24(%rbp) # 4-byte Spill subl $128, %eax je .LBB0_3 jmp .LBB0_6 .LBB0_6: movl -24(%rbp), %eax # 4-byte Reload subl $129, %eax je .LBB0_2 jmp .LBB0_7 .LBB0_7: movl -24(%rbp), %eax # 4-byte Reload addl $-130, %eax subl $1, %eax ja .LBB0_4 jmp .LBB0_1 .LBB0_1: movq -8(%rbp), %rdi movl MPR_USER(%rip), %esi leaq .L.str(%rip), %rdx callq mpr_dprint@PLT movl EINVAL(%rip), %eax movl %eax, -20(%rbp) jmp .LBB0_5 .LBB0_2: movq -8(%rbp), %rdi movq -16(%rbp), %rax movl 8(%rax), %esi callq mpr_regread@PLT movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, 4(%rax) jmp .LBB0_5 .LBB0_3: movq -8(%rbp), %rdi movq -16(%rbp), %rax movl 8(%rax), %esi movq -16(%rbp), %rax movl 4(%rax), %edx callq mpr_regwrite@PLT jmp .LBB0_5 .LBB0_4: movl EINVAL(%rip), %eax movl %eax, -20(%rbp) .LBB0_5: movl -20(%rbp), %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size mpr_user_reg_access, .Lfunc_end0-mpr_user_reg_access .cfi_endproc # -- End function .type MPR_USER,@object # @MPR_USER .bss .globl MPR_USER .p2align 2 MPR_USER: .long 0 # 0x0 .size MPR_USER, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "IO access is not supported. Use memory access." .size .L.str, 47 .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 mpr_user_reg_access .addrsig_sym mpr_dprint .addrsig_sym mpr_regread .addrsig_sym mpr_regwrite .addrsig_sym MPR_USER .addrsig_sym EINVAL
i3/src/extr_ewmh.c_ewmh_update_client_list_stacking.c
arm/extr_ewmh_ewmh_update_client_list_stacking_O0_gcc.s
x86_64/extr_ewmh_ewmh_update_client_list_stacking_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ewmh_update_client_list_stacking ; -- Begin function ewmh_update_client_list_stacking .p2align 2 _ewmh_update_client_list_stacking: ; @ewmh_update_client_list_stacking .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] adrp x8, _conn@GOTPAGE ldr x8, [x8, _conn@GOTPAGEOFF] ldr w0, [x8] adrp x8, _XCB_PROP_MODE_REPLACE@GOTPAGE ldr x8, [x8, _XCB_PROP_MODE_REPLACE@GOTPAGEOFF] ldr w1, [x8] adrp x8, _root@GOTPAGE ldr x8, [x8, _root@GOTPAGEOFF] ldr w2, [x8] adrp x8, _A__NET_CLIENT_LIST_STACKING@GOTPAGE ldr x8, [x8, _A__NET_CLIENT_LIST_STACKING@GOTPAGEOFF] ldr w3, [x8] adrp x8, _XCB_ATOM_WINDOW@GOTPAGE ldr x8, [x8, _XCB_ATOM_WINDOW@GOTPAGEOFF] ldr w4, [x8] ldr w6, [sp, #4] ldr x7, [sp, #8] mov w5, #32 bl _xcb_change_property ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _conn,4,2 ; @conn .comm _XCB_PROP_MODE_REPLACE,4,2 ; @XCB_PROP_MODE_REPLACE .comm _root,4,2 ; @root .comm _A__NET_CLIENT_LIST_STACKING,4,2 ; @A__NET_CLIENT_LIST_STACKING .comm _XCB_ATOM_WINDOW,4,2 ; @XCB_ATOM_WINDOW .subsections_via_symbols
.text .file "extr_ewmh.c_ewmh_update_client_list_stacking.c" .globl ewmh_update_client_list_stacking # -- Begin function ewmh_update_client_list_stacking .p2align 4, 0x90 .type ewmh_update_client_list_stacking,@function ewmh_update_client_list_stacking: # @ewmh_update_client_list_stacking .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl conn(%rip), %edi movl XCB_PROP_MODE_REPLACE(%rip), %esi movl root(%rip), %edx movl A__NET_CLIENT_LIST_STACKING(%rip), %ecx movl XCB_ATOM_WINDOW(%rip), %r8d movl -12(%rbp), %r10d movq -8(%rbp), %rax movl $32, %r9d movl %r10d, (%rsp) movq %rax, 8(%rsp) callq xcb_change_property@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ewmh_update_client_list_stacking, .Lfunc_end0-ewmh_update_client_list_stacking .cfi_endproc # -- End function .type conn,@object # @conn .bss .globl conn .p2align 2 conn: .long 0 # 0x0 .size conn, 4 .type XCB_PROP_MODE_REPLACE,@object # @XCB_PROP_MODE_REPLACE .globl XCB_PROP_MODE_REPLACE .p2align 2 XCB_PROP_MODE_REPLACE: .long 0 # 0x0 .size XCB_PROP_MODE_REPLACE, 4 .type root,@object # @root .globl root .p2align 2 root: .long 0 # 0x0 .size root, 4 .type A__NET_CLIENT_LIST_STACKING,@object # @A__NET_CLIENT_LIST_STACKING .globl A__NET_CLIENT_LIST_STACKING .p2align 2 A__NET_CLIENT_LIST_STACKING: .long 0 # 0x0 .size A__NET_CLIENT_LIST_STACKING, 4 .type XCB_ATOM_WINDOW,@object # @XCB_ATOM_WINDOW .globl XCB_ATOM_WINDOW .p2align 2 XCB_ATOM_WINDOW: .long 0 # 0x0 .size XCB_ATOM_WINDOW, 4 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym xcb_change_property .addrsig_sym conn .addrsig_sym XCB_PROP_MODE_REPLACE .addrsig_sym root .addrsig_sym A__NET_CLIENT_LIST_STACKING .addrsig_sym XCB_ATOM_WINDOW
linux/drivers/scsi/extr_dpt_i2o.c_adpt_reset.c
arm/extr_dpt_i2o_adpt_reset_O0_gcc.s
x86_64/extr_dpt_i2o_adpt_reset_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function adpt_reset _adpt_reset: ; @adpt_reset .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] ldr x8, [x8] ldr w0, [x8] bl _spin_lock_irq ldr x0, [sp, #8] bl ___adpt_reset str w0, [sp, #4] ldr x8, [sp, #8] ldr x8, [x8] ldr x8, [x8] ldr w0, [x8] bl _spin_unlock_irq ldr w0, [sp, #4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .no_dead_strip _adpt_reset .subsections_via_symbols
.text .file "extr_dpt_i2o.c_adpt_reset.c" .p2align 4, 0x90 # -- Begin function adpt_reset .type adpt_reset,@function adpt_reset: # @adpt_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 $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq (%rax), %rax movl (%rax), %edi callq spin_lock_irq@PLT movq -8(%rbp), %rdi callq __adpt_reset@PLT movl %eax, -12(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq (%rax), %rax movl (%rax), %edi callq spin_unlock_irq@PLT movl -12(%rbp), %eax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size adpt_reset, .Lfunc_end0-adpt_reset .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym adpt_reset .addrsig_sym spin_lock_irq .addrsig_sym __adpt_reset .addrsig_sym spin_unlock_irq
radare2/shlr/mpc/extr_mpc.c_mpc_hexdigits.c
arm/extr_mpc_mpc_hexdigits_O0_gcc.s
x86_64/extr_mpc_mpc_hexdigits_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _mpc_hexdigits ; -- Begin function mpc_hexdigits .p2align 2 _mpc_hexdigits: ; @mpc_hexdigits .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, _mpcf_strfold@GOTPAGE ldr x8, [x8, _mpcf_strfold@GOTPAGEOFF] ldr w8, [x8] stur w8, [x29, #-4] ; 4-byte Folded Spill bl _mpc_hexdigit mov x1, x0 ldur w0, [x29, #-4] ; 4-byte Folded Reload bl _mpc_many1 adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _mpc_expect ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _mpcf_strfold,4,2 ; @mpcf_strfold .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "hex digits" .subsections_via_symbols
.text .file "extr_mpc.c_mpc_hexdigits.c" .globl mpc_hexdigits # -- Begin function mpc_hexdigits .p2align 4, 0x90 .type mpc_hexdigits,@function mpc_hexdigits: # @mpc_hexdigits .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 mpcf_strfold(%rip), %eax movl %eax, -4(%rbp) # 4-byte Spill movb $0, %al callq mpc_hexdigit@PLT movl -4(%rbp), %edi # 4-byte Reload movl %eax, %esi callq mpc_many1@PLT movl %eax, %edi leaq .L.str(%rip), %rsi callq mpc_expect@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size mpc_hexdigits, .Lfunc_end0-mpc_hexdigits .cfi_endproc # -- End function .type mpcf_strfold,@object # @mpcf_strfold .bss .globl mpcf_strfold .p2align 2 mpcf_strfold: .long 0 # 0x0 .size mpcf_strfold, 4 .type .L.str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 .L.str: .asciz "hex digits" .size .L.str, 11 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym mpc_expect .addrsig_sym mpc_many1 .addrsig_sym mpc_hexdigit .addrsig_sym mpcf_strfold
fastsocket/kernel/drivers/video/omap/extr_hwa742.c_hwa742_enable_plane.c
arm/extr_hwa742_hwa742_enable_plane_O0_gcc.s
x86_64/extr_hwa742_hwa742_enable_plane_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function hwa742_enable_plane _hwa742_enable_plane: ; @hwa742_enable_plane .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str w0, [sp, #8] str w1, [sp, #4] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, eq 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_3 LBB0_2: adrp x8, _hwa742@GOTPAGE ldr x8, [x8, _hwa742@GOTPAGEOFF] ldr x8, [x8] ldr x8, [x8] ldr w0, [sp, #8] ldr w1, [sp, #4] blr x8 stur wzr, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .comm _EINVAL,4,2 ; @EINVAL .comm _hwa742,8,3 ; @hwa742 .no_dead_strip _hwa742_enable_plane .subsections_via_symbols
.text .file "extr_hwa742.c_hwa742_enable_plane.c" .p2align 4, 0x90 # -- Begin function hwa742_enable_plane .type hwa742_enable_plane,@function hwa742_enable_plane: # @hwa742_enable_plane .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -8(%rbp) movl %esi, -12(%rbp) cmpl $0, -8(%rbp) je .LBB0_2 # %bb.1: xorl %eax, %eax subl EINVAL(%rip), %eax movl %eax, -4(%rbp) jmp .LBB0_3 .LBB0_2: movq hwa742(%rip), %rax movq (%rax), %rax movl -8(%rbp), %edi movl -12(%rbp), %esi callq *%rax movl $0, -4(%rbp) .LBB0_3: movl -4(%rbp), %eax addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size hwa742_enable_plane, .Lfunc_end0-hwa742_enable_plane .cfi_endproc # -- End function .type EINVAL,@object # @EINVAL .bss .globl EINVAL .p2align 2 EINVAL: .long 0 # 0x0 .size EINVAL, 4 .type hwa742,@object # @hwa742 .globl hwa742 .p2align 3 hwa742: .zero 8 .size hwa742, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym hwa742_enable_plane .addrsig_sym EINVAL .addrsig_sym hwa742
fastsocket/kernel/drivers/scsi/pm8001/extr_pm8001_sas.c_pm8001_task_done.c
arm/extr_pm8001_sas_pm8001_task_done_O0_gcc.s
x86_64/extr_pm8001_sas_pm8001_task_done_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _pm8001_task_done ; -- Begin function pm8001_task_done .p2align 2 _pm8001_task_done: ; @pm8001_task_done .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] add x0, x8, #4 bl _del_timer subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: b LBB0_3 LBB0_2: ldr x8, [sp, #8] ldr x0, [x8] bl _complete b LBB0_3 LBB0_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_pm8001_sas.c_pm8001_task_done.c" .globl pm8001_task_done # -- Begin function pm8001_task_done .p2align 4, 0x90 .type pm8001_task_done,@function pm8001_task_done: # @pm8001_task_done .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), %rdi addq $4, %rdi callq del_timer@PLT cmpl $0, %eax jne .LBB0_2 # %bb.1: jmp .LBB0_3 .LBB0_2: movq -8(%rbp), %rax movq (%rax), %rdi callq complete@PLT .LBB0_3: addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size pm8001_task_done, .Lfunc_end0-pm8001_task_done .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym del_timer .addrsig_sym complete
linux/drivers/md/extr_dm-io.c_km_get_page.c
arm/extr_dm-io_km_get_page_O0_gcc.s
x86_64/extr_dm-io_km_get_page_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function km_get_page _km_get_page: ; @km_get_page .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str x2, [sp, #8] str x3, [sp] ldur x8, [x29, #-8] ldr w0, [x8, #4] bl _virt_to_page ldr x8, [sp, #16] str x0, [x8] ldur x8, [x29, #-8] ldr w8, [x8] ldr x9, [sp] str w8, [x9] adrp x8, _PAGE_SIZE@GOTPAGE ldr x8, [x8, _PAGE_SIZE@GOTPAGEOFF] ldr x8, [x8] ldur x9, [x29, #-8] ldr w9, [x9] ; kill: def $x9 killed $w9 subs x8, x8, x9 ldr x9, [sp, #8] str x8, [x9] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _PAGE_SIZE,8,3 ; @PAGE_SIZE .no_dead_strip _km_get_page .subsections_via_symbols
.text .file "extr_dm-io.c_km_get_page.c" .p2align 4, 0x90 # -- Begin function km_get_page .type km_get_page,@function km_get_page: # @km_get_page .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -8(%rbp), %rax movl 4(%rax), %edi callq virt_to_page@PLT movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, (%rax) movq -8(%rbp), %rax movl (%rax), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) movq PAGE_SIZE(%rip), %rcx movq -8(%rbp), %rax movl (%rax), %eax # kill: def $rax killed $eax subq %rax, %rcx movq -24(%rbp), %rax movq %rcx, (%rax) addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size km_get_page, .Lfunc_end0-km_get_page .cfi_endproc # -- End function .type PAGE_SIZE,@object # @PAGE_SIZE .bss .globl PAGE_SIZE .p2align 3 PAGE_SIZE: .quad 0 # 0x0 .size PAGE_SIZE, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym km_get_page .addrsig_sym virt_to_page .addrsig_sym PAGE_SIZE
fastsocket/kernel/drivers/char/extr_i8k.c_i8k_get_dell_signature.c
arm/extr_i8k_i8k_get_dell_signature_O0_gcc.s
x86_64/extr_i8k_i8k_get_dell_signature_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function i8k_get_dell_signature _i8k_get_dell_signature: ; @i8k_get_dell_signature .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-8] ldur w8, [x29, #-8] add x0, sp, #16 str w8, [sp, #16] str wzr, [sp, #20] bl _i8k_smm str w0, [sp, #12] subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #12] stur w8, [x29, #-4] b LBB0_5 LBB0_2: ldr w8, [sp, #16] mov w9, #16711 movk w9, #17481, lsl #16 subs w8, w8, w9 cset w8, ne mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr w8, [sp, #20] mov w9, #19532 movk w9, #17477, lsl #16 subs w8, w8, w9 cset w8, eq str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_4 LBB0_4: ldr w8, [sp, #8] ; 4-byte Folded Reload and w8, w8, #0x1 ands w8, w8, #0x1 csetm w8, eq 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 .no_dead_strip _i8k_get_dell_signature .subsections_via_symbols
.text .file "extr_i8k.c_i8k_get_dell_signature.c" .p2align 4, 0x90 # -- Begin function i8k_get_dell_signature .type i8k_get_dell_signature,@function i8k_get_dell_signature: # @i8k_get_dell_signature .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -8(%rbp) movl -8(%rbp), %eax movl %eax, -16(%rbp) movl $0, -12(%rbp) leaq -16(%rbp), %rdi callq i8k_smm@PLT movl %eax, -20(%rbp) cmpl $0, %eax jge .LBB0_2 # %bb.1: movl -20(%rbp), %eax movl %eax, -4(%rbp) jmp .LBB0_5 .LBB0_2: xorl %eax, %eax # kill: def $al killed $al killed $eax cmpl $1145651527, -16(%rbp) # imm = 0x44494147 movb %al, -21(%rbp) # 1-byte Spill jne .LBB0_4 # %bb.3: cmpl $1145392204, -12(%rbp) # imm = 0x44454C4C sete %al movb %al, -21(%rbp) # 1-byte Spill .LBB0_4: movb -21(%rbp), %dl # 1-byte Reload movl $4294967295, %eax # imm = 0xFFFFFFFF xorl %ecx, %ecx testb $1, %dl cmovnel %ecx, %eax movl %eax, -4(%rbp) .LBB0_5: movl -4(%rbp), %eax addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size i8k_get_dell_signature, .Lfunc_end0-i8k_get_dell_signature .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym i8k_get_dell_signature .addrsig_sym i8k_smm
freebsd/contrib/libpcap/extr_pcap-dos.c_first_init.c
arm/extr_pcap-dos_first_init_O0_gcc.s
x86_64/extr_pcap-dos_first_init_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function first_init _first_init: ; @first_init .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] str w2, [sp, #20] ldur x0, [x29, #-16] ldr x1, [sp, #24] ldr w2, [sp, #20] bl _open_driver str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: stur wzr, [x29, #-4] b LBB0_3 LBB0_2: mov w8, #1 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 _RECEIVE_BUF_SIZE,4,2 ; @RECEIVE_BUF_SIZE .comm _RECEIVE_QUEUE_SIZE,4,2 ; @RECEIVE_QUEUE_SIZE .comm _SIG_DFL,4,2 ; @SIG_DFL .comm _exc_handler,4,2 ; @exc_handler .comm _get_rxbuf,4,2 ; @get_rxbuf .comm _peek_rxbuf,4,2 ; @peek_rxbuf .comm _release_rxbuf,4,2 ; @release_rxbuf .comm _rx_pool,8,3 ; @rx_pool .no_dead_strip _first_init .subsections_via_symbols
.text .file "extr_pcap-dos.c_first_init.c" .p2align 4, 0x90 # -- Begin function first_init .type first_init,@function first_init: # @first_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) movq %rsi, -24(%rbp) movl %edx, -28(%rbp) movq -16(%rbp), %rdi movq -24(%rbp), %rsi movl -28(%rbp), %edx callq open_driver@PLT movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne .LBB0_2 # %bb.1: movl $0, -4(%rbp) jmp .LBB0_3 .LBB0_2: movl $1, -4(%rbp) .LBB0_3: movl -4(%rbp), %eax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size first_init, .Lfunc_end0-first_init .cfi_endproc # -- End function .type RECEIVE_BUF_SIZE,@object # @RECEIVE_BUF_SIZE .bss .globl RECEIVE_BUF_SIZE .p2align 2 RECEIVE_BUF_SIZE: .long 0 # 0x0 .size RECEIVE_BUF_SIZE, 4 .type RECEIVE_QUEUE_SIZE,@object # @RECEIVE_QUEUE_SIZE .globl RECEIVE_QUEUE_SIZE .p2align 2 RECEIVE_QUEUE_SIZE: .long 0 # 0x0 .size RECEIVE_QUEUE_SIZE, 4 .type SIG_DFL,@object # @SIG_DFL .globl SIG_DFL .p2align 2 SIG_DFL: .long 0 # 0x0 .size SIG_DFL, 4 .type exc_handler,@object # @exc_handler .globl exc_handler .p2align 2 exc_handler: .long 0 # 0x0 .size exc_handler, 4 .type get_rxbuf,@object # @get_rxbuf .globl get_rxbuf .p2align 2 get_rxbuf: .long 0 # 0x0 .size get_rxbuf, 4 .type peek_rxbuf,@object # @peek_rxbuf .globl peek_rxbuf .p2align 2 peek_rxbuf: .long 0 # 0x0 .size peek_rxbuf, 4 .type release_rxbuf,@object # @release_rxbuf .globl release_rxbuf .p2align 2 release_rxbuf: .long 0 # 0x0 .size release_rxbuf, 4 .type rx_pool,@object # @rx_pool .globl rx_pool .p2align 3 rx_pool: .quad 0 .size rx_pool, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym first_init .addrsig_sym open_driver
Quake-III-Arena/lcc/src/extr_simp.c_ispow2.c
arm/extr_simp_ispow2_O0_gcc.s
x86_64/extr_simp_ispow2_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ispow2 ; -- Begin function ispow2 .p2align 2 _ispow2: ; @ispow2 .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #1 cset w8, ls tbnz w8, #0, LBB0_9 b LBB0_1 LBB0_1: ldr x8, [sp, #16] ldr x9, [sp, #16] subs x9, x9, #1 ands x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_2 LBB0_2: str wzr, [sp, #12] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #16] ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr w8, [sp, #12] str w8, [sp, #28] b LBB0_10 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #16] lsr x8, x8, #1 str x8, [sp, #16] ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_3 LBB0_8: b LBB0_9 LBB0_9: str wzr, [sp, #28] b LBB0_10 LBB0_10: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.text .file "extr_simp.c_ispow2.c" .globl ispow2 # -- Begin function ispow2 .p2align 4, 0x90 .type ispow2,@function ispow2: # @ispow2 .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 $1, -16(%rbp) jbe .LBB0_9 # %bb.1: movq -16(%rbp), %rax movq -16(%rbp), %rcx subq $1, %rcx andq %rcx, %rax cmpq $0, %rax jne .LBB0_9 # %bb.2: movl $0, -20(%rbp) .LBB0_3: # =>This Inner Loop Header: Depth=1 cmpq $0, -16(%rbp) je .LBB0_8 # %bb.4: # in Loop: Header=BB0_3 Depth=1 movq -16(%rbp), %rax andq $1, %rax cmpq $0, %rax je .LBB0_6 # %bb.5: movl -20(%rbp), %eax movl %eax, -4(%rbp) jmp .LBB0_10 .LBB0_6: # in Loop: Header=BB0_3 Depth=1 jmp .LBB0_7 .LBB0_7: # in Loop: Header=BB0_3 Depth=1 movq -16(%rbp), %rax shrq $1, %rax movq %rax, -16(%rbp) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp .LBB0_3 .LBB0_8: jmp .LBB0_9 .LBB0_9: movl $0, -4(%rbp) .LBB0_10: movl -4(%rbp), %eax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size ispow2, .Lfunc_end0-ispow2 .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig
fastsocket/kernel/drivers/block/rsxx/extr_cregs.c_creg_issue_cmd.c
arm/extr_cregs_creg_issue_cmd_O0_gcc.s
x86_64/extr_cregs_creg_issue_cmd_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function creg_issue_cmd _creg_issue_cmd: ; @creg_issue_cmd .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x8, [x29, #-8] ldr w0, [x8, #8] bl _unlikely subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: b LBB0_11 LBB0_2: ldr x8, [sp, #16] ldr x0, [x8] ldur x8, [x29, #-8] ldr x8, [x8] adrp x9, _CREG_ADD@GOTPAGE ldr x9, [x9, _CREG_ADD@GOTPAGEOFF] ldr x9, [x9] add x1, x8, x9 bl _iowrite32 ldr x8, [sp, #16] ldr x0, [x8, #8] ldur x8, [x29, #-8] ldr x8, [x8] adrp x9, _CREG_CNT@GOTPAGE ldr x9, [x9, _CREG_CNT@GOTPAGEOFF] ldr x9, [x9] add x1, x8, x9 bl _iowrite32 ldr x8, [sp, #16] ldr x8, [x8, #16] adrp x9, _CREG_OP_WRITE@GOTPAGE ldr x9, [x9, _CREG_OP_WRITE@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_3 LBB0_3: ldr x8, [sp, #16] ldr x8, [x8, #32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_4 LBB0_4: ldur x0, [x29, #-8] ldr x8, [sp, #16] ldr x1, [x8, #8] ldr x8, [sp, #16] ldr x2, [x8, #32] ldr x8, [sp, #16] ldr w3, [x8, #24] bl _copy_to_creg_data str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: b LBB0_11 LBB0_6: b LBB0_7 LBB0_7: b LBB0_8 LBB0_8: ldur x8, [x29, #-8] ldr w0, [x8, #8] bl _unlikely subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: b LBB0_11 LBB0_10: ldr x8, [sp, #16] ldr x0, [x8, #16] ldur x8, [x29, #-8] ldr x8, [x8] adrp x9, _CREG_CMD@GOTPAGE ldr x9, [x9, _CREG_CMD@GOTPAGEOFF] ldr x9, [x9] add x1, x8, x9 bl _iowrite32 b LBB0_11 LBB0_11: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _CREG_ADD,8,3 ; @CREG_ADD .comm _CREG_CNT,8,3 ; @CREG_CNT .comm _CREG_OP_WRITE,8,3 ; @CREG_OP_WRITE .comm _CREG_CMD,8,3 ; @CREG_CMD .no_dead_strip _creg_issue_cmd .subsections_via_symbols
.text .file "extr_cregs.c_creg_issue_cmd.c" .p2align 4, 0x90 # -- Begin function creg_issue_cmd .type creg_issue_cmd,@function creg_issue_cmd: # @creg_issue_cmd .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 movl 8(%rax), %edi callq unlikely@PLT cmpq $0, %rax je .LBB0_2 # %bb.1: jmp .LBB0_11 .LBB0_2: movq -16(%rbp), %rax movq (%rax), %rdi movq -8(%rbp), %rax movq (%rax), %rsi addq CREG_ADD(%rip), %rsi callq iowrite32@PLT movq -16(%rbp), %rax movq 8(%rax), %rdi movq -8(%rbp), %rax movq (%rax), %rsi addq CREG_CNT(%rip), %rsi callq iowrite32@PLT movq -16(%rbp), %rax movq 16(%rax), %rax cmpq CREG_OP_WRITE(%rip), %rax jne .LBB0_8 # %bb.3: movq -16(%rbp), %rax cmpq $0, 32(%rax) je .LBB0_7 # %bb.4: movq -8(%rbp), %rdi movq -16(%rbp), %rax movq 8(%rax), %rsi movq -16(%rbp), %rax movq 32(%rax), %rdx movq -16(%rbp), %rax movl 24(%rax), %ecx callq copy_to_creg_data@PLT movl %eax, -20(%rbp) cmpl $0, -20(%rbp) je .LBB0_6 # %bb.5: jmp .LBB0_11 .LBB0_6: jmp .LBB0_7 .LBB0_7: jmp .LBB0_8 .LBB0_8: movq -8(%rbp), %rax movl 8(%rax), %edi callq unlikely@PLT cmpq $0, %rax je .LBB0_10 # %bb.9: jmp .LBB0_11 .LBB0_10: movq -16(%rbp), %rax movq 16(%rax), %rdi movq -8(%rbp), %rax movq (%rax), %rsi addq CREG_CMD(%rip), %rsi callq iowrite32@PLT .LBB0_11: addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size creg_issue_cmd, .Lfunc_end0-creg_issue_cmd .cfi_endproc # -- End function .type CREG_ADD,@object # @CREG_ADD .bss .globl CREG_ADD .p2align 3 CREG_ADD: .quad 0 # 0x0 .size CREG_ADD, 8 .type CREG_CNT,@object # @CREG_CNT .globl CREG_CNT .p2align 3 CREG_CNT: .quad 0 # 0x0 .size CREG_CNT, 8 .type CREG_OP_WRITE,@object # @CREG_OP_WRITE .globl CREG_OP_WRITE .p2align 3 CREG_OP_WRITE: .quad 0 # 0x0 .size CREG_OP_WRITE, 8 .type CREG_CMD,@object # @CREG_CMD .globl CREG_CMD .p2align 3 CREG_CMD: .quad 0 # 0x0 .size CREG_CMD, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym creg_issue_cmd .addrsig_sym unlikely .addrsig_sym iowrite32 .addrsig_sym copy_to_creg_data .addrsig_sym CREG_ADD .addrsig_sym CREG_CNT .addrsig_sym CREG_OP_WRITE .addrsig_sym CREG_CMD
linux/arch/powerpc/sysdev/xics/extr_icp-hv.c_icp_hv_eoi.c
arm/extr_icp-hv_icp_hv_eoi_O0_gcc.s
x86_64/extr_icp-hv_icp_hv_eoi_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function icp_hv_eoi _icp_hv_eoi: ; @icp_hv_eoi .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 _irqd_to_hwirq mov x8, x0 str w8, [sp, #4] bl _iosync bl _xics_pop_cppr ldr w8, [sp, #4] orr w0, w8, w0, lsl #24 bl _icp_hv_set_xirr ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .no_dead_strip _icp_hv_eoi .subsections_via_symbols
.text .file "extr_icp-hv.c_icp_hv_eoi.c" .p2align 4, 0x90 # -- Begin function icp_hv_eoi .type icp_hv_eoi,@function icp_hv_eoi: # @icp_hv_eoi .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 irqd_to_hwirq@PLT # kill: def $eax killed $eax killed $rax movl %eax, -12(%rbp) movb $0, %al callq iosync@PLT movb $0, %al callq xics_pop_cppr@PLT movl %eax, %edi shll $24, %edi orl -12(%rbp), %edi callq icp_hv_set_xirr@PLT addq $16, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size icp_hv_eoi, .Lfunc_end0-icp_hv_eoi .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym icp_hv_eoi .addrsig_sym irqd_to_hwirq .addrsig_sym iosync .addrsig_sym icp_hv_set_xirr .addrsig_sym xics_pop_cppr
linux/drivers/md/bcache/extr_btree.c_bch_btree_set_root.c
arm/extr_btree_bch_btree_set_root_O0_gcc.s
x86_64/extr_btree_bch_btree_set_root_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bch_btree_set_root ; -- Begin function bch_btree_set_root .p2align 2 _bch_btree_set_root: ; @bch_btree_set_root .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] add x0, sp, #16 bl _closure_init_stack ldur x0, [x29, #-8] bl _trace_bcache_btree_set_root ldur x8, [x29, #-8] ldr w8, [x8, #16] subs w8, w8, #0 cset w8, eq and w0, w8, #0x1 bl _BUG_ON stur wzr, [x29, #-12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] str w8, [sp, #12] ; 4-byte Folded Spill ldur x8, [x29, #-8] add x0, x8, #12 bl _KEY_PTRS ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, w0 cset w8, hs tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] ldr x0, [x8] ldur x8, [x29, #-8] add x1, x8, #12 ldur w2, [x29, #-12] bl _PTR_BUCKET ldr x8, [x0] adrp x9, _BTREE_PRIO@GOTPAGE ldr x9, [x9, _BTREE_PRIO@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne and w0, w8, #0x1 bl _BUG_ON b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_1 LBB0_4: ldur x8, [x29, #-8] ldr x8, [x8] add x0, x8, #8 bl _mutex_lock ldur x8, [x29, #-8] add x0, x8, #8 bl _list_del_init ldur x8, [x29, #-8] ldr x8, [x8] add x0, x8, #8 bl _mutex_unlock ldur x8, [x29, #-8] ldur x9, [x29, #-8] ldr x9, [x9] str x8, [x9] ldur x8, [x29, #-8] ldr x0, [x8] add x1, sp, #16 str x1, [sp] ; 8-byte Folded Spill bl _bch_journal_meta ldr x0, [sp] ; 8-byte Folded Reload bl _closure_sync ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _BTREE_PRIO,8,3 ; @BTREE_PRIO .subsections_via_symbols
.text .file "extr_btree.c_bch_btree_set_root.c" .globl bch_btree_set_root # -- Begin function bch_btree_set_root .p2align 4, 0x90 .type bch_btree_set_root,@function bch_btree_set_root: # @bch_btree_set_root .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) leaq -16(%rbp), %rdi callq closure_init_stack@PLT movq -8(%rbp), %rdi callq trace_bcache_btree_set_root@PLT movq -8(%rbp), %rax cmpl $0, 16(%rax) setne %al xorb $-1, %al andb $1, %al movzbl %al, %edi callq BUG_ON@PLT movl $0, -12(%rbp) .LBB0_1: # =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movl %eax, -20(%rbp) # 4-byte Spill movq -8(%rbp), %rdi addq $12, %rdi callq KEY_PTRS@PLT movl %eax, %ecx movl -20(%rbp), %eax # 4-byte Reload cmpl %ecx, %eax jae .LBB0_4 # %bb.2: # in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movq (%rax), %rdi movq -8(%rbp), %rsi addq $12, %rsi movl -12(%rbp), %edx callq PTR_BUCKET@PLT movq (%rax), %rax cmpq BTREE_PRIO(%rip), %rax setne %al andb $1, %al movzbl %al, %edi callq BUG_ON@PLT # %bb.3: # in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp .LBB0_1 .LBB0_4: movq -8(%rbp), %rax movq (%rax), %rdi addq $8, %rdi callq mutex_lock@PLT movq -8(%rbp), %rdi addq $8, %rdi callq list_del_init@PLT movq -8(%rbp), %rax movq (%rax), %rdi addq $8, %rdi callq mutex_unlock@PLT movq -8(%rbp), %rcx movq -8(%rbp), %rax movq (%rax), %rax movq %rcx, (%rax) movq -8(%rbp), %rax movq (%rax), %rdi leaq -16(%rbp), %rsi callq bch_journal_meta@PLT leaq -16(%rbp), %rdi callq closure_sync@PLT addq $32, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size bch_btree_set_root, .Lfunc_end0-bch_btree_set_root .cfi_endproc # -- End function .type BTREE_PRIO,@object # @BTREE_PRIO .bss .globl BTREE_PRIO .p2align 3 BTREE_PRIO: .quad 0 # 0x0 .size BTREE_PRIO, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym closure_init_stack .addrsig_sym trace_bcache_btree_set_root .addrsig_sym BUG_ON .addrsig_sym KEY_PTRS .addrsig_sym PTR_BUCKET .addrsig_sym mutex_lock .addrsig_sym list_del_init .addrsig_sym mutex_unlock .addrsig_sym bch_journal_meta .addrsig_sym closure_sync .addrsig_sym BTREE_PRIO
linux/arch/x86/xen/extr_smp.h_xen_smp_intr_init_pv.c
arm/extr_smp.h_xen_smp_intr_init_pv_O0_gcc.s
x86_64/extr_smp.h_xen_smp_intr_init_pv_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function xen_smp_intr_init_pv _xen_smp_intr_init_pv: ; @xen_smp_intr_init_pv .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] mov w0, #0 add sp, sp, #16 ret .cfi_endproc ; -- End function .no_dead_strip _xen_smp_intr_init_pv .subsections_via_symbols
.text .file "extr_smp.h_xen_smp_intr_init_pv.c" .p2align 4, 0x90 # -- Begin function xen_smp_intr_init_pv .type xen_smp_intr_init_pv,@function xen_smp_intr_init_pv: # @xen_smp_intr_init_pv .cfi_startproc # %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) xorl %eax, %eax popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size xen_smp_intr_init_pv, .Lfunc_end0-xen_smp_intr_init_pv .cfi_endproc # -- End function .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym xen_smp_intr_init_pv
anypixel/firmware/controller/ThirdParty/SPL/src/extr_stm32f4xx_fsmc.c_FSMC_GetITStatus.c
arm/extr_stm32f4xx_fsmc_FSMC_GetITStatus_O0_gcc.s
x86_64/extr_stm32f4xx_fsmc_FSMC_GetITStatus_O0.s
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _FSMC_GetITStatus ; -- Begin function FSMC_GetITStatus .p2align 2 _FSMC_GetITStatus: ; @FSMC_GetITStatus .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, _RESET@GOTPAGE ldr x8, [x8, _RESET@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] ldr x8, [x8] stur x8, [x29, #-24] str xzr, [sp, #32] str xzr, [sp, #24] str xzr, [sp, #16] ldur x0, [x29, #-8] bl _IS_FSMC_IT_BANK bl _assert_param ldur x0, [x29, #-16] bl _IS_FSMC_GET_IT bl _assert_param ldur x8, [x29, #-8] adrp x9, _FSMC_Bank2_NAND@GOTPAGE ldr x9, [x9, _FSMC_Bank2_NAND@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _FSMC_Bank2@GOTPAGE ldr x8, [x8, _FSMC_Bank2@GOTPAGEOFF] ldr x8, [x8] ldr x8, [x8] str x8, [sp, #32] b LBB0_6 LBB0_2: ldur x8, [x29, #-8] adrp x9, _FSMC_Bank3_NAND@GOTPAGE ldr x9, [x9, _FSMC_Bank3_NAND@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x8, _FSMC_Bank3@GOTPAGE ldr x8, [x8, _FSMC_Bank3@GOTPAGEOFF] ldr x8, [x8] ldr x8, [x8] str x8, [sp, #32] b LBB0_5 LBB0_4: adrp x8, _FSMC_Bank4@GOTPAGE ldr x8, [x8, _FSMC_Bank4@GOTPAGEOFF] ldr x8, [x8] ldr x8, [x8] str x8, [sp, #32] b LBB0_5 LBB0_5: b LBB0_6 LBB0_6: ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #32] ldur x10, [x29, #-16] and x8, x8, x10 str x8, [sp, #24] ldr x8, [sp, #32] ldur x10, [x29, #-16] and x8, x8, x10, asr #3 str x8, [sp, #16] ldr x8, [sp, #24] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_7 LBB0_7: ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: adrp x8, _SET@GOTPAGE ldr x8, [x8, _SET@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] b LBB0_10 LBB0_9: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8] stur x8, [x29, #-24] b LBB0_10 LBB0_10: ldur x0, [x29, #-24] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _RESET,8,3 ; @RESET .comm _FSMC_Bank2_NAND,8,3 ; @FSMC_Bank2_NAND .comm _FSMC_Bank2,8,3 ; @FSMC_Bank2 .comm _FSMC_Bank3_NAND,8,3 ; @FSMC_Bank3_NAND .comm _FSMC_Bank3,8,3 ; @FSMC_Bank3 .comm _FSMC_Bank4,8,3 ; @FSMC_Bank4 .comm _SET,8,3 ; @SET .subsections_via_symbols
.text .file "extr_stm32f4xx_fsmc.c_FSMC_GetITStatus.c" .globl FSMC_GetITStatus # -- Begin function FSMC_GetITStatus .p2align 4, 0x90 .type FSMC_GetITStatus,@function FSMC_GetITStatus: # @FSMC_GetITStatus .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 RESET(%rip), %rax movq %rax, -24(%rbp) movq $0, -32(%rbp) movq $0, -40(%rbp) movq $0, -48(%rbp) movq -8(%rbp), %rdi callq IS_FSMC_IT_BANK@PLT movl %eax, %edi callq assert_param@PLT movq -16(%rbp), %rdi callq IS_FSMC_GET_IT@PLT movl %eax, %edi callq assert_param@PLT movq -8(%rbp), %rax cmpq FSMC_Bank2_NAND(%rip), %rax jne .LBB0_2 # %bb.1: movq FSMC_Bank2(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) jmp .LBB0_6 .LBB0_2: movq -8(%rbp), %rax cmpq FSMC_Bank3_NAND(%rip), %rax jne .LBB0_4 # %bb.3: movq FSMC_Bank3(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) jmp .LBB0_5 .LBB0_4: movq FSMC_Bank4(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) .LBB0_5: jmp .LBB0_6 .LBB0_6: movq -32(%rbp), %rax andq -16(%rbp), %rax movq %rax, -40(%rbp) movq -32(%rbp), %rax movq -16(%rbp), %rcx sarq $3, %rcx andq %rcx, %rax movq %rax, -48(%rbp) movq -40(%rbp), %rax cmpq RESET(%rip), %rax je .LBB0_9 # %bb.7: movq -48(%rbp), %rax cmpq RESET(%rip), %rax je .LBB0_9 # %bb.8: movq SET(%rip), %rax movq %rax, -24(%rbp) jmp .LBB0_10 .LBB0_9: movq RESET(%rip), %rax movq %rax, -24(%rbp) .LBB0_10: movq -24(%rbp), %rax addq $48, %rsp popq %rbp .cfi_def_cfa %rsp, 8 retq .Lfunc_end0: .size FSMC_GetITStatus, .Lfunc_end0-FSMC_GetITStatus .cfi_endproc # -- End function .type RESET,@object # @RESET .bss .globl RESET .p2align 3 RESET: .quad 0 # 0x0 .size RESET, 8 .type FSMC_Bank2_NAND,@object # @FSMC_Bank2_NAND .globl FSMC_Bank2_NAND .p2align 3 FSMC_Bank2_NAND: .quad 0 # 0x0 .size FSMC_Bank2_NAND, 8 .type FSMC_Bank2,@object # @FSMC_Bank2 .globl FSMC_Bank2 .p2align 3 FSMC_Bank2: .quad 0 .size FSMC_Bank2, 8 .type FSMC_Bank3_NAND,@object # @FSMC_Bank3_NAND .globl FSMC_Bank3_NAND .p2align 3 FSMC_Bank3_NAND: .quad 0 # 0x0 .size FSMC_Bank3_NAND, 8 .type FSMC_Bank3,@object # @FSMC_Bank3 .globl FSMC_Bank3 .p2align 3 FSMC_Bank3: .quad 0 .size FSMC_Bank3, 8 .type FSMC_Bank4,@object # @FSMC_Bank4 .globl FSMC_Bank4 .p2align 3 FSMC_Bank4: .quad 0 .size FSMC_Bank4, 8 .type SET,@object # @SET .globl SET .p2align 3 SET: .quad 0 # 0x0 .size SET, 8 .ident "Ubuntu clang version 14.0.0-1ubuntu1.1" .section ".note.GNU-stack","",@progbits .addrsig .addrsig_sym assert_param .addrsig_sym IS_FSMC_IT_BANK .addrsig_sym IS_FSMC_GET_IT .addrsig_sym RESET .addrsig_sym FSMC_Bank2_NAND .addrsig_sym FSMC_Bank2 .addrsig_sym FSMC_Bank3_NAND .addrsig_sym FSMC_Bank3 .addrsig_sym FSMC_Bank4 .addrsig_sym SET