path stringlengths 21 188 | armv8_content stringlengths 500 163k | x86_content stringlengths 725 135k |
|---|---|---|
postgres/src/bin/psql/extr_command.c_exec_command_gexec.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _exec_command_gexec
_exec_command_gexec:
LFB0:
; Anghabench/postgres/src/bin/psql/extr_command.c_exec_command_gexec.c:28: if (active_branch)
cbnz w1, L2 ; active_branch,
; Anghabench/postgres/src/bin/psql/extr_command.c_exec_command_gexec.c:26: backslashResult status = PSQL_CMD_SKIP_LINE;
adrp x0, _PSQL_CMD_SKIP_LINE@PAGE ; tmp105,
ldr w0, [x0, #_PSQL_CMD_SKIP_LINE@PAGEOFF] ;, PSQL_CMD_SKIP_LINE
; Anghabench/postgres/src/bin/psql/extr_command.c_exec_command_gexec.c:35: }
ret
.p2align 2,,3
L2:
; Anghabench/postgres/src/bin/psql/extr_command.c_exec_command_gexec.c:30: pset.gexec_flag = true;
adrp x0, _pset@PAGE ; tmp107,
mov w1, 1 ; tmp108,
str w1, [x0, #_pset@PAGEOFF] ; tmp108, pset.gexec_flag
; Anghabench/postgres/src/bin/psql/extr_command.c_exec_command_gexec.c:31: status = PSQL_CMD_SEND;
adrp x0, _PSQL_CMD_SEND@PAGE ; tmp110,
ldr w0, [x0, #_PSQL_CMD_SEND@PAGEOFF] ;, PSQL_CMD_SEND
; Anghabench/postgres/src/bin/psql/extr_command.c_exec_command_gexec.c:35: }
ret
LFE0:
.globl _pset
.zerofill __DATA,__common,_pset,4,2
.globl _PSQL_CMD_SKIP_LINE
.zerofill __DATA,__common,_PSQL_CMD_SKIP_LINE,4,2
.globl _PSQL_CMD_SEND
.zerofill __DATA,__common,_PSQL_CMD_SEND,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_command.c_exec_command_gexec.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type exec_command_gexec, @function
exec_command_gexec:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/postgres/src/bin/psql/extr_command.c_exec_command_gexec.c:26: backslashResult status = PSQL_CMD_SKIP_LINE;
movl PSQL_CMD_SKIP_LINE(%rip), %eax # PSQL_CMD_SKIP_LINE, <retval>
# AnghaBench/postgres/src/bin/psql/extr_command.c_exec_command_gexec.c:28: if (active_branch)
testl %esi, %esi # tmp86
je .L1 #,
# AnghaBench/postgres/src/bin/psql/extr_command.c_exec_command_gexec.c:30: pset.gexec_flag = true;
movl $1, pset(%rip) #, pset.gexec_flag
# AnghaBench/postgres/src/bin/psql/extr_command.c_exec_command_gexec.c:31: status = PSQL_CMD_SEND;
movl PSQL_CMD_SEND(%rip), %eax # PSQL_CMD_SEND, <retval>
.L1:
# AnghaBench/postgres/src/bin/psql/extr_command.c_exec_command_gexec.c:35: }
ret
.cfi_endproc
.LFE0:
.size exec_command_gexec, .-exec_command_gexec
.globl pset
.bss
.align 4
.type pset, @object
.size pset, 4
pset:
.zero 4
.globl PSQL_CMD_SKIP_LINE
.align 4
.type PSQL_CMD_SKIP_LINE, @object
.size PSQL_CMD_SKIP_LINE, 4
PSQL_CMD_SKIP_LINE:
.zero 4
.globl PSQL_CMD_SEND
.align 4
.type PSQL_CMD_SEND, @object
.size PSQL_CMD_SEND, 4
PSQL_CMD_SEND:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
openssl/ssl/statem/extr_statem.c_ossl_statem_accept.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _ossl_statem_accept
_ossl_statem_accept:
LFB0:
; Anghabench/openssl/ssl/statem/extr_statem.c_ossl_statem_accept.c:20: return state_machine(s, 1);
mov w1, 1 ;,
b _state_machine ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_statem.c_ossl_statem_accept.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl ossl_statem_accept
.type ossl_statem_accept, @function
ossl_statem_accept:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/openssl/ssl/statem/extr_statem.c_ossl_statem_accept.c:20: return state_machine(s, 1);
movl $1, %esi #,
jmp state_machine@PLT #
.cfi_endproc
.LFE0:
.size ossl_statem_accept, .-ossl_statem_accept
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _snd_us16x08_create_meter_store
_snd_us16x08_create_meter_store:
LFB0:
; Anghabench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:23: tmp = kzalloc(sizeof(*tmp), GFP_KERNEL);
adrp x0, _GFP_KERNEL@PAGE ; tmp104,
; Anghabench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:20: {
stp x29, x30, [sp, -16]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:23: tmp = kzalloc(sizeof(*tmp), GFP_KERNEL);
ldr w1, [x0, #_GFP_KERNEL@PAGEOFF] ;, GFP_KERNEL
mov w0, 16 ;,
bl _kzalloc ;
; Anghabench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:24: if (!tmp)
cbz x0, L1 ; <retval>,
; Anghabench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:26: tmp->comp_index = 1;
mov w1, 1 ; tmp106,
; Anghabench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:27: tmp->comp_active_index = 0;
str xzr, [x0, 8] ;, tmp_5->comp_active_index
; Anghabench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:26: tmp->comp_index = 1;
str w1, [x0] ; tmp106, tmp_5->comp_index
L1:
; Anghabench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:29: }
ldp x29, x30, [sp], 16 ;,,,
LCFI2:
ret
LFE0:
.globl _GFP_KERNEL
.zerofill __DATA,__common,_GFP_KERNEL,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x10
.byte 0x9d
.uleb128 0x2
.byte 0x9e
.uleb128 0x1
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type snd_us16x08_create_meter_store, @function
snd_us16x08_create_meter_store:
.LFB0:
.cfi_startproc
endbr64
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:23: tmp = kzalloc(sizeof(*tmp), GFP_KERNEL);
movl GFP_KERNEL(%rip), %esi # GFP_KERNEL,
movl $16, %edi #,
call kzalloc@PLT #
# AnghaBench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:24: if (!tmp)
testq %rax, %rax # <retval>
je .L1 #,
# AnghaBench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:26: tmp->comp_index = 1;
movl $1, (%rax) #, tmp_6->comp_index
# AnghaBench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:27: tmp->comp_active_index = 0;
movq $0, 8(%rax) #, tmp_6->comp_active_index
.L1:
# AnghaBench/linux/sound/usb/extr_mixer_us16x08.c_snd_us16x08_create_meter_store.c:29: }
addq $8, %rsp #,
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size snd_us16x08_create_meter_store, .-snd_us16x08_create_meter_store
.globl GFP_KERNEL
.bss
.align 4
.type GFP_KERNEL, @object
.size GFP_KERNEL, 4
GFP_KERNEL:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _rdpsnd_init_packet
_rdpsnd_init_packet:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov w20, w2 ; size, size
; Anghabench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:30: s = channel_init(This, This->rdpsnd.channel, size + 4);
add w2, w2, 4 ;, size,
; Anghabench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:27: {
str x21, [sp, 32] ;,
LCFI3:
; Anghabench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:27: {
mov w21, w1 ; type, type
; Anghabench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:30: s = channel_init(This, This->rdpsnd.channel, size + 4);
ldr w1, [x0] ;, This_4(D)->rdpsnd.channel
bl _channel_init ;
mov w19, w0 ; <retval>,
; Anghabench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:31: out_uint16_le(s, type);
mov w1, w21 ;, type
bl _out_uint16_le ;
; Anghabench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:32: out_uint16_le(s, size);
mov w1, w20 ;, size
mov w0, w19 ;, <retval>
bl _out_uint16_le ;
; Anghabench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:34: }
ldr x21, [sp, 32] ;,
mov w0, w19 ;, <retval>
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI4:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x2
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_rdpsnd.c_rdpsnd_init_packet.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type rdpsnd_init_packet, @function
rdpsnd_init_packet:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
movl %esi, %r13d # tmp91, type
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
# AnghaBench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:30: s = channel_init(This, This->rdpsnd.channel, size + 4);
movl (%rdi), %esi # This_5(D)->rdpsnd.channel,
# AnghaBench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:27: {
movl %edx, %ebp # tmp92, size
# AnghaBench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:30: s = channel_init(This, This->rdpsnd.channel, size + 4);
leal 4(%rdx), %edx #, tmp88
call channel_init@PLT #
# AnghaBench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:31: out_uint16_le(s, type);
movl %r13d, %esi # type,
# AnghaBench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:30: s = channel_init(This, This->rdpsnd.channel, size + 4);
movl %eax, %r12d # tmp93, <retval>
# AnghaBench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:31: out_uint16_le(s, type);
movl %eax, %edi # <retval>,
call out_uint16_le@PLT #
# AnghaBench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:32: out_uint16_le(s, size);
movl %ebp, %esi # size,
movl %r12d, %edi # <retval>,
call out_uint16_le@PLT #
# AnghaBench/reactos/modules/rosapps/applications/net/tsclient/rdesktop/extr_rdpsnd.c_rdpsnd_init_packet.c:34: }
movl %r12d, %eax # <retval>,
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size rdpsnd_init_packet, .-rdpsnd_init_packet
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _get_input_bytes
_get_input_bytes:
LFB0:
stp x29, x30, [sp, -64]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x19, x0 ; rstrm, rstrm
mov w20, w2 ; len, len
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:30: if (rstrm->nonblock) {
ldr x0, [x0, 16] ; rstrm_32(D)->nonblock, rstrm_32(D)->nonblock
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:27: {
str x21, [sp, 32] ;,
LCFI3:
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:27: {
mov x21, x1 ; addr, addr
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:30: if (rstrm->nonblock) {
cbnz x0, L2 ; rstrm_32(D)->nonblock,
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:38: while (len > 0) {
cmp w2, 0 ; len,
ble L4 ;,
L13:
ldr x1, [x19] ; _14, rstrm_32(D)->in_finger
L3:
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:39: current = (size_t)((long)rstrm->in_boundry -
ldr x3, [x19, 8] ; rstrm_32(D)->in_boundry, rstrm_32(D)->in_boundry
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:41: if (current == 0) {
subs x3, x3, x1 ; current, rstrm_32(D)->in_boundry, _14
bne L7 ;,
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:42: if (! fill_input_buf(rstrm))
mov x0, x19 ;, rstrm
bl _fill_input_buf ;
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:42: if (! fill_input_buf(rstrm))
cbnz w0, L13 ; _16,
L11:
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:43: return (FALSE);
adrp x0, _FALSE@PAGE ; tmp143,
ldr w0, [x0, #_FALSE@PAGEOFF] ;, FALSE
L1:
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:53: }
ldp x19, x20, [sp, 16] ;,,
ldr x21, [sp, 32] ;,
ldp x29, x30, [sp], 64 ;,,,
LCFI4:
ret
.p2align 2,,3
L7:
LCFI5:
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:46: current = (len < current) ? len : current;
sxtw x2, w20 ; _17, len
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:47: memmove(addr, rstrm->in_finger, current);
mov x0, x21 ;, addr
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:46: current = (len < current) ? len : current;
cmp x2, x3 ; _17, current
csel x2, x2, x3, ls ; current, _17, current,
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:47: memmove(addr, rstrm->in_finger, current);
str x2, [x29, 56] ; current, %sfp
bl _memmove ;
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:48: rstrm->in_finger += current;
ldr x1, [x19] ; _14, rstrm_32(D)->in_finger
ldr x2, [x29, 56] ; current, %sfp
add x1, x1, x2 ; _14, _14, current
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:50: len -= current;
sub w20, w20, w2 ; len, len, current
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:48: rstrm->in_finger += current;
str x1, [x19] ; _14, rstrm_32(D)->in_finger
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:38: while (len > 0) {
cmp w20, 0 ; len,
ble L4 ;,
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:49: addr += current;
add x21, x21, x2 ; addr, addr, current
b L3 ;
.p2align 2,,3
L2:
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:31: if (len > (int)(rstrm->in_boundry - rstrm->in_finger))
ldp x1, x0, [x19] ; _4, rstrm_32(D)->in_boundry,* rstrm
sub w0, w0, w1 ; _6, rstrm_32(D)->in_boundry, _4
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:31: if (len > (int)(rstrm->in_boundry - rstrm->in_finger))
cmp w0, w2 ; _6, len
blt L11 ;,
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:33: memcpy(addr, rstrm->in_finger, (size_t)len);
sxtw x2, w2 ;, len
mov x0, x21 ;, addr
bl _memcpy ;
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:34: rstrm->in_finger += len;
ldr x0, [x19] ; rstrm_32(D)->in_finger, rstrm_32(D)->in_finger
add x0, x0, w20, sxtw ; _12, rstrm_32(D)->in_finger, len
str x0, [x19] ; _12, rstrm_32(D)->in_finger
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:35: return TRUE;
adrp x0, _TRUE@PAGE ; tmp140,
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:53: }
ldr x21, [sp, 32] ;,
ldp x19, x20, [sp, 16] ;,,
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:35: return TRUE;
ldr w0, [x0, #_TRUE@PAGEOFF] ;, TRUE
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:53: }
ldp x29, x30, [sp], 64 ;,,,
LCFI6:
ret
.p2align 2,,3
L4:
LCFI7:
; Anghabench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:52: return (TRUE);
adrp x0, _TRUE@PAGE ; tmp148,
ldr w0, [x0, #_TRUE@PAGEOFF] ;, TRUE
b L1 ;
LFE0:
.globl _TRUE
.zerofill __DATA,__common,_TRUE,4,2
.globl _FALSE
.zerofill __DATA,__common,_FALSE,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x40
.byte 0x9d
.uleb128 0x8
.byte 0x9e
.uleb128 0x7
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x6
.byte 0x94
.uleb128 0x5
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x4
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xb
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_xdr_rec.c_get_input_bytes.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type get_input_bytes, @function
get_input_bytes:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
movq %rsi, %r13 # tmp119, addr
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
movslq %edx, %rbp # tmp120,
pushq %rbx #
.cfi_def_cfa_offset 40
.cfi_offset 3, -40
movq %rdi, %rbx # tmp118, rstrm
subq $8, %rsp #,
.cfi_def_cfa_offset 48
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:30: if (rstrm->nonblock) {
cmpq $0, 16(%rdi) #, rstrm_32(D)->nonblock
je .L11 #,
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:31: if (len > (int)(rstrm->in_boundry - rstrm->in_finger))
movq (%rdi), %rsi # rstrm_32(D)->in_finger, _4
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:31: if (len > (int)(rstrm->in_boundry - rstrm->in_finger))
movl 8(%rdi), %eax # rstrm_32(D)->in_boundry, tmp112
subl %esi, %eax # _4, tmp112
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:31: if (len > (int)(rstrm->in_boundry - rstrm->in_finger))
cmpl %ebp, %eax # len, tmp112
jge .L5 #,
.L12:
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:43: return (FALSE);
movl FALSE(%rip), %eax # FALSE, <retval>
.L1:
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:53: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 40
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L7:
.cfi_restore_state
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:46: current = (len < current) ? len : current;
movslq %ebp, %r12 # len, len
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:47: memmove(addr, rstrm->in_finger, current);
movq %r13, %rdi # addr,
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:46: current = (len < current) ? len : current;
cmpq %rax, %r12 # current, len
cmova %rax, %r12 # len,, current, current
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:47: memmove(addr, rstrm->in_finger, current);
movq %r12, %rdx # current,
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:49: addr += current;
addq %r12, %r13 # current, addr
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:50: len -= current;
subl %r12d, %ebp # current, len
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:47: memmove(addr, rstrm->in_finger, current);
call memmove@PLT #
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:48: rstrm->in_finger += current;
addq %r12, (%rbx) # current, rstrm_32(D)->in_finger
.L11:
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:38: while (len > 0) {
testl %ebp, %ebp # len
jle .L14 #,
.L3:
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:40: (long)rstrm->in_finger);
movq (%rbx), %rsi # rstrm_32(D)->in_finger, _14
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:41: if (current == 0) {
movq 8(%rbx), %rax # rstrm_32(D)->in_boundry, current
subq %rsi, %rax # _14, current
jne .L7 #,
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:42: if (! fill_input_buf(rstrm))
movq %rbx, %rdi # rstrm,
call fill_input_buf@PLT #
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:42: if (! fill_input_buf(rstrm))
testl %eax, %eax # tmp121
je .L12 #,
jmp .L3 #
.p2align 4,,10
.p2align 3
.L5:
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:33: memcpy(addr, rstrm->in_finger, (size_t)len);
movq %rbp, %rdx # len,
movq %r13, %rdi # addr,
call memcpy@PLT #
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:34: rstrm->in_finger += len;
addq %rbp, (%rbx) # len, rstrm_32(D)->in_finger
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:35: return TRUE;
movl TRUE(%rip), %eax # TRUE, <retval>
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:53: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 40
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L14:
.cfi_restore_state
# AnghaBench/freebsd/lib/libc/xdr/extr_xdr_rec.c_get_input_bytes.c:52: return (TRUE);
movl TRUE(%rip), %eax # TRUE, <retval>
jmp .L1 #
.cfi_endproc
.LFE0:
.size get_input_bytes, .-get_input_bytes
.globl TRUE
.bss
.align 4
.type TRUE, @object
.size TRUE, 4
TRUE:
.zero 4
.globl FALSE
.align 4
.type FALSE, @object
.size FALSE, 4
FALSE:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
exploitdb/exploits/linux/local/extr_21762.c_get_esp.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _get_esp
_get_esp:
LFB0:
; Anghabench/exploitdb/exploits/linux/local/extr_21762.c_get_esp.c:17: __asm__("movl %esp,%eax");
; 17 "Anghabench/exploitdb/exploits/linux/local/extr_21762.c_get_esp.c" 1
movl %esp,%eax
; 0 "" 2
; Anghabench/exploitdb/exploits/linux/local/extr_21762.c_get_esp.c:18: }
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_21762.c_get_esp.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl get_esp
.type get_esp, @function
get_esp:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/exploitdb/exploits/linux/local/extr_21762.c_get_esp.c:17: __asm__("movl %esp,%eax");
#APP
# 17 "AnghaBench/exploitdb/exploits/linux/local/extr_21762.c_get_esp.c" 1
movl %esp,%eax
# 0 "" 2
# AnghaBench/exploitdb/exploits/linux/local/extr_21762.c_get_esp.c:18: }
#NO_APP
ret
.cfi_endproc
.LFE0:
.size get_esp, .-get_esp
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _idt77252_change_qos
_idt77252_change_qos:
LFB0:
stp x29, x30, [sp, -80]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x19, x0 ; vcc, vcc
mov x20, x1 ; qos, qos
stp x21, x22, [sp, 32] ;,,
stp x23, x24, [sp, 48] ;,,
LCFI3:
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:57: if (qos->txtp.traffic_class != ATM_NONE) {
adrp x24, _ATM_NONE@PAGE ; tmp176,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:52: struct vc_map *vc = vcc->dev_data;
ldp x23, x0, [x0, 8] ; vc, vcc_31(D)->dev,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:51: struct idt77252_dev *card = dev->dev_data;
ldr x22, [x0] ; card, dev_32->dev_data
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:55: mutex_lock(&card->mutex);
mov x0, x22 ;, card
bl _mutex_lock ;
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:57: if (qos->txtp.traffic_class != ATM_NONE) {
ldr x1, [x20, 8] ; qos_36(D)->txtp.traffic_class, qos_36(D)->txtp.traffic_class
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:57: if (qos->txtp.traffic_class != ATM_NONE) {
ldr x0, [x24, #_ATM_NONE@PAGEOFF] ; ATM_NONE.0_3, ATM_NONE
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:57: if (qos->txtp.traffic_class != ATM_NONE) {
cmp x1, x0 ; qos_36(D)->txtp.traffic_class, ATM_NONE.0_3
bne L26 ;,
L2:
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:89: if ((qos->rxtp.traffic_class != ATM_NONE) &&
ldr x1, [x20] ; qos_36(D)->rxtp.traffic_class, qos_36(D)->rxtp.traffic_class
cmp x1, x0 ; qos_36(D)->rxtp.traffic_class, ATM_NONE.0_3
beq L12 ;,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:90: !test_bit(VCF_RX, &vc->flags)) {
adrp x0, _VCF_RX@PAGE ; tmp173,
add x1, x23, 8 ;, vc,
ldr w0, [x0, #_VCF_RX@PAGEOFF] ;, VCF_RX
bl _test_bit ;
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:89: if ((qos->rxtp.traffic_class != ATM_NONE) &&
cbz w0, L27 ; _22,
L12:
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:96: memcpy(&vcc->qos, qos, sizeof(struct atm_qos));
mov w2, 16 ;,
mov x1, x20 ;, qos
add x0, x19, 4 ;, vcc,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:98: set_bit(ATM_VF_HASQOS, &vcc->flags);
mov w21, 0 ; <retval>,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:96: memcpy(&vcc->qos, qos, sizeof(struct atm_qos));
bl _memcpy ;
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:98: set_bit(ATM_VF_HASQOS, &vcc->flags);
adrp x0, _ATM_VF_HASQOS@PAGE ; tmp169,
mov x1, x19 ;, vcc
ldr w0, [x0, #_ATM_VF_HASQOS@PAGEOFF] ;, ATM_VF_HASQOS
bl _set_bit ;
L4:
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:101: mutex_unlock(&card->mutex);
mov x0, x22 ;, card
bl _mutex_unlock ;
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:103: }
mov w0, w21 ;, <retval>
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x23, x24, [sp, 48] ;,,
ldp x29, x30, [sp], 80 ;,,,
LCFI4:
ret
.p2align 2,,3
L26:
LCFI5:
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:58: if (!test_bit(VCF_TX, &vc->flags)) {
adrp x0, _VCF_TX@PAGE ; tmp137,
add x1, x23, 8 ;, vc,
ldr w0, [x0, #_VCF_TX@PAGEOFF] ;, VCF_TX
bl _test_bit ;
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:58: if (!test_bit(VCF_TX, &vc->flags)) {
cbz w0, L28 ; _6,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:63: switch (qos->txtp.traffic_class) {
ldr x0, [x20, 8] ; _7, qos_36(D)->txtp.traffic_class
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:63: switch (qos->txtp.traffic_class) {
cmp x0, 130 ; _7,
beq L5 ;,
bgt L6 ;,
cmp x0, 128 ; _7,
beq L7 ;,
cmp x0, 129 ; _7,
bne L24 ;,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:71: error = idt77252_init_ubr(card, vc, vcc, qos);
mov x3, x20 ;, qos
mov x2, x19 ;, vcc
mov x1, x23 ;, vc
mov x0, x22 ;, card
bl _idt77252_init_ubr ;
mov w21, w0 ; <retval>, <retval>
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:72: if (error)
cbnz w0, L4 ; <retval>,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:75: if (!test_bit(VCF_IDLE, &vc->flags)) {
adrp x0, _VCF_IDLE@PAGE ; tmp146,
add x1, x23, 8 ;, vc,
ldr w0, [x0, #_VCF_IDLE@PAGEOFF] ;, VCF_IDLE
bl _test_bit ;
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:75: if (!test_bit(VCF_IDLE, &vc->flags)) {
cbnz w0, L24 ; _9,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:76: writel(TCMDQ_LACR | (vc->lacr << 16) |
adrp x0, _TCMDQ_LACR@PAGE ; tmp154,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:76: writel(TCMDQ_LACR | (vc->lacr << 16) |
ldp w2, w1, [x23] ; vc_34->lacr, vc_34->index,* vc
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:76: writel(TCMDQ_LACR | (vc->lacr << 16) |
ldr w0, [x0, #_TCMDQ_LACR@PAGEOFF] ;, TCMDQ_LACR
orr w0, w0, w1 ; _53, TCMDQ_LACR, vc_34->index
adrp x1, _SAR_REG_TCMDQ@PAGE ; tmp151,
ldr w1, [x1, #_SAR_REG_TCMDQ@PAGEOFF] ;, SAR_REG_TCMDQ
orr w0, w0, w2, lsl 16 ;, _53, vc_34->lacr,
bl _writel ;
.p2align 5,,15
L24:
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:89: if ((qos->rxtp.traffic_class != ATM_NONE) &&
ldr x0, [x24, #_ATM_NONE@PAGEOFF] ; ATM_NONE.0_3, ATM_NONE
b L2 ;
.p2align 2,,3
L27:
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:91: error = idt77252_init_rx(card, vc, vcc, qos);
mov x3, x20 ;, qos
mov x2, x19 ;, vcc
mov x1, x23 ;, vc
mov x0, x22 ;, card
bl _idt77252_init_rx ;
mov w21, w0 ; <retval>, <retval>
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:92: if (error)
cbz w0, L12 ; <retval>,
b L4 ;
.p2align 2,,3
L6:
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:63: switch (qos->txtp.traffic_class) {
cmp x0, 131 ; _7,
bne L24 ;,
L7:
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:83: error = -EOPNOTSUPP;
adrp x0, _EOPNOTSUPP@PAGE ; tmp164,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:83: error = -EOPNOTSUPP;
ldr w21, [x0, #_EOPNOTSUPP@PAGEOFF] ;, EOPNOTSUPP
neg w21, w21 ; <retval>, EOPNOTSUPP
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:84: goto out;
b L4 ;
.p2align 2,,3
L28:
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:59: error = idt77252_init_tx(card, vc, vcc, qos);
mov x3, x20 ;, qos
mov x2, x19 ;, vcc
mov x1, x23 ;, vc
mov x0, x22 ;, card
bl _idt77252_init_tx ;
mov w21, w0 ; <retval>, <retval>
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:60: if (error)
cbnz w0, L4 ; <retval>,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:89: if ((qos->rxtp.traffic_class != ATM_NONE) &&
ldr x0, [x24, #_ATM_NONE@PAGEOFF] ; ATM_NONE.0_3, ATM_NONE
b L2 ;
.p2align 2,,3
L5:
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:65: error = idt77252_init_cbr(card, vc, vcc, qos);
mov x3, x20 ;, qos
mov x2, x19 ;, vcc
mov x1, x23 ;, vc
mov x0, x22 ;, card
bl _idt77252_init_cbr ;
mov w21, w0 ; <retval>, <retval>
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:66: if (error)
cbnz w0, L4 ; <retval>,
; Anghabench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:89: if ((qos->rxtp.traffic_class != ATM_NONE) &&
ldr x0, [x24, #_ATM_NONE@PAGEOFF] ; ATM_NONE.0_3, ATM_NONE
b L2 ;
LFE0:
.globl _VCF_TX
.zerofill __DATA,__common,_VCF_TX,4,2
.globl _VCF_RX
.zerofill __DATA,__common,_VCF_RX,4,2
.globl _VCF_IDLE
.zerofill __DATA,__common,_VCF_IDLE,4,2
.globl _TCMDQ_LACR
.zerofill __DATA,__common,_TCMDQ_LACR,4,2
.globl _SAR_REG_TCMDQ
.zerofill __DATA,__common,_SAR_REG_TCMDQ,4,2
.globl _EOPNOTSUPP
.zerofill __DATA,__common,_EOPNOTSUPP,4,2
.globl _ATM_VF_HASQOS
.zerofill __DATA,__common,_ATM_VF_HASQOS,4,2
.globl _ATM_NONE
.zerofill __DATA,__common,_ATM_NONE,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x50
.byte 0x9d
.uleb128 0xa
.byte 0x9e
.uleb128 0x9
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x8
.byte 0x94
.uleb128 0x7
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x6
.byte 0x96
.uleb128 0x5
.byte 0x97
.uleb128 0x4
.byte 0x98
.uleb128 0x3
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_idt77252.c_idt77252_change_qos.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type idt77252_change_qos, @function
idt77252_change_qos:
.LFB0:
.cfi_startproc
endbr64
pushq %r15 #
.cfi_def_cfa_offset 16
.cfi_offset 15, -16
pushq %r14 #
.cfi_def_cfa_offset 24
.cfi_offset 14, -24
pushq %r13 #
.cfi_def_cfa_offset 32
.cfi_offset 13, -32
pushq %r12 #
.cfi_def_cfa_offset 40
.cfi_offset 12, -40
movq %rsi, %r12 # tmp129, qos
pushq %rbp #
.cfi_def_cfa_offset 48
.cfi_offset 6, -48
movq %rdi, %rbp # tmp128, vcc
pushq %rbx #
.cfi_def_cfa_offset 56
.cfi_offset 3, -56
subq $8, %rsp #,
.cfi_def_cfa_offset 64
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:51: struct idt77252_dev *card = dev->dev_data;
movq 16(%rdi), %rax # vcc_31(D)->dev, vcc_31(D)->dev
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:52: struct vc_map *vc = vcc->dev_data;
movq 8(%rdi), %r15 # vcc_31(D)->dev_data, vc
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:51: struct idt77252_dev *card = dev->dev_data;
movq (%rax), %r14 # dev_32->dev_data, card
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:55: mutex_lock(&card->mutex);
movq %r14, %rdi # card,
call mutex_lock@PLT #
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:57: if (qos->txtp.traffic_class != ATM_NONE) {
movq ATM_NONE(%rip), %rax # ATM_NONE, ATM_NONE.0_3
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:57: if (qos->txtp.traffic_class != ATM_NONE) {
cmpq %rax, 8(%r12) # ATM_NONE.0_3, qos_36(D)->txtp.traffic_class
jne .L26 #,
.L2:
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:89: if ((qos->rxtp.traffic_class != ATM_NONE) &&
cmpq %rax, (%r12) # ATM_NONE.0_3, qos_36(D)->rxtp.traffic_class
je .L12 #,
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:90: !test_bit(VCF_RX, &vc->flags)) {
movl VCF_RX(%rip), %edi # VCF_RX,
leaq 8(%r15), %rsi #, tmp125
call test_bit@PLT #
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:89: if ((qos->rxtp.traffic_class != ATM_NONE) &&
testl %eax, %eax # tmp135
je .L27 #,
.L12:
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:96: memcpy(&vcc->qos, qos, sizeof(struct atm_qos));
leaq 4(%rbp), %rdi #, tmp123
movl $16, %edx #,
movq %r12, %rsi # qos,
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:98: set_bit(ATM_VF_HASQOS, &vcc->flags);
xorl %r13d, %r13d # <retval>
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:96: memcpy(&vcc->qos, qos, sizeof(struct atm_qos));
call memcpy@PLT #
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:98: set_bit(ATM_VF_HASQOS, &vcc->flags);
movl ATM_VF_HASQOS(%rip), %edi # ATM_VF_HASQOS,
movq %rbp, %rsi # vcc,
call set_bit@PLT #
.L4:
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:101: mutex_unlock(&card->mutex);
movq %r14, %rdi # card,
call mutex_unlock@PLT #
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:103: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 56
movl %r13d, %eax # <retval>,
popq %rbx #
.cfi_def_cfa_offset 48
popq %rbp #
.cfi_def_cfa_offset 40
popq %r12 #
.cfi_def_cfa_offset 32
popq %r13 #
.cfi_def_cfa_offset 24
popq %r14 #
.cfi_def_cfa_offset 16
popq %r15 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L26:
.cfi_restore_state
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:58: if (!test_bit(VCF_TX, &vc->flags)) {
leaq 8(%r15), %rbx #, _4
movl VCF_TX(%rip), %edi # VCF_TX,
movq %rbx, %rsi # _4,
call test_bit@PLT #
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:58: if (!test_bit(VCF_TX, &vc->flags)) {
testl %eax, %eax # tmp130
je .L28 #,
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:63: switch (qos->txtp.traffic_class) {
movq 8(%r12), %rax # qos_36(D)->txtp.traffic_class, _7
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:63: switch (qos->txtp.traffic_class) {
cmpq $130, %rax #, _7
je .L5 #,
jg .L6 #,
cmpq $128, %rax #, _7
je .L7 #,
cmpq $129, %rax #, _7
jne .L24 #,
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:71: error = idt77252_init_ubr(card, vc, vcc, qos);
movq %r12, %rcx # qos,
movq %rbp, %rdx # vcc,
movq %r15, %rsi # vc,
movq %r14, %rdi # card,
call idt77252_init_ubr@PLT #
movl %eax, %r13d # tmp133, <retval>
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:72: if (error)
testl %eax, %eax # <retval>
jne .L4 #,
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:75: if (!test_bit(VCF_IDLE, &vc->flags)) {
movl VCF_IDLE(%rip), %edi # VCF_IDLE,
movq %rbx, %rsi # _4,
call test_bit@PLT #
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:75: if (!test_bit(VCF_IDLE, &vc->flags)) {
testl %eax, %eax # tmp134
jne .L24 #,
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:76: writel(TCMDQ_LACR | (vc->lacr << 16) |
movl (%r15), %eax # vc_34->lacr, tmp119
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:76: writel(TCMDQ_LACR | (vc->lacr << 16) |
movl TCMDQ_LACR(%rip), %edi # TCMDQ_LACR, TCMDQ_LACR
movl SAR_REG_TCMDQ(%rip), %esi # SAR_REG_TCMDQ,
orl 4(%r15), %edi # vc_34->index, tmp117
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:76: writel(TCMDQ_LACR | (vc->lacr << 16) |
sall $16, %eax #, tmp119
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:76: writel(TCMDQ_LACR | (vc->lacr << 16) |
orl %eax, %edi # tmp119, tmp121
call writel@PLT #
.p2align 4,,10
.p2align 3
.L24:
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:89: if ((qos->rxtp.traffic_class != ATM_NONE) &&
movq ATM_NONE(%rip), %rax # ATM_NONE, ATM_NONE.0_3
jmp .L2 #
.p2align 4,,10
.p2align 3
.L6:
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:63: switch (qos->txtp.traffic_class) {
cmpq $131, %rax #, _7
jne .L24 #,
.L7:
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:83: error = -EOPNOTSUPP;
movl EOPNOTSUPP(%rip), %r13d # EOPNOTSUPP, <retval>
negl %r13d # <retval>
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:84: goto out;
jmp .L4 #
.p2align 4,,10
.p2align 3
.L27:
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:91: error = idt77252_init_rx(card, vc, vcc, qos);
movq %r12, %rcx # qos,
movq %rbp, %rdx # vcc,
movq %r15, %rsi # vc,
movq %r14, %rdi # card,
call idt77252_init_rx@PLT #
movl %eax, %r13d # tmp136, <retval>
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:92: if (error)
testl %eax, %eax # <retval>
je .L12 #,
jmp .L4 #
.p2align 4,,10
.p2align 3
.L28:
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:59: error = idt77252_init_tx(card, vc, vcc, qos);
movq %r12, %rcx # qos,
movq %rbp, %rdx # vcc,
movq %r15, %rsi # vc,
movq %r14, %rdi # card,
call idt77252_init_tx@PLT #
movl %eax, %r13d # tmp131, <retval>
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:60: if (error)
testl %eax, %eax # <retval>
jne .L4 #,
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:89: if ((qos->rxtp.traffic_class != ATM_NONE) &&
movq ATM_NONE(%rip), %rax # ATM_NONE, ATM_NONE.0_3
jmp .L2 #
.p2align 4,,10
.p2align 3
.L5:
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:65: error = idt77252_init_cbr(card, vc, vcc, qos);
movq %r12, %rcx # qos,
movq %rbp, %rdx # vcc,
movq %r15, %rsi # vc,
movq %r14, %rdi # card,
call idt77252_init_cbr@PLT #
movl %eax, %r13d # tmp132, <retval>
# AnghaBench/fastsocket/kernel/drivers/atm/extr_idt77252.c_idt77252_change_qos.c:66: if (error)
testl %eax, %eax # <retval>
je .L24 #,
jmp .L4 #
.cfi_endproc
.LFE0:
.size idt77252_change_qos, .-idt77252_change_qos
.globl VCF_TX
.bss
.align 4
.type VCF_TX, @object
.size VCF_TX, 4
VCF_TX:
.zero 4
.globl VCF_RX
.align 4
.type VCF_RX, @object
.size VCF_RX, 4
VCF_RX:
.zero 4
.globl VCF_IDLE
.align 4
.type VCF_IDLE, @object
.size VCF_IDLE, 4
VCF_IDLE:
.zero 4
.globl TCMDQ_LACR
.align 4
.type TCMDQ_LACR, @object
.size TCMDQ_LACR, 4
TCMDQ_LACR:
.zero 4
.globl SAR_REG_TCMDQ
.align 4
.type SAR_REG_TCMDQ, @object
.size SAR_REG_TCMDQ, 4
SAR_REG_TCMDQ:
.zero 4
.globl EOPNOTSUPP
.align 4
.type EOPNOTSUPP, @object
.size EOPNOTSUPP, 4
EOPNOTSUPP:
.zero 4
.globl ATM_VF_HASQOS
.align 4
.type ATM_VF_HASQOS, @object
.size ATM_VF_HASQOS, 4
ATM_VF_HASQOS:
.zero 4
.globl ATM_NONE
.align 8
.type ATM_NONE, @object
.size ATM_NONE, 8
ATM_NONE:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _mcam_ctlr_irq_enable
_mcam_ctlr_irq_enable:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:28: mcam_reg_write(cam, REG_IRQSTAT, FRAMEIRQS);
adrp x1, _REG_IRQSTAT@PAGE ; tmp110,
; Anghabench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:23: {
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:28: mcam_reg_write(cam, REG_IRQSTAT, FRAMEIRQS);
adrp x19, _FRAMEIRQS@PAGE ; tmp107,
; Anghabench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:23: {
mov x20, x0 ; cam, cam
; Anghabench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:28: mcam_reg_write(cam, REG_IRQSTAT, FRAMEIRQS);
ldr w2, [x19, #_FRAMEIRQS@PAGEOFF] ;, FRAMEIRQS
ldr w1, [x1, #_REG_IRQSTAT@PAGEOFF] ;, REG_IRQSTAT
bl _mcam_reg_write ;
; Anghabench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:29: mcam_reg_set_bit(cam, REG_IRQMASK, FRAMEIRQS);
adrp x0, _REG_IRQMASK@PAGE ; tmp116,
ldr w2, [x19, #_FRAMEIRQS@PAGEOFF] ;, FRAMEIRQS
ldr w1, [x0, #_REG_IRQMASK@PAGEOFF] ;, REG_IRQMASK
mov x0, x20 ;, cam
; Anghabench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:30: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
; Anghabench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:29: mcam_reg_set_bit(cam, REG_IRQMASK, FRAMEIRQS);
b _mcam_reg_set_bit ;
LFE0:
.globl _REG_IRQSTAT
.zerofill __DATA,__common,_REG_IRQSTAT,4,2
.globl _REG_IRQMASK
.zerofill __DATA,__common,_REG_IRQMASK,4,2
.globl _FRAMEIRQS
.zerofill __DATA,__common,_FRAMEIRQS,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x94
.uleb128 0x1
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_mcam-core.c_mcam_ctlr_irq_enable.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type mcam_ctlr_irq_enable, @function
mcam_ctlr_irq_enable:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:28: mcam_reg_write(cam, REG_IRQSTAT, FRAMEIRQS);
movl FRAMEIRQS(%rip), %edx # FRAMEIRQS,
movl REG_IRQSTAT(%rip), %esi # REG_IRQSTAT,
# AnghaBench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:23: {
pushq %rbp #
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
# AnghaBench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:23: {
movq %rdi, %rbp # tmp91, cam
# AnghaBench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:28: mcam_reg_write(cam, REG_IRQSTAT, FRAMEIRQS);
call mcam_reg_write@PLT #
# AnghaBench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:29: mcam_reg_set_bit(cam, REG_IRQMASK, FRAMEIRQS);
movl FRAMEIRQS(%rip), %edx # FRAMEIRQS,
movl REG_IRQMASK(%rip), %esi # REG_IRQMASK,
movq %rbp, %rdi # cam,
# AnghaBench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:30: }
popq %rbp #
.cfi_def_cfa_offset 8
# AnghaBench/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.c_mcam_ctlr_irq_enable.c:29: mcam_reg_set_bit(cam, REG_IRQMASK, FRAMEIRQS);
jmp mcam_reg_set_bit@PLT #
.cfi_endproc
.LFE0:
.size mcam_ctlr_irq_enable, .-mcam_ctlr_irq_enable
.globl REG_IRQSTAT
.bss
.align 4
.type REG_IRQSTAT, @object
.size REG_IRQSTAT, 4
REG_IRQSTAT:
.zero 4
.globl REG_IRQMASK
.align 4
.type REG_IRQMASK, @object
.size REG_IRQMASK, 4
REG_IRQMASK:
.zero 4
.globl FRAMEIRQS
.align 4
.type FRAMEIRQS, @object
.size FRAMEIRQS, 4
FRAMEIRQS:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/fs/hfsplus/extr_bnode.c_hfsplus_bnode_free.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _hfs_bnode_free
_hfs_bnode_free:
LFB0:
; Anghabench/fastsocket/kernel/fs/hfsplus/extr_bnode.c_hfsplus_bnode_free.c:25: kfree(node);
b _kfree ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_bnode.c_hfsplus_bnode_free.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl hfs_bnode_free
.type hfs_bnode_free, @function
hfs_bnode_free:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/fastsocket/kernel/fs/hfsplus/extr_bnode.c_hfsplus_bnode_free.c:25: kfree(node);
jmp kfree@PLT #
.cfi_endproc
.LFE0:
.size hfs_bnode_free, .-hfs_bnode_free
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _devm_regmap_init_vexpress_config
_devm_regmap_init_vexpress_config:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x19, x0 ; dev, dev
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:43: if (WARN_ON(dev->parent->class != vexpress_config_class))
ldr x0, [x0] ; dev_26(D)->parent, dev_26(D)->parent
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:43: if (WARN_ON(dev->parent->class != vexpress_config_class))
ldr x1, [x0] ; _1->class, _1->class
adrp x0, _vexpress_config_class@PAGE ; tmp129,
ldr x0, [x0, #_vexpress_config_class@PAGEOFF] ; vexpress_config_class, vexpress_config_class
cmp x1, x0 ; _1->class, vexpress_config_class
cset w0, ne ;,
bl _WARN_ON ;
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:43: if (WARN_ON(dev->parent->class != vexpress_config_class))
cbnz x0, L10 ; _6,
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:46: bridge = dev_get_drvdata(dev->parent);
ldr x0, [x19] ;, dev_26(D)->parent
str x21, [x29, 32] ;,
LCFI3:
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:46: bridge = dev_get_drvdata(dev->parent);
bl _dev_get_drvdata ;
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:47: if (WARN_ON(!bridge))
cmp x0, 0 ; bridge,
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:46: bridge = dev_get_drvdata(dev->parent);
mov x21, x0 ; bridge,
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:47: if (WARN_ON(!bridge))
cset w0, eq ;,
bl _WARN_ON ;
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:47: if (WARN_ON(!bridge))
cbnz x0, L11 ; _12,
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:50: res = devres_alloc(vexpress_config_devres_release, sizeof(*res),
adrp x0, _GFP_KERNEL@PAGE ; tmp146,
mov w1, 8 ;,
ldr w2, [x0, #_GFP_KERNEL@PAGEOFF] ;, GFP_KERNEL
adrp x0, _vexpress_config_devres_release@PAGE ; tmp149,
ldr w0, [x0, #_vexpress_config_devres_release@PAGEOFF] ;, vexpress_config_devres_release
bl _devres_alloc ;
mov x20, x0 ; res, res
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:52: if (!res)
cbz x0, L12 ; res,
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:55: regmap = (bridge->ops->regmap_init)(dev, bridge->context);
ldr x0, [x21, 8] ; bridge_29->ops, bridge_29->ops
ldr w1, [x21] ;, bridge_29->context
ldr x2, [x0] ; _19->regmap_init, _19->regmap_init
mov x0, x19 ;, dev
blr x2 ; _19->regmap_init
mov x21, x0 ; <retval>, <retval>
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:56: if (IS_ERR(regmap)) {
bl _IS_ERR ;
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:56: if (IS_ERR(regmap)) {
cbnz x0, L13 ; _22,
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:62: devres_add(dev, res);
mov x1, x20 ;, res
mov x0, x19 ;, dev
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:61: *res = regmap;
str x21, [x20] ; <retval>, *res_32
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:62: devres_add(dev, res);
bl _devres_add ;
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:65: }
mov x0, x21 ;, <retval>
ldr x21, [x29, 32] ;,
LCFI4:
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI5:
ret
.p2align 2,,3
L11:
LCFI6:
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:48: return ERR_PTR(-EINVAL);
adrp x0, _EINVAL@PAGE ; tmp142,
ldr w0, [x0, #_EINVAL@PAGEOFF] ;, EINVAL
L8:
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:65: }
ldp x19, x20, [sp, 16] ;,,
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:53: return ERR_PTR(-ENOMEM);
neg w0, w0 ;, ENOMEM
ldr x21, [x29, 32] ;,
LCFI7:
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:65: }
ldp x29, x30, [sp], 48 ;,,,
LCFI8:
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:53: return ERR_PTR(-ENOMEM);
b _ERR_PTR ;
.p2align 2,,3
L10:
LCFI9:
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:44: return ERR_PTR(-ENODEV);
adrp x0, _ENODEV@PAGE ; tmp135,
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:65: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI10:
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:44: return ERR_PTR(-ENODEV);
ldr w0, [x0, #_ENODEV@PAGEOFF] ;, ENODEV
neg w0, w0 ;, ENODEV
b _ERR_PTR ;
.p2align 2,,3
L13:
LCFI11:
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:57: devres_free(res);
mov x0, x20 ;, res
bl _devres_free ;
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:65: }
mov x0, x21 ;, <retval>
ldr x21, [x29, 32] ;,
LCFI12:
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI13:
ret
.p2align 2,,3
L12:
LCFI14:
; Anghabench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:53: return ERR_PTR(-ENOMEM);
adrp x0, _ENOMEM@PAGE ; tmp152,
ldr w0, [x0, #_ENOMEM@PAGEOFF] ;, ENOMEM
b L8 ;
LFE0:
.globl _vexpress_config_devres_release
.zerofill __DATA,__common,_vexpress_config_devres_release,4,2
.globl _vexpress_config_class
.zerofill __DATA,__common,_vexpress_config_class,8,3
.globl _GFP_KERNEL
.zerofill __DATA,__common,_GFP_KERNEL,4,2
.globl _ENOMEM
.zerofill __DATA,__common,_ENOMEM,4,2
.globl _ENODEV
.zerofill __DATA,__common,_ENODEV,4,2
.globl _EINVAL
.zerofill __DATA,__common,_EINVAL,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x2
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xa
.byte 0xd5
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xb
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xd5
.byte 0x4
.set L$set$11,LCFI8-LCFI7
.long L$set$11
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$12,LCFI9-LCFI8
.long L$set$12
.byte 0xc
.uleb128 0x1d
.uleb128 0x30
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$13,LCFI10-LCFI9
.long L$set$13
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$14,LCFI11-LCFI10
.long L$set$14
.byte 0xc
.uleb128 0x1d
.uleb128 0x30
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x95
.uleb128 0x2
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$15,LCFI12-LCFI11
.long L$set$15
.byte 0xa
.byte 0xd5
.byte 0x4
.set L$set$16,LCFI13-LCFI12
.long L$set$16
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$17,LCFI14-LCFI13
.long L$set$17
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_vexpress-config.c_devm_regmap_init_vexpress_config.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl devm_regmap_init_vexpress_config
.type devm_regmap_init_vexpress_config, @function
devm_regmap_init_vexpress_config:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
movq %rdi, %rbp # tmp125, dev
pushq %rbx #
.cfi_def_cfa_offset 40
.cfi_offset 3, -40
subq $8, %rsp #,
.cfi_def_cfa_offset 48
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:43: if (WARN_ON(dev->parent->class != vexpress_config_class))
movq (%rdi), %rax # dev_26(D)->parent, dev_26(D)->parent
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:43: if (WARN_ON(dev->parent->class != vexpress_config_class))
movq vexpress_config_class(%rip), %rcx # vexpress_config_class, tmp133
xorl %edi, %edi # tmp109
cmpq %rcx, (%rax) # tmp133, _1->class
setne %dil #, tmp109
call WARN_ON@PLT #
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:44: return ERR_PTR(-ENODEV);
movl ENODEV(%rip), %edi # ENODEV, tmp112
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:43: if (WARN_ON(dev->parent->class != vexpress_config_class))
testq %rax, %rax # tmp126
jne .L8 #,
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:46: bridge = dev_get_drvdata(dev->parent);
movq 0(%rbp), %rdi # dev_26(D)->parent,
call dev_get_drvdata@PLT #
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:47: if (WARN_ON(!bridge))
xorl %edi, %edi # tmp114
testq %rax, %rax # bridge
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:46: bridge = dev_get_drvdata(dev->parent);
movq %rax, %rbx # tmp127, bridge
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:47: if (WARN_ON(!bridge))
sete %dil #, tmp114
call WARN_ON@PLT #
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:48: return ERR_PTR(-EINVAL);
movl EINVAL(%rip), %edi # EINVAL, tmp116
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:47: if (WARN_ON(!bridge))
testq %rax, %rax # tmp128
jne .L8 #,
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:50: res = devres_alloc(vexpress_config_devres_release, sizeof(*res),
movl GFP_KERNEL(%rip), %edx # GFP_KERNEL,
movl vexpress_config_devres_release(%rip), %edi # vexpress_config_devres_release,
movl $8, %esi #,
call devres_alloc@PLT #
movq %rax, %r12 # tmp129, res
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:52: if (!res)
testq %rax, %rax # res
je .L10 #,
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:55: regmap = (bridge->ops->regmap_init)(dev, bridge->context);
movq 8(%rbx), %rax # bridge_29->ops, bridge_29->ops
movq %rbp, %rdi # dev,
movl (%rbx), %esi # bridge_29->context,
call *(%rax) # _19->regmap_init
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:56: if (IS_ERR(regmap)) {
movq %rax, %rdi # <retval>,
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:55: regmap = (bridge->ops->regmap_init)(dev, bridge->context);
movq %rax, %r13 # tmp130, <retval>
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:56: if (IS_ERR(regmap)) {
call IS_ERR@PLT #
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:56: if (IS_ERR(regmap)) {
testq %rax, %rax # tmp131
jne .L11 #,
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:61: *res = regmap;
movq %r13, (%r12) # <retval>, *res_32
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:62: devres_add(dev, res);
movq %r12, %rsi # res,
movq %rbp, %rdi # dev,
call devres_add@PLT #
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:65: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 40
movq %r13, %rax # <retval>,
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L10:
.cfi_restore_state
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:53: return ERR_PTR(-ENOMEM);
movl ENOMEM(%rip), %edi # ENOMEM, tmp120
.L8:
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:65: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 40
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:53: return ERR_PTR(-ENOMEM);
negl %edi # tmp120
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:65: }
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:53: return ERR_PTR(-ENOMEM);
jmp ERR_PTR@PLT #
.p2align 4,,10
.p2align 3
.L11:
.cfi_restore_state
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:57: devres_free(res);
movq %r12, %rdi # res,
call devres_free@PLT #
# AnghaBench/linux/drivers/bus/extr_vexpress-config.c_devm_regmap_init_vexpress_config.c:65: }
addq $8, %rsp #,
.cfi_def_cfa_offset 40
movq %r13, %rax # <retval>,
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size devm_regmap_init_vexpress_config, .-devm_regmap_init_vexpress_config
.globl vexpress_config_devres_release
.bss
.align 4
.type vexpress_config_devres_release, @object
.size vexpress_config_devres_release, 4
vexpress_config_devres_release:
.zero 4
.globl vexpress_config_class
.align 8
.type vexpress_config_class, @object
.size vexpress_config_class, 8
vexpress_config_class:
.zero 8
.globl GFP_KERNEL
.align 4
.type GFP_KERNEL, @object
.size GFP_KERNEL, 4
GFP_KERNEL:
.zero 4
.globl ENOMEM
.align 4
.type ENOMEM, @object
.size ENOMEM, 4
ENOMEM:
.zero 4
.globl ENODEV
.align 4
.type ENODEV, @object
.size ENODEV, 4
ENODEV:
.zero 4
.globl EINVAL
.align 4
.type EINVAL, @object
.size EINVAL, 4
EINVAL:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "Thread %d: started %d\12\0"
.align 3
lC1:
.ascii "Thread %d: started %d: count %d\12\0"
.section __TEXT,__text_startup,regular,pure_instructions
.align 2
.p2align 5,,15
.globl _main
_main:
LFB0:
stp x29, x30, [sp, -144]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
stp x21, x22, [sp, 32] ;,,
stp x23, x24, [sp, 48] ;,,
stp x25, x26, [sp, 64] ;,,
stp x27, x28, [sp, 80] ;,,
LCFI2:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:42: HANDLE h[NUMTHREADS + 1];
adrp x27, _NUMTHREADS@PAGE ; tmp285,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:39: {
sub sp, sp, #16 ;,,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:42: HANDLE h[NUMTHREADS + 1];
ldr w1, [x27, #_NUMTHREADS@PAGEOFF] ;, NUMTHREADS
add w0, w1, 1 ; _81, NUMTHREADS.0_1,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:42: HANDLE h[NUMTHREADS + 1];
sbfiz x0, x0, 3, 32 ; _3, _81,,
add x0, x0, 15 ; tmp180, _3,
and x0, x0, -16 ; tmp182, tmp180,
sub sp, sp, x0 ;,, tmp182
add x22, sp, 16 ; h.1,,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:45: for (i = 1; i <= NUMTHREADS; i++)
cmp w1, 0 ; NUMTHREADS.0_1,
ble L5 ;,
adrp x23, _Win32thread@PAGE ; tmp286,
mov x21, 24 ; ivtmp.63,
mov x20, 1 ; ivtmp.61,
adrp x19, _threadbag@PAGE ; tmp281,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:50: h[i] = (HANDLE) _beginthreadex(NULL, 0, Win32thread, (void *) &threadbag[i], 0, &thrAddr);
add x23, x23, _Win32thread@PAGEOFF; ; tmp194, tmp286,
.p2align 5,,15
L2:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:47: threadbag[i].started = 0;
ldr x0, [x19, #_threadbag@PAGEOFF] ; threadbag, threadbag
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:50: h[i] = (HANDLE) _beginthreadex(NULL, 0, Win32thread, (void *) &threadbag[i], 0, &thrAddr);
add x5, x29, 136 ;,,
mov w4, 0 ;,
mov w1, 0 ;,
ldr w2, [x23] ;, Win32thread
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:47: threadbag[i].started = 0;
add x3, x0, x21 ; _7, threadbag, ivtmp.63
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:47: threadbag[i].started = 0;
str wzr, [x0, x21] ;, _7->started
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:50: h[i] = (HANDLE) _beginthreadex(NULL, 0, Win32thread, (void *) &threadbag[i], 0, &thrAddr);
mov x0, 0 ;,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:45: for (i = 1; i <= NUMTHREADS; i++)
add x21, x21, 24 ; ivtmp.63, ivtmp.63,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:48: threadbag[i].threadnum = i;
str w20, [x3, 4] ; ivtmp.61, _7->threadnum
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:50: h[i] = (HANDLE) _beginthreadex(NULL, 0, Win32thread, (void *) &threadbag[i], 0, &thrAddr);
bl __beginthreadex ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:50: h[i] = (HANDLE) _beginthreadex(NULL, 0, Win32thread, (void *) &threadbag[i], 0, &thrAddr);
str x0, [x22, x20, lsl 3] ; _9, MEM[(long int *)h.1_83 + ivtmp.61_163 * 8]
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:45: for (i = 1; i <= NUMTHREADS; i++)
add x20, x20, 1 ; ivtmp.61, ivtmp.61,
ldr w0, [x27, #_NUMTHREADS@PAGEOFF] ;, NUMTHREADS
cmp w0, w20 ; NUMTHREADS, ivtmp.61
bge L2 ;,
L5:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:59: Sleep(500);
mov w0, 500 ;,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
mov x20, 24 ; ivtmp.56,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:59: Sleep(500);
bl _Sleep ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
ldr w0, [x27, #_NUMTHREADS@PAGEOFF] ;, NUMTHREADS
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
mov w21, 1 ; i,
adrp x19, _threadbag@PAGE ; tmp281,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
cmp w0, 0 ; NUMTHREADS.9_23,
ble L4 ;,
.p2align 5,,15
L3:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:66: assert(pthread_kill(threadbag[i].self, 0) == 0);
ldr x0, [x19, #_threadbag@PAGEOFF] ; threadbag, threadbag
mov w1, 0 ;,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
add w21, w21, 1 ; i, i,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:66: assert(pthread_kill(threadbag[i].self, 0) == 0);
add x0, x0, x20 ; tmp203, threadbag, ivtmp.56
ldr x0, [x0, 16] ;, _14->self
bl _pthread_kill ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:66: assert(pthread_kill(threadbag[i].self, 0) == 0);
cmp x0, 0 ; _15,
cset w0, eq ;,
bl _assert ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:67: assert(pthread_cancel(threadbag[i].self) == 0);
ldr x0, [x19, #_threadbag@PAGEOFF] ; threadbag, threadbag
add x0, x0, x20 ; tmp210, threadbag, ivtmp.56
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
add x20, x20, 24 ; ivtmp.56, ivtmp.56,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:67: assert(pthread_cancel(threadbag[i].self) == 0);
ldr x0, [x0, 16] ;, _19->self
bl _pthread_cancel ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:67: assert(pthread_cancel(threadbag[i].self) == 0);
cmp x0, 0 ; _20,
cset w0, eq ;,
bl _assert ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
ldr w0, [x27, #_NUMTHREADS@PAGEOFF] ;, NUMTHREADS
cmp w0, w21 ; NUMTHREADS.9_23, i
bge L3 ;,
L4:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:73: Sleep(NUMTHREADS * 100);
mov w1, 100 ; tmp217,
mul w0, w0, w1 ;, NUMTHREADS.9_23, tmp217
bl _Sleep ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
ldr w0, [x27, #_NUMTHREADS@PAGEOFF] ;, NUMTHREADS
cmp w0, 0 ; NUMTHREADS,
ble L14 ;,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:83: fprintf(stderr, "Thread %d: started %d\n", i, threadbag[i].started);
adrp x24, lC0@PAGE ; tmp292,
adrp x23, _stderr@PAGE ; tmp294,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
mov x21, 24 ; ivtmp.50,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
mov w20, 1 ; i,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:40: int failed = 0;
mov w0, 0 ; failed,
adrp x19, _threadbag@PAGE ; tmp281,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:83: fprintf(stderr, "Thread %d: started %d\n", i, threadbag[i].started);
add x24, x24, lC0@PAGEOFF; ; tmp293, tmp292,
add x23, x23, _stderr@PAGEOFF; ; tmp295, tmp294,
b L8 ;
.p2align 2,,3
L7:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
ldr w1, [x27, #_NUMTHREADS@PAGEOFF] ;, NUMTHREADS
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
add w20, w20, 1 ; i, i,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
add x21, x21, 24 ; ivtmp.50, ivtmp.50,
cmp w1, w20 ; NUMTHREADS, i
blt L6 ;,
L8:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:80: if (!threadbag[i].started)
ldr x1, [x19, #_threadbag@PAGEOFF] ; threadbag, threadbag
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:80: if (!threadbag[i].started)
ldr w1, [x1, x21] ;, _28->started
cbnz w1, L7 ; _28->started,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:83: fprintf(stderr, "Thread %d: started %d\n", i, threadbag[i].started);
mov w2, w20 ;, i
mov x1, x24 ;, tmp293
ldr w0, [x23] ;, stderr
mov w3, 0 ;,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
add w20, w20, 1 ; i, i,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:83: fprintf(stderr, "Thread %d: started %d\n", i, threadbag[i].started);
bl _fprintf ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
ldr w1, [x27, #_NUMTHREADS@PAGEOFF] ;, NUMTHREADS
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:82: failed |= !threadbag[i].started;
mov w0, 1 ; failed,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
add x21, x21, 24 ; ivtmp.50, ivtmp.50,
cmp w1, w20 ; NUMTHREADS, i
bge L8 ;,
L6:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:87: assert(!failed);
eor w0, w0, 1 ;, failed,
bl _assert ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:93: for (i = 1; i <= NUMTHREADS; i++)
ldr w0, [x27, #_NUMTHREADS@PAGEOFF] ;, NUMTHREADS
cmp w0, 0 ; NUMTHREADS,
ble L15 ;,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:114: fprintf(stderr, "Thread %d: started %d: count %d\n",
adrp x0, lC1@PAGE ; tmp288,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:99: assert(GetExitCodeThread(h[i], (LPDWORD) &result) == TRUE);
mov x20, 24 ; ivtmp.42,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:114: fprintf(stderr, "Thread %d: started %d: count %d\n",
add x0, x0, lC1@PAGEOFF; ; tmp289, tmp288,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:99: assert(GetExitCodeThread(h[i], (LPDWORD) &result) == TRUE);
mov x28, 1 ; ivtmp.38,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:92: failed = 0;
mov w21, 0 ; _62,
adrp x19, _threadbag@PAGE ; tmp281,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:114: fprintf(stderr, "Thread %d: started %d: count %d\n",
str x0, [x29, 112] ; tmp289, %sfp
adrp x0, _stderr@PAGE ; tmp290,
adrp x25, _TRUE@PAGE ; tmp282,
add x0, x0, _stderr@PAGEOFF; ; tmp291, tmp290,
adrp x24, _ESRCH@PAGE ; tmp284,
adrp x23, _PTHREAD_CANCELED@PAGE ; tmp287,
str x0, [x29, 104] ; tmp291, %sfp
.p2align 5,,15
L11:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:99: assert(GetExitCodeThread(h[i], (LPDWORD) &result) == TRUE);
ldr x0, [x22, x28, lsl 3] ;, MEM[(long int *)h.1_83 + ivtmp.38_173 * 8]
add w1, w29, 140 ;,,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:96: int result = 0;
str wzr, [x29, 140] ;, result
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:99: assert(GetExitCodeThread(h[i], (LPDWORD) &result) == TRUE);
bl _GetExitCodeThread ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:99: assert(GetExitCodeThread(h[i], (LPDWORD) &result) == TRUE);
ldr x1, [x25, #_TRUE@PAGEOFF] ; TRUE, TRUE
cmp x1, x0 ; TRUE, _36
cset w0, eq ;,
bl _assert ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:107: assert(threadbag[i].self.p != NULL);
ldr x0, [x19, #_threadbag@PAGEOFF] ; threadbag, threadbag
add x0, x0, x20 ; tmp247, threadbag, ivtmp.42
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:107: assert(threadbag[i].self.p != NULL);
ldr x0, [x0, 16] ; _43->self.p, _43->self.p
cmp x0, 0 ; _43->self.p,
cset w0, ne ;,
bl _assert ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:108: assert(pthread_kill(threadbag[i].self, 0) == ESRCH);
ldr x0, [x19, #_threadbag@PAGEOFF] ; threadbag, threadbag
mov w1, 0 ;,
add x0, x0, x20 ; tmp254, threadbag, ivtmp.42
ldr x0, [x0, 16] ;, _48->self
bl _pthread_kill ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:108: assert(pthread_kill(threadbag[i].self, 0) == ESRCH);
ldr x1, [x24, #_ESRCH@PAGEOFF] ; ESRCH, ESRCH
cmp x1, x0 ; ESRCH, _49
cset w0, eq ;,
bl _assert ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:110: fail = (result != (int)(size_t)PTHREAD_CANCELED);
ldr x1, [x23, #_PTHREAD_CANCELED@PAGEOFF] ; PTHREAD_CANCELED, PTHREAD_CANCELED
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:110: fail = (result != (int)(size_t)PTHREAD_CANCELED);
ldr w0, [x29, 140] ;, result
cmp w1, w0 ; PTHREAD_CANCELED, result.22_55
cset w5, ne ; fail,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:112: if (fail)
beq L10 ;,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:116: threadbag[i].started,
ldr x0, [x19, #_threadbag@PAGEOFF] ; threadbag, threadbag
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:114: fprintf(stderr, "Thread %d: started %d: count %d\n",
mov w2, w28 ;, ivtmp.38
str w5, [x29, 124] ; fail, %sfp
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:116: threadbag[i].started,
add x1, x0, x20 ; _59, threadbag, ivtmp.42
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:114: fprintf(stderr, "Thread %d: started %d: count %d\n",
ldr w3, [x0, x20] ;, _59->started
ldr w0, [x1, 8] ;, _59->count
str w0, [sp] ; _59->count,
ldp x0, x1, [x29, 104] ; tmp291,,
ldr w0, [x0] ;, stderr
bl _fprintf ;
ldr w5, [x29, 124] ;, %sfp
L10:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:93: for (i = 1; i <= NUMTHREADS; i++)
add x28, x28, 1 ; ivtmp.38, ivtmp.38,
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:119: failed = (failed || fail);
orr w21, w21, w5 ; _62, _62, fail
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:93: for (i = 1; i <= NUMTHREADS; i++)
ldr w0, [x27, #_NUMTHREADS@PAGEOFF] ;, NUMTHREADS
add x20, x20, 24 ; ivtmp.42, ivtmp.42,
cmp w0, w28 ; NUMTHREADS, ivtmp.38
bge L11 ;,
L9:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:122: assert(!failed);
eor w0, w21, 1 ;, _62,
bl _assert ;
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:128: }
mov sp, x29 ;,
mov w0, 0 ;,
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x23, x24, [sp, 48] ;,,
ldp x25, x26, [sp, 64] ;,,
ldp x27, x28, [sp, 80] ;,,
ldp x29, x30, [sp], 144 ;,,,
LCFI3:
ret
L14:
LCFI4:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:40: int failed = 0;
mov w0, 0 ; failed,
b L6 ;
L15:
; Anghabench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:92: failed = 0;
mov w21, 0 ; _62,
b L9 ;
LFE0:
.globl _threadbag
.zerofill __DATA,__common,_threadbag,8,3
.globl _stderr
.zerofill __DATA,__common,_stderr,4,2
.globl _Win32thread
.zerofill __DATA,__common,_Win32thread,4,2
.globl _TRUE
.zerofill __DATA,__common,_TRUE,8,3
.globl _PTHREAD_CANCELED
.zerofill __DATA,__common,_PTHREAD_CANCELED,8,3
.globl _NUMTHREADS
.zerofill __DATA,__common,_NUMTHREADS,4,2
.globl _ESRCH
.zerofill __DATA,__common,_ESRCH,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x90
.byte 0x9d
.uleb128 0x12
.byte 0x9e
.uleb128 0x11
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x10
.byte 0x94
.uleb128 0xf
.byte 0x95
.uleb128 0xe
.byte 0x96
.uleb128 0xd
.byte 0x97
.uleb128 0xc
.byte 0x98
.uleb128 0xb
.byte 0x99
.uleb128 0xa
.byte 0x9a
.uleb128 0x9
.byte 0x9b
.uleb128 0x8
.byte 0x9c
.uleb128 0x7
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xdb
.byte 0xdc
.byte 0xd9
.byte 0xda
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_cancel7.c_main.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "Thread %d: started %d\n"
.section .rodata.str1.8,"aMS",@progbits,1
.align 8
.LC1:
.string "Thread %d: started %d: count %d\n"
.section .text.startup,"ax",@progbits
.p2align 4
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
endbr64
pushq %rbp #
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp #,
.cfi_def_cfa_register 6
pushq %r15 #
pushq %r14 #
pushq %r13 #
pushq %r12 #
pushq %rbx #
subq $40, %rsp #,
.cfi_offset 15, -24
.cfi_offset 14, -32
.cfi_offset 13, -40
.cfi_offset 12, -48
.cfi_offset 3, -56
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:42: HANDLE h[NUMTHREADS + 1];
movl NUMTHREADS(%rip), %ecx # NUMTHREADS, NUMTHREADS.0_1
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:39: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp233
movq %rax, -56(%rbp) # tmp233, D.2080
xorl %eax, %eax # tmp233
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:42: HANDLE h[NUMTHREADS + 1];
movq %rsp, %rsi #, tmp169
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:42: HANDLE h[NUMTHREADS + 1];
leal 1(%rcx), %eax #, tmp158
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:42: HANDLE h[NUMTHREADS + 1];
cltq
leaq 15(,%rax,8), %rax #, tmp162
movq %rax, %rdx # tmp162, tmp166
andq $-4096, %rax #, tmp168
subq %rax, %rsi # tmp168, tmp169
andq $-16, %rdx #, tmp166
cmpq %rsi, %rsp # tmp169,
je .L3 #,
.L31:
subq $4096, %rsp #,
orq $0, 4088(%rsp) #,
cmpq %rsi, %rsp # tmp169,
jne .L31 #,
.L3:
andl $4095, %edx #, tmp170
subq %rdx, %rsp # tmp170,
testq %rdx, %rdx # tmp170
jne .L32 #,
.L4:
movq %rsp, %r13 #, tmp177
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:45: for (i = 1; i <= NUMTHREADS; i++)
movl $1, %ebx #, ivtmp.62
leaq -64(%rbp), %r12 #, tmp225
testl %ecx, %ecx # NUMTHREADS.0_1
jle .L8 #,
.p2align 4,,10
.p2align 3
.L5:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:47: threadbag[i].started = 0;
movq threadbag(%rip), %rax # threadbag, threadbag
leaq (%rbx,%rbx,2), %rdx #, tmp180
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:50: h[i] = (HANDLE) _beginthreadex(NULL, 0, Win32thread, (void *) &threadbag[i], 0, &thrAddr);
xorl %r8d, %r8d #
xorl %esi, %esi #
xorl %edi, %edi #
movq %r12, %r9 # tmp225,
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:47: threadbag[i].started = 0;
leaq (%rax,%rdx,8), %rcx #, _11
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:50: h[i] = (HANDLE) _beginthreadex(NULL, 0, Win32thread, (void *) &threadbag[i], 0, &thrAddr);
movl Win32thread(%rip), %edx # Win32thread,
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:48: threadbag[i].threadnum = i;
movl %ebx, 4(%rcx) # ivtmp.62, _11->threadnum
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:47: threadbag[i].started = 0;
movl $0, (%rcx) #, _11->started
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:50: h[i] = (HANDLE) _beginthreadex(NULL, 0, Win32thread, (void *) &threadbag[i], 0, &thrAddr);
call _beginthreadex@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:50: h[i] = (HANDLE) _beginthreadex(NULL, 0, Win32thread, (void *) &threadbag[i], 0, &thrAddr);
movq %rax, 0(%r13,%rbx,8) # tmp228, MEM[(long int *)h.1_89 + ivtmp.62_73 * 8]
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:45: for (i = 1; i <= NUMTHREADS; i++)
addq $1, %rbx #, ivtmp.62
cmpl %ebx, NUMTHREADS(%rip) # ivtmp.62, NUMTHREADS
jge .L5 #,
.L8:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:59: Sleep(500);
movl $500, %edi #,
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
movl $24, %ebx #, ivtmp.57
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
movl $1, %r12d #, i
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:59: Sleep(500);
call Sleep@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
movl NUMTHREADS(%rip), %edi # NUMTHREADS, NUMTHREADS.9_27
testl %edi, %edi # NUMTHREADS.9_27
jle .L7 #,
.p2align 4,,10
.p2align 3
.L6:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:66: assert(pthread_kill(threadbag[i].self, 0) == 0);
movq threadbag(%rip), %rax # threadbag, threadbag
xorl %esi, %esi #
movq 16(%rax,%rbx), %rdi # _18->self, _18->self
call pthread_kill@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:66: assert(pthread_kill(threadbag[i].self, 0) == 0);
xorl %edi, %edi # tmp187
testq %rax, %rax # tmp229
sete %dil #, tmp187
call assert@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:67: assert(pthread_cancel(threadbag[i].self) == 0);
movq threadbag(%rip), %rax # threadbag, threadbag
movq 16(%rax,%rbx), %rdi # _23->self, _23->self
call pthread_cancel@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:67: assert(pthread_cancel(threadbag[i].self) == 0);
xorl %edi, %edi # tmp191
testq %rax, %rax # tmp230
sete %dil #, tmp191
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
addl $1, %r12d #, i
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
addq $24, %rbx #, ivtmp.57
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:67: assert(pthread_cancel(threadbag[i].self) == 0);
call assert@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:64: for (i = 1; i <= NUMTHREADS; i++)
movl NUMTHREADS(%rip), %edi # NUMTHREADS, NUMTHREADS.9_27
cmpl %r12d, %edi # i, NUMTHREADS.9_27
jge .L6 #,
.L7:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:73: Sleep(NUMTHREADS * 100);
imull $100, %edi, %edi #, NUMTHREADS.9_27, tmp193
call Sleep@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
movl NUMTHREADS(%rip), %ecx # NUMTHREADS,
testl %ecx, %ecx #
jle .L18 #,
movl $24, %r12d #, ivtmp.51
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
movl $1, %ebx #, i
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:40: int failed = 0;
xorl %edi, %edi # failed
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:83: fprintf(stderr, "Thread %d: started %d\n", i, threadbag[i].started);
leaq .LC0(%rip), %r14 #, tmp227
jmp .L11 #
.p2align 4,,10
.p2align 3
.L10:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
addl $1, %ebx #, i
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
addq $24, %r12 #, ivtmp.51
cmpl %ebx, NUMTHREADS(%rip) # i, NUMTHREADS
jl .L9 #,
.L11:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:80: if (!threadbag[i].started)
movq threadbag(%rip), %rax # threadbag, threadbag
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:80: if (!threadbag[i].started)
movl (%rax,%r12), %edx # _32->started,
testl %edx, %edx #
jne .L10 #,
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:83: fprintf(stderr, "Thread %d: started %d\n", i, threadbag[i].started);
movl stderr(%rip), %edi # stderr,
xorl %ecx, %ecx #
movl %ebx, %edx # i,
xorl %eax, %eax #
movq %r14, %rsi # tmp227,
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
addl $1, %ebx #, i
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
addq $24, %r12 #, ivtmp.51
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:83: fprintf(stderr, "Thread %d: started %d\n", i, threadbag[i].started);
call fprintf@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
cmpl %ebx, NUMTHREADS(%rip) # i, NUMTHREADS
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:82: failed |= !threadbag[i].started;
movl $1, %edi #, failed
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:78: for (i = 1; i <= NUMTHREADS; i++)
jge .L11 #,
.L9:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:87: assert(!failed);
xorl $1, %edi #, tmp197
call assert@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:93: for (i = 1; i <= NUMTHREADS; i++)
movl NUMTHREADS(%rip), %eax # NUMTHREADS,
testl %eax, %eax #
jle .L19 #,
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:99: assert(GetExitCodeThread(h[i], (LPDWORD) &result) == TRUE);
leal -60(%rbp), %r14d #, _122
movl $1, %r15d #, ivtmp.38
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:92: failed = 0;
xorl %r12d, %r12d # _67
.p2align 4,,10
.p2align 3
.L14:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:99: assert(GetExitCodeThread(h[i], (LPDWORD) &result) == TRUE);
movq 0(%r13,%r15,8), %rdi # MEM[(long int *)h.1_89 + ivtmp.38_107 * 8], MEM[(long int *)h.1_89 + ivtmp.38_107 * 8]
movl %r14d, %esi # _122,
movl %r15d, -68(%rbp) # i, %sfp
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:96: int result = 0;
movl $0, -60(%rbp) #, result
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:99: assert(GetExitCodeThread(h[i], (LPDWORD) &result) == TRUE);
call GetExitCodeThread@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:99: assert(GetExitCodeThread(h[i], (LPDWORD) &result) == TRUE);
xorl %edi, %edi # tmp200
cmpq %rax, TRUE(%rip) # tmp231, TRUE
sete %dil #, tmp200
call assert@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:107: assert(threadbag[i].self.p != NULL);
movq threadbag(%rip), %rcx # threadbag, threadbag
leaq (%r15,%r15,2), %rax #, tmp204
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:107: assert(threadbag[i].self.p != NULL);
xorl %edi, %edi # tmp207
leaq 0(,%rax,8), %rbx #, tmp205
cmpq $0, 16(%rcx,%rax,8) #, _48->self.p
setne %dil #, tmp207
call assert@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:108: assert(pthread_kill(threadbag[i].self, 0) == ESRCH);
movq threadbag(%rip), %rax # threadbag, threadbag
xorl %esi, %esi #
movq 16(%rax,%rbx), %rdi # _53->self, _53->self
call pthread_kill@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:108: assert(pthread_kill(threadbag[i].self, 0) == ESRCH);
xorl %edi, %edi # tmp211
cmpq %rax, ESRCH(%rip) # tmp232, ESRCH
sete %dil #, tmp211
call assert@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:110: fail = (result != (int)(size_t)PTHREAD_CANCELED);
xorl %r10d, %r10d # fail
movl -60(%rbp), %eax # result, tmp238
cmpl %eax, PTHREAD_CANCELED(%rip) # tmp238, PTHREAD_CANCELED
setne %r10b #, fail
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:112: if (fail)
je .L13 #,
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:117: threadbag[i].count);
addq threadbag(%rip), %rbx # threadbag, _63
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:114: fprintf(stderr, "Thread %d: started %d: count %d\n",
movl -68(%rbp), %edx # %sfp, i
xorl %eax, %eax #
movl %r10d, -72(%rbp) # fail, %sfp
movl 8(%rbx), %r8d # _63->count,
movl (%rbx), %ecx # _63->started,
leaq .LC1(%rip), %rsi #,
movl stderr(%rip), %edi # stderr,
call fprintf@PLT #
movl -72(%rbp), %r10d # %sfp, fail
.L13:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:119: failed = (failed || fail);
orl %r10d, %r12d # fail, _67
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:93: for (i = 1; i <= NUMTHREADS; i++)
addq $1, %r15 #, ivtmp.38
cmpl %r15d, NUMTHREADS(%rip) # ivtmp.38, NUMTHREADS
jge .L14 #,
.L12:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:122: assert(!failed);
movl %r12d, %edi # _67, _67
xorl $1, %edi #, _67
call assert@PLT #
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:128: }
movq -56(%rbp), %rax # D.2080, tmp234
subq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp234
jne .L33 #,
leaq -40(%rbp), %rsp #,
xorl %eax, %eax #
popq %rbx #
popq %r12 #
popq %r13 #
popq %r14 #
popq %r15 #
popq %rbp #
.cfi_remember_state
.cfi_def_cfa 7, 8
ret
.L32:
.cfi_restore_state
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:42: HANDLE h[NUMTHREADS + 1];
orq $0, -8(%rsp,%rdx) #,
jmp .L4 #
.L19:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:92: failed = 0;
xorl %r12d, %r12d # _67
jmp .L12 #
.L18:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:40: int failed = 0;
xorl %edi, %edi # failed
jmp .L9 #
.L33:
# AnghaBench/obs-studio/deps/w32-pthreads/tests/extr_cancel7.c_main.c:128: }
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size main, .-main
.globl threadbag
.bss
.align 8
.type threadbag, @object
.size threadbag, 8
threadbag:
.zero 8
.globl stderr
.align 4
.type stderr, @object
.size stderr, 4
stderr:
.zero 4
.globl Win32thread
.align 4
.type Win32thread, @object
.size Win32thread, 4
Win32thread:
.zero 4
.globl TRUE
.align 8
.type TRUE, @object
.size TRUE, 8
TRUE:
.zero 8
.globl PTHREAD_CANCELED
.align 8
.type PTHREAD_CANCELED, @object
.size PTHREAD_CANCELED, 8
PTHREAD_CANCELED:
.zero 8
.globl NUMTHREADS
.align 4
.type NUMTHREADS, @object
.size NUMTHREADS, 4
NUMTHREADS:
.zero 4
.globl ESRCH
.align 8
.type ESRCH, @object
.size ESRCH, 8
ESRCH:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _pci_docfgregread
_pci_docfgregread:
LFB0:
; Anghabench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:28: if (cfgmech == CFGMECH_PCIE &&
adrp x5, _cfgmech@PAGE ; tmp115,
ldr x6, [x5, #_cfgmech@PAGEOFF] ; cfgmech, cfgmech
adrp x5, _CFGMECH_PCIE@PAGE ; tmp117,
ldr x5, [x5, #_CFGMECH_PCIE@PAGEOFF] ; CFGMECH_PCIE, CFGMECH_PCIE
cmp x6, x5 ; cfgmech, CFGMECH_PCIE
bne L2 ;,
; Anghabench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:29: (bus >= pcie_minbus && bus <= pcie_maxbus) &&
adrp x5, _pcie_minbus@PAGE ; tmp121,
; Anghabench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:28: if (cfgmech == CFGMECH_PCIE &&
ldr w5, [x5, #_pcie_minbus@PAGEOFF] ;, pcie_minbus
cmp w5, w0 ; pcie_minbus, bus
bgt L2 ;,
; Anghabench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:29: (bus >= pcie_minbus && bus <= pcie_maxbus) &&
adrp x5, _pcie_maxbus@PAGE ; tmp124,
; Anghabench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:29: (bus >= pcie_minbus && bus <= pcie_maxbus) &&
ldr w5, [x5, #_pcie_maxbus@PAGEOFF] ;, pcie_maxbus
cmp w5, w0 ; pcie_maxbus, bus
blt L2 ;,
; Anghabench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:29: (bus >= pcie_minbus && bus <= pcie_maxbus) &&
cbnz w0, L3 ; bus,
; Anghabench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:30: (bus != 0 || !(1 << slot & pcie_badslots)))
adrp x5, _pcie_badslots@PAGE ; tmp127,
ldr w5, [x5, #_pcie_badslots@PAGEOFF] ;, pcie_badslots
asr w5, w5, w1 ; _6, pcie_badslots, slot
; Anghabench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:30: (bus != 0 || !(1 << slot & pcie_badslots)))
tbnz x5, 0, L2 ; _6,,
L3:
; Anghabench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:31: return (pciereg_cfgread(bus, slot, func, reg, bytes));
b _pciereg_cfgread ;
.p2align 2,,3
L2:
; Anghabench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:33: return (pcireg_cfgread(bus, slot, func, reg, bytes));
b _pcireg_cfgread ;
LFE0:
.globl _pcie_minbus
.zerofill __DATA,__common,_pcie_minbus,4,2
.globl _pcie_maxbus
.zerofill __DATA,__common,_pcie_maxbus,4,2
.globl _pcie_badslots
.zerofill __DATA,__common,_pcie_badslots,4,2
.globl _cfgmech
.zerofill __DATA,__common,_cfgmech,8,3
.globl _CFGMECH_PCIE
.zerofill __DATA,__common,_CFGMECH_PCIE,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_pci_cfgreg.c_pci_docfgregread.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type pci_docfgregread, @function
pci_docfgregread:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:28: if (cfgmech == CFGMECH_PCIE &&
movq CFGMECH_PCIE(%rip), %rax # CFGMECH_PCIE, tmp106
cmpq %rax, cfgmech(%rip) # tmp106, cfgmech
jne .L2 #,
# AnghaBench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:28: if (cfgmech == CFGMECH_PCIE &&
cmpl %edi, pcie_minbus(%rip) # bus, pcie_minbus
jg .L2 #,
# AnghaBench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:29: (bus >= pcie_minbus && bus <= pcie_maxbus) &&
cmpl %edi, pcie_maxbus(%rip) # bus, pcie_maxbus
jl .L2 #,
# AnghaBench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:29: (bus >= pcie_minbus && bus <= pcie_maxbus) &&
testl %edi, %edi # bus
jne .L3 #,
# AnghaBench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:30: (bus != 0 || !(1 << slot & pcie_badslots)))
movl pcie_badslots(%rip), %eax # pcie_badslots, tmp107
btl %esi, %eax # slot, tmp107
jc .L2 #,
.L3:
# AnghaBench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:31: return (pciereg_cfgread(bus, slot, func, reg, bytes));
jmp pciereg_cfgread@PLT #
.p2align 4,,10
.p2align 3
.L2:
# AnghaBench/freebsd/sys/i386/pci/extr_pci_cfgreg.c_pci_docfgregread.c:33: return (pcireg_cfgread(bus, slot, func, reg, bytes));
jmp pcireg_cfgread@PLT #
.cfi_endproc
.LFE0:
.size pci_docfgregread, .-pci_docfgregread
.globl pcie_minbus
.bss
.align 4
.type pcie_minbus, @object
.size pcie_minbus, 4
pcie_minbus:
.zero 4
.globl pcie_maxbus
.align 4
.type pcie_maxbus, @object
.size pcie_maxbus, 4
pcie_maxbus:
.zero 4
.globl pcie_badslots
.align 4
.type pcie_badslots, @object
.size pcie_badslots, 4
pcie_badslots:
.zero 4
.globl cfgmech
.align 8
.type cfgmech, @object
.size cfgmech, 8
cfgmech:
.zero 8
.globl CFGMECH_PCIE
.align 8
.type CFGMECH_PCIE, @object
.size CFGMECH_PCIE, 8
CFGMECH_PCIE:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "MIPI: DPI FIFO was never cleared\12\0"
.text
.align 2
.p2align 5,,15
.no_dead_strip _mdfld_wait_for_DPI_CTRL_FIFO
_mdfld_wait_for_DPI_CTRL_FIFO:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov w0, w1 ; pipe, pipe
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:26: int timeout = 0;
mov w19, 0 ; timeout,
adrp x20, _DPI_FIFO_EMPTY@PAGE ; tmp114,
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:24: {
stp x21, x22, [sp, 32] ;,,
LCFI3:
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:31: while ((timeout < 20000) && ((REG_READ(gen_fifo_stat_reg) &
mov w22, 20000 ; tmp116,
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:25: u32 gen_fifo_stat_reg = MIPI_GEN_FIFO_STAT_REG(pipe);
bl _MIPI_GEN_FIFO_STAT_REG ;
mov w21, w0 ; gen_fifo_stat_reg,
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:28: udelay(500);
mov w0, 500 ;,
bl _udelay ;
b L2 ;
.p2align 2,,3
L4:
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:33: udelay(100);
mov w0, 100 ;,
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:34: timeout++;
add w19, w19, 1 ; timeout, timeout,
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:33: udelay(100);
bl _udelay ;
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:31: while ((timeout < 20000) && ((REG_READ(gen_fifo_stat_reg) &
cmp w19, w22 ; timeout, tmp116
beq L3 ;,
L2:
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:31: while ((timeout < 20000) && ((REG_READ(gen_fifo_stat_reg) &
mov w0, w21 ;, gen_fifo_stat_reg
bl _REG_READ ;
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:31: while ((timeout < 20000) && ((REG_READ(gen_fifo_stat_reg) &
ldr w1, [x20, #_DPI_FIFO_EMPTY@PAGEOFF] ;, DPI_FIFO_EMPTY
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:31: while ((timeout < 20000) && ((REG_READ(gen_fifo_stat_reg) &
bics wzr, w1, w0 ; DPI_FIFO_EMPTY.0_2, _1
bne L4 ;,
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:39: }
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI4:
ret
.p2align 2,,3
L3:
LCFI5:
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:38: DRM_ERROR("MIPI: DPI FIFO was never cleared\n");
adrp x0, lC0@PAGE ; tmp113,
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:39: }
ldp x19, x20, [sp, 16] ;,,
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:38: DRM_ERROR("MIPI: DPI FIFO was never cleared\n");
add x0, x0, lC0@PAGEOFF; ;, tmp113,
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:39: }
ldp x21, x22, [sp, 32] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI6:
; Anghabench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:38: DRM_ERROR("MIPI: DPI FIFO was never cleared\n");
b _DRM_ERROR ;
LFE0:
.globl _DPI_FIFO_EMPTY
.zerofill __DATA,__common,_DPI_FIFO_EMPTY,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x2
.byte 0x96
.uleb128 0x1
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xb
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.8,"aMS",@progbits,1
.align 8
.LC0:
.string "MIPI: DPI FIFO was never cleared\n"
.text
.p2align 4
.type mdfld_wait_for_DPI_CTRL_FIFO, @function
mdfld_wait_for_DPI_CTRL_FIFO:
.LFB0:
.cfi_startproc
endbr64
pushq %rbp #
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movl %esi, %edi # tmp91, pipe
pushq %rbx #
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:28: udelay(500);
movl $20000, %ebx #, ivtmp_22
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:24: {
subq $8, %rsp #,
.cfi_def_cfa_offset 32
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:25: u32 gen_fifo_stat_reg = MIPI_GEN_FIFO_STAT_REG(pipe);
call MIPI_GEN_FIFO_STAT_REG@PLT #
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:28: udelay(500);
movl $500, %edi #,
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:25: u32 gen_fifo_stat_reg = MIPI_GEN_FIFO_STAT_REG(pipe);
movl %eax, %ebp # tmp92, gen_fifo_stat_reg
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:28: udelay(500);
call udelay@PLT #
jmp .L2 #
.p2align 4,,10
.p2align 3
.L4:
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:33: udelay(100);
movl $100, %edi #,
call udelay@PLT #
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:31: while ((timeout < 20000) && ((REG_READ(gen_fifo_stat_reg) &
subl $1, %ebx #, ivtmp_22
je .L3 #,
.L2:
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:31: while ((timeout < 20000) && ((REG_READ(gen_fifo_stat_reg) &
movl %ebp, %edi # gen_fifo_stat_reg,
call REG_READ@PLT #
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:31: while ((timeout < 20000) && ((REG_READ(gen_fifo_stat_reg) &
movl DPI_FIFO_EMPTY(%rip), %edx # DPI_FIFO_EMPTY, DPI_FIFO_EMPTY.0_2
andl %edx, %eax # DPI_FIFO_EMPTY.0_2, tmp89
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:31: while ((timeout < 20000) && ((REG_READ(gen_fifo_stat_reg) &
cmpl %eax, %edx # tmp89, DPI_FIFO_EMPTY.0_2
jne .L4 #,
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:39: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 24
popq %rbx #
.cfi_def_cfa_offset 16
popq %rbp #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L3:
.cfi_restore_state
addq $8, %rsp #,
.cfi_def_cfa_offset 24
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:38: DRM_ERROR("MIPI: DPI FIFO was never cleared\n");
leaq .LC0(%rip), %rdi #, tmp90
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:39: }
popq %rbx #
.cfi_def_cfa_offset 16
popq %rbp #
.cfi_def_cfa_offset 8
# AnghaBench/linux/drivers/gpu/drm/gma500/extr_mdfld_dsi_dpi.c_mdfld_wait_for_DPI_CTRL_FIFO.c:38: DRM_ERROR("MIPI: DPI FIFO was never cleared\n");
jmp DRM_ERROR@PLT #
.cfi_endproc
.LFE0:
.size mdfld_wait_for_DPI_CTRL_FIFO, .-mdfld_wait_for_DPI_CTRL_FIFO
.globl DPI_FIFO_EMPTY
.bss
.align 4
.type DPI_FIFO_EMPTY, @object
.size DPI_FIFO_EMPTY, 4
DPI_FIFO_EMPTY:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
mongoose/test/extr_unit_test.c_test_timer.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "awful.sad:1234\0"
.text
.align 2
.p2align 5,,15
.no_dead_strip _test_timer
_test_timer:
LFB0:
stp x29, x30, [sp, -96]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:40: mg_mgr_init(&m, NULL);
mov x1, 0 ;,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:34: __attribute__((used)) static const char *test_timer(void) {
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:40: mg_mgr_init(&m, NULL);
add x0, x29, 88 ;,,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:34: __attribute__((used)) static const char *test_timer(void) {
stp x19, x20, [sp, 16] ;,,
stp x21, x22, [sp, 32] ;,,
LCFI2:
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:42: c->user_data = &n;
add x22, x29, 92 ; tmp189,,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:34: __attribute__((used)) static const char *test_timer(void) {
str x23, [sp, 48] ;,
LCFI3:
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:41: ASSERT((c = mg_add_sock(&m, INVALID_SOCKET, ev_timer_handler)) != NULL);
adrp x23, _ev_timer_handler@PAGE ; tmp190,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:34: __attribute__((used)) static const char *test_timer(void) {
str d15, [sp, 56] ;,
LCFI4:
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:38: int n = 0, i;
str wzr, [x29, 92] ;, n
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:40: mg_mgr_init(&m, NULL);
bl _mg_mgr_init ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:41: ASSERT((c = mg_add_sock(&m, INVALID_SOCKET, ev_timer_handler)) != NULL);
adrp x0, _INVALID_SOCKET@PAGE ; tmp139,
ldr w2, [x23, #_ev_timer_handler@PAGEOFF] ;, ev_timer_handler
ldr w1, [x0, #_INVALID_SOCKET@PAGEOFF] ;, INVALID_SOCKET
add x0, x29, 88 ;,,
bl _mg_add_sock ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:41: ASSERT((c = mg_add_sock(&m, INVALID_SOCKET, ev_timer_handler)) != NULL);
cmp x0, 0 ; c,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:41: ASSERT((c = mg_add_sock(&m, INVALID_SOCKET, ev_timer_handler)) != NULL);
mov x21, x0 ; c, c
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:41: ASSERT((c = mg_add_sock(&m, INVALID_SOCKET, ev_timer_handler)) != NULL);
cset w0, ne ;,
bl _ASSERT ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:45: mg_mgr_poll(&m, 1);
mov w1, 1 ;,
add x0, x29, 88 ;,,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:42: c->user_data = &n;
str x22, [x21] ; tmp189, c_30->user_data
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:45: mg_mgr_poll(&m, 1);
bl _mg_mgr_poll ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:46: ASSERT_EQ(n, 0);
mov w1, 0 ;,
ldr w0, [x29, 92] ;, n
bl _ASSERT_EQ ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:52: ASSERT_EQ(mg_set_timer(c, mg_time() + 0.1), 0.0);
bl _mg_time ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:52: ASSERT_EQ(mg_set_timer(c, mg_time() + 0.1), 0.0);
adrp x0, lC1@PAGE ; tmp198,
ldr d31, [x0, #lC1@PAGEOFF] ; tmp148,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:52: ASSERT_EQ(mg_set_timer(c, mg_time() + 0.1), 0.0);
mov x0, x21 ;, c
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:52: ASSERT_EQ(mg_set_timer(c, mg_time() + 0.1), 0.0);
fadd d0, d0, d31 ; _7, _6, tmp148
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:52: ASSERT_EQ(mg_set_timer(c, mg_time() + 0.1), 0.0);
fcvtzs w1, d0 ;, _7
bl _mg_set_timer ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:52: ASSERT_EQ(mg_set_timer(c, mg_time() + 0.1), 0.0);
mov w1, 0 ;,
bl _ASSERT_EQ ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:53: begin = mg_time();
bl _mg_time ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:58: for (i = 0; n != 1 && i < 5; i++) {
ldr w0, [x29, 92] ;, n
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:53: begin = mg_time();
fmov d15, d0 ; begin,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:58: for (i = 0; n != 1 && i < 5; i++) {
cmp w0, 1 ; n,
beq L2 ;,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:58: for (i = 0; n != 1 && i < 5; i++) {
mov w20, 0 ; i,
L3:
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:59: mg_mgr_poll(&m, 1000);
mov w1, 1000 ;,
add x0, x29, 88 ;,,
bl _mg_mgr_poll ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:58: for (i = 0; n != 1 && i < 5; i++) {
ldr w0, [x29, 92] ;, n
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:58: for (i = 0; n != 1 && i < 5; i++) {
add w20, w20, 1 ; i, i,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:58: for (i = 0; n != 1 && i < 5; i++) {
cmp w0, 1 ; n,
ccmp w20, 5, 4, ne ; i,,,
bne L3 ;,
L2:
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:61: end = mg_time();
bl _mg_time ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:62: ASSERT_EQ(n, 1);
mov w1, 1 ;,
ldr w0, [x29, 92] ;, n
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:61: end = mg_time();
str d0, [x29, 72] ; end, %sfp
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:62: ASSERT_EQ(n, 1);
bl _ASSERT_EQ ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:63: ASSERT_LT(end - begin, 0.9);
ldr d0, [x29, 72] ; end, %sfp
adrp x0, lC2@PAGE ; tmp200,
ldr d1, [x0, #lC2@PAGEOFF] ;,
fsub d0, d0, d15 ; _12, end, begin
str d0, [x29, 72] ; _12, %sfp
bl _ASSERT_LT ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:64: ASSERT_GT(end - begin, 0.09);
adrp x0, lC3@PAGE ; tmp201,
ldr d0, [x29, 72] ; _12, %sfp
ldr d1, [x0, #lC3@PAGEOFF] ;,
bl _ASSERT_GT ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:67: ASSERT_EQ(c->ev_timer_time, 0.0);
ldr w0, [x21, 8] ;, c_30->ev_timer_time
mov w1, 0 ;,
bl _ASSERT_EQ ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:68: mg_mgr_poll(&m, 1);
mov w1, 1 ;,
add x0, x29, 88 ;,,
bl _mg_mgr_poll ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:69: ASSERT_EQ(n, 1);
ldr w0, [x29, 92] ;, n
mov w1, 1 ;,
bl _ASSERT_EQ ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:71: c->flags |= MG_F_CLOSE_IMMEDIATELY;
adrp x1, _MG_F_CLOSE_IMMEDIATELY@PAGE ; tmp165,
ldr w0, [x21, 12] ;, c_30->flags
ldr w1, [x1, #_MG_F_CLOSE_IMMEDIATELY@PAGEOFF] ;, MG_F_CLOSE_IMMEDIATELY
orr w0, w0, w1 ; _17, c_30->flags, MG_F_CLOSE_IMMEDIATELY
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:72: mg_mgr_poll(&m, 1);
mov w1, 1 ;,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:71: c->flags |= MG_F_CLOSE_IMMEDIATELY;
str w0, [x21, 12] ; _17, c_30->flags
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:72: mg_mgr_poll(&m, 1);
add x0, x29, 88 ;,,
bl _mg_mgr_poll ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:73: ASSERT_EQ(n, 101);
ldr w0, [x29, 92] ;, n
mov w1, 101 ;,
bl _ASSERT_EQ ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:77: ASSERT((c = mg_connect(&m, "awful.sad:1234", ev_timer_handler)) != NULL);
ldr w2, [x23, #_ev_timer_handler@PAGEOFF] ;, ev_timer_handler
adrp x1, lC0@PAGE ; tmp175,
add x0, x29, 88 ;,,
add x1, x1, lC0@PAGEOFF; ;, tmp175,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:76: n = 0;
str wzr, [x29, 92] ;, n
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:77: ASSERT((c = mg_connect(&m, "awful.sad:1234", ev_timer_handler)) != NULL);
bl _mg_connect ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:77: ASSERT((c = mg_connect(&m, "awful.sad:1234", ev_timer_handler)) != NULL);
cmp x0, 0 ; c,
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:77: ASSERT((c = mg_connect(&m, "awful.sad:1234", ev_timer_handler)) != NULL);
mov x20, x0 ; c, c
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:77: ASSERT((c = mg_connect(&m, "awful.sad:1234", ev_timer_handler)) != NULL);
cset w0, ne ;,
bl _ASSERT ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:79: mg_set_timer(c, 1);
mov w1, 1 ;,
mov x0, x20 ;, c
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:78: c->user_data = &n;
str x22, [x20] ; tmp189, c_55->user_data
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:79: mg_set_timer(c, 1);
bl _mg_set_timer ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:80: poll_until(&m, 1, c_int_eq, &n, (void *) 101);
adrp x0, _c_int_eq@PAGE ; tmp182,
mov x3, x22 ;, tmp189
ldr w2, [x0, #_c_int_eq@PAGEOFF] ;, c_int_eq
mov x4, 101 ;,
mov w1, 1 ;,
add x0, x29, 88 ;,,
bl _poll_until ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:81: ASSERT_EQ(n, 101);
mov w1, 101 ;,
ldr w0, [x29, 92] ;, n
bl _ASSERT_EQ ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:83: mg_mgr_free(&m);
add x0, x29, 88 ;,,
bl _mg_mgr_free ;
; Anghabench/mongoose/test/extr_unit_test.c_test_timer.c:86: }
ldr x23, [sp, 48] ;,
mov x0, 0 ;,
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldr d15, [sp, 56] ;,
ldp x29, x30, [sp], 96 ;,,,
LCFI5:
ret
LFE0:
.globl _ev_timer_handler
.zerofill __DATA,__common,_ev_timer_handler,4,2
.globl _c_int_eq
.zerofill __DATA,__common,_c_int_eq,4,2
.globl _MG_F_CLOSE_IMMEDIATELY
.zerofill __DATA,__common,_MG_F_CLOSE_IMMEDIATELY,4,2
.globl _INVALID_SOCKET
.zerofill __DATA,__common,_INVALID_SOCKET,4,2
.literal8
.align 3
lC1:
.word -1717986918
.word 1069128089
.align 3
lC2:
.word -858993459
.word 1072483532
.align 3
lC3:
.word 1889785610
.word 1068960317
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x60
.byte 0x9d
.uleb128 0xc
.byte 0x9e
.uleb128 0xb
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0xa
.byte 0x94
.uleb128 0x9
.byte 0x95
.uleb128 0x8
.byte 0x96
.uleb128 0x7
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x97
.uleb128 0x6
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x5
.uleb128 0x4f
.uleb128 0x5
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0x6
.uleb128 0x4f
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_unit_test.c_test_timer.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC3:
.string "awful.sad:1234"
.text
.p2align 4
.type test_timer, @function
test_timer:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:40: mg_mgr_init(&m, NULL);
xorl %esi, %esi #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:34: __attribute__((used)) static const char *test_timer(void) {
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
pushq %rbx #
.cfi_def_cfa_offset 40
.cfi_offset 3, -40
subq $40, %rsp #,
.cfi_def_cfa_offset 80
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:34: __attribute__((used)) static const char *test_timer(void) {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp163
movq %rax, 24(%rsp) # tmp163, D.2022
xorl %eax, %eax # tmp163
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:40: mg_mgr_init(&m, NULL);
leaq 16(%rsp), %rbp #, tmp156
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:38: int n = 0, i;
movl $0, 20(%rsp) #, n
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:42: c->user_data = &n;
leaq 20(%rsp), %r13 #, tmp155
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:40: mg_mgr_init(&m, NULL);
movq %rbp, %rdi # tmp156,
call mg_mgr_init@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:41: ASSERT((c = mg_add_sock(&m, INVALID_SOCKET, ev_timer_handler)) != NULL);
movl ev_timer_handler(%rip), %edx # ev_timer_handler,
movl INVALID_SOCKET(%rip), %esi # INVALID_SOCKET,
movq %rbp, %rdi # tmp156,
call mg_add_sock@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:41: ASSERT((c = mg_add_sock(&m, INVALID_SOCKET, ev_timer_handler)) != NULL);
xorl %edi, %edi # tmp120
testq %rax, %rax # c
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:41: ASSERT((c = mg_add_sock(&m, INVALID_SOCKET, ev_timer_handler)) != NULL);
movq %rax, %r12 # tmp157, c
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:41: ASSERT((c = mg_add_sock(&m, INVALID_SOCKET, ev_timer_handler)) != NULL);
setne %dil #, tmp120
call ASSERT@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:42: c->user_data = &n;
movq %r13, (%r12) # tmp155, c_30->user_data
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:45: mg_mgr_poll(&m, 1);
movl $1, %esi #,
movq %rbp, %rdi # tmp156,
call mg_mgr_poll@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:46: ASSERT_EQ(n, 0);
movl 20(%rsp), %edi # n,
xorl %esi, %esi #
call ASSERT_EQ@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:52: ASSERT_EQ(mg_set_timer(c, mg_time() + 0.1), 0.0);
xorl %eax, %eax #
call mg_time@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:52: ASSERT_EQ(mg_set_timer(c, mg_time() + 0.1), 0.0);
addsd .LC0(%rip), %xmm0 #, tmp125
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:52: ASSERT_EQ(mg_set_timer(c, mg_time() + 0.1), 0.0);
movq %r12, %rdi # c,
cvttsd2sil %xmm0, %esi # tmp125, tmp127
call mg_set_timer@PLT #
xorl %esi, %esi #
movl %eax, %edi # tmp159, _9
call ASSERT_EQ@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:53: begin = mg_time();
xorl %eax, %eax #
call mg_time@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:58: for (i = 0; n != 1 && i < 5; i++) {
cmpl $1, 20(%rsp) #, n
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:53: begin = mg_time();
movsd %xmm0, (%rsp) # tmp160, %sfp
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:58: for (i = 0; n != 1 && i < 5; i++) {
je .L2 #,
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:58: for (i = 0; n != 1 && i < 5; i++) {
xorl %ebx, %ebx # i
.L3:
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:59: mg_mgr_poll(&m, 1000);
movl $1000, %esi #,
movq %rbp, %rdi # tmp156,
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:58: for (i = 0; n != 1 && i < 5; i++) {
addl $1, %ebx #, i
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:59: mg_mgr_poll(&m, 1000);
call mg_mgr_poll@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:58: for (i = 0; n != 1 && i < 5; i++) {
cmpl $1, 20(%rsp) #, n
je .L2 #,
cmpl $5, %ebx #, i
jne .L3 #,
.L2:
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:61: end = mg_time();
xorl %eax, %eax #
call mg_time@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:62: ASSERT_EQ(n, 1);
movl 20(%rsp), %edi # n,
movl $1, %esi #,
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:61: end = mg_time();
movsd %xmm0, 8(%rsp) # end, %sfp
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:62: ASSERT_EQ(n, 1);
call ASSERT_EQ@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:63: ASSERT_LT(end - begin, 0.9);
movsd 8(%rsp), %xmm0 # %sfp, end
subsd (%rsp), %xmm0 # %sfp, _12
movsd .LC1(%rip), %xmm1 #,
movsd %xmm0, (%rsp) # _12, %sfp
call ASSERT_LT@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:64: ASSERT_GT(end - begin, 0.09);
movsd .LC2(%rip), %xmm1 #,
movsd (%rsp), %xmm0 # %sfp, _12
call ASSERT_GT@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:67: ASSERT_EQ(c->ev_timer_time, 0.0);
movl 8(%r12), %edi # c_30->ev_timer_time, c_30->ev_timer_time
xorl %esi, %esi #
call ASSERT_EQ@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:68: mg_mgr_poll(&m, 1);
movl $1, %esi #,
movq %rbp, %rdi # tmp156,
call mg_mgr_poll@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:69: ASSERT_EQ(n, 1);
movl 20(%rsp), %edi # n,
movl $1, %esi #,
call ASSERT_EQ@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:71: c->flags |= MG_F_CLOSE_IMMEDIATELY;
movl MG_F_CLOSE_IMMEDIATELY(%rip), %eax # MG_F_CLOSE_IMMEDIATELY, MG_F_CLOSE_IMMEDIATELY
orl %eax, 12(%r12) # MG_F_CLOSE_IMMEDIATELY, c_30->flags
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:72: mg_mgr_poll(&m, 1);
movq %rbp, %rdi # tmp156,
movl $1, %esi #,
call mg_mgr_poll@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:73: ASSERT_EQ(n, 101);
movl 20(%rsp), %edi # n,
movl $101, %esi #,
call ASSERT_EQ@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:77: ASSERT((c = mg_connect(&m, "awful.sad:1234", ev_timer_handler)) != NULL);
movl ev_timer_handler(%rip), %edx # ev_timer_handler,
movq %rbp, %rdi # tmp156,
leaq .LC3(%rip), %rsi #, tmp144
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:76: n = 0;
movl $0, 20(%rsp) #, n
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:77: ASSERT((c = mg_connect(&m, "awful.sad:1234", ev_timer_handler)) != NULL);
call mg_connect@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:77: ASSERT((c = mg_connect(&m, "awful.sad:1234", ev_timer_handler)) != NULL);
xorl %edi, %edi # tmp145
testq %rax, %rax # c
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:77: ASSERT((c = mg_connect(&m, "awful.sad:1234", ev_timer_handler)) != NULL);
movq %rax, %r12 # tmp162, c
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:77: ASSERT((c = mg_connect(&m, "awful.sad:1234", ev_timer_handler)) != NULL);
setne %dil #, tmp145
call ASSERT@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:78: c->user_data = &n;
movq %r13, (%r12) # tmp155, c_55->user_data
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:79: mg_set_timer(c, 1);
movl $1, %esi #,
movq %r12, %rdi # c,
call mg_set_timer@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:80: poll_until(&m, 1, c_int_eq, &n, (void *) 101);
movq %r13, %rcx # tmp155,
movl $1, %esi #,
movq %rbp, %rdi # tmp156,
movl c_int_eq(%rip), %edx # c_int_eq,
movl $101, %r8d #,
call poll_until@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:81: ASSERT_EQ(n, 101);
movl 20(%rsp), %edi # n,
movl $101, %esi #,
call ASSERT_EQ@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:83: mg_mgr_free(&m);
movq %rbp, %rdi # tmp156,
call mg_mgr_free@PLT #
# AnghaBench/mongoose/test/extr_unit_test.c_test_timer.c:86: }
movq 24(%rsp), %rax # D.2022, tmp164
subq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp164
jne .L12 #,
addq $40, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 40
xorl %eax, %eax #
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.L12:
.cfi_restore_state
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size test_timer, .-test_timer
.globl ev_timer_handler
.bss
.align 4
.type ev_timer_handler, @object
.size ev_timer_handler, 4
ev_timer_handler:
.zero 4
.globl c_int_eq
.align 4
.type c_int_eq, @object
.size c_int_eq, 4
c_int_eq:
.zero 4
.globl MG_F_CLOSE_IMMEDIATELY
.align 4
.type MG_F_CLOSE_IMMEDIATELY, @object
.size MG_F_CLOSE_IMMEDIATELY, 4
MG_F_CLOSE_IMMEDIATELY:
.zero 4
.globl INVALID_SOCKET
.align 4
.type INVALID_SOCKET, @object
.size INVALID_SOCKET, 4
INVALID_SOCKET:
.zero 4
.section .rodata.cst8,"aM",@progbits,8
.align 8
.LC0:
.long -1717986918
.long 1069128089
.align 8
.LC1:
.long -858993459
.long 1072483532
.align 8
.LC2:
.long 1889785610
.long 1068960317
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/arch/ia64/kernel/extr_smp.c_setup_profiling_timer.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _setup_profiling_timer
_setup_profiling_timer:
LFB0:
; Anghabench/linux/arch/ia64/kernel/extr_smp.c_setup_profiling_timer.c:20: return -EINVAL;
adrp x0, _EINVAL@PAGE ; tmp106,
ldr w0, [x0, #_EINVAL@PAGEOFF] ;, EINVAL
; Anghabench/linux/arch/ia64/kernel/extr_smp.c_setup_profiling_timer.c:21: }
neg w0, w0 ;, EINVAL
ret
LFE0:
.globl _EINVAL
.zerofill __DATA,__common,_EINVAL,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_smp.c_setup_profiling_timer.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl setup_profiling_timer
.type setup_profiling_timer, @function
setup_profiling_timer:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/linux/arch/ia64/kernel/extr_smp.c_setup_profiling_timer.c:20: return -EINVAL;
movl EINVAL(%rip), %eax # EINVAL, tmp85
negl %eax # tmp85
# AnghaBench/linux/arch/ia64/kernel/extr_smp.c_setup_profiling_timer.c:21: }
ret
.cfi_endproc
.LFE0:
.size setup_profiling_timer, .-setup_profiling_timer
.globl EINVAL
.bss
.align 4
.type EINVAL, @object
.size EINVAL, 4
EINVAL:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _ar9003_hw_thermometer_apply
_ar9003_hw_thermometer_apply:
LFB0:
stp x29, x30, [sp, -64]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x19, x0 ; ah, ah
stp x21, x22, [sp, 32] ;,,
LCFI3:
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:33: REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4,
adrp x22, _AR_PHY_65NM_CH0_RXTX4@PAGE ; tmp184,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:28: {
stp x23, x24, [sp, 48] ;,,
LCFI4:
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:33: REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4,
adrp x23, _AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR@PAGE ; tmp185,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:30: int thermometer = ar9003_hw_get_thermometer(ah);
bl _ar9003_hw_get_thermometer ;
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:31: u8 therm_on = (thermometer < 0) ? 0 : 1;
mvn w20, w0 ; tmp136, thermometer
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:33: REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4,
ldr w2, [x23, #_AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR@PAGEOFF] ;, AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:30: int thermometer = ar9003_hw_get_thermometer(ah);
mov w21, w0 ; thermometer,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:31: u8 therm_on = (thermometer < 0) ? 0 : 1;
lsr w20, w20, 31 ; therm_on, tmp136,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:33: REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4,
mov x0, x19 ;, ah
ldr w1, [x22, #_AR_PHY_65NM_CH0_RXTX4@PAGEOFF] ;, AR_PHY_65NM_CH0_RXTX4
mov w3, w20 ;, therm_on
bl _REG_RMW_FIELD ;
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:35: if (pCap->chip_chainmask & BIT(1))
ldr w24, [x19] ;, MEM[(struct ath9k_hw_capabilities *)ah_33(D)].chip_chainmask
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:35: if (pCap->chip_chainmask & BIT(1))
mov w0, 1 ;,
bl _BIT ;
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:35: if (pCap->chip_chainmask & BIT(1))
tst w24, w0 ; _4, _5
bne L17 ;,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:38: if (pCap->chip_chainmask & BIT(2))
ldr w24, [x19] ;, MEM[(struct ath9k_hw_capabilities *)ah_33(D)].chip_chainmask
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:38: if (pCap->chip_chainmask & BIT(2))
mov w0, 2 ;,
bl _BIT ;
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:38: if (pCap->chip_chainmask & BIT(2))
tst w24, w0 ; _9, _10
bne L18 ;,
L3:
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:43: REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4,
adrp x20, _AR_PHY_65NM_CH0_RXTX4_THERM_ON@PAGE ; tmp183,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:42: therm_on = thermometer == 0;
cmp w21, 0 ; thermometer,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:43: REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4,
ldr w1, [x22, #_AR_PHY_65NM_CH0_RXTX4@PAGEOFF] ;, AR_PHY_65NM_CH0_RXTX4
mov x0, x19 ;, ah
cset w3, eq ;,
ldr w2, [x20, #_AR_PHY_65NM_CH0_RXTX4_THERM_ON@PAGEOFF] ;, AR_PHY_65NM_CH0_RXTX4_THERM_ON
bl _REG_RMW_FIELD ;
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:45: if (pCap->chip_chainmask & BIT(1)) {
ldr w22, [x19] ;, MEM[(struct ath9k_hw_capabilities *)ah_33(D)].chip_chainmask
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:45: if (pCap->chip_chainmask & BIT(1)) {
mov w0, 1 ;,
bl _BIT ;
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:45: if (pCap->chip_chainmask & BIT(1)) {
tst w22, w0 ; _17, _18
bne L19 ;,
L4:
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:50: if (pCap->chip_chainmask & BIT(2)) {
ldr w22, [x19] ;, MEM[(struct ath9k_hw_capabilities *)ah_33(D)].chip_chainmask
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:50: if (pCap->chip_chainmask & BIT(2)) {
mov w0, 2 ;,
bl _BIT ;
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:50: if (pCap->chip_chainmask & BIT(2)) {
tst w22, w0 ; _23, _24
bne L20 ;,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:55: }
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x23, x24, [sp, 48] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI5:
ret
.p2align 2,,3
L17:
LCFI6:
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:36: REG_RMW_FIELD(ah, AR_PHY_65NM_CH1_RXTX4,
adrp x0, _AR_PHY_65NM_CH1_RXTX4@PAGE ; tmp148,
ldr w2, [x23, #_AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR@PAGEOFF] ;, AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR
mov w3, w20 ;, therm_on
ldr w1, [x0, #_AR_PHY_65NM_CH1_RXTX4@PAGEOFF] ;, AR_PHY_65NM_CH1_RXTX4
mov x0, x19 ;, ah
bl _REG_RMW_FIELD ;
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:38: if (pCap->chip_chainmask & BIT(2))
ldr w24, [x19] ;, MEM[(struct ath9k_hw_capabilities *)ah_33(D)].chip_chainmask
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:38: if (pCap->chip_chainmask & BIT(2))
mov w0, 2 ;,
bl _BIT ;
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:38: if (pCap->chip_chainmask & BIT(2))
tst w24, w0 ; _9, _10
beq L3 ;,
L18:
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:39: REG_RMW_FIELD(ah, AR_PHY_65NM_CH2_RXTX4,
adrp x0, _AR_PHY_65NM_CH2_RXTX4@PAGE ; tmp155,
ldr w2, [x23, #_AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR@PAGEOFF] ;, AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR
mov w3, w20 ;, therm_on
ldr w1, [x0, #_AR_PHY_65NM_CH2_RXTX4@PAGEOFF] ;, AR_PHY_65NM_CH2_RXTX4
mov x0, x19 ;, ah
bl _REG_RMW_FIELD ;
b L3 ;
.p2align 2,,3
L20:
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:52: REG_RMW_FIELD(ah, AR_PHY_65NM_CH2_RXTX4,
adrp x0, _AR_PHY_65NM_CH2_RXTX4@PAGE ; tmp181,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:51: therm_on = thermometer == 2;
cmp w21, 2 ; thermometer,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:52: REG_RMW_FIELD(ah, AR_PHY_65NM_CH2_RXTX4,
ldr w2, [x20, #_AR_PHY_65NM_CH0_RXTX4_THERM_ON@PAGEOFF] ;, AR_PHY_65NM_CH0_RXTX4_THERM_ON
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:55: }
ldp x21, x22, [sp, 32] ;,,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:52: REG_RMW_FIELD(ah, AR_PHY_65NM_CH2_RXTX4,
cset w3, eq ;,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:55: }
ldp x23, x24, [sp, 48] ;,,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:52: REG_RMW_FIELD(ah, AR_PHY_65NM_CH2_RXTX4,
ldr w1, [x0, #_AR_PHY_65NM_CH2_RXTX4@PAGEOFF] ;, AR_PHY_65NM_CH2_RXTX4
mov x0, x19 ;, ah
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:55: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI7:
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:52: REG_RMW_FIELD(ah, AR_PHY_65NM_CH2_RXTX4,
b _REG_RMW_FIELD ;
.p2align 2,,3
L19:
LCFI8:
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:47: REG_RMW_FIELD(ah, AR_PHY_65NM_CH1_RXTX4,
adrp x0, _AR_PHY_65NM_CH1_RXTX4@PAGE ; tmp172,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:46: therm_on = thermometer == 1;
cmp w21, 1 ; thermometer,
; Anghabench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:47: REG_RMW_FIELD(ah, AR_PHY_65NM_CH1_RXTX4,
ldr w2, [x20, #_AR_PHY_65NM_CH0_RXTX4_THERM_ON@PAGEOFF] ;, AR_PHY_65NM_CH0_RXTX4_THERM_ON
cset w3, eq ;,
ldr w1, [x0, #_AR_PHY_65NM_CH1_RXTX4@PAGEOFF] ;, AR_PHY_65NM_CH1_RXTX4
mov x0, x19 ;, ah
bl _REG_RMW_FIELD ;
b L4 ;
LFE0:
.globl _AR_PHY_65NM_CH2_RXTX4
.zerofill __DATA,__common,_AR_PHY_65NM_CH2_RXTX4,4,2
.globl _AR_PHY_65NM_CH1_RXTX4
.zerofill __DATA,__common,_AR_PHY_65NM_CH1_RXTX4,4,2
.globl _AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR
.zerofill __DATA,__common,_AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR,4,2
.globl _AR_PHY_65NM_CH0_RXTX4_THERM_ON
.zerofill __DATA,__common,_AR_PHY_65NM_CH0_RXTX4_THERM_ON,4,2
.globl _AR_PHY_65NM_CH0_RXTX4
.zerofill __DATA,__common,_AR_PHY_65NM_CH0_RXTX4,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x40
.byte 0x9d
.uleb128 0x8
.byte 0x9e
.uleb128 0x7
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x6
.byte 0x94
.uleb128 0x5
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x4
.byte 0x96
.uleb128 0x3
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x97
.uleb128 0x2
.byte 0x98
.uleb128 0x1
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xb
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$11,LCFI8-LCFI7
.long L$set$11
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type ar9003_hw_thermometer_apply, @function
ar9003_hw_thermometer_apply:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
movq %rdi, %rbp # tmp140, ah
pushq %rbx #
.cfi_def_cfa_offset 40
.cfi_offset 3, -40
subq $8, %rsp #,
.cfi_def_cfa_offset 48
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:30: int thermometer = ar9003_hw_get_thermometer(ah);
call ar9003_hw_get_thermometer@PLT #
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:33: REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4,
movl AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR(%rip), %edx # AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR,
movl AR_PHY_65NM_CH0_RXTX4(%rip), %esi # AR_PHY_65NM_CH0_RXTX4,
movq %rbp, %rdi # ah,
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:31: u8 therm_on = (thermometer < 0) ? 0 : 1;
movl %eax, %r12d # thermometer, tmp117
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:30: int thermometer = ar9003_hw_get_thermometer(ah);
movl %eax, %ebx # tmp141, thermometer
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:31: u8 therm_on = (thermometer < 0) ? 0 : 1;
notl %r12d # tmp117
shrl $31, %r12d #, tmp116
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:33: REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4,
movl %r12d, %ecx # tmp116,
call REG_RMW_FIELD@PLT #
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:35: if (pCap->chip_chainmask & BIT(1))
movl 0(%rbp), %r13d # MEM[(struct ath9k_hw_capabilities *)ah_33(D)].chip_chainmask, _4
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:35: if (pCap->chip_chainmask & BIT(1))
movl $1, %edi #,
call BIT@PLT #
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:35: if (pCap->chip_chainmask & BIT(1))
testl %eax, %r13d # tmp142, _4
jne .L17 #,
.L2:
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:38: if (pCap->chip_chainmask & BIT(2))
movl 0(%rbp), %r13d # MEM[(struct ath9k_hw_capabilities *)ah_33(D)].chip_chainmask, _9
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:38: if (pCap->chip_chainmask & BIT(2))
movl $2, %edi #,
call BIT@PLT #
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:38: if (pCap->chip_chainmask & BIT(2))
testl %eax, %r13d # tmp143, _9
jne .L18 #,
.L3:
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:42: therm_on = thermometer == 0;
xorl %ecx, %ecx # therm_on
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:43: REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4,
movl AR_PHY_65NM_CH0_RXTX4_THERM_ON(%rip), %edx # AR_PHY_65NM_CH0_RXTX4_THERM_ON,
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:42: therm_on = thermometer == 0;
testl %ebx, %ebx # thermometer
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:43: REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4,
movq %rbp, %rdi # ah,
movl AR_PHY_65NM_CH0_RXTX4(%rip), %esi # AR_PHY_65NM_CH0_RXTX4,
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:42: therm_on = thermometer == 0;
sete %cl #, therm_on
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:43: REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4,
call REG_RMW_FIELD@PLT #
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:45: if (pCap->chip_chainmask & BIT(1)) {
movl 0(%rbp), %r12d # MEM[(struct ath9k_hw_capabilities *)ah_33(D)].chip_chainmask, _17
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:45: if (pCap->chip_chainmask & BIT(1)) {
movl $1, %edi #,
call BIT@PLT #
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:45: if (pCap->chip_chainmask & BIT(1)) {
testl %eax, %r12d # tmp144, _17
jne .L19 #,
.L4:
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:50: if (pCap->chip_chainmask & BIT(2)) {
movl 0(%rbp), %r12d # MEM[(struct ath9k_hw_capabilities *)ah_33(D)].chip_chainmask, _23
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:50: if (pCap->chip_chainmask & BIT(2)) {
movl $2, %edi #,
call BIT@PLT #
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:50: if (pCap->chip_chainmask & BIT(2)) {
testl %eax, %r12d # tmp145, _23
jne .L20 #,
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:55: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 40
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L17:
.cfi_restore_state
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:36: REG_RMW_FIELD(ah, AR_PHY_65NM_CH1_RXTX4,
movl AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR(%rip), %edx # AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR,
movl AR_PHY_65NM_CH1_RXTX4(%rip), %esi # AR_PHY_65NM_CH1_RXTX4,
movl %r12d, %ecx # tmp116,
movq %rbp, %rdi # ah,
call REG_RMW_FIELD@PLT #
jmp .L2 #
.p2align 4,,10
.p2align 3
.L20:
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:51: therm_on = thermometer == 2;
xorl %ecx, %ecx # therm_on
cmpl $2, %ebx #, thermometer
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:52: REG_RMW_FIELD(ah, AR_PHY_65NM_CH2_RXTX4,
movl AR_PHY_65NM_CH0_RXTX4_THERM_ON(%rip), %edx # AR_PHY_65NM_CH0_RXTX4_THERM_ON,
movq %rbp, %rdi # ah,
movl AR_PHY_65NM_CH2_RXTX4(%rip), %esi # AR_PHY_65NM_CH2_RXTX4,
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:51: therm_on = thermometer == 2;
sete %cl #, therm_on
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:55: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 40
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:52: REG_RMW_FIELD(ah, AR_PHY_65NM_CH2_RXTX4,
jmp REG_RMW_FIELD@PLT #
.p2align 4,,10
.p2align 3
.L19:
.cfi_restore_state
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:46: therm_on = thermometer == 1;
xorl %ecx, %ecx # therm_on
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:47: REG_RMW_FIELD(ah, AR_PHY_65NM_CH1_RXTX4,
movl AR_PHY_65NM_CH0_RXTX4_THERM_ON(%rip), %edx # AR_PHY_65NM_CH0_RXTX4_THERM_ON,
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:46: therm_on = thermometer == 1;
cmpl $1, %ebx #, thermometer
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:47: REG_RMW_FIELD(ah, AR_PHY_65NM_CH1_RXTX4,
movq %rbp, %rdi # ah,
movl AR_PHY_65NM_CH1_RXTX4(%rip), %esi # AR_PHY_65NM_CH1_RXTX4,
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:46: therm_on = thermometer == 1;
sete %cl #, therm_on
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:47: REG_RMW_FIELD(ah, AR_PHY_65NM_CH1_RXTX4,
call REG_RMW_FIELD@PLT #
jmp .L4 #
.p2align 4,,10
.p2align 3
.L18:
# AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_ar9003_eeprom.c_ar9003_hw_thermometer_apply.c:39: REG_RMW_FIELD(ah, AR_PHY_65NM_CH2_RXTX4,
movl AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR(%rip), %edx # AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR,
movl AR_PHY_65NM_CH2_RXTX4(%rip), %esi # AR_PHY_65NM_CH2_RXTX4,
movl %r12d, %ecx # tmp116,
movq %rbp, %rdi # ah,
call REG_RMW_FIELD@PLT #
jmp .L3 #
.cfi_endproc
.LFE0:
.size ar9003_hw_thermometer_apply, .-ar9003_hw_thermometer_apply
.globl AR_PHY_65NM_CH2_RXTX4
.bss
.align 4
.type AR_PHY_65NM_CH2_RXTX4, @object
.size AR_PHY_65NM_CH2_RXTX4, 4
AR_PHY_65NM_CH2_RXTX4:
.zero 4
.globl AR_PHY_65NM_CH1_RXTX4
.align 4
.type AR_PHY_65NM_CH1_RXTX4, @object
.size AR_PHY_65NM_CH1_RXTX4, 4
AR_PHY_65NM_CH1_RXTX4:
.zero 4
.globl AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR
.align 4
.type AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR, @object
.size AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR, 4
AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR:
.zero 4
.globl AR_PHY_65NM_CH0_RXTX4_THERM_ON
.align 4
.type AR_PHY_65NM_CH0_RXTX4_THERM_ON, @object
.size AR_PHY_65NM_CH0_RXTX4_THERM_ON, 4
AR_PHY_65NM_CH0_RXTX4_THERM_ON:
.zero 4
.globl AR_PHY_65NM_CH0_RXTX4
.align 4
.type AR_PHY_65NM_CH0_RXTX4, @object
.size AR_PHY_65NM_CH0_RXTX4, 4
AR_PHY_65NM_CH0_RXTX4:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _ext4_alloc_inode
_ext4_alloc_inode:
LFB0:
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:34: ei = kmem_cache_alloc(ext4_inode_cachep, GFP_NOFS);
adrp x0, _GFP_NOFS@PAGE ; tmp115,
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:31: {
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:34: ei = kmem_cache_alloc(ext4_inode_cachep, GFP_NOFS);
ldr w1, [x0, #_GFP_NOFS@PAGEOFF] ;, GFP_NOFS
adrp x0, _ext4_inode_cachep@PAGE ; tmp118,
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:31: {
str x19, [sp, 16] ;,
LCFI2:
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:34: ei = kmem_cache_alloc(ext4_inode_cachep, GFP_NOFS);
ldr w0, [x0, #_ext4_inode_cachep@PAGEOFF] ;, ext4_inode_cachep
bl _kmem_cache_alloc ;
mov x19, x0 ; <retval>, <retval>
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:35: if (!ei)
cbz x0, L1 ; <retval>,
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:38: ei->vfs_inode.i_version = 1;
mov w0, 1 ; tmp120,
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:40: memset(&ei->i_cached_extent, 0, sizeof(struct ext4_ext_cache));
mov w2, 4 ;,
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:39: ei->vfs_inode.i_data.writeback_index = 0;
str xzr, [x19, 8] ;, ei_16->vfs_inode.i_data.writeback_index
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:40: memset(&ei->i_cached_extent, 0, sizeof(struct ext4_ext_cache));
mov w1, 0 ;,
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:38: ei->vfs_inode.i_version = 1;
str w0, [x19] ; tmp120, ei_16->vfs_inode.i_version
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:40: memset(&ei->i_cached_extent, 0, sizeof(struct ext4_ext_cache));
add x0, x19, 124 ;, <retval>,
bl _memset ;
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:41: INIT_LIST_HEAD(&ei->i_prealloc_list);
add x0, x19, 120 ;, <retval>,
bl _INIT_LIST_HEAD ;
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:42: spin_lock_init(&ei->i_prealloc_lock);
add x0, x19, 116 ;, <retval>,
bl _spin_lock_init ;
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:48: jbd2_journal_init_jbd_inode(&ei->jinode, &ei->vfs_inode);
mov x1, x19 ;, <retval>
add x0, x19, 112 ;, <retval>,
bl _jbd2_journal_init_jbd_inode ;
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:53: ei->i_delalloc_reserved_flag = 0;
movi v31.4s, 0 ; tmp125
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:54: spin_lock_init(&(ei->i_block_reservation_lock));
add x0, x19, 64 ;, <retval>,
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:49: ei->i_reserved_data_blocks = 0;
str xzr, [x19, 104] ;, ei_16->i_reserved_data_blocks
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:53: ei->i_delalloc_reserved_flag = 0;
str q31, [x19, 72] ; tmp125, MEM <vector(2) long int> [(long int *)ei_16 + 72B]
str q31, [x19, 88] ; tmp125, MEM <vector(2) long int> [(long int *)ei_16 + 88B]
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:54: spin_lock_init(&(ei->i_block_reservation_lock));
bl _spin_lock_init ;
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:58: INIT_LIST_HEAD(&ei->i_aio_dio_complete_list);
add x0, x19, 52 ;, <retval>,
bl _INIT_LIST_HEAD ;
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:59: spin_lock_init(&ei->i_completed_io_lock);
add x0, x19, 48 ;, <retval>,
bl _spin_lock_init ;
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:63: atomic_set(&ei->i_aiodio_unwritten, 0);
mov w1, 0 ;,
add x0, x19, 16 ;, <retval>,
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:62: ei->i_datasync_tid = 0;
stp xzr, xzr, [x19, 24] ; MEM <vector(2) long int> [(long int *)ei_16 + 24B]
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:60: ei->cur_aio_dio = NULL;
str xzr, [x19, 40] ;, ei_16->cur_aio_dio
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:63: atomic_set(&ei->i_aiodio_unwritten, 0);
bl _atomic_set ;
L1:
; Anghabench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:66: }
mov x0, x19 ;, <retval>
ldr x19, [sp, 16] ;,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
ret
LFE0:
.globl _ext4_inode_cachep
.zerofill __DATA,__common,_ext4_inode_cachep,4,2
.globl _GFP_NOFS
.zerofill __DATA,__common,_GFP_NOFS,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_super.c_ext4_alloc_inode.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type ext4_alloc_inode, @function
ext4_alloc_inode:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:34: ei = kmem_cache_alloc(ext4_inode_cachep, GFP_NOFS);
movl GFP_NOFS(%rip), %esi # GFP_NOFS,
movl ext4_inode_cachep(%rip), %edi # ext4_inode_cachep,
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:31: {
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:34: ei = kmem_cache_alloc(ext4_inode_cachep, GFP_NOFS);
call kmem_cache_alloc@PLT #
movq %rax, %r12 # tmp106, <retval>
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:35: if (!ei)
testq %rax, %rax # <retval>
je .L1 #,
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:38: ei->vfs_inode.i_version = 1;
movl $1, (%rax) #, ei_16->vfs_inode.i_version
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:40: memset(&ei->i_cached_extent, 0, sizeof(struct ext4_ext_cache));
movl $4, %edx #,
xorl %esi, %esi #
leaq 124(%rax), %rdi #, tmp97
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:39: ei->vfs_inode.i_data.writeback_index = 0;
movq $0, 8(%rax) #, ei_16->vfs_inode.i_data.writeback_index
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:40: memset(&ei->i_cached_extent, 0, sizeof(struct ext4_ext_cache));
call memset@PLT #
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:41: INIT_LIST_HEAD(&ei->i_prealloc_list);
leaq 120(%r12), %rdi #, tmp98
call INIT_LIST_HEAD@PLT #
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:42: spin_lock_init(&ei->i_prealloc_lock);
leaq 116(%r12), %rdi #, tmp99
call spin_lock_init@PLT #
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:48: jbd2_journal_init_jbd_inode(&ei->jinode, &ei->vfs_inode);
movq %r12, %rsi # <retval>,
leaq 112(%r12), %rdi #, tmp100
call jbd2_journal_init_jbd_inode@PLT #
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:54: spin_lock_init(&(ei->i_block_reservation_lock));
leaq 64(%r12), %rdi #, tmp101
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:49: ei->i_reserved_data_blocks = 0;
movq $0, 104(%r12) #, ei_16->i_reserved_data_blocks
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:50: ei->i_reserved_meta_blocks = 0;
movq $0, 96(%r12) #, ei_16->i_reserved_meta_blocks
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:51: ei->i_allocated_meta_blocks = 0;
movq $0, 88(%r12) #, ei_16->i_allocated_meta_blocks
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:52: ei->i_da_metadata_calc_len = 0;
movq $0, 80(%r12) #, ei_16->i_da_metadata_calc_len
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:53: ei->i_delalloc_reserved_flag = 0;
movq $0, 72(%r12) #, ei_16->i_delalloc_reserved_flag
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:54: spin_lock_init(&(ei->i_block_reservation_lock));
call spin_lock_init@PLT #
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:58: INIT_LIST_HEAD(&ei->i_aio_dio_complete_list);
leaq 52(%r12), %rdi #, tmp102
call INIT_LIST_HEAD@PLT #
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:59: spin_lock_init(&ei->i_completed_io_lock);
leaq 48(%r12), %rdi #, tmp103
call spin_lock_init@PLT #
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:63: atomic_set(&ei->i_aiodio_unwritten, 0);
leaq 16(%r12), %rdi #, tmp104
xorl %esi, %esi #
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:60: ei->cur_aio_dio = NULL;
movq $0, 40(%r12) #, ei_16->cur_aio_dio
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:61: ei->i_sync_tid = 0;
movq $0, 32(%r12) #, ei_16->i_sync_tid
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:62: ei->i_datasync_tid = 0;
movq $0, 24(%r12) #, ei_16->i_datasync_tid
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:63: atomic_set(&ei->i_aiodio_unwritten, 0);
call atomic_set@PLT #
.L1:
# AnghaBench/fastsocket/kernel/fs/ext4/extr_super.c_ext4_alloc_inode.c:66: }
movq %r12, %rax # <retval>,
popq %r12 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size ext4_alloc_inode, .-ext4_alloc_inode
.globl ext4_inode_cachep
.bss
.align 4
.type ext4_inode_cachep, @object
.size ext4_inode_cachep, 4
ext4_inode_cachep:
.zero 4
.globl GFP_NOFS
.align 4
.type GFP_NOFS, @object
.size GFP_NOFS, 4
GFP_NOFS:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/scsi/extr_sd.h_sd_zbc_print_zones.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _sd_zbc_print_zones
_sd_zbc_print_zones:
LFB0:
; Anghabench/linux/drivers/scsi/extr_sd.h_sd_zbc_print_zones.c:17: __attribute__((used)) static inline void sd_zbc_print_zones(struct scsi_disk *sdkp) {}
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_sd.h_sd_zbc_print_zones.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type sd_zbc_print_zones, @function
sd_zbc_print_zones:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/linux/drivers/scsi/extr_sd.h_sd_zbc_print_zones.c:17: __attribute__((used)) static inline void sd_zbc_print_zones(struct scsi_disk *sdkp) {}
ret
.cfi_endproc
.LFE0:
.size sd_zbc_print_zones, .-sd_zbc_print_zones
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
netdata/libnetdata/buffer/extr_..loglog.h_debug_dummy.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _debug_dummy
_debug_dummy:
LFB0:
; Anghabench/netdata/libnetdata/buffer/extr_..loglog.h_debug_dummy.c:16: __attribute__((used)) static inline void debug_dummy(void) {}
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_..loglog.h_debug_dummy.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type debug_dummy, @function
debug_dummy:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/netdata/libnetdata/buffer/extr_..loglog.h_debug_dummy.c:16: __attribute__((used)) static inline void debug_dummy(void) {}
ret
.cfi_endproc
.LFE0:
.size debug_dummy, .-debug_dummy
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
redis/src/extr_redis-cli.c_getDotfilePath.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "/dev/null\0"
.align 3
lC1:
.ascii "HOME\0"
.align 3
lC2:
.ascii "%s/%s\0"
.text
.align 2
.p2align 5,,15
.no_dead_strip _getDotfilePath
_getDotfilePath:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
str x19, [sp, 16] ;,
LCFI2:
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:22: __attribute__((used)) static sds getDotfilePath(char *envoverride, char *dotfilename) {
mov x19, x1 ; dotfilename, dotfilename
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:27: path = getenv(envoverride);
bl _getenv ;
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:28: if (path != NULL && *path != '\0') {
cbz x0, L2 ; path,
mov x1, x0 ; path,
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:28: if (path != NULL && *path != '\0') {
ldrsb w0, [x0] ; *path_11, *path_11
cbz w0, L2 ; *path_11,
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:29: if (!strcmp("/dev/null", path)) {
adrp x0, lC0@PAGE ; tmp112,
str x1, [x29, 40] ; path, %sfp
add x0, x0, lC0@PAGEOFF; ;, tmp112,
bl _strcmp ;
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:29: if (!strcmp("/dev/null", path)) {
cbz w0, L4 ; tmp122,
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:43: }
ldr x19, [sp, 16] ;,
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:34: dotPath = sdsnew(path);
ldr x0, [x29, 40] ;, %sfp
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:43: }
ldp x29, x30, [sp], 48 ;,,,
LCFI3:
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:34: dotPath = sdsnew(path);
b _sdsnew ;
.p2align 2,,3
L2:
LCFI4:
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:36: char *home = getenv("HOME");
adrp x0, lC1@PAGE ; tmp115,
add x0, x0, lC1@PAGEOFF; ;, tmp115,
bl _getenv ;
mov x2, x0 ; home,
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:37: if (home != NULL && *home != '\0') {
cbz x0, L4 ; home,
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:37: if (home != NULL && *home != '\0') {
ldrsb w0, [x0] ; *home_15, *home_15
cbz w0, L4 ; *home_15,
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:39: dotPath = sdscatprintf(sdsempty(), "%s/%s", home, dotfilename);
str x2, [x29, 40] ; home, %sfp
bl _sdsempty ;
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:39: dotPath = sdscatprintf(sdsempty(), "%s/%s", home, dotfilename);
adrp x1, lC2@PAGE ; tmp118,
ldr x2, [x29, 40] ; home, %sfp
mov x3, x19 ;, dotfilename
add x1, x1, lC2@PAGEOFF; ;, tmp118,
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:43: }
ldr x19, [sp, 16] ;,
ldp x29, x30, [sp], 48 ;,,,
LCFI5:
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:39: dotPath = sdscatprintf(sdsempty(), "%s/%s", home, dotfilename);
b _sdscatprintf ;
.p2align 2,,3
L4:
LCFI6:
; Anghabench/redis/src/extr_redis-cli.c_getDotfilePath.c:43: }
ldr x19, [sp, 16] ;,
mov x0, 0 ;,
ldp x29, x30, [sp], 48 ;,,,
LCFI7:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xb
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_redis-cli.c_getDotfilePath.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "/dev/null"
.LC1:
.string "HOME"
.LC2:
.string "%s/%s"
.text
.p2align 4
.type getDotfilePath, @function
getDotfilePath:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
movq %rsi, %r13 # tmp97, dotfilename
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:27: path = getenv(envoverride);
call getenv@PLT #
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:28: if (path != NULL && *path != '\0') {
testq %rax, %rax # path
je .L2 #,
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:28: if (path != NULL && *path != '\0') {
cmpb $0, (%rax) #, *path_10
movq %rax, %rbp # tmp98, path
je .L2 #,
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:29: if (!strcmp("/dev/null", path)) {
movq %rax, %rsi # path,
leaq .LC0(%rip), %rdi #, tmp92
call strcmp@PLT #
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:29: if (!strcmp("/dev/null", path)) {
testl %eax, %eax # tmp99
je .L4 #,
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:34: dotPath = sdsnew(path);
movq %rbp, %rdi # path,
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:43: }
popq %rbp #
.cfi_remember_state
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:34: dotPath = sdsnew(path);
jmp sdsnew@PLT #
.p2align 4,,10
.p2align 3
.L2:
.cfi_restore_state
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:36: char *home = getenv("HOME");
leaq .LC1(%rip), %rdi #, tmp93
call getenv@PLT #
movq %rax, %r12 # tmp100, home
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:37: if (home != NULL && *home != '\0') {
testq %rax, %rax # home
je .L4 #,
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:37: if (home != NULL && *home != '\0') {
cmpb $0, (%rax) #, *home_14
je .L4 #,
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:39: dotPath = sdscatprintf(sdsempty(), "%s/%s", home, dotfilename);
xorl %eax, %eax #
call sdsempty@PLT #
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:43: }
popq %rbp #
.cfi_remember_state
.cfi_def_cfa_offset 24
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:39: dotPath = sdscatprintf(sdsempty(), "%s/%s", home, dotfilename);
movq %r13, %rcx # dotfilename,
movq %r12, %rdx # home,
movl %eax, %edi # tmp101, _4
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:43: }
popq %r12 #
.cfi_def_cfa_offset 16
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:39: dotPath = sdscatprintf(sdsempty(), "%s/%s", home, dotfilename);
leaq .LC2(%rip), %rsi #, tmp94
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:43: }
popq %r13 #
.cfi_def_cfa_offset 8
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:39: dotPath = sdscatprintf(sdsempty(), "%s/%s", home, dotfilename);
jmp sdscatprintf@PLT #
.p2align 4,,10
.p2align 3
.L4:
.cfi_restore_state
# AnghaBench/redis/src/extr_redis-cli.c_getDotfilePath.c:43: }
popq %rbp #
.cfi_def_cfa_offset 24
xorl %eax, %eax #
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size getDotfilePath, .-getDotfilePath
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _parse_groupspec
_parse_groupspec:
LFB0:
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:24: if (!spec)
cbz x1, L19 ; spec,
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:19: {
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:20: int idx = 0;
mov w20, 0 ; idx,
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:19: {
str x21, [sp, 32] ;,
LCFI3:
mov x21, x0 ; kinfo, kinfo
mov x0, x1 ; spec, spec
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:27: while (*s) {
ldrsb w1, [x1] ; _25, *spec_18(D)
cbz w1, L5 ; _25,
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:30: while (*e && *e != ',')
mov x20, 0 ; ivtmp.11,
cmp w1, 44 ; _25,
beq L17 ;,
.p2align 5,,15
L11:
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:29: e = s;
mov x19, x0 ; e, spec
.p2align 5,,15
L6:
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:30: while (*e && *e != ',')
ldrsb w2, [x19, 1]! ; _22, MEM[(char *)e_31]
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:30: while (*e && *e != ',')
cmp w2, 44 ; _22,
ccmp w2, 0, 4, ne ; _22,,,
bne L6 ;,
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:32: if (*e)
cbnz w2, L7 ; _22,
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:34: *e = 0;
strb wzr, [x19] ;, *e_31
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:35: grp = atoi(s);
bl _atoi ;
mov w1, w0 ; grp, grp
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:40: s = e;
mov x0, x19 ; spec, e
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:42: if (grp < 0)
tbnz w1, #31, L9 ; grp,
L21:
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:44: kinfo->persona_groups[idx] = grp;
ldr x2, [x21] ; kinfo_20(D)->persona_groups, kinfo_20(D)->persona_groups
str w1, [x2, x20, lsl 2] ; grp, *_7
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:27: while (*s) {
ldrsb w1, [x0] ; _8, *s_10
cbz w1, L20 ; _8,
add x20, x20, 1 ; ivtmp.11, ivtmp.11,
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:30: while (*e && *e != ',')
cmp w1, 44 ; _8,
bne L11 ;,
L17:
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:29: e = s;
mov x19, x0 ; e, spec
L7:
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:34: *e = 0;
strb wzr, [x19] ;, *e_62
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:35: grp = atoi(s);
bl _atoi ;
mov w1, w0 ; grp, grp
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:37: *e = ',';
mov w2, 44 ; tmp124,
mov x0, x19 ; spec, e
strb w2, [x0], 1 ; tmp124, *e_62
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:42: if (grp < 0)
tbz w1, #31, L21 ; grp,
L9:
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:50: }
ldr x21, [sp, 32] ;,
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:25: return -1;
mov w0, -1 ; <retval>,
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:50: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI4:
ret
L20:
LCFI5:
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:45: idx++;
add w20, w20, 1 ; idx, ivtmp.11,
L5:
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:49: return 0;
mov w0, 0 ; <retval>,
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:47: kinfo->persona_ngroups = idx;
str w20, [x21, 8] ; idx, kinfo_20(D)->persona_ngroups
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:50: }
ldr x21, [sp, 32] ;,
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI6:
ret
L19:
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:25: return -1;
mov w0, -1 ; <retval>,
; Anghabench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:50: }
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x2
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xb
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_persona_test.h_parse_groupspec.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type parse_groupspec, @function
parse_groupspec:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:24: if (!spec)
testq %rsi, %rsi # spec
je .L28 #,
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:27: while (*s) {
movzbl (%rsi), %eax # *spec_19(D), _9
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:19: {
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:20: int idx = 0;
xorl %edx, %edx # idx
movq %rdi, %r12 # tmp105, kinfo
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:19: {
pushq %rbp #
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
movq %rsi, %rdi # tmp106, spec
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:27: while (*s) {
xorl %ebp, %ebp # ivtmp.12
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:19: {
pushq %rbx #
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:27: while (*s) {
testb %al, %al # _9
je .L5 #,
.p2align 4,,10
.p2align 3
.L4:
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:30: while (*e && *e != ',')
movq %rdi, %rbx # spec, e
cmpb $44, %al #, _9
je .L8 #,
.p2align 4,,10
.p2align 3
.L6:
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:30: while (*e && *e != ',')
movzbl 1(%rbx), %eax # MEM[(char *)e_33], _24
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:31: e++;
addq $1, %rbx #, e
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:30: while (*e && *e != ',')
testb %al, %al # _24
je .L23 #,
cmpb $44, %al #, _24
jne .L6 #,
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:32: if (*e)
testb %al, %al # _24
je .L23 #,
.L8:
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:34: *e = 0;
movb $0, (%rbx) #, *e_59
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:35: grp = atoi(s);
call atoi@PLT #
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:37: *e = ',';
movb $44, (%rbx) #, *e_59
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:38: s = e + 1;
leaq 1(%rbx), %rdi #, spec
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:42: if (grp < 0)
testl %eax, %eax # grp
js .L10 #,
.L29:
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:44: kinfo->persona_groups[idx] = grp;
movq (%r12), %rdx # kinfo_21(D)->persona_groups, kinfo_21(D)->persona_groups
movl %eax, (%rdx,%rbp,4) # grp, *_8
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:27: while (*s) {
movzbl (%rdi), %eax # *s_11, _9
leal 1(%rbp), %edx #, idx
addq $1, %rbp #, ivtmp.12
testb %al, %al # _9
jne .L4 #,
.L5:
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:47: kinfo->persona_ngroups = idx;
movl %edx, 8(%r12) # idx, kinfo_21(D)->persona_ngroups
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:49: return 0;
xorl %eax, %eax # <retval>
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:50: }
popq %rbx #
.cfi_remember_state
.cfi_def_cfa_offset 24
popq %rbp #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L23:
.cfi_restore_state
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:34: *e = 0;
movb $0, (%rbx) #, *e_33
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:35: grp = atoi(s);
call atoi@PLT #
movq %rbx, %rdi # e, spec
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:42: if (grp < 0)
testl %eax, %eax # grp
jns .L29 #,
.L10:
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:50: }
popq %rbx #
.cfi_def_cfa_offset 24
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:25: return -1;
movl $-1, %eax #, <retval>
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:50: }
popq %rbp #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.L28:
.cfi_restore 3
.cfi_restore 6
.cfi_restore 12
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:25: return -1;
movl $-1, %eax #, <retval>
# AnghaBench/darwin-xnu/tools/tests/personas/extr_persona_test.h_parse_groupspec.c:50: }
ret
.cfi_endproc
.LFE0:
.size parse_groupspec, .-parse_groupspec
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
Provenance/Cores/Yabause/yabause/src/musashi/extr_m68kopnz.c_m68k_op_pea_32_pcix.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _m68k_op_pea_32_pcix
_m68k_op_pea_32_pcix:
LFB0:
stp x29, x30, [sp, -16]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/Provenance/Cores/Yabause/yabause/src/musashi/extr_m68kopnz.c_m68k_op_pea_32_pcix.c:21: uint ea = EA_PCIX_32();
bl _EA_PCIX_32 ;
; Anghabench/Provenance/Cores/Yabause/yabause/src/musashi/extr_m68kopnz.c_m68k_op_pea_32_pcix.c:24: }
ldp x29, x30, [sp], 16 ;,,,
LCFI2:
; Anghabench/Provenance/Cores/Yabause/yabause/src/musashi/extr_m68kopnz.c_m68k_op_pea_32_pcix.c:23: m68ki_push_32(ea);
b _m68ki_push_32 ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x10
.byte 0x9d
.uleb128 0x2
.byte 0x9e
.uleb128 0x1
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_m68kopnz.c_m68k_op_pea_32_pcix.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl m68k_op_pea_32_pcix
.type m68k_op_pea_32_pcix, @function
m68k_op_pea_32_pcix:
.LFB0:
.cfi_startproc
endbr64
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/Provenance/Cores/Yabause/yabause/src/musashi/extr_m68kopnz.c_m68k_op_pea_32_pcix.c:21: uint ea = EA_PCIX_32();
xorl %eax, %eax #
call EA_PCIX_32@PLT #
# AnghaBench/Provenance/Cores/Yabause/yabause/src/musashi/extr_m68kopnz.c_m68k_op_pea_32_pcix.c:24: }
addq $8, %rsp #,
.cfi_def_cfa_offset 8
# AnghaBench/Provenance/Cores/Yabause/yabause/src/musashi/extr_m68kopnz.c_m68k_op_pea_32_pcix.c:21: uint ea = EA_PCIX_32();
movl %eax, %edi # tmp83, ea
# AnghaBench/Provenance/Cores/Yabause/yabause/src/musashi/extr_m68kopnz.c_m68k_op_pea_32_pcix.c:23: m68ki_push_32(ea);
jmp m68ki_push_32@PLT #
.cfi_endproc
.LFE0:
.size m68k_op_pea_32_pcix, .-m68k_op_pea_32_pcix
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/fs/xfs/linux-2.6/extr_kmem.c_kmem_zalloc.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _kmem_zalloc
_kmem_zalloc:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
str x19, [sp, 16] ;,
LCFI2:
; Anghabench/fastsocket/kernel/fs/xfs/linux-2.6/extr_kmem.c_kmem_zalloc.c:21: {
mov x19, x0 ; size, size
; Anghabench/fastsocket/kernel/fs/xfs/linux-2.6/extr_kmem.c_kmem_zalloc.c:24: ptr = kmem_alloc(size, flags);
bl _kmem_alloc ;
mov x3, x0 ; <retval>,
; Anghabench/fastsocket/kernel/fs/xfs/linux-2.6/extr_kmem.c_kmem_zalloc.c:25: if (ptr)
cbz x0, L1 ; <retval>,
; Anghabench/fastsocket/kernel/fs/xfs/linux-2.6/extr_kmem.c_kmem_zalloc.c:26: memset((char *)ptr, 0, (int)size);
mov w2, w19 ;, size
mov w1, 0 ;,
str x0, [x29, 40] ; <retval>, %sfp
bl _memset ;
ldr x3, [x29, 40] ; <retval>, %sfp
L1:
; Anghabench/fastsocket/kernel/fs/xfs/linux-2.6/extr_kmem.c_kmem_zalloc.c:28: }
mov x0, x3 ;, <retval>
ldr x19, [sp, 16] ;,
ldp x29, x30, [sp], 48 ;,,,
LCFI3:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_kmem.c_kmem_zalloc.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl kmem_zalloc
.type kmem_zalloc, @function
kmem_zalloc:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
pushq %rbx #
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
movq %rdi, %rbx # tmp88, size
subq $8, %rsp #,
.cfi_def_cfa_offset 32
# AnghaBench/fastsocket/kernel/fs/xfs/linux-2.6/extr_kmem.c_kmem_zalloc.c:24: ptr = kmem_alloc(size, flags);
call kmem_alloc@PLT #
movq %rax, %r12 # tmp90, <retval>
# AnghaBench/fastsocket/kernel/fs/xfs/linux-2.6/extr_kmem.c_kmem_zalloc.c:25: if (ptr)
testq %rax, %rax # <retval>
je .L1 #,
# AnghaBench/fastsocket/kernel/fs/xfs/linux-2.6/extr_kmem.c_kmem_zalloc.c:26: memset((char *)ptr, 0, (int)size);
movl %ebx, %edx # size, size
xorl %esi, %esi #
movq %rax, %rdi # <retval>,
call memset@PLT #
.L1:
# AnghaBench/fastsocket/kernel/fs/xfs/linux-2.6/extr_kmem.c_kmem_zalloc.c:28: }
addq $8, %rsp #,
.cfi_def_cfa_offset 24
movq %r12, %rax # <retval>,
popq %rbx #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size kmem_zalloc, .-kmem_zalloc
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/arch/powerpc/boot/extr_cuboot-ebony.c_platform_init.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _platform_init
_platform_init:
LFB0:
stp x29, x30, [sp, -16]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/linux/arch/powerpc/boot/extr_cuboot-ebony.c_platform_init.c:24: CUBOOT_INIT();
bl _CUBOOT_INIT ;
; Anghabench/linux/arch/powerpc/boot/extr_cuboot-ebony.c_platform_init.c:25: ebony_init(&bd.bi_enetaddr, &bd.bi_enet1addr);
adrp x1, _bd@PAGE ; tmp107,
adrp x0, _bd@PAGE+4 ; tmp108,
; Anghabench/linux/arch/powerpc/boot/extr_cuboot-ebony.c_platform_init.c:26: }
ldp x29, x30, [sp], 16 ;,,,
LCFI2:
; Anghabench/linux/arch/powerpc/boot/extr_cuboot-ebony.c_platform_init.c:25: ebony_init(&bd.bi_enetaddr, &bd.bi_enet1addr);
add x1, x1, _bd@PAGEOFF; ;, tmp107,
add x0, x0, _bd@PAGEOFF+4; ;, tmp108,
b _ebony_init ;
LFE0:
.globl _bd
.zerofill __DATA,__common,_bd,8,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x10
.byte 0x9d
.uleb128 0x2
.byte 0x9e
.uleb128 0x1
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_cuboot-ebony.c_platform_init.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl platform_init
.type platform_init, @function
platform_init:
.LFB0:
.cfi_startproc
endbr64
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/linux/arch/powerpc/boot/extr_cuboot-ebony.c_platform_init.c:24: CUBOOT_INIT();
xorl %eax, %eax #
call CUBOOT_INIT@PLT #
# AnghaBench/linux/arch/powerpc/boot/extr_cuboot-ebony.c_platform_init.c:25: ebony_init(&bd.bi_enetaddr, &bd.bi_enet1addr);
leaq bd(%rip), %rsi #, tmp87
# AnghaBench/linux/arch/powerpc/boot/extr_cuboot-ebony.c_platform_init.c:26: }
addq $8, %rsp #,
.cfi_def_cfa_offset 8
# AnghaBench/linux/arch/powerpc/boot/extr_cuboot-ebony.c_platform_init.c:25: ebony_init(&bd.bi_enetaddr, &bd.bi_enet1addr);
leaq 4(%rsi), %rdi #, tmp88
jmp ebony_init@PLT #
.cfi_endproc
.LFE0:
.size platform_init, .-platform_init
.globl bd
.bss
.align 8
.type bd, @object
.size bd, 8
bd:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/arch/alpha/kernel/extr_sys_marvel.c_io7_startup_irq.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _io7_startup_irq
_io7_startup_irq:
LFB0:
stp x29, x30, [sp, -16]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/fastsocket/kernel/arch/alpha/kernel/extr_sys_marvel.c_io7_startup_irq.c:20: io7_enable_irq(irq);
bl _io7_enable_irq ;
; Anghabench/fastsocket/kernel/arch/alpha/kernel/extr_sys_marvel.c_io7_startup_irq.c:22: }
mov w0, 0 ;,
ldp x29, x30, [sp], 16 ;,,,
LCFI2:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x10
.byte 0x9d
.uleb128 0x2
.byte 0x9e
.uleb128 0x1
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_sys_marvel.c_io7_startup_irq.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type io7_startup_irq, @function
io7_startup_irq:
.LFB0:
.cfi_startproc
endbr64
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/fastsocket/kernel/arch/alpha/kernel/extr_sys_marvel.c_io7_startup_irq.c:20: io7_enable_irq(irq);
call io7_enable_irq@PLT #
# AnghaBench/fastsocket/kernel/arch/alpha/kernel/extr_sys_marvel.c_io7_startup_irq.c:22: }
xorl %eax, %eax #
addq $8, %rsp #,
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size io7_startup_irq, .-io7_startup_irq
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
darwin-xnu/osfmk/arm/extr_machine_routines.c_ml_init_interrupt.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _ml_init_interrupt
_ml_init_interrupt:
LFB0:
; Anghabench/darwin-xnu/osfmk/arm/extr_machine_routines.c_ml_init_interrupt.c:19: }
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_machine_routines.c_ml_init_interrupt.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl ml_init_interrupt
.type ml_init_interrupt, @function
ml_init_interrupt:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/darwin-xnu/osfmk/arm/extr_machine_routines.c_ml_init_interrupt.c:19: }
ret
.cfi_endproc
.LFE0:
.size ml_init_interrupt, .-ml_init_interrupt
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _tomoyo_parse_number_union
_tomoyo_parse_number_union:
LFB0:
stp x29, x30, [sp, -80]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:32: memset(ptr, 0, sizeof(*ptr));
mov w2, 24 ;,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:27: {
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x19, x1 ; ptr, ptr
mov x20, x0 ; param, param
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:32: memset(ptr, 0, sizeof(*ptr));
mov w1, 0 ;,
mov x0, x19 ;, ptr
bl _memset ;
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:33: if (param->data[0] == '@') {
ldr x0, [x20] ; _1, param_31(D)->data
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:33: if (param->data[0] == '@') {
ldrsb w1, [x0] ; *_1, *_1
cmp w1, 64 ; *_1,
beq L10 ;,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:38: data = tomoyo_read_token(param);
mov x0, x20 ;, param
str x21, [x29, 32] ;,
LCFI3:
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:40: if (type == TOMOYO_VALUE_TYPE_INVALID)
adrp x20, _TOMOYO_VALUE_TYPE_INVALID@PAGE ; tmp139,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:38: data = tomoyo_read_token(param);
bl _tomoyo_read_token ;
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:39: type = tomoyo_parse_ulong(&v, &data);
add x1, x29, 64 ; tmp136,,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:38: data = tomoyo_read_token(param);
stp x1, x0, [x29, 56] ; tmp136, _7,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:39: type = tomoyo_parse_ulong(&v, &data);
add x0, x29, 72 ; tmp137,,
mov x21, x0 ; tmp137, tmp137
bl _tomoyo_parse_ulong ;
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:40: if (type == TOMOYO_VALUE_TYPE_INVALID)
ldr x2, [x20, #_TOMOYO_VALUE_TYPE_INVALID@PAGEOFF] ; TOMOYO_VALUE_TYPE_INVALID, TOMOYO_VALUE_TYPE_INVALID
ldr x1, [x29, 56] ; tmp136, %sfp
cmp x2, x0 ; TOMOYO_VALUE_TYPE_INVALID, type
beq L7 ;,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:42: ptr->values[0] = v;
ldr x2, [x29, 72] ; v.2_10, v
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:43: ptr->value_type[0] = type;
ldp x4, x3, [x19] ; _9, _11,* ptr
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:42: ptr->values[0] = v;
str x2, [x4] ; v.2_10, *_9
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:44: if (!*data) {
ldr x2, [x29, 64] ; data.3_12, data
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:43: ptr->value_type[0] = type;
str x0, [x3] ; type, *_11
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:44: if (!*data) {
ldrsb w5, [x2] ; *data.3_12, *data.3_12
cbz w5, L11 ; *data.3_12,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:49: if (*data++ != '-')
add x0, x2, 1 ; _16, data.3_12,
str x0, [x29, 64] ; _16, data
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:49: if (*data++ != '-')
ldrsb w0, [x2] ; *data.3_12, *data.3_12
cmp w0, 45 ; *data.3_12,
beq L12 ;,
L7:
ldr x21, [x29, 32] ;,
LCFI4:
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:41: return false;
mov w0, 0 ; <retval>,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:57: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 80 ;,,,
LCFI5:
ret
.p2align 2,,3
L11:
LCFI6:
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:45: ptr->values[1] = v;
ldr x1, [x29, 72] ; v, v
str x1, [x4, 8] ; v, MEM[(long unsigned int *)_9 + 8B]
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:46: ptr->value_type[1] = type;
str x0, [x3, 8] ; type, MEM[(scalar_t__ *)_11 + 8B]
L6:
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:47: return true;
ldr x21, [x29, 32] ;,
LCFI7:
mov w0, 1 ; <retval>,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:57: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 80 ;,,,
LCFI8:
ret
.p2align 2,,3
L10:
LCFI9:
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:34: param->data++;
add x0, x0, 1 ; _3, _1,
str x0, [x20] ; _3, param_31(D)->data
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:35: ptr->group = tomoyo_get_group(param, TOMOYO_NUMBER_GROUP);
adrp x0, _TOMOYO_NUMBER_GROUP@PAGE ; tmp132,
ldr w1, [x0, #_TOMOYO_NUMBER_GROUP@PAGEOFF] ;, TOMOYO_NUMBER_GROUP
mov x0, x20 ;, param
bl _tomoyo_get_group ;
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:35: ptr->group = tomoyo_get_group(param, TOMOYO_NUMBER_GROUP);
str x0, [x19, 16] ; _5, ptr_29(D)->group
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:36: return ptr->group != NULL;
cmp x0, 0 ; _5,
cset w0, ne ; <retval>,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:57: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 80 ;,,,
LCFI10:
ret
.p2align 2,,3
L12:
LCFI11:
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:51: type = tomoyo_parse_ulong(&v, &data);
mov x0, x21 ;, tmp137
bl _tomoyo_parse_ulong ;
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:52: if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
ldr x1, [x20, #_TOMOYO_VALUE_TYPE_INVALID@PAGEOFF] ; TOMOYO_VALUE_TYPE_INVALID, TOMOYO_VALUE_TYPE_INVALID
cmp x1, x0 ; TOMOYO_VALUE_TYPE_INVALID, type
beq L7 ;,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:52: if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
ldr x1, [x29, 64] ; data, data
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:52: if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
ldrsb w1, [x1] ; *data.8_19, *data.8_19
cbnz w1, L7 ; *data.8_19,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:52: if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
ldr x1, [x19] ; _21, ptr_29(D)->values
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:52: if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
ldr x2, [x29, 72] ; v.9_23, v
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:52: if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
ldr x3, [x1] ; *_21, *_21
cmp x3, x2 ; *_21, v.9_23
bhi L7 ;,
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:54: ptr->values[1] = v;
str x2, [x1, 8] ; v.9_23, MEM[(long unsigned int *)_21 + 8B]
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:55: ptr->value_type[1] = type;
ldr x1, [x19, 8] ; ptr_29(D)->value_type, ptr_29(D)->value_type
str x0, [x1, 8] ; type, MEM[(scalar_t__ *)_25 + 8B]
; Anghabench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:56: return true;
b L6 ;
LFE0:
.globl _TOMOYO_VALUE_TYPE_INVALID
.zerofill __DATA,__common,_TOMOYO_VALUE_TYPE_INVALID,8,3
.globl _TOMOYO_NUMBER_GROUP
.zerofill __DATA,__common,_TOMOYO_NUMBER_GROUP,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x50
.byte 0x9d
.uleb128 0xa
.byte 0x9e
.uleb128 0x9
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x8
.byte 0x94
.uleb128 0x7
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x6
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xa
.byte 0xd5
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xb
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xd5
.byte 0x4
.set L$set$11,LCFI8-LCFI7
.long L$set$11
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$12,LCFI9-LCFI8
.long L$set$12
.byte 0xc
.uleb128 0x1d
.uleb128 0x50
.byte 0x93
.uleb128 0x8
.byte 0x94
.uleb128 0x7
.byte 0x9d
.uleb128 0xa
.byte 0x9e
.uleb128 0x9
.byte 0x4
.set L$set$13,LCFI10-LCFI9
.long L$set$13
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$14,LCFI11-LCFI10
.long L$set$14
.byte 0xc
.uleb128 0x1d
.uleb128 0x50
.byte 0x93
.uleb128 0x8
.byte 0x94
.uleb128 0x7
.byte 0x95
.uleb128 0x6
.byte 0x9d
.uleb128 0xa
.byte 0x9e
.uleb128 0x9
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_util.c_tomoyo_parse_number_union.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl tomoyo_parse_number_union
.type tomoyo_parse_number_union, @function
tomoyo_parse_number_union:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:32: memset(ptr, 0, sizeof(*ptr));
movl $24, %edx #,
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:27: {
pushq %rbp #
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
movq %rdi, %rbp # tmp125, param
pushq %rbx #
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
movq %rsi, %rbx # tmp126, ptr
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:32: memset(ptr, 0, sizeof(*ptr));
xorl %esi, %esi #
movq %rbx, %rdi # ptr,
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:27: {
subq $32, %rsp #,
.cfi_def_cfa_offset 64
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:27: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp131
movq %rax, 24(%rsp) # tmp131, D.1996
xorl %eax, %eax # tmp131
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:32: memset(ptr, 0, sizeof(*ptr));
call memset@PLT #
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:33: if (param->data[0] == '@') {
movq 0(%rbp), %rax # param_29(D)->data, _1
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:33: if (param->data[0] == '@') {
cmpb $64, (%rax) #, *_1
je .L10 #,
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:38: data = tomoyo_read_token(param);
movq %rbp, %rdi # param,
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:39: type = tomoyo_parse_ulong(&v, &data);
leaq 8(%rsp), %r12 #, tmp115
leaq 16(%rsp), %rbp #, tmp116
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:38: data = tomoyo_read_token(param);
call tomoyo_read_token@PLT #
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:39: type = tomoyo_parse_ulong(&v, &data);
movq %r12, %rsi # tmp115,
movq %rbp, %rdi # tmp116,
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:38: data = tomoyo_read_token(param);
movq %rax, 8(%rsp) # tmp128, data
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:39: type = tomoyo_parse_ulong(&v, &data);
call tomoyo_parse_ulong@PLT #
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:40: if (type == TOMOYO_VALUE_TYPE_INVALID)
cmpq %rax, TOMOYO_VALUE_TYPE_INVALID(%rip) # type, TOMOYO_VALUE_TYPE_INVALID
je .L6 #,
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:42: ptr->values[0] = v;
movq 16(%rsp), %rdx # v, v.2_10
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:42: ptr->values[0] = v;
movq (%rbx), %rsi # ptr_27(D)->values, _9
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:43: ptr->value_type[0] = type;
movq 8(%rbx), %rcx # ptr_27(D)->value_type, _11
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:42: ptr->values[0] = v;
movq %rdx, (%rsi) # v.2_10, *_9
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:44: if (!*data) {
movq 8(%rsp), %rdx # data, data.3_12
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:43: ptr->value_type[0] = type;
movq %rax, (%rcx) # type, *_11
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:44: if (!*data) {
cmpb $0, (%rdx) #, *data.3_12
je .L11 #,
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:49: if (*data++ != '-')
leaq 1(%rdx), %rax #, tmp118
movq %rax, 8(%rsp) # tmp118, data
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:49: if (*data++ != '-')
cmpb $45, (%rdx) #, *data.3_12
je .L12 #,
.L6:
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:41: return false;
xorl %eax, %eax # <retval>
.L1:
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:57: }
movq 24(%rsp), %rdx # D.1996, tmp132
subq %fs:40, %rdx # MEM[(<address-space-1> long unsigned int *)40B], tmp132
jne .L13 #,
addq $32, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 32
popq %rbx #
.cfi_def_cfa_offset 24
popq %rbp #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L11:
.cfi_restore_state
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:45: ptr->values[1] = v;
movq 16(%rsp), %rdx # v, v
movq %rdx, 8(%rsi) # v, MEM[(long unsigned int *)_9 + 8B]
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:46: ptr->value_type[1] = type;
movq %rax, 8(%rcx) # type, MEM[(scalar_t__ *)_11 + 8B]
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:47: return true;
movl $1, %eax #, <retval>
jmp .L1 #
.p2align 4,,10
.p2align 3
.L10:
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:34: param->data++;
addq $1, %rax #, tmp111
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:35: ptr->group = tomoyo_get_group(param, TOMOYO_NUMBER_GROUP);
movl TOMOYO_NUMBER_GROUP(%rip), %esi # TOMOYO_NUMBER_GROUP,
movq %rbp, %rdi # param,
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:34: param->data++;
movq %rax, 0(%rbp) # tmp111, param_29(D)->data
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:35: ptr->group = tomoyo_get_group(param, TOMOYO_NUMBER_GROUP);
call tomoyo_get_group@PLT #
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:36: return ptr->group != NULL;
testq %rax, %rax # _5
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:35: ptr->group = tomoyo_get_group(param, TOMOYO_NUMBER_GROUP);
movq %rax, 16(%rbx) # _5, ptr_27(D)->group
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:36: return ptr->group != NULL;
setne %al #, <retval>
movzbl %al, %eax # <retval>, <retval>
jmp .L1 #
.p2align 4,,10
.p2align 3
.L12:
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:51: type = tomoyo_parse_ulong(&v, &data);
movq %r12, %rsi # tmp115,
movq %rbp, %rdi # tmp116,
call tomoyo_parse_ulong@PLT #
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:52: if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
cmpq %rax, TOMOYO_VALUE_TYPE_INVALID(%rip) # type, TOMOYO_VALUE_TYPE_INVALID
je .L6 #,
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:52: if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
movq 8(%rsp), %rdx # data, data
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:52: if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
cmpb $0, (%rdx) #, *data.8_18
jne .L6 #,
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:52: if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
movq (%rbx), %rdx # ptr_27(D)->values, _20
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:52: if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
movq 16(%rsp), %rcx # v, v.9_22
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:52: if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
cmpq %rcx, (%rdx) # v.9_22, *_20
ja .L6 #,
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:54: ptr->values[1] = v;
movq %rcx, 8(%rdx) # v.9_22, MEM[(long unsigned int *)_20 + 8B]
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:55: ptr->value_type[1] = type;
movq 8(%rbx), %rdx # ptr_27(D)->value_type, ptr_27(D)->value_type
movq %rax, 8(%rdx) # type, MEM[(scalar_t__ *)_23 + 8B]
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:56: return true;
movl $1, %eax #, <retval>
jmp .L1 #
.L13:
# AnghaBench/linux/security/tomoyo/extr_util.c_tomoyo_parse_number_union.c:57: }
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size tomoyo_parse_number_union, .-tomoyo_parse_number_union
.globl TOMOYO_VALUE_TYPE_INVALID
.bss
.align 8
.type TOMOYO_VALUE_TYPE_INVALID, @object
.size TOMOYO_VALUE_TYPE_INVALID, 8
TOMOYO_VALUE_TYPE_INVALID:
.zero 8
.globl TOMOYO_NUMBER_GROUP
.align 4
.type TOMOYO_NUMBER_GROUP, @object
.size TOMOYO_NUMBER_GROUP, 4
TOMOYO_NUMBER_GROUP:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _a6xx_pm_suspend
_a6xx_pm_suspend:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:26: {
mov x19, x0 ; gpu, gpu
; Anghabench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:27: struct adreno_gpu *adreno_gpu = to_adreno_gpu(gpu);
bl _to_adreno_gpu ;
; Anghabench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:28: struct a6xx_gpu *a6xx_gpu = to_a6xx_gpu(adreno_gpu);
bl _to_a6xx_gpu ;
mov x20, x0 ; a6xx_gpu,
; Anghabench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:30: devfreq_suspend_device(gpu->devfreq.devfreq);
ldr w0, [x19] ;, gpu_3(D)->devfreq.devfreq
bl _devfreq_suspend_device ;
; Anghabench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:32: return a6xx_gmu_stop(a6xx_gpu);
mov x0, x20 ;, a6xx_gpu
; Anghabench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:33: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
; Anghabench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:32: return a6xx_gmu_stop(a6xx_gpu);
b _a6xx_gmu_stop ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x94
.uleb128 0x1
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_a6xx_gpu.c_a6xx_pm_suspend.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type a6xx_pm_suspend, @function
a6xx_pm_suspend:
.LFB0:
.cfi_startproc
endbr64
pushq %rbp #
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
pushq %rbx #
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
movq %rdi, %rbx # tmp87, gpu
subq $8, %rsp #,
.cfi_def_cfa_offset 32
# AnghaBench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:27: struct adreno_gpu *adreno_gpu = to_adreno_gpu(gpu);
call to_adreno_gpu@PLT #
movq %rax, %rdi # tmp88, adreno_gpu
# AnghaBench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:28: struct a6xx_gpu *a6xx_gpu = to_a6xx_gpu(adreno_gpu);
call to_a6xx_gpu@PLT #
# AnghaBench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:30: devfreq_suspend_device(gpu->devfreq.devfreq);
movl (%rbx), %edi # gpu_3(D)->devfreq.devfreq,
# AnghaBench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:28: struct a6xx_gpu *a6xx_gpu = to_a6xx_gpu(adreno_gpu);
movq %rax, %rbp # tmp89, a6xx_gpu
# AnghaBench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:30: devfreq_suspend_device(gpu->devfreq.devfreq);
call devfreq_suspend_device@PLT #
# AnghaBench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:33: }
addq $8, %rsp #,
.cfi_def_cfa_offset 24
# AnghaBench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:32: return a6xx_gmu_stop(a6xx_gpu);
movq %rbp, %rdi # a6xx_gpu,
# AnghaBench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:33: }
popq %rbx #
.cfi_def_cfa_offset 16
popq %rbp #
.cfi_def_cfa_offset 8
# AnghaBench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gpu.c_a6xx_pm_suspend.c:32: return a6xx_gmu_stop(a6xx_gpu);
jmp a6xx_gmu_stop@PLT #
.cfi_endproc
.LFE0:
.size a6xx_pm_suspend, .-a6xx_pm_suspend
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _HUF_decompress1X4_usingDTable_internal
_HUF_decompress1X4_usingDTable_internal:
LFB0:
stp x29, x30, [sp, -80]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x21, x22, [sp, 32] ;,,
LCFI2:
mov x22, x0 ; dst, dst
mov x21, x1 ; dstSize, dstSize
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:36: size_t const errorCode = BIT_initDStream(&bitD, cSrc, cSrcSize);
add x0, x29, 76 ;,,
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:31: {
mov x1, x2 ; cSrc, cSrc
mov x2, x3 ; cSrcSize, cSrcSize
stp x19, x20, [sp, 16] ;,,
str x23, [sp, 48] ;,
LCFI3:
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:31: {
mov x23, x4 ; DTable, DTable
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:36: size_t const errorCode = BIT_initDStream(&bitD, cSrc, cSrcSize);
bl _BIT_initDStream ;
mov x19, x0 ; <retval>, <retval>
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:37: if (HUF_isError(errorCode))
bl _HUF_isError ;
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:37: if (HUF_isError(errorCode))
cbz x0, L6 ; _1,
L1:
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:57: }
ldr x23, [sp, 48] ;,
mov x0, x19 ;, <retval>
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x29, x30, [sp], 80 ;,,,
LCFI4:
ret
.p2align 2,,3
L6:
LCFI5:
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:47: DTableDesc const dtd = HUF_getDTableDesc(DTable);
mov x0, x23 ;, DTable
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:56: return dstSize;
mov x19, x21 ; <retval>, dstSize
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:47: DTableDesc const dtd = HUF_getDTableDesc(DTable);
bl _HUF_getDTableDesc ;
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:48: HUF_decodeStreamX4(ostart, &bitD, oend, dt, dtd.tableLog);
mov w4, w0 ;, dtd
add x2, x22, x21, lsl 2 ;, dst, dstSize,
add x3, x23, 4 ;, DTable,
add x1, x29, 76 ;,,
mov x0, x22 ;, dst
bl _HUF_decodeStreamX4 ;
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:52: if (!BIT_endOfDStream(&bitD))
add x0, x29, 76 ;,,
bl _BIT_endOfDStream ;
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:52: if (!BIT_endOfDStream(&bitD))
cbnz w0, L1 ; _4,
; Anghabench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:53: return ERROR(corruption_detected);
adrp x0, _corruption_detected@PAGE ; tmp121,
ldr w0, [x0, #_corruption_detected@PAGEOFF] ;, corruption_detected
bl _ERROR ;
mov x19, x0 ; <retval>, <retval>
b L1 ;
LFE0:
.globl _corruption_detected
.zerofill __DATA,__common,_corruption_detected,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x50
.byte 0x9d
.uleb128 0xa
.byte 0x9e
.uleb128 0x9
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x95
.uleb128 0x6
.byte 0x96
.uleb128 0x5
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x93
.uleb128 0x8
.byte 0x94
.uleb128 0x7
.byte 0x97
.uleb128 0x4
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type HUF_decompress1X4_usingDTable_internal, @function
HUF_decompress1X4_usingDTable_internal:
.LFB0:
.cfi_startproc
endbr64
pushq %r14 #
.cfi_def_cfa_offset 16
.cfi_offset 14, -16
pushq %r13 #
.cfi_def_cfa_offset 24
.cfi_offset 13, -24
movq %rdi, %r13 # tmp105, dst
pushq %r12 #
.cfi_def_cfa_offset 32
.cfi_offset 12, -32
pushq %rbp #
.cfi_def_cfa_offset 40
.cfi_offset 6, -40
movq %rsi, %rbp # tmp106, dstSize
movq %rdx, %rsi # tmp107, cSrc
movq %rcx, %rdx # tmp108, cSrcSize
pushq %rbx #
.cfi_def_cfa_offset 48
.cfi_offset 3, -48
movq %r8, %rbx # tmp109, DTable
subq $16, %rsp #,
.cfi_def_cfa_offset 64
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:31: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp115
movq %rax, 8(%rsp) # tmp115, D.2001
xorl %eax, %eax # tmp115
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:36: size_t const errorCode = BIT_initDStream(&bitD, cSrc, cSrcSize);
leaq 4(%rsp), %r14 #, tmp97
movq %r14, %rdi # tmp97,
call BIT_initDStream@PLT #
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:37: if (HUF_isError(errorCode))
movq %rax, %rdi # <retval>,
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:36: size_t const errorCode = BIT_initDStream(&bitD, cSrc, cSrcSize);
movq %rax, %r12 # tmp110, <retval>
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:37: if (HUF_isError(errorCode))
call HUF_isError@PLT #
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:37: if (HUF_isError(errorCode))
testq %rax, %rax # tmp111
je .L7 #,
.L1:
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:57: }
movq 8(%rsp), %rax # D.2001, tmp116
subq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp116
jne .L8 #,
addq $16, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 48
movq %r12, %rax # <retval>,
popq %rbx #
.cfi_def_cfa_offset 40
popq %rbp #
.cfi_def_cfa_offset 32
popq %r12 #
.cfi_def_cfa_offset 24
popq %r13 #
.cfi_def_cfa_offset 16
popq %r14 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L7:
.cfi_restore_state
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:47: DTableDesc const dtd = HUF_getDTableDesc(DTable);
movq %rbx, %rdi # DTable,
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:44: BYTE *const oend = ostart + dstSize;
leaq 0(%r13,%rbp,4), %r12 #, oend
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:47: DTableDesc const dtd = HUF_getDTableDesc(DTable);
call HUF_getDTableDesc@PLT #
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:48: HUF_decodeStreamX4(ostart, &bitD, oend, dt, dtd.tableLog);
movq %r12, %rdx # oend,
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:45: const void *const dtPtr = DTable + 1; /* force compiler to not use strict-aliasing */
leaq 4(%rbx), %rcx #, dtPtr
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:48: HUF_decodeStreamX4(ostart, &bitD, oend, dt, dtd.tableLog);
movq %r14, %rsi # tmp97,
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:47: DTableDesc const dtd = HUF_getDTableDesc(DTable);
movl %eax, %r8d #, tmp112
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:48: HUF_decodeStreamX4(ostart, &bitD, oend, dt, dtd.tableLog);
movq %r13, %rdi # dst,
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:56: return dstSize;
movq %rbp, %r12 # dstSize, <retval>
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:48: HUF_decodeStreamX4(ostart, &bitD, oend, dt, dtd.tableLog);
call HUF_decodeStreamX4@PLT #
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:52: if (!BIT_endOfDStream(&bitD))
movq %r14, %rdi # tmp97,
call BIT_endOfDStream@PLT #
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:52: if (!BIT_endOfDStream(&bitD))
testl %eax, %eax # tmp113
jne .L1 #,
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:53: return ERROR(corruption_detected);
movl corruption_detected(%rip), %edi # corruption_detected,
call ERROR@PLT #
movq %rax, %r12 # tmp114, <retval>
jmp .L1 #
.L8:
# AnghaBench/linux/lib/zstd/extr_huf_decompress.c_HUF_decompress1X4_usingDTable_internal.c:57: }
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size HUF_decompress1X4_usingDTable_internal, .-HUF_decompress1X4_usingDTable_internal
.globl corruption_detected
.bss
.align 4
.type corruption_detected, @object
.size corruption_detected, 4
corruption_detected:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _acado_multQETGx
_acado_multQETGx:
LFB0:
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
ldp w4, w3, [x0] ; *E1_71(D), MEM[(real_t *)E1_71(D) + 4B],* E1
ldr w6, [x1, 16] ;, MEM[(real_t *)Gx1_72(D) + 16B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
ldr w5, [x1] ;, *Gx1_72(D)
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
mul w3, w3, w6 ; _7, MEM[(real_t *)E1_71(D) + 4B], MEM[(real_t *)Gx1_72(D) + 16B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
ldr w6, [x1, 32] ;, MEM[(real_t *)Gx1_72(D) + 32B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
madd w4, w4, w5, w3 ; _8, *E1_71(D), *Gx1_72(D), _7
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
ldp w3, w5, [x0, 8] ; MEM[(real_t *)E1_71(D) + 8B], MEM[(real_t *)E1_71(D) + 12B],
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
madd w3, w3, w6, w4 ; _12, MEM[(real_t *)E1_71(D) + 8B], MEM[(real_t *)Gx1_72(D) + 32B], _8
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
ldr w4, [x1, 48] ;, MEM[(real_t *)Gx1_72(D) + 48B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
madd w5, w5, w4, w3 ; _16, MEM[(real_t *)E1_71(D) + 12B], MEM[(real_t *)Gx1_72(D) + 48B], _12
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
ldp w4, w3, [x2] ; *H101_70(D), MEM[(real_t *)H101_70(D) + 4B],* H101
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
add w4, w4, w5 ; _17, *H101_70(D), _16
str w4, [x2] ; _17, *H101_70(D)
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
ldp w6, w4, [x0] ; *E1_71(D), MEM[(real_t *)E1_71(D) + 4B],* E1
ldr w7, [x1, 20] ;, MEM[(real_t *)Gx1_72(D) + 20B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
ldr w5, [x1, 4] ;, MEM[(real_t *)Gx1_72(D) + 4B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
mul w4, w4, w7 ; _24, MEM[(real_t *)E1_71(D) + 4B], MEM[(real_t *)Gx1_72(D) + 20B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
ldr w7, [x1, 36] ;, MEM[(real_t *)Gx1_72(D) + 36B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
madd w6, w6, w5, w4 ; _25, *E1_71(D), MEM[(real_t *)Gx1_72(D) + 4B], _24
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
ldp w5, w4, [x0, 8] ; MEM[(real_t *)E1_71(D) + 8B], MEM[(real_t *)E1_71(D) + 12B],
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
madd w5, w5, w7, w6 ; _29, MEM[(real_t *)E1_71(D) + 8B], MEM[(real_t *)Gx1_72(D) + 36B], _25
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
ldr w6, [x1, 52] ;, MEM[(real_t *)Gx1_72(D) + 52B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
madd w4, w4, w6, w5 ; _33, MEM[(real_t *)E1_71(D) + 12B], MEM[(real_t *)Gx1_72(D) + 52B], _29
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
add w3, w3, w4 ; _34, MEM[(real_t *)H101_70(D) + 4B], _33
str w3, [x2, 4] ; _34, MEM[(real_t *)H101_70(D) + 4B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
ldp w4, w3, [x0] ; *E1_71(D), MEM[(real_t *)E1_71(D) + 4B],* E1
ldr w6, [x1, 24] ;, MEM[(real_t *)Gx1_72(D) + 24B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
ldr w5, [x1, 8] ;, MEM[(real_t *)Gx1_72(D) + 8B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
mul w3, w3, w6 ; _41, MEM[(real_t *)E1_71(D) + 4B], MEM[(real_t *)Gx1_72(D) + 24B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
ldr w6, [x1, 40] ;, MEM[(real_t *)Gx1_72(D) + 40B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
madd w4, w4, w5, w3 ; _42, *E1_71(D), MEM[(real_t *)Gx1_72(D) + 8B], _41
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
ldp w3, w5, [x0, 8] ; MEM[(real_t *)E1_71(D) + 8B], MEM[(real_t *)E1_71(D) + 12B],
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
madd w3, w3, w6, w4 ; _46, MEM[(real_t *)E1_71(D) + 8B], MEM[(real_t *)Gx1_72(D) + 40B], _42
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
ldr w4, [x1, 56] ;, MEM[(real_t *)Gx1_72(D) + 56B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
madd w5, w5, w4, w3 ; _50, MEM[(real_t *)E1_71(D) + 12B], MEM[(real_t *)Gx1_72(D) + 56B], _46
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
ldp w4, w3, [x2, 8] ; MEM[(real_t *)H101_70(D) + 8B], MEM[(real_t *)H101_70(D) + 12B],
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
add w4, w4, w5 ; _51, MEM[(real_t *)H101_70(D) + 8B], _50
str w4, [x2, 8] ; _51, MEM[(real_t *)H101_70(D) + 8B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
ldr w6, [x1, 12] ;, MEM[(real_t *)Gx1_72(D) + 12B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
ldp w5, w4, [x0] ; *E1_71(D), MEM[(real_t *)E1_71(D) + 4B],* E1
ldr w7, [x1, 28] ;, MEM[(real_t *)Gx1_72(D) + 28B]
mul w4, w4, w7 ; _58, MEM[(real_t *)E1_71(D) + 4B], MEM[(real_t *)Gx1_72(D) + 28B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
madd w5, w5, w6, w4 ; _59, *E1_71(D), MEM[(real_t *)Gx1_72(D) + 12B], _58
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
ldp w4, w0, [x0, 8] ; MEM[(real_t *)E1_71(D) + 8B], MEM[(real_t *)E1_71(D) + 12B],
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
ldr w6, [x1, 44] ;, MEM[(real_t *)Gx1_72(D) + 44B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
ldr w1, [x1, 60] ;, MEM[(real_t *)Gx1_72(D) + 60B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
madd w4, w4, w6, w5 ; _63, MEM[(real_t *)E1_71(D) + 8B], MEM[(real_t *)Gx1_72(D) + 44B], _59
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
madd w0, w0, w1, w4 ; _67, MEM[(real_t *)E1_71(D) + 12B], MEM[(real_t *)Gx1_72(D) + 60B], _63
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
add w3, w3, w0 ; _68, MEM[(real_t *)H101_70(D) + 12B], _67
str w3, [x2, 12] ; _68, MEM[(real_t *)H101_70(D) + 12B]
; Anghabench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:23: }
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_acado_solver.c_acado_multQETGx.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl acado_multQETGx
.type acado_multQETGx, @function
acado_multQETGx:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:18: {
movq %rsi, %rax # tmp198, Gx1
movq %rdi, %rcx # tmp197, E1
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
movl (%rdi), %esi # *E1_71(D), *E1_71(D)
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
movl 4(%rdi), %edi # MEM[(real_t *)E1_71(D) + 4B], MEM[(real_t *)E1_71(D) + 4B]
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
imull (%rax), %esi # *Gx1_72(D), tmp153
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
imull 16(%rax), %edi # MEM[(real_t *)Gx1_72(D) + 16B], tmp155
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
addl %edi, %esi # tmp155, tmp157
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
movl 8(%rcx), %edi # MEM[(real_t *)E1_71(D) + 8B], MEM[(real_t *)E1_71(D) + 8B]
imull 32(%rax), %edi # MEM[(real_t *)Gx1_72(D) + 32B], tmp158
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
addl %edi, %esi # tmp158, tmp160
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
movl 12(%rcx), %edi # MEM[(real_t *)E1_71(D) + 12B], MEM[(real_t *)E1_71(D) + 12B]
imull 48(%rax), %edi # MEM[(real_t *)Gx1_72(D) + 48B], tmp161
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
addl %edi, %esi # tmp161, tmp163
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:19: H101[0] += + E1[0]*Gx1[0] + E1[1]*Gx1[4] + E1[2]*Gx1[8] + E1[3]*Gx1[12];
addl %esi, (%rdx) # tmp163, *H101_70(D)
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
movl (%rcx), %esi # *E1_71(D), *E1_71(D)
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
movl 4(%rcx), %edi # MEM[(real_t *)E1_71(D) + 4B], MEM[(real_t *)E1_71(D) + 4B]
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
imull 4(%rax), %esi # MEM[(real_t *)Gx1_72(D) + 4B], tmp164
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
imull 20(%rax), %edi # MEM[(real_t *)Gx1_72(D) + 20B], tmp166
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
addl %edi, %esi # tmp166, tmp168
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
movl 8(%rcx), %edi # MEM[(real_t *)E1_71(D) + 8B], MEM[(real_t *)E1_71(D) + 8B]
imull 36(%rax), %edi # MEM[(real_t *)Gx1_72(D) + 36B], tmp169
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
addl %edi, %esi # tmp169, tmp171
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
movl 12(%rcx), %edi # MEM[(real_t *)E1_71(D) + 12B], MEM[(real_t *)E1_71(D) + 12B]
imull 52(%rax), %edi # MEM[(real_t *)Gx1_72(D) + 52B], tmp172
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
addl %edi, %esi # tmp172, tmp174
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:20: H101[1] += + E1[0]*Gx1[1] + E1[1]*Gx1[5] + E1[2]*Gx1[9] + E1[3]*Gx1[13];
addl %esi, 4(%rdx) # tmp174, MEM[(real_t *)H101_70(D) + 4B]
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
movl (%rcx), %esi # *E1_71(D), *E1_71(D)
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
movl 4(%rcx), %edi # MEM[(real_t *)E1_71(D) + 4B], MEM[(real_t *)E1_71(D) + 4B]
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
imull 8(%rax), %esi # MEM[(real_t *)Gx1_72(D) + 8B], tmp175
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
imull 24(%rax), %edi # MEM[(real_t *)Gx1_72(D) + 24B], tmp177
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
addl %edi, %esi # tmp177, tmp179
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
movl 8(%rcx), %edi # MEM[(real_t *)E1_71(D) + 8B], MEM[(real_t *)E1_71(D) + 8B]
imull 40(%rax), %edi # MEM[(real_t *)Gx1_72(D) + 40B], tmp180
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
addl %edi, %esi # tmp180, tmp182
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
movl 12(%rcx), %edi # MEM[(real_t *)E1_71(D) + 12B], MEM[(real_t *)E1_71(D) + 12B]
imull 56(%rax), %edi # MEM[(real_t *)Gx1_72(D) + 56B], tmp183
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
addl %edi, %esi # tmp183, tmp185
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:21: H101[2] += + E1[0]*Gx1[2] + E1[1]*Gx1[6] + E1[2]*Gx1[10] + E1[3]*Gx1[14];
addl %esi, 8(%rdx) # tmp185, MEM[(real_t *)H101_70(D) + 8B]
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
movl (%rcx), %esi # *E1_71(D), *E1_71(D)
imull 12(%rax), %esi # MEM[(real_t *)Gx1_72(D) + 12B], tmp186
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
movl 4(%rcx), %edi # MEM[(real_t *)E1_71(D) + 4B], MEM[(real_t *)E1_71(D) + 4B]
imull 28(%rax), %edi # MEM[(real_t *)Gx1_72(D) + 28B], tmp188
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
addl %edi, %esi # tmp188, tmp190
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
movl 8(%rcx), %edi # MEM[(real_t *)E1_71(D) + 8B], MEM[(real_t *)E1_71(D) + 8B]
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
movl 12(%rcx), %ecx # MEM[(real_t *)E1_71(D) + 12B], MEM[(real_t *)E1_71(D) + 12B]
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
imull 44(%rax), %edi # MEM[(real_t *)Gx1_72(D) + 44B], tmp191
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
imull 60(%rax), %ecx # MEM[(real_t *)Gx1_72(D) + 60B], MEM[(real_t *)E1_71(D) + 12B]
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
addl %edi, %esi # tmp191, tmp193
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
movl %ecx, %eax # MEM[(real_t *)E1_71(D) + 12B], tmp194
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
addl %esi, %eax # tmp193, tmp196
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:22: H101[3] += + E1[0]*Gx1[3] + E1[1]*Gx1[7] + E1[2]*Gx1[11] + E1[3]*Gx1[15];
addl %eax, 12(%rdx) # tmp196, MEM[(real_t *)H101_70(D) + 12B]
# AnghaBench/openpilot/selfdrive/controls/lib/lateral_mpc/lib_mpc_export/extr_acado_solver.c_acado_multQETGx.c:23: }
ret
.cfi_endproc
.LFE0:
.size acado_multQETGx, .-acado_multQETGx
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _dw_mci_exynos_get_clksmpl
_dw_mci_exynos_get_clksmpl:
LFB0:
stp x29, x30, [sp, -16]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:29: if (priv->ctrl_type == DW_MCI_TYPE_EXYNOS7 ||
adrp x3, _DW_MCI_TYPE_EXYNOS7@PAGE ; tmp113,
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:26: {
mov x2, x0 ; host, host
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:29: if (priv->ctrl_type == DW_MCI_TYPE_EXYNOS7 ||
ldr x1, [x0] ; host_11(D)->priv, host_11(D)->priv
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:29: if (priv->ctrl_type == DW_MCI_TYPE_EXYNOS7 ||
ldr x3, [x3, #_DW_MCI_TYPE_EXYNOS7@PAGEOFF] ; DW_MCI_TYPE_EXYNOS7, DW_MCI_TYPE_EXYNOS7
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:29: if (priv->ctrl_type == DW_MCI_TYPE_EXYNOS7 ||
ldr x1, [x1] ; _1, priv_12->ctrl_type
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:29: if (priv->ctrl_type == DW_MCI_TYPE_EXYNOS7 ||
cmp x1, x3 ; _1, DW_MCI_TYPE_EXYNOS7
beq L2 ;,
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:30: priv->ctrl_type == DW_MCI_TYPE_EXYNOS7_SMU)
adrp x3, _DW_MCI_TYPE_EXYNOS7_SMU@PAGE ; tmp116,
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:29: if (priv->ctrl_type == DW_MCI_TYPE_EXYNOS7 ||
ldr x3, [x3, #_DW_MCI_TYPE_EXYNOS7_SMU@PAGEOFF] ; DW_MCI_TYPE_EXYNOS7_SMU, DW_MCI_TYPE_EXYNOS7_SMU
cmp x1, x3 ; _1, DW_MCI_TYPE_EXYNOS7_SMU
bne L3 ;,
L2:
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:31: return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL64));
adrp x0, _CLKSEL64@PAGE ; tmp119,
ldr w1, [x0, #_CLKSEL64@PAGEOFF] ;, CLKSEL64
mov x0, x2 ;, host
bl _mci_readl ;
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:34: }
ldp x29, x30, [sp], 16 ;,,,
LCFI2:
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:31: return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL64));
b _SDMMC_CLKSEL_CCLK_SAMPLE ;
.p2align 2,,3
L3:
LCFI3:
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:33: return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL));
adrp x1, _CLKSEL@PAGE ; tmp122,
ldr w1, [x1, #_CLKSEL@PAGEOFF] ;, CLKSEL
bl _mci_readl ;
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:34: }
ldp x29, x30, [sp], 16 ;,,,
LCFI4:
; Anghabench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:33: return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL));
b _SDMMC_CLKSEL_CCLK_SAMPLE ;
LFE0:
.globl _DW_MCI_TYPE_EXYNOS7_SMU
.zerofill __DATA,__common,_DW_MCI_TYPE_EXYNOS7_SMU,8,3
.globl _DW_MCI_TYPE_EXYNOS7
.zerofill __DATA,__common,_DW_MCI_TYPE_EXYNOS7,8,3
.globl _CLKSEL64
.zerofill __DATA,__common,_CLKSEL64,4,2
.globl _CLKSEL
.zerofill __DATA,__common,_CLKSEL,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x10
.byte 0x9d
.uleb128 0x2
.byte 0x9e
.uleb128 0x1
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xb
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type dw_mci_exynos_get_clksmpl, @function
dw_mci_exynos_get_clksmpl:
.LFB0:
.cfi_startproc
endbr64
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:29: if (priv->ctrl_type == DW_MCI_TYPE_EXYNOS7 ||
movq (%rdi), %rax # host_11(D)->priv, host_11(D)->priv
movq (%rax), %rax # priv_12->ctrl_type, _1
# AnghaBench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:29: if (priv->ctrl_type == DW_MCI_TYPE_EXYNOS7 ||
cmpq DW_MCI_TYPE_EXYNOS7(%rip), %rax # DW_MCI_TYPE_EXYNOS7, _1
je .L2 #,
# AnghaBench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:29: if (priv->ctrl_type == DW_MCI_TYPE_EXYNOS7 ||
cmpq DW_MCI_TYPE_EXYNOS7_SMU(%rip), %rax # DW_MCI_TYPE_EXYNOS7_SMU, _1
jne .L3 #,
.L2:
# AnghaBench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:31: return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL64));
movl CLKSEL64(%rip), %esi # CLKSEL64,
call mci_readl@PLT #
# AnghaBench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:34: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 8
# AnghaBench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:31: return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL64));
movl %eax, %edi # tmp97, _5
jmp SDMMC_CLKSEL_CCLK_SAMPLE@PLT #
.p2align 4,,10
.p2align 3
.L3:
.cfi_restore_state
# AnghaBench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:33: return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL));
movl CLKSEL(%rip), %esi # CLKSEL,
call mci_readl@PLT #
# AnghaBench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:34: }
addq $8, %rsp #,
.cfi_def_cfa_offset 8
# AnghaBench/linux/drivers/mmc/host/extr_dw_mmc-exynos.c_dw_mci_exynos_get_clksmpl.c:33: return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL));
movl %eax, %edi # tmp98, _7
jmp SDMMC_CLKSEL_CCLK_SAMPLE@PLT #
.cfi_endproc
.LFE0:
.size dw_mci_exynos_get_clksmpl, .-dw_mci_exynos_get_clksmpl
.globl DW_MCI_TYPE_EXYNOS7_SMU
.bss
.align 8
.type DW_MCI_TYPE_EXYNOS7_SMU, @object
.size DW_MCI_TYPE_EXYNOS7_SMU, 8
DW_MCI_TYPE_EXYNOS7_SMU:
.zero 8
.globl DW_MCI_TYPE_EXYNOS7
.align 8
.type DW_MCI_TYPE_EXYNOS7, @object
.size DW_MCI_TYPE_EXYNOS7, 8
DW_MCI_TYPE_EXYNOS7:
.zero 8
.globl CLKSEL64
.align 4
.type CLKSEL64, @object
.size CLKSEL64, 4
CLKSEL64:
.zero 4
.globl CLKSEL
.align 4
.type CLKSEL, @object
.size CLKSEL, 4
CLKSEL:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _hfs_ext_write_extent
_hfs_ext_write_extent:
LFB0:
stp x29, x30, [sp, -64]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
str x19, [sp, 16] ;,
LCFI2:
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:29: {
mov x19, x0 ; inode, inode
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:33: if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) {
bl _HFS_I ;
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:33: if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) {
adrp x1, _HFS_FLG_EXT_DIRTY@PAGE ; tmp110,
ldr w0, [x0] ;, _1->flags
ldr w1, [x1, #_HFS_FLG_EXT_DIRTY@PAGEOFF] ;, HFS_FLG_EXT_DIRTY
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:33: if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) {
ands w2, w0, w1 ; <retval>, _1->flags, HFS_FLG_EXT_DIRTY
bne L8 ;,
L1:
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:41: }
ldr x19, [sp, 16] ;,
mov w0, w2 ;, <retval>
ldp x29, x30, [sp], 64 ;,,,
LCFI3:
ret
.p2align 2,,3
L8:
LCFI4:
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:34: res = hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd);
ldr w0, [x19] ;, inode_11(D)->i_sb
bl _HFS_SB ;
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:34: res = hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd);
add x1, x29, 56 ; tmp114,,
ldr w0, [x0] ;, _6->ext_tree
str x1, [x29, 40] ; tmp114, %sfp
bl _hfs_find_init ;
mov w2, w0 ; <retval>, <retval>
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:35: if (res)
cbnz w0, L1 ; <retval>,
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:37: res = __hfs_ext_write_extent(inode, &fd);
ldr x1, [x29, 40] ; tmp114, %sfp
mov x0, x19 ;, inode
str x1, [x29, 32] ; tmp114, %sfp
bl ___hfs_ext_write_extent ;
mov w2, w0 ; <retval>, <retval>
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:38: hfs_find_exit(&fd);
ldr x0, [x29, 32] ;, %sfp
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:37: res = __hfs_ext_write_extent(inode, &fd);
str w2, [x29, 40] ; <retval>, %sfp
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:38: hfs_find_exit(&fd);
bl _hfs_find_exit ;
ldr w2, [x29, 40] ;, %sfp
; Anghabench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:41: }
ldr x19, [sp, 16] ;,
ldp x29, x30, [sp], 64 ;,,,
LCFI5:
mov w0, w2 ;, <retval>
ret
LFE0:
.globl _HFS_FLG_EXT_DIRTY
.zerofill __DATA,__common,_HFS_FLG_EXT_DIRTY,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x40
.byte 0x9d
.uleb128 0x8
.byte 0x9e
.uleb128 0x7
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x6
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_extent.c_hfs_ext_write_extent.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl hfs_ext_write_extent
.type hfs_ext_write_extent, @function
hfs_ext_write_extent:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
movq %rdi, %rbp # tmp97, inode
subq $16, %rsp #,
.cfi_def_cfa_offset 48
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:29: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp102
movq %rax, 8(%rsp) # tmp102, D.1988
xorl %eax, %eax # tmp102
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:33: if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) {
call HFS_I@PLT #
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:33: if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) {
movl (%rax), %eax # _1->flags, _1->flags
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:33: if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) {
andl HFS_FLG_EXT_DIRTY(%rip), %eax # HFS_FLG_EXT_DIRTY, _1->flags
movl %eax, %r12d # _1->flags, <retval>
jne .L9 #,
.L1:
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:41: }
movq 8(%rsp), %rax # D.1988, tmp103
subq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp103
jne .L10 #,
addq $16, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 32
movl %r12d, %eax # <retval>,
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L9:
.cfi_restore_state
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:34: res = hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd);
movl 0(%rbp), %edi # inode_11(D)->i_sb,
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:34: res = hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd);
leaq 4(%rsp), %r13 #, tmp92
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:34: res = hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd);
call HFS_SB@PLT #
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:34: res = hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd);
movq %r13, %rsi # tmp92,
movl (%rax), %edi # _6->ext_tree,
call hfs_find_init@PLT #
movl %eax, %r12d # tmp100, <retval>
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:35: if (res)
testl %eax, %eax # <retval>
jne .L1 #,
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:37: res = __hfs_ext_write_extent(inode, &fd);
movq %rbp, %rdi # inode,
movq %r13, %rsi # tmp92,
call __hfs_ext_write_extent@PLT #
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:38: hfs_find_exit(&fd);
movq %r13, %rdi # tmp92,
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:37: res = __hfs_ext_write_extent(inode, &fd);
movl %eax, %r12d # tmp101, <retval>
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:38: hfs_find_exit(&fd);
call hfs_find_exit@PLT #
jmp .L1 #
.L10:
# AnghaBench/linux/fs/hfs/extr_extent.c_hfs_ext_write_extent.c:41: }
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size hfs_ext_write_extent, .-hfs_ext_write_extent
.globl HFS_FLG_EXT_DIRTY
.bss
.align 4
.type HFS_FLG_EXT_DIRTY, @object
.size HFS_FLG_EXT_DIRTY, 4
HFS_FLG_EXT_DIRTY:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
exploitdb/exploits/linux/local/extr_35370.c_set_cred.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _set_cred
_set_cred:
LFB0:
stp x29, x30, [sp, -112]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:25: len = read_pipe(kcred, &cred_buf, sizeof(cred_buf));
mov w2, 64 ;,
add x1, x29, 48 ; tmp102,,
; Anghabench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:21: {
str x19, [sp, 16] ;,
LCFI2:
; Anghabench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:21: {
mov x19, x0 ; kcred, kcred
; Anghabench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:25: len = read_pipe(kcred, &cred_buf, sizeof(cred_buf));
str x1, [x29, 40] ; tmp102, %sfp
bl _read_pipe ;
; Anghabench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:27: cred_buf.gid = cred_buf.egid = cred_buf.sgid = cred_buf.fsgid = 0;
movi v31.4s, 0 ; tmp103
; Anghabench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:28: len = write_pipe(kcred, &cred_buf, sizeof(cred_buf));
ldr x1, [x29, 40] ; tmp102, %sfp
mov w2, 64 ;,
mov x0, x19 ;, kcred
; Anghabench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:27: cred_buf.gid = cred_buf.egid = cred_buf.sgid = cred_buf.fsgid = 0;
stp q31, q31, [x29, 48] ; tmp103, tmp103,
stp q31, q31, [x29, 80] ; tmp103, tmp103,
; Anghabench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:28: len = write_pipe(kcred, &cred_buf, sizeof(cred_buf));
bl _write_pipe ;
; Anghabench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:29: }
ldr x19, [sp, 16] ;,
ldp x29, x30, [sp], 112 ;,,,
LCFI3:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x70
.byte 0x9d
.uleb128 0xe
.byte 0x9e
.uleb128 0xd
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0xc
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_35370.c_set_cred.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl set_cred
.type set_cred, @function
set_cred:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:25: len = read_pipe(kcred, &cred_buf, sizeof(cred_buf));
movl $64, %edx #,
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:21: {
pushq %rbp #
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
movq %rdi, %rbp # tmp87, kcred
subq $88, %rsp #,
.cfi_def_cfa_offset 112
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:21: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp88
movq %rax, 72(%rsp) # tmp88, D.1976
xorl %eax, %eax # tmp88
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:25: len = read_pipe(kcred, &cred_buf, sizeof(cred_buf));
movq %rsp, %r12 #, tmp84
movq %r12, %rsi # tmp84,
call read_pipe@PLT #
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:28: len = write_pipe(kcred, &cred_buf, sizeof(cred_buf));
movl $64, %edx #,
movq %r12, %rsi # tmp84,
movq %rbp, %rdi # kcred,
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:26: cred_buf.uid = cred_buf.euid = cred_buf.suid = cred_buf.fsuid = 0;
movq $0, 32(%rsp) #, cred_buf.fsuid
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:26: cred_buf.uid = cred_buf.euid = cred_buf.suid = cred_buf.fsuid = 0;
movq $0, 40(%rsp) #, cred_buf.suid
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:26: cred_buf.uid = cred_buf.euid = cred_buf.suid = cred_buf.fsuid = 0;
movq $0, 48(%rsp) #, cred_buf.euid
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:26: cred_buf.uid = cred_buf.euid = cred_buf.suid = cred_buf.fsuid = 0;
movq $0, 56(%rsp) #, cred_buf.uid
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:27: cred_buf.gid = cred_buf.egid = cred_buf.sgid = cred_buf.fsgid = 0;
movq $0, (%rsp) #, cred_buf.fsgid
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:27: cred_buf.gid = cred_buf.egid = cred_buf.sgid = cred_buf.fsgid = 0;
movq $0, 8(%rsp) #, cred_buf.sgid
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:27: cred_buf.gid = cred_buf.egid = cred_buf.sgid = cred_buf.fsgid = 0;
movq $0, 16(%rsp) #, cred_buf.egid
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:27: cred_buf.gid = cred_buf.egid = cred_buf.sgid = cred_buf.fsgid = 0;
movq $0, 24(%rsp) #, cred_buf.gid
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:28: len = write_pipe(kcred, &cred_buf, sizeof(cred_buf));
call write_pipe@PLT #
# AnghaBench/exploitdb/exploits/linux/local/extr_35370.c_set_cred.c:29: }
movq 72(%rsp), %rax # D.1976, tmp89
subq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp89
jne .L5 #,
addq $88, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 24
popq %rbp #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.L5:
.cfi_restore_state
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size set_cred, .-set_cred
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _cpuacct_cpuusage_read
_cpuacct_cpuusage_read:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov w20, w1 ; cpu, cpu
mov w19, w2 ; index, index
stp x21, x22, [sp, 32] ;,,
LCFI3:
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:38: BUG_ON(index > CPUACCT_STAT_NSTATS);
adrp x21, _CPUACCT_STAT_NSTATS@PAGE ; tmp132,
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:31: struct cpuacct_usage *cpuusage = per_cpu_ptr(ca->cpuusage, cpu);
ldr w0, [x0] ;, ca_25(D)->cpuusage
bl _per_cpu_ptr ;
mov x22, x0 ; cpuusage,
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:38: BUG_ON(index > CPUACCT_STAT_NSTATS);
ldr w0, [x21, #_CPUACCT_STAT_NSTATS@PAGEOFF] ;, CPUACCT_STAT_NSTATS
cmp w0, w19 ; CPUACCT_STAT_NSTATS, index
cset w0, cc ;,
bl _BUG_ON ;
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:44: raw_spin_lock_irq(&cpu_rq(cpu)->lock);
mov w0, w20 ;, cpu
bl _cpu_rq ;
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:44: raw_spin_lock_irq(&cpu_rq(cpu)->lock);
bl _raw_spin_lock_irq ;
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:47: if (index == CPUACCT_STAT_NSTATS) {
ldr w1, [x21, #_CPUACCT_STAT_NSTATS@PAGEOFF] ;, CPUACCT_STAT_NSTATS
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:47: if (index == CPUACCT_STAT_NSTATS) {
cmp w1, w19 ; CPUACCT_STAT_NSTATS.2_8, index
beq L9 ;,
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:54: data = cpuusage->usages[index];
ldr x0, [x22] ; cpuusage_28->usages, cpuusage_28->usages
ldr x19, [x0, w19, uxtw 3] ; <retval>, *_18
L3:
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:58: raw_spin_unlock_irq(&cpu_rq(cpu)->lock);
mov w0, w20 ;, cpu
bl _cpu_rq ;
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:58: raw_spin_unlock_irq(&cpu_rq(cpu)->lock);
bl _raw_spin_unlock_irq ;
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:62: }
mov x0, x19 ;, <retval>
ldp x21, x22, [sp, 32] ;,,
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI4:
ret
.p2align 2,,3
L9:
LCFI5:
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:51: for (i = 0; i < CPUACCT_STAT_NSTATS; i++)
cmp w1, 0 ; CPUACCT_STAT_NSTATS.2_8,
ble L5 ;,
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:50: data = 0;
mov x19, 0 ; <retval>,
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:52: data += cpuusage->usages[i];
ldr x0, [x22] ; ivtmp.12, cpuusage_28->usages
add x1, x0, w1, uxtw 3 ; _46, ivtmp.12, CPUACCT_STAT_NSTATS.2_8,
.p2align 5,,15
L4:
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:52: data += cpuusage->usages[i];
ldr x2, [x0], 8 ; MEM[(scalar_t__ *)_21], MEM[(scalar_t__ *)_21]
add x19, x19, x2 ; <retval>, <retval>, MEM[(scalar_t__ *)_21]
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:51: for (i = 0; i < CPUACCT_STAT_NSTATS; i++)
cmp x0, x1 ; ivtmp.12, _46
bne L4 ;,
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:58: raw_spin_unlock_irq(&cpu_rq(cpu)->lock);
mov w0, w20 ;, cpu
bl _cpu_rq ;
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:58: raw_spin_unlock_irq(&cpu_rq(cpu)->lock);
bl _raw_spin_unlock_irq ;
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:62: }
mov x0, x19 ;, <retval>
ldp x21, x22, [sp, 32] ;,,
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI6:
ret
.p2align 2,,3
L5:
LCFI7:
; Anghabench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:50: data = 0;
mov x19, 0 ; <retval>,
b L3 ;
LFE0:
.globl _CPUACCT_STAT_NSTATS
.zerofill __DATA,__common,_CPUACCT_STAT_NSTATS,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x2
.byte 0x96
.uleb128 0x1
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xb
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_cpuacct.c_cpuacct_cpuusage_read.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type cpuacct_cpuusage_read, @function
cpuacct_cpuusage_read:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
movl %edx, %r12d # tmp125,
pushq %rbp #
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
movl %esi, %ebp # tmp124, cpu
pushq %rbx #
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:31: struct cpuacct_usage *cpuusage = per_cpu_ptr(ca->cpuusage, cpu);
movl (%rdi), %edi # ca_25(D)->cpuusage,
call per_cpu_ptr@PLT #
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:38: BUG_ON(index > CPUACCT_STAT_NSTATS);
xorl %edi, %edi # tmp111
cmpl %r12d, CPUACCT_STAT_NSTATS(%rip) # index, CPUACCT_STAT_NSTATS
setb %dil #, tmp111
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:31: struct cpuacct_usage *cpuusage = per_cpu_ptr(ca->cpuusage, cpu);
movq %rax, %rbx # tmp126, cpuusage
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:38: BUG_ON(index > CPUACCT_STAT_NSTATS);
call BUG_ON@PLT #
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:44: raw_spin_lock_irq(&cpu_rq(cpu)->lock);
movl %ebp, %edi # cpu,
call cpu_rq@PLT #
movq %rax, %rdi # tmp127, _6
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:44: raw_spin_lock_irq(&cpu_rq(cpu)->lock);
call raw_spin_lock_irq@PLT #
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:47: if (index == CPUACCT_STAT_NSTATS) {
movl CPUACCT_STAT_NSTATS(%rip), %edx # CPUACCT_STAT_NSTATS, CPUACCT_STAT_NSTATS.2_8
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:47: if (index == CPUACCT_STAT_NSTATS) {
cmpl %r12d, %edx # index, CPUACCT_STAT_NSTATS.2_8
je .L9 #,
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:54: data = cpuusage->usages[index];
movq (%rbx), %rax # cpuusage_28->usages, cpuusage_28->usages
movq (%rax,%r12,8), %r12 # *_18, <retval>
.L3:
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:58: raw_spin_unlock_irq(&cpu_rq(cpu)->lock);
movl %ebp, %edi # cpu,
call cpu_rq@PLT #
movq %rax, %rdi # tmp128, _19
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:58: raw_spin_unlock_irq(&cpu_rq(cpu)->lock);
call raw_spin_unlock_irq@PLT #
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:62: }
movq %r12, %rax # <retval>,
popq %rbx #
.cfi_remember_state
.cfi_def_cfa_offset 24
popq %rbp #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L9:
.cfi_restore_state
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:51: for (i = 0; i < CPUACCT_STAT_NSTATS; i++)
testl %edx, %edx # CPUACCT_STAT_NSTATS.2_8
jle .L5 #,
movq (%rbx), %rax # cpuusage_28->usages, ivtmp.12
subl $1, %edx #, tmp114
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:50: data = 0;
xorl %r12d, %r12d # <retval>
leaq 8(%rax,%rdx,8), %rdx #, _49
.p2align 4,,10
.p2align 3
.L4:
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:52: data += cpuusage->usages[i];
addq (%rax), %r12 # MEM[(scalar_t__ *)_21], <retval>
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:51: for (i = 0; i < CPUACCT_STAT_NSTATS; i++)
addq $8, %rax #, ivtmp.12
cmpq %rdx, %rax # _49, ivtmp.12
jne .L4 #,
jmp .L3 #
.p2align 4,,10
.p2align 3
.L5:
# AnghaBench/linux/kernel/sched/extr_cpuacct.c_cpuacct_cpuusage_read.c:50: data = 0;
xorl %r12d, %r12d # <retval>
jmp .L3 #
.cfi_endproc
.LFE0:
.size cpuacct_cpuusage_read, .-cpuacct_cpuusage_read
.globl CPUACCT_STAT_NSTATS
.bss
.align 4
.type CPUACCT_STAT_NSTATS, @object
.size CPUACCT_STAT_NSTATS, 4
CPUACCT_STAT_NSTATS:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _handle_alloc_dm_memic
_handle_alloc_dm_memic:
LFB0:
stp x29, x30, [sp, -80]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x20, x2 ; attr, attr
mov x19, x1 ; dm, dm
stp x21, x22, [sp, 32] ;,,
LCFI3:
mov x22, x0 ; ctx, ctx
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:53: struct mlx5_dm *dm_db = &to_mdev(ctx->device)->dm;
ldr w0, [x0] ;, ctx_38(D)->device
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:52: {
str x23, [sp, 48] ;,
LCFI4:
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:52: {
mov x23, x3 ; attrs, attrs
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:53: struct mlx5_dm *dm_db = &to_mdev(ctx->device)->dm;
bl _to_mdev ;
mov x21, x0 ; _2,
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:58: dm->size = roundup(attr->length, MLX5_MEMIC_BASE_SIZE);
adrp x0, _MLX5_MEMIC_BASE_SIZE@PAGE ; tmp141,
ldr w1, [x0, #_MLX5_MEMIC_BASE_SIZE@PAGEOFF] ;, MLX5_MEMIC_BASE_SIZE
ldr w0, [x20, 4] ;, attr_41(D)->length
bl _roundup ;
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:60: err = mlx5_cmd_alloc_memic(dm_db, &dm->dev_addr,
ldr w3, [x20] ;, attr_41(D)->alignment
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:58: dm->size = roundup(attr->length, MLX5_MEMIC_BASE_SIZE);
mov w2, w0 ; _5, _5
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:60: err = mlx5_cmd_alloc_memic(dm_db, &dm->dev_addr,
mov x1, x19 ;, dm
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:58: dm->size = roundup(attr->length, MLX5_MEMIC_BASE_SIZE);
str w0, [x19, 4] ; _5, dm_43(D)->size
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:60: err = mlx5_cmd_alloc_memic(dm_db, &dm->dev_addr,
mov x0, x21 ;, _2
bl _mlx5_cmd_alloc_memic ;
mov w20, w0 ; <retval>, <retval>
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:62: if (err)
cbz w0, L6 ; <retval>,
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:91: }
ldr x23, [sp, 48] ;,
mov w0, w20 ;, <retval>
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x29, x30, [sp], 80 ;,,,
LCFI5:
ret
.p2align 2,,3
L6:
LCFI6:
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:65: page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
ldr x0, [x21] ; MEM[(struct mlx5_dm *)_2].dev, MEM[(struct mlx5_dm *)_2].dev
mov w1, 0 ;,
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:65: page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
ldr w20, [x19] ;, dm_43(D)->dev_addr
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:65: page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
ldr w0, [x0] ;, _9->pdev
bl _pci_resource_start ;
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:65: page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
sub w20, w20, w0 ; _12, _8, _11
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:66: MLX5_CAP64_DEV_MEM(dm_db->dev, memic_bar_start_addr)) >>
adrp x0, _memic_bar_start_addr@PAGE ; tmp148,
ldr w1, [x0, #_memic_bar_start_addr@PAGEOFF] ;, memic_bar_start_addr
ldr x0, [x21] ;, MEM[(struct mlx5_dm *)_2].dev
bl _MLX5_CAP64_DEV_MEM ;
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:65: page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
sub w20, w20, w0 ; _16, _12, _15
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:66: MLX5_CAP64_DEV_MEM(dm_db->dev, memic_bar_start_addr)) >>
adrp x0, _PAGE_SHIFT@PAGE ; tmp153,
ldr w0, [x0, #_PAGE_SHIFT@PAGEOFF] ;, PAGE_SHIFT
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:69: err = uverbs_copy_to(attrs,
mov w3, 4 ;,
add x2, x29, 76 ;,,
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:66: MLX5_CAP64_DEV_MEM(dm_db->dev, memic_bar_start_addr)) >>
asr w20, w20, w0 ; _18, _16, PAGE_SHIFT
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:69: err = uverbs_copy_to(attrs,
adrp x0, _MLX5_IB_ATTR_ALLOC_DM_RESP_PAGE_INDEX@PAGE ; tmp158,
ldr w1, [x0, #_MLX5_IB_ATTR_ALLOC_DM_RESP_PAGE_INDEX@PAGEOFF] ;, MLX5_IB_ATTR_ALLOC_DM_RESP_PAGE_INDEX
mov x0, x23 ;, attrs
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:65: page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
str w20, [x29, 76] ; _18, page_idx
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:69: err = uverbs_copy_to(attrs,
bl _uverbs_copy_to ;
mov w20, w0 ; <retval>, <retval>
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:72: if (err)
cbnz w0, L3 ; <retval>,
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:75: start_offset = dm->dev_addr & ~PAGE_MASK;
adrp x0, _PAGE_MASK@PAGE ; tmp161,
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:76: err = uverbs_copy_to(attrs,
mov w3, 4 ;,
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:75: start_offset = dm->dev_addr & ~PAGE_MASK;
ldr w1, [x0, #_PAGE_MASK@PAGEOFF] ;, PAGE_MASK
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:76: err = uverbs_copy_to(attrs,
add x2, x29, 72 ;,,
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:75: start_offset = dm->dev_addr & ~PAGE_MASK;
ldr w0, [x19] ;, dm_43(D)->dev_addr
bic w0, w0, w1 ; _23, dm_43(D)->dev_addr, PAGE_MASK
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:75: start_offset = dm->dev_addr & ~PAGE_MASK;
str w0, [x29, 72] ; _23, start_offset
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:76: err = uverbs_copy_to(attrs,
adrp x0, _MLX5_IB_ATTR_ALLOC_DM_RESP_START_OFFSET@PAGE ; tmp168,
ldr w1, [x0, #_MLX5_IB_ATTR_ALLOC_DM_RESP_START_OFFSET@PAGEOFF] ;, MLX5_IB_ATTR_ALLOC_DM_RESP_START_OFFSET
mov x0, x23 ;, attrs
bl _uverbs_copy_to ;
mov w20, w0 ; <retval>, <retval>
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:79: if (err)
cbz w0, L7 ; <retval>,
L3:
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:88: mlx5_cmd_dealloc_memic(dm_db, dm->dev_addr, dm->size);
ldp w1, w2, [x19] ;,,* dm
mov x0, x21 ;, _2
bl _mlx5_cmd_dealloc_memic ;
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:91: }
ldr x23, [sp, 48] ;,
mov w0, w20 ;, <retval>
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x29, x30, [sp], 80 ;,,,
LCFI7:
ret
.p2align 2,,3
L7:
LCFI8:
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:82: bitmap_set(to_mucontext(ctx)->dm_pages, page_idx,
mov x0, x22 ;, ctx
bl _to_mucontext ;
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:82: bitmap_set(to_mucontext(ctx)->dm_pages, page_idx,
ldr w22, [x0] ;, _25->dm_pages
adrp x0, _PAGE_SIZE@PAGE ; tmp171,
ldr w21, [x29, 76] ;, page_idx
ldr w1, [x0, #_PAGE_SIZE@PAGEOFF] ;, PAGE_SIZE
ldr w0, [x19, 4] ;, dm_43(D)->size
bl _DIV_ROUND_UP ;
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:82: bitmap_set(to_mucontext(ctx)->dm_pages, page_idx,
mov w2, w0 ;, _30
mov w1, w21 ;, page_idx.6_27
mov w0, w22 ;, _26
bl _bitmap_set ;
; Anghabench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:91: }
ldr x23, [sp, 48] ;,
mov w0, w20 ;, <retval>
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x29, x30, [sp], 80 ;,,,
LCFI9:
ret
LFE0:
.globl _memic_bar_start_addr
.zerofill __DATA,__common,_memic_bar_start_addr,4,2
.globl _PAGE_SIZE
.zerofill __DATA,__common,_PAGE_SIZE,4,2
.globl _PAGE_SHIFT
.zerofill __DATA,__common,_PAGE_SHIFT,4,2
.globl _PAGE_MASK
.zerofill __DATA,__common,_PAGE_MASK,4,2
.globl _MLX5_MEMIC_BASE_SIZE
.zerofill __DATA,__common,_MLX5_MEMIC_BASE_SIZE,4,2
.globl _MLX5_IB_ATTR_ALLOC_DM_RESP_START_OFFSET
.zerofill __DATA,__common,_MLX5_IB_ATTR_ALLOC_DM_RESP_START_OFFSET,4,2
.globl _MLX5_IB_ATTR_ALLOC_DM_RESP_PAGE_INDEX
.zerofill __DATA,__common,_MLX5_IB_ATTR_ALLOC_DM_RESP_PAGE_INDEX,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x50
.byte 0x9d
.uleb128 0xa
.byte 0x9e
.uleb128 0x9
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x8
.byte 0x94
.uleb128 0x7
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x6
.byte 0x96
.uleb128 0x5
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x97
.uleb128 0x4
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xb
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$11,LCFI8-LCFI7
.long L$set$11
.byte 0xb
.byte 0x4
.set L$set$12,LCFI9-LCFI8
.long L$set$12
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_main.c_handle_alloc_dm_memic.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type handle_alloc_dm_memic, @function
handle_alloc_dm_memic:
.LFB0:
.cfi_startproc
endbr64
pushq %r14 #
.cfi_def_cfa_offset 16
.cfi_offset 14, -16
movq %rcx, %r14 # tmp144, attrs
pushq %r13 #
.cfi_def_cfa_offset 24
.cfi_offset 13, -24
movq %rdi, %r13 # tmp141, ctx
pushq %r12 #
.cfi_def_cfa_offset 32
.cfi_offset 12, -32
movq %rdx, %r12 # tmp143, attr
pushq %rbp #
.cfi_def_cfa_offset 40
.cfi_offset 6, -40
pushq %rbx #
.cfi_def_cfa_offset 48
.cfi_offset 3, -48
movq %rsi, %rbx # tmp142, dm
subq $16, %rsp #,
.cfi_def_cfa_offset 64
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:53: struct mlx5_dm *dm_db = &to_mdev(ctx->device)->dm;
movl (%rdi), %edi # ctx_38(D)->device,
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:52: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp154
movq %rax, 8(%rsp) # tmp154, D.2039
xorl %eax, %eax # tmp154
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:53: struct mlx5_dm *dm_db = &to_mdev(ctx->device)->dm;
call to_mdev@PLT #
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:58: dm->size = roundup(attr->length, MLX5_MEMIC_BASE_SIZE);
movl 4(%r12), %edi # attr_41(D)->length, attr_41(D)->length
movl MLX5_MEMIC_BASE_SIZE(%rip), %esi # MLX5_MEMIC_BASE_SIZE,
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:53: struct mlx5_dm *dm_db = &to_mdev(ctx->device)->dm;
movq %rax, %rbp # tmp145, _2
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:58: dm->size = roundup(attr->length, MLX5_MEMIC_BASE_SIZE);
call roundup@PLT #
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:60: err = mlx5_cmd_alloc_memic(dm_db, &dm->dev_addr,
movl (%r12), %ecx # attr_41(D)->alignment,
movq %rbx, %rsi # dm,
movq %rbp, %rdi # _2,
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:58: dm->size = roundup(attr->length, MLX5_MEMIC_BASE_SIZE);
movl %eax, 4(%rbx) # _5, dm_43(D)->size
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:58: dm->size = roundup(attr->length, MLX5_MEMIC_BASE_SIZE);
movl %eax, %edx # tmp146, _5
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:60: err = mlx5_cmd_alloc_memic(dm_db, &dm->dev_addr,
call mlx5_cmd_alloc_memic@PLT #
movl %eax, %r12d # tmp147, <retval>
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:62: if (err)
testl %eax, %eax # <retval>
je .L7 #,
.L1:
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:91: }
movq 8(%rsp), %rax # D.2039, tmp155
subq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp155
jne .L8 #,
addq $16, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 48
movl %r12d, %eax # <retval>,
popq %rbx #
.cfi_def_cfa_offset 40
popq %rbp #
.cfi_def_cfa_offset 32
popq %r12 #
.cfi_def_cfa_offset 24
popq %r13 #
.cfi_def_cfa_offset 16
popq %r14 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L7:
.cfi_restore_state
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:65: page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
movq 0(%rbp), %rax # MEM[(struct mlx5_dm *)_2].dev, MEM[(struct mlx5_dm *)_2].dev
xorl %esi, %esi #
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:65: page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
movl (%rbx), %r12d # dm_43(D)->dev_addr, _8
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:65: page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
movl (%rax), %edi # _9->pdev,
call pci_resource_start@PLT #
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:66: MLX5_CAP64_DEV_MEM(dm_db->dev, memic_bar_start_addr)) >>
movl memic_bar_start_addr(%rip), %esi # memic_bar_start_addr,
movq 0(%rbp), %rdi # MEM[(struct mlx5_dm *)_2].dev,
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:65: page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
subl %eax, %r12d # tmp148, _12
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:66: MLX5_CAP64_DEV_MEM(dm_db->dev, memic_bar_start_addr)) >>
call MLX5_CAP64_DEV_MEM@PLT #
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:66: MLX5_CAP64_DEV_MEM(dm_db->dev, memic_bar_start_addr)) >>
movl PAGE_SHIFT(%rip), %ecx # PAGE_SHIFT, PAGE_SHIFT
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:69: err = uverbs_copy_to(attrs,
leaq 4(%rsp), %rdx #, tmp128
movq %r14, %rdi # attrs,
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:66: MLX5_CAP64_DEV_MEM(dm_db->dev, memic_bar_start_addr)) >>
movl %eax, %r8d #, tmp149
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:65: page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
movl %r12d, %eax # _12, _12
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:69: err = uverbs_copy_to(attrs,
movl MLX5_IB_ATTR_ALLOC_DM_RESP_PAGE_INDEX(%rip), %esi # MLX5_IB_ATTR_ALLOC_DM_RESP_PAGE_INDEX,
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:65: page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
subl %r8d, %eax # tmp149, _12
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:66: MLX5_CAP64_DEV_MEM(dm_db->dev, memic_bar_start_addr)) >>
sarl %cl, %eax # PAGE_SHIFT, tmp127
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:69: err = uverbs_copy_to(attrs,
movl $4, %ecx #,
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:66: MLX5_CAP64_DEV_MEM(dm_db->dev, memic_bar_start_addr)) >>
movl %eax, 4(%rsp) # tmp127, page_idx
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:69: err = uverbs_copy_to(attrs,
call uverbs_copy_to@PLT #
movl %eax, %r12d # tmp150, <retval>
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:72: if (err)
testl %eax, %eax # <retval>
jne .L3 #,
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:75: start_offset = dm->dev_addr & ~PAGE_MASK;
movl PAGE_MASK(%rip), %eax # PAGE_MASK, tmp130
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:76: err = uverbs_copy_to(attrs,
movq %rsp, %rdx #, tmp134
movl $4, %ecx #,
movq %r14, %rdi # attrs,
movl MLX5_IB_ATTR_ALLOC_DM_RESP_START_OFFSET(%rip), %esi # MLX5_IB_ATTR_ALLOC_DM_RESP_START_OFFSET,
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:75: start_offset = dm->dev_addr & ~PAGE_MASK;
notl %eax # tmp130
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:75: start_offset = dm->dev_addr & ~PAGE_MASK;
andl (%rbx), %eax # dm_43(D)->dev_addr, tmp133
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:75: start_offset = dm->dev_addr & ~PAGE_MASK;
movl %eax, (%rsp) # tmp133, start_offset
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:76: err = uverbs_copy_to(attrs,
call uverbs_copy_to@PLT #
movl %eax, %r12d # tmp151, <retval>
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:79: if (err)
testl %eax, %eax # <retval>
je .L9 #,
.L3:
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:88: mlx5_cmd_dealloc_memic(dm_db, dm->dev_addr, dm->size);
movl 4(%rbx), %edx # dm_43(D)->size, dm_43(D)->size
movl (%rbx), %esi # dm_43(D)->dev_addr,
movq %rbp, %rdi # _2,
call mlx5_cmd_dealloc_memic@PLT #
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:90: return err;
jmp .L1 #
.p2align 4,,10
.p2align 3
.L9:
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:82: bitmap_set(to_mucontext(ctx)->dm_pages, page_idx,
movl 4(%rbx), %edi # dm_43(D)->size, dm_43(D)->size
movl PAGE_SIZE(%rip), %esi # PAGE_SIZE,
call DIV_ROUND_UP@PLT #
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:82: bitmap_set(to_mucontext(ctx)->dm_pages, page_idx,
movq %r13, %rdi # ctx,
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:82: bitmap_set(to_mucontext(ctx)->dm_pages, page_idx,
movl 4(%rsp), %ebp # page_idx, page_idx.7_28
movl %eax, %r14d # tmp152, _27
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:82: bitmap_set(to_mucontext(ctx)->dm_pages, page_idx,
call to_mucontext@PLT #
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:82: bitmap_set(to_mucontext(ctx)->dm_pages, page_idx,
movl %r14d, %edx # _27,
movl %ebp, %esi # page_idx.7_28,
movl (%rax), %edi # _29->dm_pages,
call bitmap_set@PLT #
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:85: return 0;
jmp .L1 #
.L8:
# AnghaBench/linux/drivers/infiniband/hw/mlx5/extr_main.c_handle_alloc_dm_memic.c:91: }
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size handle_alloc_dm_memic, .-handle_alloc_dm_memic
.globl memic_bar_start_addr
.bss
.align 4
.type memic_bar_start_addr, @object
.size memic_bar_start_addr, 4
memic_bar_start_addr:
.zero 4
.globl PAGE_SIZE
.align 4
.type PAGE_SIZE, @object
.size PAGE_SIZE, 4
PAGE_SIZE:
.zero 4
.globl PAGE_SHIFT
.align 4
.type PAGE_SHIFT, @object
.size PAGE_SHIFT, 4
PAGE_SHIFT:
.zero 4
.globl PAGE_MASK
.align 4
.type PAGE_MASK, @object
.size PAGE_MASK, 4
PAGE_MASK:
.zero 4
.globl MLX5_MEMIC_BASE_SIZE
.align 4
.type MLX5_MEMIC_BASE_SIZE, @object
.size MLX5_MEMIC_BASE_SIZE, 4
MLX5_MEMIC_BASE_SIZE:
.zero 4
.globl MLX5_IB_ATTR_ALLOC_DM_RESP_START_OFFSET
.align 4
.type MLX5_IB_ATTR_ALLOC_DM_RESP_START_OFFSET, @object
.size MLX5_IB_ATTR_ALLOC_DM_RESP_START_OFFSET, 4
MLX5_IB_ATTR_ALLOC_DM_RESP_START_OFFSET:
.zero 4
.globl MLX5_IB_ATTR_ALLOC_DM_RESP_PAGE_INDEX
.align 4
.type MLX5_IB_ATTR_ALLOC_DM_RESP_PAGE_INDEX, @object
.size MLX5_IB_ATTR_ALLOC_DM_RESP_PAGE_INDEX, 4
MLX5_IB_ATTR_ALLOC_DM_RESP_PAGE_INDEX:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _set_power_saving_task_num
_set_power_saving_task_num:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:21: if (num > ps_tsk_num) {
adrp x19, _ps_tsk_num@PAGE ; tmp114,
; Anghabench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:20: {
mov w20, w0 ; num, num
; Anghabench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:21: if (num > ps_tsk_num) {
ldr w0, [x19, #_ps_tsk_num@PAGEOFF] ;, ps_tsk_num
; Anghabench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:21: if (num > ps_tsk_num) {
cmp w0, w20 ; ps_tsk_num.0_1, num
bcs L10 ;,
.p2align 5,,15
L4:
; Anghabench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:23: if (create_power_saving_task())
bl _create_power_saving_task ;
; Anghabench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:23: if (create_power_saving_task())
cbnz x0, L1 ; _2,
; Anghabench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:22: while (ps_tsk_num < num) {
ldr w0, [x19, #_ps_tsk_num@PAGEOFF] ;, ps_tsk_num
cmp w20, w0 ; num, ps_tsk_num
bhi L4 ;,
L1:
; Anghabench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:30: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
ret
.p2align 2,,3
L10:
LCFI4:
; Anghabench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:27: while (ps_tsk_num > num)
bls L1 ;,
; Anghabench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:28: destroy_power_saving_task();
bl _destroy_power_saving_task ;
; Anghabench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:27: while (ps_tsk_num > num)
ldr w0, [x19, #_ps_tsk_num@PAGEOFF] ;, ps_tsk_num
cmp w0, w20 ; ps_tsk_num, num
b L10 ;
LFE0:
.globl _ps_tsk_num
.zerofill __DATA,__common,_ps_tsk_num,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x94
.uleb128 0x1
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_acpi_pad.c_set_power_saving_task_num.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type set_power_saving_task_num, @function
set_power_saving_task_num:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:21: if (num > ps_tsk_num) {
cmpl %edi, ps_tsk_num(%rip) # num, ps_tsk_num
# AnghaBench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:20: {
pushq %rbx #
.cfi_def_cfa_offset 16
.cfi_offset 3, -16
# AnghaBench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:20: {
movl %edi, %ebx # tmp87, num
# AnghaBench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:21: if (num > ps_tsk_num) {
jnb .L9 #,
.p2align 4,,10
.p2align 3
.L4:
# AnghaBench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:23: if (create_power_saving_task())
xorl %eax, %eax #
call create_power_saving_task@PLT #
# AnghaBench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:23: if (create_power_saving_task())
testq %rax, %rax # tmp88
jne .L1 #,
# AnghaBench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:22: while (ps_tsk_num < num) {
cmpl %ebx, ps_tsk_num(%rip) # num, ps_tsk_num
jb .L4 #,
.L1:
# AnghaBench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:30: }
popq %rbx #
.cfi_remember_state
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L9:
.cfi_restore_state
# AnghaBench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:27: while (ps_tsk_num > num)
jbe .L1 #,
# AnghaBench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:28: destroy_power_saving_task();
xorl %eax, %eax #
call destroy_power_saving_task@PLT #
# AnghaBench/fastsocket/kernel/drivers/acpi/extr_acpi_pad.c_set_power_saving_task_num.c:27: while (ps_tsk_num > num)
cmpl %ebx, ps_tsk_num(%rip) # num, ps_tsk_num
jmp .L9 #
.cfi_endproc
.LFE0:
.size set_power_saving_task_num, .-set_power_saving_task_num
.globl ps_tsk_num
.bss
.align 4
.type ps_tsk_num, @object
.size ps_tsk_num, 4
ps_tsk_num:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/sound/isa/ad1816a/extr_ad1816a_lib.c_snd_ad1816a_playback_close.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _snd_ad1816a_playback_close
_snd_ad1816a_playback_close:
LFB0:
stp x29, x30, [sp, -16]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/linux/sound/isa/ad1816a/extr_ad1816a_lib.c_snd_ad1816a_playback_close.c:23: struct snd_ad1816a *chip = snd_pcm_substream_chip(substream);
bl _snd_pcm_substream_chip ;
; Anghabench/linux/sound/isa/ad1816a/extr_ad1816a_lib.c_snd_ad1816a_playback_close.c:26: snd_ad1816a_close(chip, AD1816A_MODE_PLAYBACK);
adrp x1, _AD1816A_MODE_PLAYBACK@PAGE ; tmp106,
; Anghabench/linux/sound/isa/ad1816a/extr_ad1816a_lib.c_snd_ad1816a_playback_close.c:25: chip->playback_substream = NULL;
str xzr, [x0] ;, chip_5->playback_substream
; Anghabench/linux/sound/isa/ad1816a/extr_ad1816a_lib.c_snd_ad1816a_playback_close.c:26: snd_ad1816a_close(chip, AD1816A_MODE_PLAYBACK);
ldr w1, [x1, #_AD1816A_MODE_PLAYBACK@PAGEOFF] ;, AD1816A_MODE_PLAYBACK
bl _snd_ad1816a_close ;
; Anghabench/linux/sound/isa/ad1816a/extr_ad1816a_lib.c_snd_ad1816a_playback_close.c:28: }
mov w0, 0 ;,
ldp x29, x30, [sp], 16 ;,,,
LCFI2:
ret
LFE0:
.globl _AD1816A_MODE_PLAYBACK
.zerofill __DATA,__common,_AD1816A_MODE_PLAYBACK,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x10
.byte 0x9d
.uleb128 0x2
.byte 0x9e
.uleb128 0x1
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_ad1816a_lib.c_snd_ad1816a_playback_close.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type snd_ad1816a_playback_close, @function
snd_ad1816a_playback_close:
.LFB0:
.cfi_startproc
endbr64
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/linux/sound/isa/ad1816a/extr_ad1816a_lib.c_snd_ad1816a_playback_close.c:23: struct snd_ad1816a *chip = snd_pcm_substream_chip(substream);
call snd_pcm_substream_chip@PLT #
# AnghaBench/linux/sound/isa/ad1816a/extr_ad1816a_lib.c_snd_ad1816a_playback_close.c:26: snd_ad1816a_close(chip, AD1816A_MODE_PLAYBACK);
movl AD1816A_MODE_PLAYBACK(%rip), %esi # AD1816A_MODE_PLAYBACK,
# AnghaBench/linux/sound/isa/ad1816a/extr_ad1816a_lib.c_snd_ad1816a_playback_close.c:25: chip->playback_substream = NULL;
movq $0, (%rax) #, chip_5->playback_substream
# AnghaBench/linux/sound/isa/ad1816a/extr_ad1816a_lib.c_snd_ad1816a_playback_close.c:23: struct snd_ad1816a *chip = snd_pcm_substream_chip(substream);
movq %rax, %rdi # tmp89, chip
# AnghaBench/linux/sound/isa/ad1816a/extr_ad1816a_lib.c_snd_ad1816a_playback_close.c:26: snd_ad1816a_close(chip, AD1816A_MODE_PLAYBACK);
call snd_ad1816a_close@PLT #
# AnghaBench/linux/sound/isa/ad1816a/extr_ad1816a_lib.c_snd_ad1816a_playback_close.c:28: }
xorl %eax, %eax #
addq $8, %rsp #,
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size snd_ad1816a_playback_close, .-snd_ad1816a_playback_close
.globl AD1816A_MODE_PLAYBACK
.bss
.align 4
.type AD1816A_MODE_PLAYBACK, @object
.size AD1816A_MODE_PLAYBACK, 4
AD1816A_MODE_PLAYBACK:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
kphp-kdb/mutual-friends/extr_mf-xor.c_run.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _run
_run:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:28: int f1 = 1, f2 = 1;
mov w20, 1 ; f2,
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:28: int f1 = 1, f2 = 1;
mov w19, w20 ; f1, f2
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:27: void run (void) {
stp x21, x22, [sp, 32] ;,,
LCFI3:
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:39: my_write (&B2, sizeof (int));
adrp x22, _B2@PAGE ; tmp157,
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:35: my_write (&B1, sizeof (int));
adrp x21, _B1@PAGE ; tmp159,
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:39: my_write (&B2, sizeof (int));
add x22, x22, _B2@PAGEOFF; ; tmp158, tmp157,
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:35: my_write (&B1, sizeof (int));
add x21, x21, _B1@PAGEOFF; ; tmp160, tmp159,
b L8 ;
.p2align 2,,3
L21:
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:30: if (f1 && f2 && A1 == A2 && B1 == B2) {
adrp x2, _A2@PAGE ; tmp155,
ldr x1, [x0, #_A1@PAGEOFF] ; A1.0_20, A1
ldr x3, [x2, #_A2@PAGEOFF] ; A2.1_19, A2
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:30: if (f1 && f2 && A1 == A2 && B1 == B2) {
cmp x3, x1 ; A2.1_19, A1.0_20
beq L19 ;,
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
ble L7 ;,
L6:
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:34: my_write (&A1, sizeof (int));
mov w1, 4 ;,
add x0, x0, _A1@PAGEOFF; ;, tmp154,
bl _my_write ;
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:35: my_write (&B1, sizeof (int));
mov w1, 4 ;,
mov x0, x21 ;, tmp160
bl _my_write ;
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:36: f1 = my_read1();
bl _my_read1 ;
mov w19, w0 ; f1, f1
L5:
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:29: while (f1 || f2) {
orr w0, w20, w19 ; _17, f2, f1
cbz w0, L20 ; _17,
L8:
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:30: if (f1 && f2 && A1 == A2 && B1 == B2) {
cmp w19, 0 ; f1,
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:30: if (f1 && f2 && A1 == A2 && B1 == B2) {
adrp x0, _A1@PAGE ; tmp154,
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:30: if (f1 && f2 && A1 == A2 && B1 == B2) {
ccmp w20, 0, 4, ne ; f2,,,
bne L21 ;,
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
cbz w20, L6 ; f2,
adrp x2, _A2@PAGE ; tmp155,
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
cbnz w19, L22 ; f1,
L7:
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:38: my_write (&A2, sizeof (int));
add x0, x2, _A2@PAGEOFF; ;, tmp155,
mov w1, 4 ;,
bl _my_write ;
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:39: my_write (&B2, sizeof (int));
mov w1, 4 ;,
mov x0, x22 ;, tmp158
bl _my_write ;
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:40: f2 = my_read2();
bl _my_read2 ;
mov w20, w0 ; f2, f2
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:29: while (f1 || f2) {
orr w0, w20, w19 ; _17, f2, f1
cbnz w0, L8 ; _17,
L20:
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:43: }
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI4:
ret
.p2align 2,,3
L19:
LCFI5:
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:30: if (f1 && f2 && A1 == A2 && B1 == B2) {
ldr x3, [x21] ; B1, B1
ldr x1, [x22] ; B2, B2
cmp x3, x1 ; B1, B2
beq L23 ;,
L4:
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
adrp x1, _B1a@PAGE ; tmp136,
ldr x3, [x1, #_B1a@PAGEOFF] ; B1a.8_12, B1a
adrp x1, _B2a@PAGE ; tmp138,
ldr x1, [x1, #_B2a@PAGEOFF] ; B2a.9_13, B2a
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
cmp x3, x1 ; B1a.8_12, B2a.9_13
blt L6 ;,
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
bne L7 ;,
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
adrp x1, _B1b@PAGE ; tmp140,
ldr x3, [x1, #_B1b@PAGEOFF] ; B1b, B1b
adrp x1, _B2b@PAGE ; tmp142,
ldr x1, [x1, #_B2b@PAGEOFF] ; B2b, B2b
cmp x3, x1 ; B1b, B2b
bge L7 ;,
b L6 ;
.p2align 2,,3
L23:
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:31: f1 = my_read1();
bl _my_read1 ;
mov w19, w0 ; f1, f1
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:32: f2 = my_read2();
bl _my_read2 ;
mov w20, w0 ; f2, f2
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:32: f2 = my_read2();
b L5 ;
.p2align 2,,3
L22:
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
ldr x3, [x0, #_A1@PAGEOFF] ; A1.4_8, A1
ldr x1, [x2, #_A2@PAGEOFF] ; A2.5_9, A2
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
cmp x3, x1 ; A1.4_8, A2.5_9
blt L6 ;,
; Anghabench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
bne L7 ;,
b L4 ;
LFE0:
.globl _B2b
.zerofill __DATA,__common,_B2b,8,3
.globl _B2a
.zerofill __DATA,__common,_B2a,8,3
.globl _B2
.zerofill __DATA,__common,_B2,8,3
.globl _B1b
.zerofill __DATA,__common,_B1b,8,3
.globl _B1a
.zerofill __DATA,__common,_B1a,8,3
.globl _B1
.zerofill __DATA,__common,_B1,8,3
.globl _A2
.zerofill __DATA,__common,_A2,8,3
.globl _A1
.zerofill __DATA,__common,_A1,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x2
.byte 0x96
.uleb128 0x1
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_mf-xor.c_run.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl run
.type run, @function
run:
.LFB0:
.cfi_startproc
endbr64
pushq %r15 #
.cfi_def_cfa_offset 16
.cfi_offset 15, -16
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:28: int f1 = 1, f2 = 1;
movl $1, %r15d #, f2
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:27: void run (void) {
pushq %r14 #
.cfi_def_cfa_offset 24
.cfi_offset 14, -24
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:38: my_write (&A2, sizeof (int));
leaq A2(%rip), %r14 #, tmp109
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:27: void run (void) {
pushq %r13 #
.cfi_def_cfa_offset 32
.cfi_offset 13, -32
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:39: my_write (&B2, sizeof (int));
leaq B2(%rip), %r13 #, tmp110
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:27: void run (void) {
pushq %r12 #
.cfi_def_cfa_offset 40
.cfi_offset 12, -40
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:34: my_write (&A1, sizeof (int));
leaq A1(%rip), %r12 #, tmp111
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:27: void run (void) {
pushq %rbp #
.cfi_def_cfa_offset 48
.cfi_offset 6, -48
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:35: my_write (&B1, sizeof (int));
leaq B1(%rip), %rbp #, tmp112
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:27: void run (void) {
pushq %rbx #
.cfi_def_cfa_offset 56
.cfi_offset 3, -56
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:28: int f1 = 1, f2 = 1;
movl $1, %ebx #, f1
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:27: void run (void) {
subq $8, %rsp #,
.cfi_def_cfa_offset 64
.p2align 4,,10
.p2align 3
.L8:
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:30: if (f1 && f2 && A1 == A2 && B1 == B2) {
testl %ebx, %ebx # f1
je .L2 #,
testl %r15d, %r15d # f2
je .L6 #,
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:30: if (f1 && f2 && A1 == A2 && B1 == B2) {
movq A2(%rip), %rax # A2, tmp119
cmpq %rax, A1(%rip) # tmp119, A1
je .L26 #,
.L24:
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
jge .L7 #,
.L6:
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:34: my_write (&A1, sizeof (int));
movl $4, %esi #,
movq %r12, %rdi # tmp111,
call my_write@PLT #
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:35: my_write (&B1, sizeof (int));
movl $4, %esi #,
movq %rbp, %rdi # tmp112,
call my_write@PLT #
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:36: f1 = my_read1();
xorl %eax, %eax #
call my_read1@PLT #
movl %eax, %ebx # tmp115, f1
.L5:
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:29: while (f1 || f2) {
movl %r15d, %eax # f2, tmp117
orl %ebx, %eax # f1, tmp117
jne .L8 #,
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:43: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 56
popq %rbx #
.cfi_def_cfa_offset 48
popq %rbp #
.cfi_def_cfa_offset 40
popq %r12 #
.cfi_def_cfa_offset 32
popq %r13 #
.cfi_def_cfa_offset 24
popq %r14 #
.cfi_def_cfa_offset 16
popq %r15 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L26:
.cfi_restore_state
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:30: if (f1 && f2 && A1 == A2 && B1 == B2) {
movq B2(%rip), %rax # B2, tmp120
cmpq %rax, B1(%rip) # tmp120, B1
je .L27 #,
.L4:
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
movq B2a(%rip), %rax # B2a, tmp122
cmpq %rax, B1a(%rip) # tmp122, B1a
jl .L6 #,
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
je .L28 #,
.p2align 4,,10
.p2align 3
.L7:
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:38: my_write (&A2, sizeof (int));
movl $4, %esi #,
movq %r14, %rdi # tmp109,
call my_write@PLT #
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:39: my_write (&B2, sizeof (int));
movl $4, %esi #,
movq %r13, %rdi # tmp110,
call my_write@PLT #
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:40: f2 = my_read2();
xorl %eax, %eax #
call my_read2@PLT #
movl %eax, %r15d # tmp116, f2
jmp .L5 #
.p2align 4,,10
.p2align 3
.L2:
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
testl %r15d, %r15d # f2
je .L6 #,
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
testl %ebx, %ebx # f1
je .L7 #,
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
movq A2(%rip), %rax # A2, tmp121
cmpq %rax, A1(%rip) # tmp121, A1
jl .L6 #,
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
jne .L7 #,
jmp .L4 #
.p2align 4,,10
.p2align 3
.L27:
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:31: f1 = my_read1();
xorl %eax, %eax #
call my_read1@PLT #
movl %eax, %ebx # tmp113, f1
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:32: f2 = my_read2();
xorl %eax, %eax #
call my_read2@PLT #
movl %eax, %r15d # tmp114, f2
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:32: f2 = my_read2();
jmp .L5 #
.p2align 4,,10
.p2align 3
.L28:
# AnghaBench/kphp-kdb/mutual-friends/extr_mf-xor.c_run.c:33: } else if (!f2 || (f1 && (A1 < A2 || (A1 == A2 && (B1a < B2a || (B1a == B2a && B1b < B2b)))))) {
movq B2b(%rip), %rax # B2b, tmp123
cmpq %rax, B1b(%rip) # tmp123, B1b
jmp .L24 #
.cfi_endproc
.LFE0:
.size run, .-run
.globl B2b
.bss
.align 8
.type B2b, @object
.size B2b, 8
B2b:
.zero 8
.globl B2a
.align 8
.type B2a, @object
.size B2a, 8
B2a:
.zero 8
.globl B2
.align 8
.type B2, @object
.size B2, 8
B2:
.zero 8
.globl B1b
.align 8
.type B1b, @object
.size B1b, 8
B1b:
.zero 8
.globl B1a
.align 8
.type B1a, @object
.size B1a, 8
B1a:
.zero 8
.globl B1
.align 8
.type B1, @object
.size B1, 8
B1:
.zero 8
.globl A2
.align 8
.type A2, @object
.size A2, 8
A2:
.zero 8
.globl A1
.align 8
.type A1, @object
.size A1, 8
A1:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
freebsd/contrib/gcc/extr_recog.c_rest_of_handle_split_all_insns.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _rest_of_handle_split_all_insns
_rest_of_handle_split_all_insns:
LFB0:
stp x29, x30, [sp, -16]! ;,,,
LCFI0:
; Anghabench/freebsd/contrib/gcc/extr_recog.c_rest_of_handle_split_all_insns.c:20: split_all_insns (1);
mov w0, 1 ;,
; Anghabench/freebsd/contrib/gcc/extr_recog.c_rest_of_handle_split_all_insns.c:19: {
mov x29, sp ;,
LCFI1:
; Anghabench/freebsd/contrib/gcc/extr_recog.c_rest_of_handle_split_all_insns.c:20: split_all_insns (1);
bl _split_all_insns ;
; Anghabench/freebsd/contrib/gcc/extr_recog.c_rest_of_handle_split_all_insns.c:22: }
mov w0, 0 ;,
ldp x29, x30, [sp], 16 ;,,,
LCFI2:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x10
.byte 0x9d
.uleb128 0x2
.byte 0x9e
.uleb128 0x1
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_recog.c_rest_of_handle_split_all_insns.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type rest_of_handle_split_all_insns, @function
rest_of_handle_split_all_insns:
.LFB0:
.cfi_startproc
endbr64
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/freebsd/contrib/gcc/extr_recog.c_rest_of_handle_split_all_insns.c:20: split_all_insns (1);
movl $1, %edi #,
call split_all_insns@PLT #
# AnghaBench/freebsd/contrib/gcc/extr_recog.c_rest_of_handle_split_all_insns.c:22: }
xorl %eax, %eax #
addq $8, %rsp #,
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size rest_of_handle_split_all_insns, .-rest_of_handle_split_all_insns
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "vchan %p: txd %p[%x]: submitted\12\0"
.text
.align 2
.p2align 5,,15
.globl _vchan_tx_submit
_vchan_tx_submit:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x20, x0 ; tx, tx
stp x21, x22, [sp, 32] ;,,
LCFI3:
; Anghabench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:33: struct virt_dma_chan *vc = to_virt_chan(tx->chan);
ldr w0, [x0] ;, tx_8(D)->chan
bl _to_virt_chan ;
mov x19, x0 ; vc,
; Anghabench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:34: struct virt_dma_desc *vd = to_virt_desc(tx);
mov x0, x20 ;, tx
bl _to_virt_desc ;
mov x21, x0 ; vd,
; Anghabench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:38: spin_lock_irqsave(&vc->lock, flags);
mov x1, 0 ;,
add x0, x19, 8 ;, vc,
bl _spin_lock_irqsave ;
; Anghabench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:39: cookie = dma_cookie_assign(tx);
mov x0, x20 ;, tx
bl _dma_cookie_assign ;
mov w20, w0 ; <retval>,
; Anghabench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:41: list_move_tail(&vd->node, &vc->desc_submitted);
add x1, x19, 12 ;, vc,
mov x0, x21 ;, vd
bl _list_move_tail ;
; Anghabench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:42: spin_unlock_irqrestore(&vc->lock, flags);
mov x1, 0 ;,
add x0, x19, 8 ;, vc,
bl _spin_unlock_irqrestore ;
; Anghabench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:44: dev_dbg(vc->chan.device->dev, "vchan %p: txd %p[%x]: submitted\n",
ldr x0, [x19] ; vc_10->chan.device, vc_10->chan.device
adrp x1, lC0@PAGE ; tmp115,
mov w4, w20 ;, <retval>
mov x3, x21 ;, vd
mov x2, x19 ;, vc
add x1, x1, lC0@PAGEOFF; ;, tmp115,
ldr w0, [x0] ;, _5->dev
bl _dev_dbg ;
; Anghabench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:48: }
mov w0, w20 ;, <retval>
ldp x21, x22, [sp, 32] ;,,
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI4:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x2
.byte 0x96
.uleb128 0x1
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_virt-dma.c_vchan_tx_submit.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.8,"aMS",@progbits,1
.align 8
.LC0:
.string "vchan %p: txd %p[%x]: submitted\n"
.text
.p2align 4
.globl vchan_tx_submit
.type vchan_tx_submit, @function
vchan_tx_submit:
.LFB0:
.cfi_startproc
endbr64
pushq %r15 #
.cfi_def_cfa_offset 16
.cfi_offset 15, -16
pushq %r14 #
.cfi_def_cfa_offset 24
.cfi_offset 14, -24
pushq %r13 #
.cfi_def_cfa_offset 32
.cfi_offset 13, -32
pushq %r12 #
.cfi_def_cfa_offset 40
.cfi_offset 12, -40
pushq %rbp #
.cfi_def_cfa_offset 48
.cfi_offset 6, -48
movq %rdi, %rbp # tmp97, tx
pushq %rbx #
.cfi_def_cfa_offset 56
.cfi_offset 3, -56
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:38: spin_lock_irqsave(&vc->lock, flags);
xorl %ebx, %ebx # flags
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:32: {
subq $8, %rsp #,
.cfi_def_cfa_offset 64
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:33: struct virt_dma_chan *vc = to_virt_chan(tx->chan);
movl (%rdi), %edi # tx_8(D)->chan,
call to_virt_chan@PLT #
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:34: struct virt_dma_desc *vd = to_virt_desc(tx);
movq %rbp, %rdi # tx,
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:33: struct virt_dma_chan *vc = to_virt_chan(tx->chan);
movq %rax, %r12 # tmp98, vc
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:34: struct virt_dma_desc *vd = to_virt_desc(tx);
call to_virt_desc@PLT #
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:38: spin_lock_irqsave(&vc->lock, flags);
leaq 8(%r12), %r15 #, _2
movq %rbx, %rsi # flags,
movq %r15, %rdi # _2,
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:34: struct virt_dma_desc *vd = to_virt_desc(tx);
movq %rax, %r14 # tmp99, vd
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:38: spin_lock_irqsave(&vc->lock, flags);
call spin_lock_irqsave@PLT #
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:39: cookie = dma_cookie_assign(tx);
movq %rbp, %rdi # tx,
call dma_cookie_assign@PLT #
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:41: list_move_tail(&vd->node, &vc->desc_submitted);
leaq 12(%r12), %rsi #, tmp93
movq %r14, %rdi # vd,
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:39: cookie = dma_cookie_assign(tx);
movl %eax, %r13d # tmp100, <retval>
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:41: list_move_tail(&vd->node, &vc->desc_submitted);
call list_move_tail@PLT #
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:42: spin_unlock_irqrestore(&vc->lock, flags);
movq %rbx, %rsi # flags,
movq %r15, %rdi # _2,
call spin_unlock_irqrestore@PLT #
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:44: dev_dbg(vc->chan.device->dev, "vchan %p: txd %p[%x]: submitted\n",
movq (%r12), %rax # vc_10->chan.device, vc_10->chan.device
movl %r13d, %r8d # <retval>,
movq %r14, %rcx # vd,
movq %r12, %rdx # vc,
leaq .LC0(%rip), %rsi #, tmp95
movl (%rax), %edi # _5->dev,
call dev_dbg@PLT #
# AnghaBench/linux/drivers/dma/extr_virt-dma.c_vchan_tx_submit.c:48: }
addq $8, %rsp #,
.cfi_def_cfa_offset 56
movl %r13d, %eax # <retval>,
popq %rbx #
.cfi_def_cfa_offset 48
popq %rbp #
.cfi_def_cfa_offset 40
popq %r12 #
.cfi_def_cfa_offset 32
popq %r13 #
.cfi_def_cfa_offset 24
popq %r14 #
.cfi_def_cfa_offset 16
popq %r15 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size vchan_tx_submit, .-vchan_tx_submit
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _config_inputx
_config_inputx:
LFB0:
stp x29, x30, [sp, -64]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x20, x0 ; inlink, inlink
stp x21, x22, [sp, 32] ;,,
stp x23, x24, [sp, 48] ;,,
LCFI3:
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:40: LUT2Context *s = ctx->priv;
ldr x0, [x0, 24] ; inlink_43(D)->dst, inlink_43(D)->dst
ldr x19, [x0] ; s, ctx_44->priv
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:41: const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format);
ldr w0, [x20, 16] ;, inlink_43(D)->format
bl _av_pix_fmt_desc_get ;
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:43: int vsub = desc->log2_chroma_h;
ldp w23, w24, [x0] ; hsub, vsub,* desc
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:41: const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format);
mov x21, x0 ; desc,
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:45: s->nb_planesx = av_pix_fmt_count_planes(inlink->format);
ldr w0, [x20, 16] ;, inlink_43(D)->format
bl _av_pix_fmt_count_planes ;
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:46: s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
ldr x22, [x19, 40] ; _5, s_45->heightx
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:46: s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
mov w1, w24 ;, vsub
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:45: s->nb_planesx = av_pix_fmt_count_planes(inlink->format);
str w0, [x19, 48] ; _3, s_45->nb_planesx
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:46: s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
ldr x0, [x20] ;, inlink_43(D)->h
bl _AV_CEIL_RSHIFT ;
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:46: s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
str x0, [x22, 16] ; _6, MEM[(void * *)_5 + 16B]
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:46: s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
ldr x1, [x19, 40] ; _7, s_45->heightx
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:46: s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
str x0, [x1, 8] ; _6, MEM[(void * *)_7 + 8B]
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:47: s->heightx[0] = s->heightx[3] = inlink->h;
ldr x0, [x20] ; _9, inlink_43(D)->h
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:47: s->heightx[0] = s->heightx[3] = inlink->h;
ldr x1, [x19, 40] ; _8, s_45->heightx
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:47: s->heightx[0] = s->heightx[3] = inlink->h;
str x0, [x1, 24] ; _9, MEM[(void * *)_8 + 24B]
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:47: s->heightx[0] = s->heightx[3] = inlink->h;
ldr x1, [x19, 40] ; _10, s_45->heightx
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:47: s->heightx[0] = s->heightx[3] = inlink->h;
str x0, [x1] ; _9, *_10
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
mov w1, w23 ;, hsub
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
ldr x22, [x19, 32] ; _12, s_45->widthx
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
ldr x0, [x20, 8] ;, inlink_43(D)->w
bl _AV_CEIL_RSHIFT ;
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
str x0, [x22, 16] ; _13, MEM[(void * *)_12 + 16B]
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
ldr x1, [x19, 32] ; _14, s_45->widthx
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
str x0, [x1, 8] ; _13, MEM[(void * *)_14 + 8B]
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:49: s->widthx[0] = s->widthx[3] = inlink->w;
ldr x0, [x20, 8] ; _16, inlink_43(D)->w
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:49: s->widthx[0] = s->widthx[3] = inlink->w;
ldr x1, [x19, 32] ; _15, s_45->widthx
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:49: s->widthx[0] = s->widthx[3] = inlink->w;
str x0, [x1, 24] ; _16, MEM[(void * *)_15 + 24B]
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:49: s->widthx[0] = s->widthx[3] = inlink->w;
ldr x1, [x19, 32] ; _17, s_45->widthx
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:49: s->widthx[0] = s->widthx[3] = inlink->w;
str x0, [x1] ; _16, *_17
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:51: s->var_values[VAR_W] = inlink->w;
adrp x0, _VAR_W@PAGE ; tmp155,
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:51: s->var_values[VAR_W] = inlink->w;
ldr x2, [x20, 8] ; _22, inlink_43(D)->w
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:51: s->var_values[VAR_W] = inlink->w;
ldr x1, [x0, #_VAR_W@PAGEOFF] ; VAR_W, VAR_W
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:51: s->var_values[VAR_W] = inlink->w;
ldr x0, [x19, 8] ; s_45->var_values, s_45->var_values
str x2, [x0, x1, lsl 3] ; _22, *_21
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:52: s->var_values[VAR_H] = inlink->h;
adrp x0, _VAR_H@PAGE ; tmp159,
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:52: s->var_values[VAR_H] = inlink->h;
ldr x2, [x20] ; _27, inlink_43(D)->h
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:52: s->var_values[VAR_H] = inlink->h;
ldr x1, [x0, #_VAR_H@PAGEOFF] ; VAR_H, VAR_H
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:52: s->var_values[VAR_H] = inlink->h;
ldr x0, [x19, 8] ; s_45->var_values, s_45->var_values
str x2, [x0, x1, lsl 3] ; _27, *_26
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:54: s->var_values[VAR_BITDEPTHX] = s->depthx;
adrp x1, _VAR_BITDEPTHX@PAGE ; tmp164,
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:53: s->depthx = desc->comp[0].depth;
ldr x0, [x21, 8] ; desc_47->comp, desc_47->comp
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:54: s->var_values[VAR_BITDEPTHX] = s->depthx;
ldr x2, [x1, #_VAR_BITDEPTHX@PAGEOFF] ; VAR_BITDEPTHX, VAR_BITDEPTHX
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:54: s->var_values[VAR_BITDEPTHX] = s->depthx;
ldr x1, [x19, 8] ; s_45->var_values, s_45->var_values
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:53: s->depthx = desc->comp[0].depth;
ldr x0, [x0] ; _29, _28->depth
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:53: s->depthx = desc->comp[0].depth;
str x0, [x19, 24] ; _29, s_45->depthx
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:54: s->var_values[VAR_BITDEPTHX] = s->depthx;
str x0, [x1, x2, lsl 3] ; _29, *_33
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:56: if (s->tlut2) {
ldr x0, [x19, 16] ; s_45->tlut2, s_45->tlut2
cbz x0, L2 ; s_45->tlut2,
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:57: s->depthy = desc->comp[0].depth;
ldr x0, [x21, 8] ; desc_47->comp, desc_47->comp
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:58: s->var_values[VAR_BITDEPTHY] = s->depthy;
adrp x1, _VAR_BITDEPTHY@PAGE ; tmp170,
ldr x2, [x1, #_VAR_BITDEPTHY@PAGEOFF] ; VAR_BITDEPTHY, VAR_BITDEPTHY
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:58: s->var_values[VAR_BITDEPTHY] = s->depthy;
ldr x1, [x19, 8] ; s_45->var_values, s_45->var_values
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:57: s->depthy = desc->comp[0].depth;
ldr x0, [x0] ; _36, _35->depth
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:57: s->depthy = desc->comp[0].depth;
str x0, [x19] ; _36, s_45->depthy
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:58: s->var_values[VAR_BITDEPTHY] = s->depthy;
str x0, [x1, x2, lsl 3] ; _36, *_40
L2:
; Anghabench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:62: }
ldp x19, x20, [sp, 16] ;,,
mov w0, 0 ;,
ldp x21, x22, [sp, 32] ;,,
ldp x23, x24, [sp, 48] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI4:
ret
LFE0:
.globl _VAR_W
.zerofill __DATA,__common,_VAR_W,8,3
.globl _VAR_H
.zerofill __DATA,__common,_VAR_H,8,3
.globl _VAR_BITDEPTHY
.zerofill __DATA,__common,_VAR_BITDEPTHY,8,3
.globl _VAR_BITDEPTHX
.zerofill __DATA,__common,_VAR_BITDEPTHX,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x40
.byte 0x9d
.uleb128 0x8
.byte 0x9e
.uleb128 0x7
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x6
.byte 0x94
.uleb128 0x5
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x4
.byte 0x96
.uleb128 0x3
.byte 0x97
.uleb128 0x2
.byte 0x98
.uleb128 0x1
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_vf_lut2.c_config_inputx.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type config_inputx, @function
config_inputx:
.LFB0:
.cfi_startproc
endbr64
pushq %r15 #
.cfi_def_cfa_offset 16
.cfi_offset 15, -16
pushq %r14 #
.cfi_def_cfa_offset 24
.cfi_offset 14, -24
pushq %r13 #
.cfi_def_cfa_offset 32
.cfi_offset 13, -32
pushq %r12 #
.cfi_def_cfa_offset 40
.cfi_offset 12, -40
pushq %rbp #
.cfi_def_cfa_offset 48
.cfi_offset 6, -48
movq %rdi, %rbp # tmp144, inlink
pushq %rbx #
.cfi_def_cfa_offset 56
.cfi_offset 3, -56
subq $8, %rsp #,
.cfi_def_cfa_offset 64
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:40: LUT2Context *s = ctx->priv;
movq 24(%rdi), %rax # inlink_43(D)->dst, inlink_43(D)->dst
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:41: const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format);
movl 16(%rdi), %edi # inlink_43(D)->format, inlink_43(D)->format
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:40: LUT2Context *s = ctx->priv;
movq (%rax), %rbx # ctx_44->priv, s
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:41: const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format);
call av_pix_fmt_desc_get@PLT #
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:45: s->nb_planesx = av_pix_fmt_count_planes(inlink->format);
movl 16(%rbp), %edi # inlink_43(D)->format, inlink_43(D)->format
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:42: int hsub = desc->log2_chroma_w;
movl (%rax), %r14d # desc_47->log2_chroma_w, hsub
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:43: int vsub = desc->log2_chroma_h;
movl 4(%rax), %r15d # desc_47->log2_chroma_h, vsub
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:41: const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format);
movq %rax, %r12 # tmp145, desc
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:45: s->nb_planesx = av_pix_fmt_count_planes(inlink->format);
call av_pix_fmt_count_planes@PLT #
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:46: s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
movq 0(%rbp), %rdi # inlink_43(D)->h,
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:46: s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
movq 40(%rbx), %r13 # s_45->heightx, _5
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:45: s->nb_planesx = av_pix_fmt_count_planes(inlink->format);
movl %eax, 48(%rbx) # tmp146, s_45->nb_planesx
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:46: s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
movl %r15d, %esi # vsub,
call AV_CEIL_RSHIFT@PLT #
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
movl %r14d, %esi # hsub,
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:46: s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
movq %rax, 16(%r13) # _6, MEM[(void * *)_5 + 16B]
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:46: s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
movq 40(%rbx), %rdx # s_45->heightx, _7
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:46: s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
movq %rax, 8(%rdx) # _6, MEM[(void * *)_7 + 8B]
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:47: s->heightx[0] = s->heightx[3] = inlink->h;
movq 40(%rbx), %rdx # s_45->heightx, _8
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:47: s->heightx[0] = s->heightx[3] = inlink->h;
movq 0(%rbp), %rax # inlink_43(D)->h, _9
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:47: s->heightx[0] = s->heightx[3] = inlink->h;
movq %rax, 24(%rdx) # _9, MEM[(void * *)_8 + 24B]
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:47: s->heightx[0] = s->heightx[3] = inlink->h;
movq 40(%rbx), %rdx # s_45->heightx, _10
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:47: s->heightx[0] = s->heightx[3] = inlink->h;
movq %rax, (%rdx) # _9, *_10
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
movq 8(%rbp), %rdi # inlink_43(D)->w, inlink_43(D)->w
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
movq 32(%rbx), %r13 # s_45->widthx, _12
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
call AV_CEIL_RSHIFT@PLT #
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:56: if (s->tlut2) {
cmpq $0, 16(%rbx) #, s_45->tlut2
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
movq %rax, 16(%r13) # _13, MEM[(void * *)_12 + 16B]
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
movq 32(%rbx), %rdx # s_45->widthx, _14
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:48: s->widthx[1] = s->widthx[2] = AV_CEIL_RSHIFT(inlink->w, hsub);
movq %rax, 8(%rdx) # _13, MEM[(void * *)_14 + 8B]
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:49: s->widthx[0] = s->widthx[3] = inlink->w;
movq 8(%rbp), %rax # inlink_43(D)->w, _16
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:49: s->widthx[0] = s->widthx[3] = inlink->w;
movq 32(%rbx), %rdx # s_45->widthx, _15
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:49: s->widthx[0] = s->widthx[3] = inlink->w;
movq %rax, 24(%rdx) # _16, MEM[(void * *)_15 + 24B]
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:49: s->widthx[0] = s->widthx[3] = inlink->w;
movq 32(%rbx), %rdx # s_45->widthx, _17
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:49: s->widthx[0] = s->widthx[3] = inlink->w;
movq %rax, (%rdx) # _16, *_17
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:51: s->var_values[VAR_W] = inlink->w;
movq VAR_W(%rip), %rdx # VAR_W, VAR_W
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:51: s->var_values[VAR_W] = inlink->w;
movq 8(%rbp), %rcx # inlink_43(D)->w, _22
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:51: s->var_values[VAR_W] = inlink->w;
movq 8(%rbx), %rax # s_45->var_values, s_45->var_values
movq %rcx, (%rax,%rdx,8) # _22, *_21
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:52: s->var_values[VAR_H] = inlink->h;
movq VAR_H(%rip), %rdx # VAR_H, VAR_H
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:52: s->var_values[VAR_H] = inlink->h;
movq 0(%rbp), %rcx # inlink_43(D)->h, _27
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:52: s->var_values[VAR_H] = inlink->h;
movq 8(%rbx), %rax # s_45->var_values, s_45->var_values
movq %rcx, (%rax,%rdx,8) # _27, *_26
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:53: s->depthx = desc->comp[0].depth;
movq 8(%r12), %rax # desc_47->comp, desc_47->comp
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:54: s->var_values[VAR_BITDEPTHX] = s->depthx;
movq 8(%rbx), %rdx # s_45->var_values, s_45->var_values
movq VAR_BITDEPTHX(%rip), %rcx # VAR_BITDEPTHX, VAR_BITDEPTHX
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:53: s->depthx = desc->comp[0].depth;
movq (%rax), %rax # _28->depth, _29
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:53: s->depthx = desc->comp[0].depth;
movq %rax, 24(%rbx) # _29, s_45->depthx
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:54: s->var_values[VAR_BITDEPTHX] = s->depthx;
movq %rax, (%rdx,%rcx,8) # _29, *_33
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:56: if (s->tlut2) {
je .L2 #,
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:57: s->depthy = desc->comp[0].depth;
movq 8(%r12), %rax # desc_47->comp, desc_47->comp
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:58: s->var_values[VAR_BITDEPTHY] = s->depthy;
movq 8(%rbx), %rdx # s_45->var_values, s_45->var_values
movq VAR_BITDEPTHY(%rip), %rcx # VAR_BITDEPTHY, VAR_BITDEPTHY
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:57: s->depthy = desc->comp[0].depth;
movq (%rax), %rax # _35->depth, _36
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:57: s->depthy = desc->comp[0].depth;
movq %rax, (%rbx) # _36, s_45->depthy
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:58: s->var_values[VAR_BITDEPTHY] = s->depthy;
movq %rax, (%rdx,%rcx,8) # _36, *_40
.L2:
# AnghaBench/FFmpeg/libavfilter/extr_vf_lut2.c_config_inputx.c:62: }
addq $8, %rsp #,
.cfi_def_cfa_offset 56
xorl %eax, %eax #
popq %rbx #
.cfi_def_cfa_offset 48
popq %rbp #
.cfi_def_cfa_offset 40
popq %r12 #
.cfi_def_cfa_offset 32
popq %r13 #
.cfi_def_cfa_offset 24
popq %r14 #
.cfi_def_cfa_offset 16
popq %r15 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size config_inputx, .-config_inputx
.globl VAR_W
.bss
.align 8
.type VAR_W, @object
.size VAR_W, 8
VAR_W:
.zero 8
.globl VAR_H
.align 8
.type VAR_H, @object
.size VAR_H, 8
VAR_H:
.zero 8
.globl VAR_BITDEPTHY
.align 8
.type VAR_BITDEPTHY, @object
.size VAR_BITDEPTHY, 8
VAR_BITDEPTHY:
.zero 8
.globl VAR_BITDEPTHX
.align 8
.type VAR_BITDEPTHX, @object
.size VAR_BITDEPTHX, 8
VAR_BITDEPTHX:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _lbs_dev_open
_lbs_dev_open:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:24: {
mov x20, x0 ; dev, dev
; Anghabench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:25: struct lbs_private *priv = dev->ml_priv;
ldr x19, [x0] ; priv, dev_9(D)->ml_priv
; Anghabench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:28: if (!priv->iface_running) {
ldr w0, [x19, 8] ;, priv_10->iface_running
cbnz w0, L6 ; priv_10->iface_running,
; Anghabench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:29: ret = lbs_start_iface(priv);
mov x0, x19 ;, priv
bl _lbs_start_iface ;
; Anghabench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:30: if (ret)
cbnz w0, L1 ; <retval>,
L6:
; Anghabench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:34: spin_lock_irq(&priv->driver_lock);
mov x0, x19 ;, priv
bl _spin_lock_irq ;
; Anghabench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:36: netif_carrier_off(dev);
mov x0, x20 ;, dev
bl _netif_carrier_off ;
; Anghabench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:38: if (!priv->tx_pending_len)
ldr w0, [x19, 4] ;, priv_10->tx_pending_len
cbz w0, L9 ; priv_10->tx_pending_len,
L4:
; Anghabench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:41: spin_unlock_irq(&priv->driver_lock);
mov x0, x19 ;, priv
bl _spin_unlock_irq ;
mov w0, 0 ; <retval>,
L5:
L1:
; Anghabench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:45: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
ret
.p2align 2,,3
L9:
LCFI4:
; Anghabench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:39: netif_wake_queue(dev);
mov x0, x20 ;, dev
bl _netif_wake_queue ;
b L4 ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x94
.uleb128 0x1
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_main.c_lbs_dev_open.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type lbs_dev_open, @function
lbs_dev_open:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
pushq %rbp #
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
movq %rdi, %rbp # tmp89, dev
subq $8, %rsp #,
.cfi_def_cfa_offset 32
# AnghaBench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:25: struct lbs_private *priv = dev->ml_priv;
movq (%rdi), %r12 # dev_9(D)->ml_priv, priv
# AnghaBench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:28: if (!priv->iface_running) {
movl 8(%r12), %edx # priv_10->iface_running,
testl %edx, %edx #
jne .L6 #,
# AnghaBench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:29: ret = lbs_start_iface(priv);
movq %r12, %rdi # priv,
call lbs_start_iface@PLT #
# AnghaBench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:30: if (ret)
testl %eax, %eax # <retval>
jne .L1 #,
.L6:
# AnghaBench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:34: spin_lock_irq(&priv->driver_lock);
movq %r12, %rdi # priv,
call spin_lock_irq@PLT #
# AnghaBench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:36: netif_carrier_off(dev);
movq %rbp, %rdi # dev,
call netif_carrier_off@PLT #
# AnghaBench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:38: if (!priv->tx_pending_len)
movl 4(%r12), %eax # priv_10->tx_pending_len,
testl %eax, %eax #
je .L9 #,
.L4:
# AnghaBench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:41: spin_unlock_irq(&priv->driver_lock);
movq %r12, %rdi # priv,
call spin_unlock_irq@PLT #
xorl %eax, %eax # <retval>
.L5:
.L1:
# AnghaBench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:45: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 24
popq %rbp #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L9:
.cfi_restore_state
# AnghaBench/linux/drivers/net/wireless/marvell/libertas/extr_main.c_lbs_dev_open.c:39: netif_wake_queue(dev);
movq %rbp, %rdi # dev,
call netif_wake_queue@PLT #
jmp .L4 #
.cfi_endproc
.LFE0:
.size lbs_dev_open, .-lbs_dev_open
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/sound/oss/extr_au1550_ac97.c_prog_dmabuf_adc.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _prog_dmabuf_adc
_prog_dmabuf_adc:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/fastsocket/kernel/sound/oss/extr_au1550_ac97.c_prog_dmabuf_adc.c:21: {
str x0, [x29, 24] ; s, %sfp
; Anghabench/fastsocket/kernel/sound/oss/extr_au1550_ac97.c_prog_dmabuf_adc.c:22: stop_adc(s);
bl _stop_adc ;
; Anghabench/fastsocket/kernel/sound/oss/extr_au1550_ac97.c_prog_dmabuf_adc.c:23: return prog_dmabuf(s, &s->dma_adc);
ldr x1, [x29, 24] ; s, %sfp
; Anghabench/fastsocket/kernel/sound/oss/extr_au1550_ac97.c_prog_dmabuf_adc.c:25: }
ldp x29, x30, [sp], 32 ;,,,
LCFI2:
; Anghabench/fastsocket/kernel/sound/oss/extr_au1550_ac97.c_prog_dmabuf_adc.c:23: return prog_dmabuf(s, &s->dma_adc);
mov x0, x1 ;, s
b _prog_dmabuf ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_au1550_ac97.c_prog_dmabuf_adc.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type prog_dmabuf_adc, @function
prog_dmabuf_adc:
.LFB0:
.cfi_startproc
endbr64
pushq %rbp #
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
# AnghaBench/fastsocket/kernel/sound/oss/extr_au1550_ac97.c_prog_dmabuf_adc.c:21: {
movq %rdi, %rbp # tmp85, s
# AnghaBench/fastsocket/kernel/sound/oss/extr_au1550_ac97.c_prog_dmabuf_adc.c:22: stop_adc(s);
call stop_adc@PLT #
# AnghaBench/fastsocket/kernel/sound/oss/extr_au1550_ac97.c_prog_dmabuf_adc.c:23: return prog_dmabuf(s, &s->dma_adc);
movq %rbp, %rsi # s,
movq %rbp, %rdi # s,
# AnghaBench/fastsocket/kernel/sound/oss/extr_au1550_ac97.c_prog_dmabuf_adc.c:25: }
popq %rbp #
.cfi_def_cfa_offset 8
# AnghaBench/fastsocket/kernel/sound/oss/extr_au1550_ac97.c_prog_dmabuf_adc.c:23: return prog_dmabuf(s, &s->dma_adc);
jmp prog_dmabuf@PLT #
.cfi_endproc
.LFE0:
.size prog_dmabuf_adc, .-prog_dmabuf_adc
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
freebsd/crypto/openssl/crypto/srp/extr_srp_lib.c_SRP_Verify_A_mod_N.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _SRP_Verify_A_mod_N
_SRP_Verify_A_mod_N:
LFB0:
; Anghabench/freebsd/crypto/openssl/crypto/srp/extr_srp_lib.c_SRP_Verify_A_mod_N.c:21: return SRP_Verify_B_mod_N(A, N);
b _SRP_Verify_B_mod_N ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_srp_lib.c_SRP_Verify_A_mod_N.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl SRP_Verify_A_mod_N
.type SRP_Verify_A_mod_N, @function
SRP_Verify_A_mod_N:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/freebsd/crypto/openssl/crypto/srp/extr_srp_lib.c_SRP_Verify_A_mod_N.c:21: return SRP_Verify_B_mod_N(A, N);
jmp SRP_Verify_B_mod_N@PLT #
.cfi_endproc
.LFE0:
.size SRP_Verify_A_mod_N, .-SRP_Verify_A_mod_N
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _sparc32_stabs_argument_has_addr
_sparc32_stabs_argument_has_addr:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:24: return (sparc_structure_or_union_p (type)
mov x0, x1 ;, type
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:23: {
mov x29, sp ;,
LCFI1:
str x19, [sp, 16] ;,
LCFI2:
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:23: {
mov x19, x1 ; type, type
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:24: return (sparc_structure_or_union_p (type)
bl _sparc_structure_or_union_p ;
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:25: || (sparc_floating_p (type) && TYPE_LENGTH (type) == 16));
mov w1, 1 ; <retval>,
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:25: || (sparc_floating_p (type) && TYPE_LENGTH (type) == 16));
cbz x0, L8 ; _1,
L1:
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:26: }
ldr x19, [sp, 16] ;,
mov w0, w1 ;, <retval>
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
ret
.p2align 2,,3
L8:
LCFI4:
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:25: || (sparc_floating_p (type) && TYPE_LENGTH (type) == 16));
mov x0, x19 ;, type
bl _sparc_floating_p ;
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:25: || (sparc_floating_p (type) && TYPE_LENGTH (type) == 16));
mov w1, 0 ; <retval>,
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:25: || (sparc_floating_p (type) && TYPE_LENGTH (type) == 16));
cbz x0, L1 ; _2,
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:25: || (sparc_floating_p (type) && TYPE_LENGTH (type) == 16));
mov x0, x19 ;, type
bl _TYPE_LENGTH ;
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:26: }
ldr x19, [sp, 16] ;,
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:25: || (sparc_floating_p (type) && TYPE_LENGTH (type) == 16));
cmp w0, 16 ; _3,
cset w1, eq ; <retval>,
; Anghabench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:26: }
ldp x29, x30, [sp], 32 ;,,,
LCFI5:
mov w0, w1 ;, <retval>
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type sparc32_stabs_argument_has_addr, @function
sparc32_stabs_argument_has_addr:
.LFB0:
.cfi_startproc
endbr64
pushq %rbp #
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
# AnghaBench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:24: return (sparc_structure_or_union_p (type)
movq %rsi, %rdi # type,
# AnghaBench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:23: {
movq %rsi, %rbp # tmp92, type
# AnghaBench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:24: return (sparc_structure_or_union_p (type)
call sparc_structure_or_union_p@PLT #
movq %rax, %r8 #, tmp93
# AnghaBench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:25: || (sparc_floating_p (type) && TYPE_LENGTH (type) == 16));
movl $1, %eax #, <retval>
testq %r8, %r8 # tmp93
je .L8 #,
.L1:
# AnghaBench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:26: }
popq %rbp #
.cfi_remember_state
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L8:
.cfi_restore_state
# AnghaBench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:25: || (sparc_floating_p (type) && TYPE_LENGTH (type) == 16));
movq %rbp, %rdi # type,
call sparc_floating_p@PLT #
movq %rax, %r8 #, tmp94
# AnghaBench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:25: || (sparc_floating_p (type) && TYPE_LENGTH (type) == 16));
xorl %eax, %eax # <retval>
testq %r8, %r8 # tmp94
je .L1 #,
# AnghaBench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:25: || (sparc_floating_p (type) && TYPE_LENGTH (type) == 16));
movq %rbp, %rdi # type,
call TYPE_LENGTH@PLT #
# AnghaBench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:26: }
popq %rbp #
.cfi_def_cfa_offset 8
# AnghaBench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:25: || (sparc_floating_p (type) && TYPE_LENGTH (type) == 16));
cmpl $16, %eax #, tmp95
sete %al #, <retval>
movzbl %al, %eax # <retval>, <retval>
# AnghaBench/freebsd/contrib/gdb/gdb/extr_sparc-tdep.c_sparc32_stabs_argument_has_addr.c:26: }
ret
.cfi_endproc
.LFE0:
.size sparc32_stabs_argument_has_addr, .-sparc32_stabs_argument_has_addr
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "Xilinx Zynq CpuIdle Driver started\12\0"
.text
.align 2
.p2align 5,,15
.no_dead_strip _zynq_cpuidle_probe
_zynq_cpuidle_probe:
LFB0:
; Anghabench/linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.c:22: pr_info("Xilinx Zynq CpuIdle Driver started\n");
adrp x0, lC0@PAGE ; tmp104,
; Anghabench/linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.c:21: {
stp x29, x30, [sp, -16]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.c:22: pr_info("Xilinx Zynq CpuIdle Driver started\n");
add x0, x0, lC0@PAGEOFF; ;, tmp104,
; Anghabench/linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.c:21: {
; Anghabench/linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.c:22: pr_info("Xilinx Zynq CpuIdle Driver started\n");
bl _pr_info ;
; Anghabench/linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.c:24: return cpuidle_register(&zynq_idle_driver, NULL);
adrp x0, _zynq_idle_driver@PAGE ; tmp106,
; Anghabench/linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.c:25: }
ldp x29, x30, [sp], 16 ;,,,
LCFI2:
; Anghabench/linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.c:24: return cpuidle_register(&zynq_idle_driver, NULL);
mov x1, 0 ;,
add x0, x0, _zynq_idle_driver@PAGEOFF; ;, tmp106,
b _cpuidle_register ;
LFE0:
.globl _zynq_idle_driver
.zerofill __DATA,__common,_zynq_idle_driver,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x10
.byte 0x9d
.uleb128 0x2
.byte 0x9e
.uleb128 0x1
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_cpuidle-zynq.c_zynq_cpuidle_probe.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.8,"aMS",@progbits,1
.align 8
.LC0:
.string "Xilinx Zynq CpuIdle Driver started\n"
.text
.p2align 4
.type zynq_cpuidle_probe, @function
zynq_cpuidle_probe:
.LFB0:
.cfi_startproc
endbr64
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.c:22: pr_info("Xilinx Zynq CpuIdle Driver started\n");
leaq .LC0(%rip), %rdi #, tmp84
call pr_info@PLT #
# AnghaBench/linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.c:24: return cpuidle_register(&zynq_idle_driver, NULL);
xorl %esi, %esi #
leaq zynq_idle_driver(%rip), %rdi #, tmp85
# AnghaBench/linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.c:25: }
addq $8, %rsp #,
.cfi_def_cfa_offset 8
# AnghaBench/linux/drivers/cpuidle/extr_cpuidle-zynq.c_zynq_cpuidle_probe.c:24: return cpuidle_register(&zynq_idle_driver, NULL);
jmp cpuidle_register@PLT #
.cfi_endproc
.LFE0:
.size zynq_cpuidle_probe, .-zynq_cpuidle_probe
.globl zynq_idle_driver
.bss
.align 4
.type zynq_idle_driver, @object
.size zynq_idle_driver, 4
zynq_idle_driver:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
mpv/filters/extr_f_autoconvert.c_destroy.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _destroy
_destroy:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
str x19, [sp, 16] ;,
LCFI2:
; Anghabench/mpv/filters/extr_f_autoconvert.c_destroy.c:26: mp_subfilter_reset(&p->sub);
ldr x19, [x0] ; _1, f_4(D)->priv
mov x0, x19 ;, _1
bl _mp_subfilter_reset ;
; Anghabench/mpv/filters/extr_f_autoconvert.c_destroy.c:27: TA_FREEP(&p->sub.filter);
mov x0, x19 ;, _1
; Anghabench/mpv/filters/extr_f_autoconvert.c_destroy.c:28: }
ldr x19, [sp, 16] ;,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
; Anghabench/mpv/filters/extr_f_autoconvert.c_destroy.c:27: TA_FREEP(&p->sub.filter);
b _TA_FREEP ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_f_autoconvert.c_destroy.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type destroy, @function
destroy:
.LFB0:
.cfi_startproc
endbr64
pushq %rbp #
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
# AnghaBench/mpv/filters/extr_f_autoconvert.c_destroy.c:26: mp_subfilter_reset(&p->sub);
movq (%rdi), %rbp # f_4(D)->priv, _1
movq %rbp, %rdi # _1,
call mp_subfilter_reset@PLT #
# AnghaBench/mpv/filters/extr_f_autoconvert.c_destroy.c:27: TA_FREEP(&p->sub.filter);
movq %rbp, %rdi # _1,
# AnghaBench/mpv/filters/extr_f_autoconvert.c_destroy.c:28: }
popq %rbp #
.cfi_def_cfa_offset 8
# AnghaBench/mpv/filters/extr_f_autoconvert.c_destroy.c:27: TA_FREEP(&p->sub.filter);
jmp TA_FREEP@PLT #
.cfi_endproc
.LFE0:
.size destroy, .-destroy
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
git/negotiator/extr_..cache.h_oidclr.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _oidclr
_oidclr:
LFB0:
; Anghabench/git/negotiator/extr_..cache.h_oidclr.c:21: memset(oid->hash, 0, GIT_MAX_RAWSZ);
adrp x1, _GIT_MAX_RAWSZ@PAGE ; tmp105,
ldr w0, [x0] ;, oid_4(D)->hash
ldr w2, [x1, #_GIT_MAX_RAWSZ@PAGEOFF] ;, GIT_MAX_RAWSZ
mov w1, 0 ;,
b _memset ;
LFE0:
.globl _GIT_MAX_RAWSZ
.zerofill __DATA,__common,_GIT_MAX_RAWSZ,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_..cache.h_oidclr.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type oidclr, @function
oidclr:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/git/negotiator/extr_..cache.h_oidclr.c:21: memset(oid->hash, 0, GIT_MAX_RAWSZ);
movl GIT_MAX_RAWSZ(%rip), %edx # GIT_MAX_RAWSZ,
movl (%rdi), %edi # oid_4(D)->hash,
xorl %esi, %esi #
jmp memset@PLT #
.cfi_endproc
.LFE0:
.size oidclr, .-oidclr
.globl GIT_MAX_RAWSZ
.bss
.align 4
.type GIT_MAX_RAWSZ, @object
.size GIT_MAX_RAWSZ, 4
GIT_MAX_RAWSZ:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _ff_put_h264_qpel16_mc32_mmi
_ff_put_h264_qpel16_mc32_mmi:
LFB0:
mov x12, 4144 ;,
; Anghabench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:28: put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
mov w4, 16 ;,
; Anghabench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:23: {
sub sp, sp, x12 ;,,
LCFI0:
; Anghabench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:28: put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
mov w5, w2 ;, stride
mov w3, w4 ;,
; Anghabench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:23: {
stp x29, x30, [sp] ;,,
LCFI1:
mov x29, sp ;,
LCFI2:
stp x19, x20, [sp, 16] ;,,
LCFI3:
mov w20, w2 ; stride, stride
; Anghabench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:28: put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
mov x2, x1 ;, src
add x1, x29, 1072 ;,,
; Anghabench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:23: {
str x21, [sp, 32] ;,
LCFI4:
; Anghabench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:23: {
mov x21, x0 ; dst, dst
; Anghabench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:28: put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
add x0, x29, 48 ;,,
bl _put_h264_qpel16_hv_lowpass_mmi ;
; Anghabench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:29: put_pixels16_l2_shift5_mmi(dst, halfV + 3, halfHV, stride, 16, 16);
mov w5, 16 ;,
mov w3, w20 ;, stride
add x2, x29, 48 ;,,
add x1, x29, 1084 ;,,
mov w4, w5 ;,
mov x0, x21 ;, dst
bl _put_pixels16_l2_shift5_mmi ;
; Anghabench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:30: }
mov x12, 4144 ;,
ldr x21, [sp, 32] ;,
ldp x29, x30, [sp] ;,,
ldp x19, x20, [sp, 16] ;,,
add sp, sp, x12 ;,,
LCFI5:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x1030
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0x9d
.uleb128 0x206
.byte 0x9e
.uleb128 0x205
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x93
.uleb128 0x204
.byte 0x94
.uleb128 0x203
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x95
.uleb128 0x202
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xd5
.byte 0xd3
.byte 0xd4
.byte 0xdd
.byte 0xde
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl ff_put_h264_qpel16_mc32_mmi
.type ff_put_h264_qpel16_mc32_mmi, @function
ff_put_h264_qpel16_mc32_mmi:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
subq $4096, %rsp #,
.cfi_def_cfa_offset 4128
orq $0, (%rsp) #,
subq $16, %rsp #,
.cfi_def_cfa_offset 4144
# AnghaBench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:28: put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
movl $16, %r8d #,
movl $16, %ecx #,
# AnghaBench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:23: {
movq %rsi, %r10 # tmp94, src
# AnghaBench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:28: put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
movq %rsp, %r13 #, tmp86
movl %edx, %r9d # stride,
# AnghaBench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:23: {
movq %rdi, %rbp # tmp93, dst
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp96
movq %rax, 4104(%rsp) # tmp96, D.1978
xorl %eax, %eax # tmp96
movl %edx, %r12d # tmp95, stride
# AnghaBench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:28: put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
leaq 1024(%rsp), %rsi #, tmp87
movq %r10, %rdx # src,
movq %r13, %rdi # tmp86,
call put_h264_qpel16_hv_lowpass_mmi@PLT #
# AnghaBench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:29: put_pixels16_l2_shift5_mmi(dst, halfV + 3, halfHV, stride, 16, 16);
movl %r12d, %ecx # stride,
movq %r13, %rdx # tmp86,
movq %rbp, %rdi # dst,
leaq 1036(%rsp), %rsi #, tmp91
movl $16, %r9d #,
movl $16, %r8d #,
call put_pixels16_l2_shift5_mmi@PLT #
# AnghaBench/FFmpeg/libavcodec/mips/extr_h264qpel_mmi.c_ff_put_h264_qpel16_mc32_mmi.c:30: }
movq 4104(%rsp), %rax # D.1978, tmp97
subq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp97
jne .L5 #,
addq $4112, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.L5:
.cfi_restore_state
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size ff_put_h264_qpel16_mc32_mmi, .-ff_put_h264_qpel16_mc32_mmi
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _lz4raw_decode_buffer
_lz4raw_decode_buffer:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:38: if (lz4_decode(&dst, dst_buffer, dst_buffer + dst_size, &src, src_buffer + src_size))
add x4, x2, x3, lsl 2 ;, src_buffer, src_size,
add x3, x29, 32 ;,,
; Anghabench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:23: {
str x19, [sp, 16] ;,
LCFI2:
; Anghabench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:23: {
mov x19, x0 ; dst_buffer, dst_buffer
; Anghabench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:25: uint8_t * dst = dst_buffer;
stp x2, x0, [x29, 32] ; src_buffer, dst_buffer,
; Anghabench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:38: if (lz4_decode(&dst, dst_buffer, dst_buffer + dst_size, &src, src_buffer + src_size))
add x2, x0, x1, lsl 2 ;, dst_buffer, dst_size,
mov x1, x0 ;, dst_buffer
add x0, x29, 40 ;,,
bl _lz4_decode ;
; Anghabench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:38: if (lz4_decode(&dst, dst_buffer, dst_buffer + dst_size, &src, src_buffer + src_size))
cbnz x0, L3 ; _5,
; Anghabench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:41: return (size_t)(dst - dst_buffer); // bytes produced
ldr x0, [x29, 40] ; dst, dst
sub x0, x0, x19 ; _7, dst, dst_buffer
; Anghabench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:42: }
ldr x19, [sp, 16] ;,
; Anghabench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:41: return (size_t)(dst - dst_buffer); // bytes produced
asr x0, x0, 2 ; _8, _7,
; Anghabench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:42: }
ldp x29, x30, [sp], 48 ;,,,
LCFI3:
ret
.p2align 2,,3
L3:
LCFI4:
ldr x19, [sp, 16] ;,
mov x0, 0 ; _8,
ldp x29, x30, [sp], 48 ;,,,
LCFI5:
ret
LFE0:
.globl _LZ4_GOFAST_SAFETY_MARGIN
.zerofill __DATA,__common,_LZ4_GOFAST_SAFETY_MARGIN,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_lz4.c_lz4raw_decode_buffer.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl lz4raw_decode_buffer
.type lz4raw_decode_buffer, @function
lz4raw_decode_buffer:
.LFB0:
.cfi_startproc
endbr64
pushq %rbx #
.cfi_def_cfa_offset 16
.cfi_offset 3, -16
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:38: if (lz4_decode(&dst, dst_buffer, dst_buffer + dst_size, &src, src_buffer + src_size))
leaq (%rdi,%rsi,4), %r9 #, tmp101
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:23: {
movq %rdi, %rbx # tmp108, dst_buffer
movq %rcx, %r8 # src_size, tmp111
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:38: if (lz4_decode(&dst, dst_buffer, dst_buffer + dst_size, &src, src_buffer + src_size))
leaq (%rdx,%r8,4), %r8 #,
movq %rbx, %rsi # dst_buffer,
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:23: {
subq $32, %rsp #,
.cfi_def_cfa_offset 48
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:23: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp113
movq %rax, 24(%rsp) # tmp113, D.1990
xorl %eax, %eax # tmp113
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:38: if (lz4_decode(&dst, dst_buffer, dst_buffer + dst_size, &src, src_buffer + src_size))
leaq 8(%rsp), %rcx #, tmp99
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:24: const uint8_t * src = src_buffer;
movq %rdx, 8(%rsp) # src_buffer, src
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:38: if (lz4_decode(&dst, dst_buffer, dst_buffer + dst_size, &src, src_buffer + src_size))
movq %r9, %rdx # tmp101,
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:25: uint8_t * dst = dst_buffer;
movq %rdi, 16(%rsp) # dst_buffer, dst
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:38: if (lz4_decode(&dst, dst_buffer, dst_buffer + dst_size, &src, src_buffer + src_size))
leaq 16(%rsp), %rdi #, tmp102
call lz4_decode@PLT #
movq %rax, %r8 #, tmp112
xorl %eax, %eax # <retval>
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:38: if (lz4_decode(&dst, dst_buffer, dst_buffer + dst_size, &src, src_buffer + src_size))
testq %r8, %r8 # tmp112
jne .L1 #,
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:41: return (size_t)(dst - dst_buffer); // bytes produced
movq 16(%rsp), %rax # dst, tmp103
subq %rbx, %rax # dst_buffer, tmp103
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:41: return (size_t)(dst - dst_buffer); // bytes produced
sarq $2, %rax #, <retval>
.L1:
# AnghaBench/darwin-xnu/osfmk/vm/extr_lz4.c_lz4raw_decode_buffer.c:42: }
movq 24(%rsp), %rdx # D.1990, tmp114
subq %fs:40, %rdx # MEM[(<address-space-1> long unsigned int *)40B], tmp114
jne .L8 #,
addq $32, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 16
popq %rbx #
.cfi_def_cfa_offset 8
ret
.L8:
.cfi_restore_state
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size lz4raw_decode_buffer, .-lz4raw_decode_buffer
.globl LZ4_GOFAST_SAFETY_MARGIN
.bss
.align 8
.type LZ4_GOFAST_SAFETY_MARGIN, @object
.size LZ4_GOFAST_SAFETY_MARGIN, 8
LZ4_GOFAST_SAFETY_MARGIN:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
php-src/ext/standard/extr_browscap.c_browscap_intern_str.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _browscap_intern_str
_browscap_intern_str:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x20, x2 ; persistent, persistent
stp x21, x22, [sp, 32] ;,,
LCFI3:
; Anghabench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:27: browscap_parser_ctx *ctx, zend_string *str, zend_bool persistent) {
mov x22, x0 ; ctx, ctx
mov x21, x1 ; str, str
; Anghabench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:28: zend_string *interned = zend_hash_find_ptr(&ctx->str_interned, str);
bl _zend_hash_find_ptr ;
; Anghabench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:29: if (interned) {
cbz x0, L2 ; <retval>,
mov x19, x0 ; <retval>, <retval>
; Anghabench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:30: zend_string_addref(interned);
bl _zend_string_addref ;
; Anghabench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:40: }
mov x0, x19 ;, <retval>
ldp x21, x22, [sp, 32] ;,,
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI4:
ret
.p2align 2,,3
L2:
LCFI5:
; Anghabench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:32: interned = zend_string_copy(str);
mov x0, x21 ;, str
bl _zend_string_copy ;
mov x19, x0 ; <retval>, <retval>
; Anghabench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:33: if (persistent) {
cbnz x20, L10 ; persistent,
L4:
; Anghabench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:36: zend_hash_add_new_ptr(&ctx->str_interned, interned, interned);
mov x2, x19 ;, <retval>
mov x1, x19 ;, <retval>
mov x0, x22 ;, ctx
bl _zend_hash_add_new_ptr ;
; Anghabench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:40: }
mov x0, x19 ;, <retval>
ldp x21, x22, [sp, 32] ;,,
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI6:
ret
.p2align 2,,3
L10:
LCFI7:
; Anghabench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:34: interned = zend_new_interned_string(str);
mov x0, x21 ;, str
bl _zend_new_interned_string ;
mov x19, x0 ; <retval>, <retval>
b L4 ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x2
.byte 0x96
.uleb128 0x1
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xb
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_browscap.c_browscap_intern_str.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type browscap_intern_str, @function
browscap_intern_str:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
movq %rdi, %r13 # tmp88, ctx
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
movq %rsi, %rbp # tmp89, str
pushq %rbx #
.cfi_def_cfa_offset 40
.cfi_offset 3, -40
movq %rdx, %rbx # tmp90, persistent
subq $8, %rsp #,
.cfi_def_cfa_offset 48
# AnghaBench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:28: zend_string *interned = zend_hash_find_ptr(&ctx->str_interned, str);
call zend_hash_find_ptr@PLT #
# AnghaBench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:29: if (interned) {
testq %rax, %rax # <retval>
je .L2 #,
# AnghaBench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:30: zend_string_addref(interned);
movq %rax, %rdi # <retval>,
movq %rax, %r12 # tmp91, <retval>
call zend_string_addref@PLT #
# AnghaBench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:40: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 40
movq %r12, %rax # <retval>,
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L2:
.cfi_restore_state
# AnghaBench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:32: interned = zend_string_copy(str);
movq %rbp, %rdi # str,
call zend_string_copy@PLT #
movq %rax, %r12 # tmp92, <retval>
# AnghaBench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:33: if (persistent) {
testq %rbx, %rbx # persistent
jne .L10 #,
.L4:
# AnghaBench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:36: zend_hash_add_new_ptr(&ctx->str_interned, interned, interned);
movq %r12, %rdx # <retval>,
movq %r12, %rsi # <retval>,
movq %r13, %rdi # ctx,
call zend_hash_add_new_ptr@PLT #
# AnghaBench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:40: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 40
movq %r12, %rax # <retval>,
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L10:
.cfi_restore_state
# AnghaBench/php-src/ext/standard/extr_browscap.c_browscap_intern_str.c:34: interned = zend_new_interned_string(str);
movq %rbp, %rdi # str,
call zend_new_interned_string@PLT #
movq %rax, %r12 # tmp93, <retval>
jmp .L4 #
.cfi_endproc
.LFE0:
.size browscap_intern_str, .-browscap_intern_str
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
micropython/ports/stm32/mboot/extr_main.c_flash_write.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _flash_write
_flash_write:
LFB0:
stp x29, x30, [sp, -64]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x19, x0 ; addr, addr
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:28: if (addr >= flash_layout[0].base_address && addr < flash_layout[0].base_address + flash_layout[0].sector_size) {
adrp x0, _flash_layout@PAGE ; tmp120,
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:27: __attribute__((used)) static int flash_write(uint32_t addr, const uint8_t *src8, size_t len) {
mov x20, x1 ; src8, src8
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:28: if (addr >= flash_layout[0].base_address && addr < flash_layout[0].base_address + flash_layout[0].sector_size) {
ldr x1, [x0, #_flash_layout@PAGEOFF] ; flash_layout.0_1, flash_layout
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:28: if (addr >= flash_layout[0].base_address && addr < flash_layout[0].base_address + flash_layout[0].sector_size) {
ldr x0, [x1] ; _2, flash_layout.0_1->base_address
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:28: if (addr >= flash_layout[0].base_address && addr < flash_layout[0].base_address + flash_layout[0].sector_size) {
cmp x0, x19 ; _2, addr
bgt L2 ;,
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:28: if (addr >= flash_layout[0].base_address && addr < flash_layout[0].base_address + flash_layout[0].sector_size) {
ldr x1, [x1, 8] ; flash_layout.0_1->sector_size, flash_layout.0_1->sector_size
add x0, x0, x1 ; _5, _2, flash_layout.0_1->sector_size
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:28: if (addr >= flash_layout[0].base_address && addr < flash_layout[0].base_address + flash_layout[0].sector_size) {
cmp x0, x19 ; _5, addr
bgt L3 ;,
L2:
stp x21, x22, [x29, 32] ;,,
LCFI3:
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:34: size_t num_word32 = (len + 3) / 4;
add x21, x2, 3 ; _6, len,
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:34: size_t num_word32 = (len + 3) / 4;
lsr x21, x21, 2 ; num_word32, _6,
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:35: HAL_FLASH_Unlock();
bl _HAL_FLASH_Unlock ;
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:51: for (size_t i = 0; i < num_word32; i++) {
cbz x21, L7 ; num_word32,
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:52: if (HAL_FLASH_Program(TYPEPROGRAM_WORD, addr, *src) != HAL_OK) {
adrp x22, _TYPEPROGRAM_WORD@PAGE ; tmp134,
add x21, x19, x21, lsl 2 ; _28, addr, num_word32,
str x23, [x29, 48] ;,
LCFI4:
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:52: if (HAL_FLASH_Program(TYPEPROGRAM_WORD, addr, *src) != HAL_OK) {
add x22, x22, _TYPEPROGRAM_WORD@PAGEOFF; ; tmp126, tmp134,
adrp x23, _HAL_OK@PAGE ; tmp133,
b L6 ;
.p2align 2,,3
L13:
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:55: addr += 4;
add x19, x19, 4 ; addr, addr,
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:56: src += 1;
add x20, x20, 8 ; src8, src8,
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:51: for (size_t i = 0; i < num_word32; i++) {
cmp x19, x21 ; addr, _28
beq L12 ;,
L6:
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:52: if (HAL_FLASH_Program(TYPEPROGRAM_WORD, addr, *src) != HAL_OK) {
ldr x2, [x20] ;, MEM[(const uint32_t *)src_31]
mov x1, x19 ;, addr
ldr w0, [x22] ;, TYPEPROGRAM_WORD
bl _HAL_FLASH_Program ;
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:52: if (HAL_FLASH_Program(TYPEPROGRAM_WORD, addr, *src) != HAL_OK) {
ldr x1, [x23, #_HAL_OK@PAGEOFF] ; HAL_OK, HAL_OK
cmp x0, x1 ; _9, HAL_OK
beq L13 ;,
ldr x23, [x29, 48] ;,
LCFI5:
ldp x21, x22, [x29, 32] ;,,
LCFI6:
L3:
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:30: return -1;
mov w0, -1 ; <retval>,
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:64: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI7:
ret
.p2align 2,,3
L12:
LCFI8:
ldr x23, [x29, 48] ;,
LCFI9:
L7:
ldp x21, x22, [x29, 32] ;,,
LCFI10:
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:63: return 0;
mov w0, 0 ; <retval>,
; Anghabench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:64: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI11:
ret
LFE0:
.globl _flash_layout
.zerofill __DATA,__common,_flash_layout,8,3
.globl _TYPEPROGRAM_WORD
.zerofill __DATA,__common,_TYPEPROGRAM_WORD,4,2
.globl _HAL_OK
.zerofill __DATA,__common,_HAL_OK,8,3
.globl _FLASH_TYPEPROGRAM_FLASHWORD
.zerofill __DATA,__common,_FLASH_TYPEPROGRAM_FLASHWORD,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x40
.byte 0x9d
.uleb128 0x8
.byte 0x9e
.uleb128 0x7
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x6
.byte 0x94
.uleb128 0x5
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x96
.uleb128 0x3
.byte 0x95
.uleb128 0x4
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x97
.uleb128 0x2
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xd7
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xd6
.byte 0xd5
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$11,LCFI8-LCFI7
.long L$set$11
.byte 0xc
.uleb128 0x1d
.uleb128 0x40
.byte 0x93
.uleb128 0x6
.byte 0x94
.uleb128 0x5
.byte 0x95
.uleb128 0x4
.byte 0x96
.uleb128 0x3
.byte 0x97
.uleb128 0x2
.byte 0x9d
.uleb128 0x8
.byte 0x9e
.uleb128 0x7
.byte 0x4
.set L$set$12,LCFI9-LCFI8
.long L$set$12
.byte 0xd7
.byte 0x4
.set L$set$13,LCFI10-LCFI9
.long L$set$13
.byte 0xd6
.byte 0xd5
.byte 0x4
.set L$set$14,LCFI11-LCFI10
.long L$set$14
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_main.c_flash_write.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type flash_write, @function
flash_write:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
movq %rsi, %r13 # tmp114, src8
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
movq %rdx, %rbp # tmp115, len
pushq %rbx #
.cfi_def_cfa_offset 40
.cfi_offset 3, -40
movq %rdi, %rbx # tmp113, addr
subq $8, %rsp #,
.cfi_def_cfa_offset 48
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:28: if (addr >= flash_layout[0].base_address && addr < flash_layout[0].base_address + flash_layout[0].sector_size) {
movq flash_layout(%rip), %rdx # flash_layout, flash_layout.0_1
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:28: if (addr >= flash_layout[0].base_address && addr < flash_layout[0].base_address + flash_layout[0].sector_size) {
movq (%rdx), %rax # flash_layout.0_1->base_address, _2
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:28: if (addr >= flash_layout[0].base_address && addr < flash_layout[0].base_address + flash_layout[0].sector_size) {
cmpq %rdi, %rax # addr, _2
jg .L2 #,
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:28: if (addr >= flash_layout[0].base_address && addr < flash_layout[0].base_address + flash_layout[0].sector_size) {
addq 8(%rdx), %rax # flash_layout.0_1->sector_size, tmp103
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:28: if (addr >= flash_layout[0].base_address && addr < flash_layout[0].base_address + flash_layout[0].sector_size) {
cmpq %rdi, %rax # addr, tmp103
jg .L3 #,
.L2:
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:34: size_t num_word32 = (len + 3) / 4;
addq $3, %rbp #, tmp105
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:35: HAL_FLASH_Unlock();
xorl %eax, %eax #
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:34: size_t num_word32 = (len + 3) / 4;
shrq $2, %rbp #, num_word32
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:35: HAL_FLASH_Unlock();
call HAL_FLASH_Unlock@PLT #
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:51: for (size_t i = 0; i < num_word32; i++) {
testq %rbp, %rbp # num_word32
je .L7 #,
movq %rbx, %rax # addr, tmp108
leaq (%rbx,%rbp,4), %r12 #, _35
negq %rax # tmp108
leaq 0(%r13,%rax,2), %rbp #, _30
jmp .L6 #
.p2align 4,,10
.p2align 3
.L11:
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:55: addr += 4;
addq $4, %rbx #, addr
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:51: for (size_t i = 0; i < num_word32; i++) {
cmpq %r12, %rbx # _35, addr
je .L7 #,
.L6:
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:52: if (HAL_FLASH_Program(TYPEPROGRAM_WORD, addr, *src) != HAL_OK) {
movq 0(%rbp,%rbx,2), %rdx # MEM[(const uint32_t *)_30 + _28 * 2], MEM[(const uint32_t *)_30 + _28 * 2]
movl TYPEPROGRAM_WORD(%rip), %edi # TYPEPROGRAM_WORD,
movq %rbx, %rsi # addr,
call HAL_FLASH_Program@PLT #
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:52: if (HAL_FLASH_Program(TYPEPROGRAM_WORD, addr, *src) != HAL_OK) {
cmpq HAL_OK(%rip), %rax # HAL_OK, tmp116
je .L11 #,
.L3:
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:64: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 40
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:30: return -1;
movl $-1, %eax #, <retval>
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:64: }
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L7:
.cfi_restore_state
addq $8, %rsp #,
.cfi_def_cfa_offset 40
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:63: return 0;
xorl %eax, %eax # <retval>
# AnghaBench/micropython/ports/stm32/mboot/extr_main.c_flash_write.c:64: }
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size flash_write, .-flash_write
.globl flash_layout
.bss
.align 8
.type flash_layout, @object
.size flash_layout, 8
flash_layout:
.zero 8
.globl TYPEPROGRAM_WORD
.align 4
.type TYPEPROGRAM_WORD, @object
.size TYPEPROGRAM_WORD, 4
TYPEPROGRAM_WORD:
.zero 4
.globl HAL_OK
.align 8
.type HAL_OK, @object
.size HAL_OK, 8
HAL_OK:
.zero 8
.globl FLASH_TYPEPROGRAM_FLASHWORD
.align 4
.type FLASH_TYPEPROGRAM_FLASHWORD, @object
.size FLASH_TYPEPROGRAM_FLASHWORD, 4
FLASH_TYPEPROGRAM_FLASHWORD:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "populating %s idhash from %p\12\0"
.text
.align 2
.p2align 5,,15
.no_dead_strip _dt_idhash_populate
_dt_idhash_populate:
LFB0:
sub sp, sp, #80 ;,,
LCFI0:
stp x29, x30, [sp, 16] ;,,
LCFI1:
add x29, sp, 16 ;,,
LCFI2:
stp x19, x20, [sp, 32] ;,,
LCFI3:
mov x20, x0 ; dhp, dhp
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:33: const dt_ident_t *idp = dhp->dh_tmpl;
ldr x19, [x0, 8] ; idp, dhp_19(D)->dh_tmpl
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:35: dhp->dh_tmpl = NULL; /* clear dh_tmpl first to avoid recursion */
str xzr, [x0, 8] ;, dhp_19(D)->dh_tmpl
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:36: dt_dprintf("populating %s idhash from %p\n", dhp->dh_name, (void *)idp);
ldr w1, [x0] ;, dhp_19(D)->dh_name
adrp x0, lC0@PAGE ; tmp119,
add x0, x0, lC0@PAGEOFF; ;, tmp119,
mov x2, x19 ;, idp
bl _dt_dprintf ;
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
ldr x1, [x19, 40] ; _13, idp_20->di_name
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
cbz x1, L1 ; _13,
stp x21, x22, [x29, 32] ;,,
LCFI4:
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:39: if (dt_idhash_insert(dhp, idp->di_name,
adrp x21, _dt_idops_thaw@PAGE ; tmp116,
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:43: longjmp(yypcb->pcb_jmpbuf, EDT_NOMEM);
adrp x22, _EDT_NOMEM@PAGE ; tmp130,
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:39: if (dt_idhash_insert(dhp, idp->di_name,
add x21, x21, _dt_idops_thaw@PAGEOFF; ; tmp129, tmp116,
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:43: longjmp(yypcb->pcb_jmpbuf, EDT_NOMEM);
add x22, x22, _EDT_NOMEM@PAGEOFF; ; tmp131, tmp130,
str x23, [x29, 48] ;,
LCFI5:
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:43: longjmp(yypcb->pcb_jmpbuf, EDT_NOMEM);
adrp x23, _yypcb@PAGE ; tmp132,
b L5 ;
.p2align 2,,3
L4:
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
ldr x1, [x19, 88] ; _13, MEM[(int * *)idp_25 + 40B]
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
add x19, x19, 48 ; idp, idp,
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
cbz x1, L12 ; _13,
L5:
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:41: idp->di_vers, idp->di_ops ? idp->di_ops : &dt_idops_thaw,
ldr x7, [x19, 8] ; _7, MEM[(int * *)idp_30 + 8B]
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:40: idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr,
ldp w4, w3, [x19, 24] ; _4, _3,
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:41: idp->di_vers, idp->di_ops ? idp->di_ops : &dt_idops_thaw,
ldp w6, w5, [x19, 16] ; _6, _5,
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:39: if (dt_idhash_insert(dhp, idp->di_name,
cmp x7, 0 ; _7,
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:39: if (dt_idhash_insert(dhp, idp->di_name,
csel x7, x21, x7, eq ;, tmp129, _7,
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:40: idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr,
ldr w2, [x19, 32] ;, MEM[(int *)idp_30 + 32B]
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:39: if (dt_idhash_insert(dhp, idp->di_name,
str wzr, [sp, 4] ;,
ldr w0, [x19] ;, MEM[(int *)idp_30]
str w0, [sp] ; MEM[(int *)idp_30],
mov x0, x20 ;, dhp
bl _dt_idhash_insert ;
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:39: if (dt_idhash_insert(dhp, idp->di_name,
cbnz x0, L4 ; _9,
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:43: longjmp(yypcb->pcb_jmpbuf, EDT_NOMEM);
ldr x0, [x23, #_yypcb@PAGEOFF] ; yypcb, yypcb
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
add x19, x19, 48 ; idp, idp,
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:43: longjmp(yypcb->pcb_jmpbuf, EDT_NOMEM);
ldr w1, [x22] ;, EDT_NOMEM
ldr w0, [x0] ;, yypcb.1_10->pcb_jmpbuf
bl _longjmp ;
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
ldr x1, [x19, 40] ; _13, MEM[(int * *)idp_25 + 40B]
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
cbnz x1, L5 ; _13,
.p2align 5,,15
L12:
ldr x23, [x29, 48] ;,
LCFI6:
ldp x21, x22, [x29, 32] ;,,
LCFI7:
L1:
; Anghabench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:45: }
ldp x29, x30, [sp, 16] ;,,
ldp x19, x20, [sp, 32] ;,,
add sp, sp, 80 ;,,
LCFI8:
ret
LFE0:
.globl _yypcb
.zerofill __DATA,__common,_yypcb,8,3
.globl _dt_idops_thaw
.zerofill __DATA,__common,_dt_idops_thaw,4,2
.globl _EDT_NOMEM
.zerofill __DATA,__common,_EDT_NOMEM,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x50
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0x9d
.uleb128 0x8
.byte 0x9e
.uleb128 0x7
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xc
.uleb128 0x1d
.uleb128 0x40
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x93
.uleb128 0x6
.byte 0x94
.uleb128 0x5
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x96
.uleb128 0x3
.byte 0x95
.uleb128 0x4
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0x97
.uleb128 0x2
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xd7
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xd6
.byte 0xd5
.byte 0x4
.set L$set$11,LCFI8-LCFI7
.long L$set$11
.byte 0xd3
.byte 0xd4
.byte 0xdd
.byte 0xde
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_dt_ident.c_dt_idhash_populate.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "populating %s idhash from %p\n"
.text
.p2align 4
.type dt_idhash_populate, @function
dt_idhash_populate:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
pushq %rbp #
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
movq %rdi, %rbp # tmp106, dhp
pushq %rbx #
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:33: const dt_ident_t *idp = dhp->dh_tmpl;
movq 8(%rdi), %rbx # dhp_19(D)->dh_tmpl, idp
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:35: dhp->dh_tmpl = NULL; /* clear dh_tmpl first to avoid recursion */
movq $0, 8(%rdi) #, dhp_19(D)->dh_tmpl
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:36: dt_dprintf("populating %s idhash from %p\n", dhp->dh_name, (void *)idp);
movl (%rdi), %esi # dhp_19(D)->dh_name,
leaq .LC0(%rip), %rdi #, tmp97
movq %rbx, %rdx # idp,
call dt_dprintf@PLT #
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
movq 40(%rbx), %rsi # idp_20->di_name, _13
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
testq %rsi, %rsi # _13
je .L1 #,
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:39: if (dt_idhash_insert(dhp, idp->di_name,
leaq dt_idops_thaw(%rip), %r12 #, tmp105
jmp .L5 #
.p2align 4,,10
.p2align 3
.L4:
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
movq 88(%rbx), %rsi # MEM[(int * *)idp_25 + 40B], _13
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
addq $48, %rbx #, idp
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
testq %rsi, %rsi # _13
je .L1 #,
.L5:
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:41: idp->di_vers, idp->di_ops ? idp->di_ops : &dt_idops_thaw,
movq 8(%rbx), %rax # MEM[(int * *)idp_30 + 8B], _3
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:42: idp->di_iarg, 0) == NULL)
movl (%rbx), %edi # MEM[(int *)idp_30], _2
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:39: if (dt_idhash_insert(dhp, idp->di_name,
movl 20(%rbx), %r9d # MEM[(int *)idp_30 + 20B], MEM[(int *)idp_30 + 20B]
movl 24(%rbx), %r8d # MEM[(int *)idp_30 + 24B], MEM[(int *)idp_30 + 24B]
testq %rax, %rax # _3
movl 28(%rbx), %ecx # MEM[(int *)idp_30 + 28B], MEM[(int *)idp_30 + 28B]
movl 32(%rbx), %edx # MEM[(int *)idp_30 + 32B], MEM[(int *)idp_30 + 32B]
pushq $0 #
.cfi_def_cfa_offset 40
cmove %r12, %rax # _3,, tmp105, _3
pushq %rdi # _2
.cfi_def_cfa_offset 48
movq %rbp, %rdi # dhp,
pushq %rax # _3
.cfi_def_cfa_offset 56
movl 16(%rbx), %eax # MEM[(int *)idp_30 + 16B], MEM[(int *)idp_30 + 16B]
pushq %rax # MEM[(int *)idp_30 + 16B]
.cfi_def_cfa_offset 64
call dt_idhash_insert@PLT #
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:39: if (dt_idhash_insert(dhp, idp->di_name,
addq $32, %rsp #,
.cfi_def_cfa_offset 32
testq %rax, %rax # tmp107
jne .L4 #,
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:43: longjmp(yypcb->pcb_jmpbuf, EDT_NOMEM);
movq yypcb(%rip), %rax # yypcb, yypcb
movl EDT_NOMEM(%rip), %esi # EDT_NOMEM,
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
addq $48, %rbx #, idp
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:43: longjmp(yypcb->pcb_jmpbuf, EDT_NOMEM);
movl (%rax), %edi # yypcb.2_11->pcb_jmpbuf,
call longjmp@PLT #
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
movq 40(%rbx), %rsi # MEM[(int * *)idp_25 + 40B], _13
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:38: for (; idp->di_name != NULL; idp++) {
testq %rsi, %rsi # _13
jne .L5 #,
.L1:
# AnghaBench/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/extr_dt_ident.c_dt_idhash_populate.c:45: }
popq %rbx #
.cfi_def_cfa_offset 24
popq %rbp #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size dt_idhash_populate, .-dt_idhash_populate
.globl yypcb
.bss
.align 8
.type yypcb, @object
.size yypcb, 8
yypcb:
.zero 8
.globl dt_idops_thaw
.align 4
.type dt_idops_thaw, @object
.size dt_idops_thaw, 4
dt_idops_thaw:
.zero 4
.globl EDT_NOMEM
.align 4
.type EDT_NOMEM, @object
.size EDT_NOMEM, 4
EDT_NOMEM:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "__name\0"
.text
.align 2
.p2align 5,,15
.globl _luaT_objtypename
_luaT_objtypename:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
str x21, [sp, 32] ;,
LCFI2:
mov x21, x0 ; L, L
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
mov x0, x1 ;, o
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:34: const char *luaT_objtypename (lua_State *L, const TValue *o) {
stp x19, x20, [sp, 16] ;,,
LCFI3:
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:34: const char *luaT_objtypename (lua_State *L, const TValue *o) {
mov x19, x1 ; o, o
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
bl _ttistable ;
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
cbz x0, L6 ; _1,
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
mov x0, x19 ;, o
bl _hvalue ;
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
ldr x20, [x0] ; mt, _2->metatable
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
cbz x20, L6 ; mt,
L5:
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:38: const TValue *name = luaH_getshortstr(mt, luaS_new(L, "__name"));
adrp x1, lC0@PAGE ; tmp115,
mov x0, x21 ;, L
add x1, x1, lC0@PAGEOFF; ;, tmp115,
bl _luaS_new ;
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:38: const TValue *name = luaH_getshortstr(mt, luaS_new(L, "__name"));
mov w1, w0 ;, _5
mov x0, x20 ;, mt
bl _luaH_getshortstr ;
mov x20, x0 ; name,
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:39: if (ttisstring(name)) /* is '__name' a string? */
bl _ttisstring ;
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:39: if (ttisstring(name)) /* is '__name' a string? */
cbnz x0, L15 ; _6,
L4:
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:42: return ttypename(ttnov(o)); /* else use standard type name */
mov x0, x19 ;, o
bl _ttnov ;
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:43: }
ldr x21, [sp, 32] ;,
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI4:
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:42: return ttypename(ttnov(o)); /* else use standard type name */
b _ttypename ;
.p2align 2,,3
L6:
LCFI5:
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:37: (ttisfulluserdata(o) && (mt = uvalue(o)->metatable) != NULL)) {
mov x0, x19 ;, o
bl _ttisfulluserdata ;
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
cbz x0, L4 ; _3,
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:37: (ttisfulluserdata(o) && (mt = uvalue(o)->metatable) != NULL)) {
mov x0, x19 ;, o
bl _uvalue ;
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:37: (ttisfulluserdata(o) && (mt = uvalue(o)->metatable) != NULL)) {
ldr x20, [x0] ; mt, _4->metatable
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:37: (ttisfulluserdata(o) && (mt = uvalue(o)->metatable) != NULL)) {
cbnz x20, L5 ; mt,
b L4 ;
.p2align 2,,3
L15:
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:40: return getstr(tsvalue(name)); /* use it as type name */
mov x0, x20 ;, name
bl _tsvalue ;
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:43: }
ldr x21, [sp, 32] ;,
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI6:
; Anghabench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:40: return getstr(tsvalue(name)); /* use it as type name */
b _getstr ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x95
.uleb128 0x2
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xb
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_ltm.c_luaT_objtypename.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "__name"
.text
.p2align 4
.globl luaT_objtypename
.type luaT_objtypename, @function
luaT_objtypename:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
movq %rdi, %r12 # tmp97, L
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
movq %rsi, %rdi # o,
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:34: const char *luaT_objtypename (lua_State *L, const TValue *o) {
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:34: const char *luaT_objtypename (lua_State *L, const TValue *o) {
movq %rsi, %rbp # tmp98, o
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
call ttistable@PLT #
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
testq %rax, %rax # tmp99
je .L6 #,
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
movq %rbp, %rdi # o,
call hvalue@PLT #
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
movq (%rax), %r13 # _2->metatable, mt
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
testq %r13, %r13 # mt
je .L6 #,
.L5:
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:38: const TValue *name = luaH_getshortstr(mt, luaS_new(L, "__name"));
movq %r12, %rdi # L,
leaq .LC0(%rip), %rsi #, tmp95
call luaS_new@PLT #
movq %r13, %rdi # mt,
movl %eax, %esi # tmp103, _5
call luaH_getshortstr@PLT #
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:39: if (ttisstring(name)) /* is '__name' a string? */
movq %rax, %rdi # name,
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:38: const TValue *name = luaH_getshortstr(mt, luaS_new(L, "__name"));
movq %rax, %r12 # tmp104, name
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:39: if (ttisstring(name)) /* is '__name' a string? */
call ttisstring@PLT #
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:39: if (ttisstring(name)) /* is '__name' a string? */
testq %rax, %rax # tmp105
jne .L15 #,
.L4:
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:42: return ttypename(ttnov(o)); /* else use standard type name */
movq %rbp, %rdi # o,
call ttnov@PLT #
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:43: }
popq %rbp #
.cfi_remember_state
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:42: return ttypename(ttnov(o)); /* else use standard type name */
movl %eax, %edi # tmp107, _8
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:43: }
popq %r13 #
.cfi_def_cfa_offset 8
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:42: return ttypename(ttnov(o)); /* else use standard type name */
jmp ttypename@PLT #
.p2align 4,,10
.p2align 3
.L6:
.cfi_restore_state
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:37: (ttisfulluserdata(o) && (mt = uvalue(o)->metatable) != NULL)) {
movq %rbp, %rdi # o,
call ttisfulluserdata@PLT #
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:36: if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
testq %rax, %rax # tmp100
je .L4 #,
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:37: (ttisfulluserdata(o) && (mt = uvalue(o)->metatable) != NULL)) {
movq %rbp, %rdi # o,
call uvalue@PLT #
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:37: (ttisfulluserdata(o) && (mt = uvalue(o)->metatable) != NULL)) {
movq (%rax), %r13 # _4->metatable, mt
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:37: (ttisfulluserdata(o) && (mt = uvalue(o)->metatable) != NULL)) {
testq %r13, %r13 # mt
jne .L5 #,
jmp .L4 #
.p2align 4,,10
.p2align 3
.L15:
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:40: return getstr(tsvalue(name)); /* use it as type name */
movq %r12, %rdi # name,
call tsvalue@PLT #
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:43: }
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:40: return getstr(tsvalue(name)); /* use it as type name */
movl %eax, %edi # tmp106, _7
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:43: }
popq %r13 #
.cfi_def_cfa_offset 8
# AnghaBench/xLua/build/lua-5.3.4/src/extr_ltm.c_luaT_objtypename.c:40: return getstr(tsvalue(name)); /* use it as type name */
jmp getstr@PLT #
.cfi_endproc
.LFE0:
.size luaT_objtypename, .-luaT_objtypename
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _abx500_get_group_pins
_abx500_get_group_pins:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:27: {
mov x20, x2 ; pins, pins
mov x19, x3 ; num_pins, num_pins
str w1, [x29, 44] ; selector, %sfp
; Anghabench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:28: struct abx500_pinctrl *pct = pinctrl_dev_get_drvdata(pctldev);
bl _pinctrl_dev_get_drvdata ;
; Anghabench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:30: *pins = pct->soc->groups[selector].pins;
ldr x0, [x0] ; pct_11->soc, pct_11->soc
; Anghabench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:30: *pins = pct->soc->groups[selector].pins;
ldr w1, [x29, 44] ;, %sfp
ldr x0, [x0] ; _1->groups, _1->groups
ubfiz x1, x1, 4, 32 ; _4, selector,,
add x2, x0, x1 ; _5, _1->groups, _4
; Anghabench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:30: *pins = pct->soc->groups[selector].pins;
ldr x0, [x0, x1] ; _6, _5->pins
; Anghabench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:30: *pins = pct->soc->groups[selector].pins;
str x0, [x20] ; _6, *pins_13(D)
; Anghabench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:31: *num_pins = pct->soc->groups[selector].npins;
ldr w0, [x2, 8] ;, _5->npins
; Anghabench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:31: *num_pins = pct->soc->groups[selector].npins;
str w0, [x19] ; _7, *num_pins_15(D)
; Anghabench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:34: }
mov w0, 0 ;,
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI3:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_pinctrl-abx500.c_abx500_get_group_pins.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type abx500_get_group_pins, @function
abx500_get_group_pins:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
movq %rdx, %r12 # tmp102, pins
pushq %rbp #
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
movq %rcx, %rbp # tmp103, num_pins
pushq %rbx #
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
# AnghaBench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:27: {
movl %esi, %ebx # tmp101, selector
# AnghaBench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:28: struct abx500_pinctrl *pct = pinctrl_dev_get_drvdata(pctldev);
call pinctrl_dev_get_drvdata@PLT #
# AnghaBench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:30: *pins = pct->soc->groups[selector].pins;
movq (%rax), %rdx # pct_11->soc, pct_11->soc
# AnghaBench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:30: *pins = pct->soc->groups[selector].pins;
movl %ebx, %eax # selector, selector
# AnghaBench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:34: }
popq %rbx #
.cfi_def_cfa_offset 24
# AnghaBench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:30: *pins = pct->soc->groups[selector].pins;
salq $4, %rax #, tmp97
addq (%rdx), %rax # _1->groups, _5
# AnghaBench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:30: *pins = pct->soc->groups[selector].pins;
movq (%rax), %rdx # _5->pins, _6
# AnghaBench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:31: *num_pins = pct->soc->groups[selector].npins;
movl 8(%rax), %eax # _5->npins, _7
# AnghaBench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:30: *pins = pct->soc->groups[selector].pins;
movq %rdx, (%r12) # _6, *pins_13(D)
# AnghaBench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:31: *num_pins = pct->soc->groups[selector].npins;
movl %eax, 0(%rbp) # _7, *num_pins_15(D)
# AnghaBench/linux/drivers/pinctrl/nomadik/extr_pinctrl-abx500.c_abx500_get_group_pins.c:34: }
xorl %eax, %eax #
popq %rbp #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size abx500_get_group_pins, .-abx500_get_group_pins
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _arm_smmu_sid_in_range
_arm_smmu_sid_in_range:
LFB0:
; Anghabench/linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c:24: unsigned long limit = smmu->strtab_cfg.num_l1_ents;
ldr x2, [x0, 8] ; limit, smmu_9(D)->strtab_cfg.num_l1_ents
; Anghabench/linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c:26: if (smmu->features & ARM_SMMU_FEAT_2_LVL_STRTAB)
ldr w3, [x0] ;, smmu_9(D)->features
adrp x0, _ARM_SMMU_FEAT_2_LVL_STRTAB@PAGE ; tmp112,
ldr w0, [x0, #_ARM_SMMU_FEAT_2_LVL_STRTAB@PAGEOFF] ;, ARM_SMMU_FEAT_2_LVL_STRTAB
; Anghabench/linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c:26: if (smmu->features & ARM_SMMU_FEAT_2_LVL_STRTAB)
tst w3, w0 ; smmu_9(D)->features, ARM_SMMU_FEAT_2_LVL_STRTAB
beq L2 ;,
; Anghabench/linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c:27: limit *= 1UL << STRTAB_SPLIT;
adrp x0, _STRTAB_SPLIT@PAGE ; tmp117,
ldr x0, [x0, #_STRTAB_SPLIT@PAGEOFF] ; STRTAB_SPLIT, STRTAB_SPLIT
lsl x2, x2, x0 ; limit, limit, STRTAB_SPLIT
L2:
; Anghabench/linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c:29: return sid < limit;
cmp x2, x1 ; limit, sid
; Anghabench/linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c:30: }
cset w0, hi ;,
ret
LFE0:
.globl _STRTAB_SPLIT
.zerofill __DATA,__common,_STRTAB_SPLIT,8,3
.globl _ARM_SMMU_FEAT_2_LVL_STRTAB
.zerofill __DATA,__common,_ARM_SMMU_FEAT_2_LVL_STRTAB,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type arm_smmu_sid_in_range, @function
arm_smmu_sid_in_range:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c:26: if (smmu->features & ARM_SMMU_FEAT_2_LVL_STRTAB)
movl (%rdi), %eax # smmu_9(D)->features, smmu_9(D)->features
andl ARM_SMMU_FEAT_2_LVL_STRTAB(%rip), %eax # ARM_SMMU_FEAT_2_LVL_STRTAB, tmp92
# AnghaBench/linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c:24: unsigned long limit = smmu->strtab_cfg.num_l1_ents;
movq 8(%rdi), %rdx # smmu_9(D)->strtab_cfg.num_l1_ents, limit
# AnghaBench/linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c:26: if (smmu->features & ARM_SMMU_FEAT_2_LVL_STRTAB)
je .L2 #,
# AnghaBench/linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c:27: limit *= 1UL << STRTAB_SPLIT;
movq STRTAB_SPLIT(%rip), %rcx # STRTAB_SPLIT, STRTAB_SPLIT
salq %cl, %rdx # STRTAB_SPLIT, limit
.L2:
# AnghaBench/linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c:29: return sid < limit;
xorl %eax, %eax # tmp97
cmpq %rsi, %rdx # sid, limit
seta %al #, tmp97
# AnghaBench/linux/drivers/iommu/extr_arm-smmu-v3.c_arm_smmu_sid_in_range.c:30: }
ret
.cfi_endproc
.LFE0:
.size arm_smmu_sid_in_range, .-arm_smmu_sid_in_range
.globl STRTAB_SPLIT
.bss
.align 8
.type STRTAB_SPLIT, @object
.size STRTAB_SPLIT, 8
STRTAB_SPLIT:
.zero 8
.globl ARM_SMMU_FEAT_2_LVL_STRTAB
.align 4
.type ARM_SMMU_FEAT_2_LVL_STRTAB, @object
.size ARM_SMMU_FEAT_2_LVL_STRTAB, 4
ARM_SMMU_FEAT_2_LVL_STRTAB:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/infiniband/hw/hfi1/extr_mmu_rb.c_mmu_node_start.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _mmu_node_start
_mmu_node_start:
LFB0:
; Anghabench/linux/drivers/infiniband/hw/hfi1/extr_mmu_rb.c_mmu_node_start.c:20: return node->addr & PAGE_MASK;
ldr x1, [x0] ; node_4(D)->addr, node_4(D)->addr
adrp x0, _PAGE_MASK@PAGE ; tmp107,
ldr x0, [x0, #_PAGE_MASK@PAGEOFF] ; PAGE_MASK, PAGE_MASK
; Anghabench/linux/drivers/infiniband/hw/hfi1/extr_mmu_rb.c_mmu_node_start.c:21: }
and x0, x1, x0 ;, node_4(D)->addr, PAGE_MASK
ret
LFE0:
.globl _PAGE_MASK
.zerofill __DATA,__common,_PAGE_MASK,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_mmu_rb.c_mmu_node_start.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type mmu_node_start, @function
mmu_node_start:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/linux/drivers/infiniband/hw/hfi1/extr_mmu_rb.c_mmu_node_start.c:20: return node->addr & PAGE_MASK;
movq (%rdi), %rax # node_4(D)->addr, node_4(D)->addr
andq PAGE_MASK(%rip), %rax # PAGE_MASK, tmp86
# AnghaBench/linux/drivers/infiniband/hw/hfi1/extr_mmu_rb.c_mmu_node_start.c:21: }
ret
.cfi_endproc
.LFE0:
.size mmu_node_start, .-mmu_node_start
.globl PAGE_MASK
.bss
.align 8
.type PAGE_MASK, @object
.size PAGE_MASK, 8
PAGE_MASK:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _qlcnic_unmap_buffers
_qlcnic_unmap_buffers:
LFB0:
stp x29, x30, [sp, -80]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x21, x22, [sp, 32] ;,,
LCFI2:
mov x22, x0 ; pdev, pdev
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:31: int i, nr_frags = skb_shinfo(skb)->nr_frags;
mov x0, x1 ;, skb
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:29: {
mov x21, x2 ; pbuf, pbuf
stp x19, x20, [sp, 16] ;,,
stp x23, x24, [sp, 48] ;,,
LCFI3:
mov x23, x1 ; skb, skb
str x25, [sp, 64] ;,
LCFI4:
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:31: int i, nr_frags = skb_shinfo(skb)->nr_frags;
bl _skb_shinfo ;
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:31: int i, nr_frags = skb_shinfo(skb)->nr_frags;
ldr w20, [x0] ;, _1->nr_frags
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:33: for (i = 0; i < nr_frags; i++) {
cmp w20, 0 ; nr_frags,
ble L9 ;,
add w20, w20, 1 ; _28, nr_frags,
adrp x25, _PCI_DMA_TODEVICE@PAGE ; tmp133,
lsl x20, x20, 3 ; _27, _28,
mov x19, 8 ; ivtmp.9,
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:35: pci_unmap_page(pdev, nf->dma, nf->length, PCI_DMA_TODEVICE);
add x24, x25, _PCI_DMA_TODEVICE@PAGEOFF; ; tmp128, tmp133,
.p2align 5,,15
L3:
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:34: nf = &pbuf->frag_array[i+1];
ldr x0, [x21, 8] ; pbuf_15(D)->frag_array, pbuf_15(D)->frag_array
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:35: pci_unmap_page(pdev, nf->dma, nf->length, PCI_DMA_TODEVICE);
ldr w3, [x24] ;, PCI_DMA_TODEVICE
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:34: nf = &pbuf->frag_array[i+1];
add x1, x0, x19 ; nf, pbuf_15(D)->frag_array, ivtmp.9
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:35: pci_unmap_page(pdev, nf->dma, nf->length, PCI_DMA_TODEVICE);
ldr w2, [x1, 4] ;, nf_24->length
ldr w1, [x0, x19] ;, nf_24->dma
mov x0, x22 ;, pdev
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:33: for (i = 0; i < nr_frags; i++) {
add x19, x19, 8 ; ivtmp.9, ivtmp.9,
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:35: pci_unmap_page(pdev, nf->dma, nf->length, PCI_DMA_TODEVICE);
bl _pci_unmap_page ;
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:33: for (i = 0; i < nr_frags; i++) {
cmp x20, x19 ; _27, ivtmp.9
bne L3 ;,
L4:
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:39: pci_unmap_single(pdev, nf->dma, skb_headlen(skb), PCI_DMA_TODEVICE);
ldr x0, [x21, 8] ; pbuf_15(D)->frag_array, pbuf_15(D)->frag_array
ldr w19, [x0] ;, nf_19->dma
mov x0, x23 ;, skb
bl _skb_headlen ;
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:39: pci_unmap_single(pdev, nf->dma, skb_headlen(skb), PCI_DMA_TODEVICE);
ldr w3, [x25, #_PCI_DMA_TODEVICE@PAGEOFF] ;, PCI_DMA_TODEVICE
mov w2, w0 ;, _10
mov x0, x22 ;, pdev
mov w1, w19 ;, _9
bl _pci_unmap_single ;
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:41: }
ldr x25, [sp, 64] ;,
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:40: pbuf->skb = NULL;
str xzr, [x21] ;, pbuf_15(D)->skb
; Anghabench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:41: }
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x23, x24, [sp, 48] ;,,
ldp x29, x30, [sp], 80 ;,,,
LCFI5:
ret
.p2align 2,,3
L9:
LCFI6:
adrp x25, _PCI_DMA_TODEVICE@PAGE ; tmp133,
b L4 ;
LFE0:
.globl _PCI_DMA_TODEVICE
.zerofill __DATA,__common,_PCI_DMA_TODEVICE,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x50
.byte 0x9d
.uleb128 0xa
.byte 0x9e
.uleb128 0x9
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x95
.uleb128 0x6
.byte 0x96
.uleb128 0x5
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x93
.uleb128 0x8
.byte 0x94
.uleb128 0x7
.byte 0x97
.uleb128 0x4
.byte 0x98
.uleb128 0x3
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x99
.uleb128 0x2
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd9
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_qlcnic_io.c_qlcnic_unmap_buffers.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type qlcnic_unmap_buffers, @function
qlcnic_unmap_buffers:
.LFB0:
.cfi_startproc
endbr64
pushq %r14 #
.cfi_def_cfa_offset 16
.cfi_offset 14, -16
movq %rsi, %r14 # tmp107, skb
pushq %r13 #
.cfi_def_cfa_offset 24
.cfi_offset 13, -24
pushq %r12 #
.cfi_def_cfa_offset 32
.cfi_offset 12, -32
movq %rdi, %r12 # tmp106, pdev
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:31: int i, nr_frags = skb_shinfo(skb)->nr_frags;
movq %rsi, %rdi # skb,
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:29: {
pushq %rbp #
.cfi_def_cfa_offset 40
.cfi_offset 6, -40
movq %rdx, %rbp # tmp108, pbuf
pushq %rbx #
.cfi_def_cfa_offset 48
.cfi_offset 3, -48
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:31: int i, nr_frags = skb_shinfo(skb)->nr_frags;
call skb_shinfo@PLT #
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:31: int i, nr_frags = skb_shinfo(skb)->nr_frags;
movl (%rax), %eax # _1->nr_frags, nr_frags
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:33: for (i = 0; i < nr_frags; i++) {
testl %eax, %eax # nr_frags
jle .L2 #,
leal 1(%rax), %r13d #, tmp102
movl $8, %ebx #, ivtmp.9
salq $3, %r13 #, _13
.p2align 4,,10
.p2align 3
.L3:
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:34: nf = &pbuf->frag_array[i+1];
movq 8(%rbp), %rax # pbuf_15(D)->frag_array, nf
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:35: pci_unmap_page(pdev, nf->dma, nf->length, PCI_DMA_TODEVICE);
movl PCI_DMA_TODEVICE(%rip), %ecx # PCI_DMA_TODEVICE,
movq %r12, %rdi # pdev,
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:34: nf = &pbuf->frag_array[i+1];
addq %rbx, %rax # ivtmp.9, nf
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:33: for (i = 0; i < nr_frags; i++) {
addq $8, %rbx #, ivtmp.9
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:35: pci_unmap_page(pdev, nf->dma, nf->length, PCI_DMA_TODEVICE);
movl 4(%rax), %edx # nf_24->length, nf_24->length
movl (%rax), %esi # nf_24->dma,
call pci_unmap_page@PLT #
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:33: for (i = 0; i < nr_frags; i++) {
cmpq %rbx, %r13 # ivtmp.9, _13
jne .L3 #,
.L2:
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:38: nf = &pbuf->frag_array[0];
movq 8(%rbp), %rbx # pbuf_15(D)->frag_array, nf
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:39: pci_unmap_single(pdev, nf->dma, skb_headlen(skb), PCI_DMA_TODEVICE);
movl PCI_DMA_TODEVICE(%rip), %r13d # PCI_DMA_TODEVICE, PCI_DMA_TODEVICE.1_9
movq %r14, %rdi # skb,
call skb_headlen@PLT #
movq %r12, %rdi # pdev,
movl (%rbx), %esi # nf_19->dma,
movl %r13d, %ecx # PCI_DMA_TODEVICE.1_9,
movl %eax, %edx # tmp110, _10
call pci_unmap_single@PLT #
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:41: }
popq %rbx #
.cfi_def_cfa_offset 40
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:40: pbuf->skb = NULL;
movq $0, 0(%rbp) #, pbuf_15(D)->skb
# AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_io.c_qlcnic_unmap_buffers.c:41: }
popq %rbp #
.cfi_def_cfa_offset 32
popq %r12 #
.cfi_def_cfa_offset 24
popq %r13 #
.cfi_def_cfa_offset 16
popq %r14 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size qlcnic_unmap_buffers, .-qlcnic_unmap_buffers
.globl PCI_DMA_TODEVICE
.bss
.align 4
.type PCI_DMA_TODEVICE, @object
.size PCI_DMA_TODEVICE, 4
PCI_DMA_TODEVICE:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "\0"
.align 3
lC1:
.ascii " from\0"
.align 3
lC2:
.ascii " to\0"
.align 3
lC3:
.ascii "module connection (this is %s)\12\0"
.align 3
lC4:
.ascii " %s%s\12\0"
.text
.align 2
.p2align 5,,15
.no_dead_strip _rsnd_dma_of_path
_rsnd_dma_of_path:
LFB0:
stp x29, x30, [sp, -144]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x20, x1 ; io, io
stp x21, x22, [sp, 32] ;,,
LCFI3:
mov x21, x3 ; mod_from, mod_from
mov x22, x4 ; mod_to, mod_to
stp x23, x24, [sp, 48] ;,,
stp x25, x26, [sp, 64] ;,,
LCFI4:
mov x25, x0 ; this, this
stp x27, x28, [sp, 80] ;,,
sub sp, sp, #16 ;,,
LCFI5:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:45: struct rsnd_mod *mod[MOD_MAX];
adrp x27, _MOD_MAX@PAGE ; tmp189,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:39: {
mov x0, sp ; saved_stack.10_46,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:39: {
str x0, [x29, 120] ; saved_stack.10_46, %sfp
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:41: struct rsnd_mod *src = rsnd_io_to_mod_src(io);
mov x0, x1 ;, io
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:39: {
str w2, [x29, 132] ; is_play, %sfp
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:41: struct rsnd_mod *src = rsnd_io_to_mod_src(io);
bl _rsnd_io_to_mod_src ;
mov x24, x0 ; src, src
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:42: struct rsnd_mod *ctu = rsnd_io_to_mod_ctu(io);
mov x0, x20 ;, io
bl _rsnd_io_to_mod_ctu ;
str x0, [x29, 96] ; ctu, %sfp
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:43: struct rsnd_mod *mix = rsnd_io_to_mod_mix(io);
mov x0, x20 ;, io
bl _rsnd_io_to_mod_mix ;
str x0, [x29, 112] ; mix, %sfp
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:44: struct rsnd_mod *dvc = rsnd_io_to_mod_dvc(io);
mov x0, x20 ;, io
bl _rsnd_io_to_mod_dvc ;
str x0, [x29, 104] ; dvc, %sfp
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:45: struct rsnd_mod *mod[MOD_MAX];
ldrsw x0, [x27, #_MOD_MAX@PAGEOFF] ; MOD_MAX, MOD_MAX
lsl x0, x0, 3 ; _2, MOD_MAX,
add x0, x0, 15 ; tmp159, _2,
and x0, x0, -16 ; tmp161, tmp159,
sub sp, sp, x0 ;,, tmp161
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:47: struct rsnd_priv *priv = rsnd_mod_to_priv(this);
mov x0, x25 ;, this
bl _rsnd_mod_to_priv ;
mov x26, x0 ; priv,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:45: struct rsnd_mod *mod[MOD_MAX];
add x19, sp, 16 ; mod.1,,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:48: struct device *dev = rsnd_priv_to_dev(priv);
bl _rsnd_priv_to_dev ;
str x0, [x29, 136] ;, %sfp
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:61: if (rsnd_ssiu_of_node(priv)) {
mov x0, x26 ;, priv
bl _rsnd_ssiu_of_node ;
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:61: if (rsnd_ssiu_of_node(priv)) {
cbz x0, L2 ; _3,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:62: struct rsnd_mod *ssiu = rsnd_io_to_mod_ssiu(io);
mov x0, x20 ;, io
bl _rsnd_io_to_mod_ssiu ;
mov x26, x0 ; ssiu, ssiu
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:66: if (this == rsnd_io_to_mod_ssi(io))
mov x0, x20 ;, io
bl _rsnd_io_to_mod_ssi ;
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:67: this = ssiu;
cmp x0, x25 ; _4, this
csel x25, x25, x26, ne ; this, this, ssiu,
L3:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:73: if (!ssi)
cbz x26, L20 ; ssiu,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:77: for (i = 0; i < MOD_MAX; i++) {
ldr w0, [x27, #_MOD_MAX@PAGEOFF] ;, MOD_MAX
mov x28, 0 ; ivtmp.28,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:76: nr = 0;
mov w23, 0 ; nr,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:77: for (i = 0; i < MOD_MAX; i++) {
cmp w0, 0 ; MOD_MAX,
ble L44 ;,
.p2align 5,,15
L5:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:79: nr += !!rsnd_io_to_mod(io, i);
mov w1, w28 ;, ivtmp.28
mov x0, x20 ;, io
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:78: mod[i] = NULL;
str xzr, [x19, x28, lsl 3] ;, MEM[(struct rsnd_mod * *)mod.1_59 + ivtmp.28_21 * 8]
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:79: nr += !!rsnd_io_to_mod(io, i);
bl _rsnd_io_to_mod ;
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:79: nr += !!rsnd_io_to_mod(io, i);
cmp w0, 0 ; _5,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:77: for (i = 0; i < MOD_MAX; i++) {
ldr w0, [x27, #_MOD_MAX@PAGEOFF] ;, MOD_MAX
add x28, x28, 1 ; ivtmp.28, ivtmp.28,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:79: nr += !!rsnd_io_to_mod(io, i);
cinc w23, w23, ne ; nr, nr,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:77: for (i = 0; i < MOD_MAX; i++) {
cmp w0, w28 ; MOD_MAX, ivtmp.28
bgt L5 ;,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:97: mod_start = (is_play) ? NULL : ssi;
ldr w0, [x29, 132] ;, %sfp
cmp w0, 0 ; is_play,
csel x0, x26, xzr, eq ; mod_start, ssiu,,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
str x0, [x19] ; mod_start, (*mod.1_59)[0]
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:97: mod_start = (is_play) ? NULL : ssi;
csel x1, x26, xzr, ne ; mod_end, ssiu,,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
cmp w23, 1 ; nr,
ble L27 ;,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:103: if (src) {
cbz x24, L28 ; src,
mov w0, 1 ; i,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:104: mod[idx++] = src;
mov w20, 2 ; idx,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:104: mod[idx++] = src;
str x24, [x19, 8] ; src, (*mod.1_59)[1]
L13:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
add w0, w0, 1 ; i, i,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
cmp w0, w23 ; i, nr
beq L10 ;,
L12:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:106: } else if (ctu) {
ldr x3, [x29, 96] ; ctu, %sfp
cbz x3, L29 ; ctu,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
add w0, w0, 1 ; i, i,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:107: mod[idx++] = ctu;
str x3, [x19, w20, sxtw 3] ; ctu, (*mod.1_59)[idx_106]
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:107: mod[idx++] = ctu;
add w2, w20, 1 ; idx, idx,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
cmp w23, w0 ; nr, i
beq L45 ;,
L17:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:109: } else if (mix) {
ldr x3, [x29, 112] ; mix, %sfp
cbz x3, L31 ; mix,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
add w0, w0, 1 ; i, i,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:110: mod[idx++] = mix;
str x3, [x19, w2, sxtw 3] ; mix, (*mod.1_59)[idx_212]
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:110: mod[idx++] = mix;
add w4, w2, 1 ; idx, idx,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
cmp w23, w0 ; nr, i
beq L32 ;,
L15:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:112: } else if (dvc) {
ldr x2, [x29, 104] ; dvc, %sfp
cbz x2, L46 ; dvc,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:113: mod[idx++] = dvc;
ldr x2, [x29, 104] ; dvc, %sfp
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
add w0, w0, 1 ; i, i,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:113: mod[idx++] = dvc;
add w20, w4, 1 ; idx, idx,
str xzr, [x29, 112] ;, %sfp
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:113: mod[idx++] = dvc;
str x2, [x19, w4, sxtw 3] ; dvc, (*mod.1_59)[idx_214]
stp xzr, xzr, [x29, 96] ;,,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
cmp w23, w0 ; nr, i
bne L13 ;,
.p2align 5,,15
L10:
sbfiz x0, x20, 3, 32 ; _130, idx,,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:125: if ((this == ssi) == (is_play)) {
cmp x25, x26 ; this, ssiu
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:125: if ((this == ssi) == (is_play)) {
ldr w3, [x29, 132] ;, %sfp
add x2, x19, x0 ; _40, mod.1, _130
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:117: mod[idx] = mod_end;
str x1, [x19, x0] ; mod_end, MEM <struct rsnd_mod *> [(struct rsnd_mod *[0:D.3933] *)_40]
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:125: if ((this == ssi) == (is_play)) {
cset w0, eq ; _8,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:125: if ((this == ssi) == (is_play)) {
cmp w0, w3 ; _8, is_play
beq L47 ;,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:130: *mod_to = mod[1];
ldp x0, x1, [x19] ; (*mod.1_59)[0], mod_end,* mod.1
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:129: *mod_from = mod[0];
str x0, [x21] ; (*mod.1_59)[0], *mod_from_74(D)
L19:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:133: dev_dbg(dev, "module connection (this is %s)\n", rsnd_mod_name(this));
mov x0, x25 ;, this
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:127: *mod_to = mod[idx];
str x1, [x22] ; mod_end, *mod_to_76(D)
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:133: dev_dbg(dev, "module connection (this is %s)\n", rsnd_mod_name(this));
bl _rsnd_mod_name ;
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:133: dev_dbg(dev, "module connection (this is %s)\n", rsnd_mod_name(this));
adrp x1, lC3@PAGE ; tmp184,
mov w2, w0 ;, _14
ldr x0, [x29, 136] ;, %sfp
add x1, x1, lC3@PAGEOFF; ;, tmp184,
bl _dev_dbg ;
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:134: for (i = 0; i <= idx; i++) {
tbnz w20, #31, L20 ; idx,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
adrp x24, _mem@PAGE ; tmp150,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
adrp x27, lC0@PAGE ; tmp199,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:134: for (i = 0; i <= idx; i++) {
mov x23, 0 ; ivtmp.18,
adrp x26, lC4@PAGE ; tmp190,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
add x24, x24, _mem@PAGEOFF; ; tmp194, tmp150,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
adrp x25, lC1@PAGE ; tmp197,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
add x27, x27, lC0@PAGEOFF; ; tmp200, tmp199,
.p2align 5,,15
L23:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:136: rsnd_mod_name(mod[i] ? mod[i] : &mem),
ldr x28, [x19, x23, lsl 3] ; _15, MEM[(struct rsnd_mod * *)mod.1_59 + ivtmp.18_30 * 8]
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
cmp x28, 0 ; _15,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
csel x0, x24, x28, eq ;, tmp194, _15,
bl _rsnd_mod_name ;
ldr x2, [x21] ; *mod_from_74(D), *mod_from_74(D)
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
add x1, x25, lC1@PAGEOFF; ; iftmp.9_36, tmp197,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
cmp x28, x2 ; _15, *mod_from_74(D)
beq L22 ;,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:138: (mod[i] == *mod_to) ? " to" : "");
ldr x2, [x22] ; *mod_to_76(D), *mod_to_76(D)
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
adrp x1, lC2@PAGE ; tmp153,
add x1, x1, lC2@PAGEOFF; ; tmp196, tmp153,
cmp x28, x2 ; _15, *mod_to_76(D)
csel x1, x1, x27, eq ; iftmp.9_36, tmp196, tmp200,
L22:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
mov w2, w0 ;, _16
str x1, [sp] ; iftmp.9_36,
add x1, x26, lC4@PAGEOFF; ;, tmp190,
ldr x0, [x29, 136] ;, %sfp
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:134: for (i = 0; i <= idx; i++) {
add x23, x23, 1 ; ivtmp.18, ivtmp.18,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
bl _dev_dbg ;
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:134: for (i = 0; i <= idx; i++) {
cmp w20, w23 ; idx, ivtmp.18
bge L23 ;,
L20:
ldr x0, [x29, 120] ; saved_stack.10_46, %sfp
mov sp, x0 ;, saved_stack.10_46
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:140: }
mov sp, x29 ;,
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x23, x24, [sp, 48] ;,,
ldp x25, x26, [sp, 64] ;,,
ldp x27, x28, [sp, 80] ;,,
ldp x29, x30, [sp], 144 ;,,,
LCFI6:
ret
.p2align 2,,3
L2:
LCFI7:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:70: ssi = rsnd_io_to_mod_ssi(io);
mov x0, x20 ;, io
bl _rsnd_io_to_mod_ssi ;
mov x26, x0 ; ssiu, ssiu
b L3 ;
.p2align 2,,3
L47:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:126: *mod_from = mod[idx - 1];
ldr x0, [x2, -8] ; MEM <struct rsnd_mod *> [(struct rsnd_mod *[0:D.3933] *)_40 + -8B], MEM <struct rsnd_mod *> [(struct rsnd_mod *[0:D.3933] *)_40 + -8B]
str x0, [x21] ; MEM <struct rsnd_mod *> [(struct rsnd_mod *[0:D.3933] *)_40 + -8B], *mod_from_74(D)
b L19 ;
L46:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
add w0, w0, 1 ; i, i,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
mov w2, w4 ; idx, idx
cmp w23, w0 ; nr, i
beq L32 ;,
L31:
mov w4, w2 ; idx, idx
b L15 ;
L32:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:110: mod[idx++] = mix;
mov w20, w4 ; idx, idx
b L10 ;
.p2align 2,,3
L45:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:107: mod[idx++] = ctu;
mov w20, w2 ; idx, idx
b L10 ;
.p2align 2,,3
L44:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:97: mod_start = (is_play) ? NULL : ssi;
ldr w0, [x29, 132] ;, %sfp
cbnz w0, L9 ; is_play,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:98: mod_end = (is_play) ? ssi : NULL;
mov x1, 0 ; mod_end,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
mov w20, 1 ; idx,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
str x26, [x19] ; ssiu, (*mod.1_59)[0]
b L10 ;
L28:
mov w20, 1 ; idx,
mov w0, w20 ; i, idx
b L12 ;
L9:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:98: mod_end = (is_play) ? ssi : NULL;
mov x1, x26 ; mod_end, ssiu
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
mov w20, 1 ; idx,
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
str xzr, [x19] ;, (*mod.1_59)[0]
b L10 ;
L29:
mov w2, w20 ; idx, idx
b L17 ;
L27:
; Anghabench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
mov w20, 1 ; idx,
b L10 ;
LFE0:
.globl _mem
.zerofill __DATA,__common,_mem,4,2
.globl _MOD_MAX
.zerofill __DATA,__common,_MOD_MAX,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x90
.byte 0x9d
.uleb128 0x12
.byte 0x9e
.uleb128 0x11
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x10
.byte 0x94
.uleb128 0xf
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0xe
.byte 0x96
.uleb128 0xd
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x97
.uleb128 0xc
.byte 0x98
.uleb128 0xb
.byte 0x99
.uleb128 0xa
.byte 0x9a
.uleb128 0x9
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0x9b
.uleb128 0x8
.byte 0x9c
.uleb128 0x7
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xdb
.byte 0xdc
.byte 0xd9
.byte 0xda
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_dma.c_rsnd_dma_of_path.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string ""
.LC1:
.string " from"
.LC2:
.string " to"
.section .rodata.str1.8,"aMS",@progbits,1
.align 8
.LC3:
.string "module connection (this is %s)\n"
.section .rodata.str1.1
.LC4:
.string " %s%s\n"
.text
.p2align 4
.type rsnd_dma_of_path, @function
rsnd_dma_of_path:
.LFB0:
.cfi_startproc
endbr64
pushq %rbp #
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp #,
.cfi_def_cfa_register 6
pushq %r15 #
pushq %r14 #
pushq %r13 #
pushq %r12 #
pushq %rbx #
.cfi_offset 15, -24
.cfi_offset 14, -32
.cfi_offset 13, -40
.cfi_offset 12, -48
.cfi_offset 3, -56
movq %rsi, %rbx # tmp185, io
subq $120, %rsp #,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:39: {
movl %edx, -108(%rbp) # tmp186, %sfp
movq %rcx, -72(%rbp) # tmp187, %sfp
movq %r8, -88(%rbp) # tmp188, %sfp
movq %rdi, -104(%rbp) # tmp184, %sfp
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:41: struct rsnd_mod *src = rsnd_io_to_mod_src(io);
movq %rsi, %rdi # io,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:39: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp202
movq %rax, -56(%rbp) # tmp202, D.2096
xorl %eax, %eax # tmp202
movq %rsp, -128(%rbp) #, %sfp
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:41: struct rsnd_mod *src = rsnd_io_to_mod_src(io);
call rsnd_io_to_mod_src@PLT #
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:42: struct rsnd_mod *ctu = rsnd_io_to_mod_ctu(io);
movq %rbx, %rdi # io,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:41: struct rsnd_mod *src = rsnd_io_to_mod_src(io);
movq %rax, -136(%rbp) # tmp189, %sfp
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:42: struct rsnd_mod *ctu = rsnd_io_to_mod_ctu(io);
call rsnd_io_to_mod_ctu@PLT #
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:43: struct rsnd_mod *mix = rsnd_io_to_mod_mix(io);
movq %rbx, %rdi # io,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:42: struct rsnd_mod *ctu = rsnd_io_to_mod_ctu(io);
movq %rax, -80(%rbp) # tmp190, %sfp
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:43: struct rsnd_mod *mix = rsnd_io_to_mod_mix(io);
call rsnd_io_to_mod_mix@PLT #
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:44: struct rsnd_mod *dvc = rsnd_io_to_mod_dvc(io);
movq %rbx, %rdi # io,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:43: struct rsnd_mod *mix = rsnd_io_to_mod_mix(io);
movq %rax, -120(%rbp) # tmp191, %sfp
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:44: struct rsnd_mod *dvc = rsnd_io_to_mod_dvc(io);
call rsnd_io_to_mod_dvc@PLT #
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:45: struct rsnd_mod *mod[MOD_MAX];
movq %rsp, %rcx #, tmp143
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:44: struct rsnd_mod *dvc = rsnd_io_to_mod_dvc(io);
movq %rax, -152(%rbp) # tmp192, %sfp
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:45: struct rsnd_mod *mod[MOD_MAX];
movslq MOD_MAX(%rip), %rax # MOD_MAX, MOD_MAX
leaq 15(,%rax,8), %rax #, tmp136
movq %rax, %rdx # tmp136, tmp140
andq $-4096, %rax #, tmp142
subq %rax, %rcx # tmp142, tmp143
andq $-16, %rdx #, tmp140
cmpq %rcx, %rsp # tmp143,
je .L3 #,
.L48:
subq $4096, %rsp #,
orq $0, 4088(%rsp) #,
cmpq %rcx, %rsp # tmp143,
jne .L48 #,
.L3:
andl $4095, %edx #, tmp144
subq %rdx, %rsp # tmp144,
testq %rdx, %rdx # tmp144
jne .L49 #,
.L4:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:47: struct rsnd_priv *priv = rsnd_mod_to_priv(this);
movq -104(%rbp), %r13 # %sfp, this
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:45: struct rsnd_mod *mod[MOD_MAX];
leaq 7(%rsp), %rax #, tmp149
movq %rax, %rsi # tmp149, tmp150
andq $-8, %rax #, tmp149
shrq $3, %rsi #, tmp150
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:47: struct rsnd_priv *priv = rsnd_mod_to_priv(this);
movq %r13, %rdi # this,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:45: struct rsnd_mod *mod[MOD_MAX];
movq %rax, %r15 # tmp149, tmp151
movq %rsi, -144(%rbp) # tmp150, %sfp
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:47: struct rsnd_priv *priv = rsnd_mod_to_priv(this);
call rsnd_mod_to_priv@PLT #
movq %rax, %r12 # tmp193, priv
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:48: struct device *dev = rsnd_priv_to_dev(priv);
movq %rax, %rdi # priv,
call rsnd_priv_to_dev@PLT #
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:61: if (rsnd_ssiu_of_node(priv)) {
movq %r12, %rdi # priv,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:48: struct device *dev = rsnd_priv_to_dev(priv);
movq %rax, %r14 # tmp194, dev
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:61: if (rsnd_ssiu_of_node(priv)) {
call rsnd_ssiu_of_node@PLT #
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:62: struct rsnd_mod *ssiu = rsnd_io_to_mod_ssiu(io);
movq %rbx, %rdi # io,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:61: if (rsnd_ssiu_of_node(priv)) {
testq %rax, %rax # tmp195
jne .L50 #,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:70: ssi = rsnd_io_to_mod_ssi(io);
call rsnd_io_to_mod_ssi@PLT #
movq %rax, -96(%rbp) # tmp198, %sfp
.L6:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:73: if (!ssi)
cmpq $0, -96(%rbp) #, %sfp
je .L46 #,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:77: for (i = 0; i < MOD_MAX; i++) {
movl MOD_MAX(%rip), %ecx # MOD_MAX,
xorl %r12d, %r12d # ivtmp.30
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:76: nr = 0;
xorl %r13d, %r13d # nr
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:77: for (i = 0; i < MOD_MAX; i++) {
testl %ecx, %ecx #
jle .L51 #,
.p2align 4,,10
.p2align 3
.L8:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:78: mod[i] = NULL;
movq $0, (%r15,%r12,8) #, MEM[(struct rsnd_mod * *)mod.1_61 + ivtmp.30_131 * 8]
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:79: nr += !!rsnd_io_to_mod(io, i);
movl %r12d, %esi # ivtmp.30, ivtmp.30
movq %rbx, %rdi # io,
call rsnd_io_to_mod@PLT #
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:79: nr += !!rsnd_io_to_mod(io, i);
cmpl $1, %eax #, tmp199
sbbl $-1, %r13d #, nr
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:77: for (i = 0; i < MOD_MAX; i++) {
addq $1, %r12 #, ivtmp.30
cmpl %r12d, MOD_MAX(%rip) # ivtmp.30, MOD_MAX
jg .L8 #,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:97: mod_start = (is_play) ? NULL : ssi;
movq -96(%rbp), %rbx # %sfp, ssiu
movl -108(%rbp), %edx # %sfp,
xorl %eax, %eax # tmp171
movq %rbx, %rdi # ssiu, iftmp.4_25
testl %edx, %edx #
cmove %rax, %rdi # iftmp.4_25,, tmp171, iftmp.4_25
cmove %rbx, %rax # ssiu,, tmp171
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
movl $1, %ebx #, idx
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:97: mod_start = (is_play) ? NULL : ssi;
movq %rax, %rsi # tmp171, iftmp.3_4
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
movq -144(%rbp), %rax # %sfp, tmp150
movq %rsi, 0(,%rax,8) # iftmp.3_4, (*mod.1_61)[0]
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
cmpl $1, %r13d #, nr
jle .L12 #,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:103: if (src) {
movq -136(%rbp), %rcx # %sfp, src
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
movl $1, %eax #, i
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:103: if (src) {
testq %rcx, %rcx # src
je .L13 #,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:104: mod[idx++] = src;
movq %rcx, 8(%r15) # src, (*mod.1_61)[idx_130]
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:104: mod[idx++] = src;
movl $2, %ebx #, idx
.L14:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
addl $1, %eax #, i
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
cmpl %r13d, %eax # nr, i
je .L12 #,
.L13:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:106: } else if (ctu) {
movq -80(%rbp), %rcx # %sfp, ctu
testq %rcx, %rcx # ctu
je .L15 #,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:107: mod[idx++] = ctu;
movslq %ebx, %rdx # idx, idx
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
addl $1, %eax #, i
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:108: ctu = NULL;
movq $0, -80(%rbp) #, %sfp
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:107: mod[idx++] = ctu;
addl $1, %ebx #, idx
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:107: mod[idx++] = ctu;
movq %rcx, (%r15,%rdx,8) # ctu, (*mod.1_61)[idx_130]
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:102: for (i = 1; i < nr; i++) {
cmpl %r13d, %eax # nr, i
jne .L13 #,
.p2align 4,,10
.p2align 3
.L12:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:117: mod[idx] = mod_end;
movslq %ebx, %rax # idx, idx
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:125: if ((this == ssi) == (is_play)) {
movq -96(%rbp), %rdx # %sfp, ssiu
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:117: mod[idx] = mod_end;
movq %rdi, (%r15,%rax,8) # iftmp.4_25, (*mod.1_61)[idx_128]
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:125: if ((this == ssi) == (is_play)) {
xorl %eax, %eax # tmp160
cmpq %rdx, -104(%rbp) # ssiu, %sfp
sete %al #, tmp160
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:125: if ((this == ssi) == (is_play)) {
cmpl -108(%rbp), %eax # %sfp, tmp160
je .L52 #,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:129: *mod_from = mod[0];
movq -72(%rbp), %rax # %sfp, mod_from
movq %rsi, (%rax) # iftmp.3_4, *mod_from_76(D)
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:130: *mod_to = mod[1];
movq -144(%rbp), %rax # %sfp, tmp150
movq 8(,%rax,8), %rdi # (*mod.1_61)[1], iftmp.4_25
.L19:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:127: *mod_to = mod[idx];
movq -88(%rbp), %rax # %sfp, mod_to
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:133: dev_dbg(dev, "module connection (this is %s)\n", rsnd_mod_name(this));
xorl %r12d, %r12d # ivtmp.20
leaq .LC4(%rip), %r13 #, tmp170
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:127: *mod_to = mod[idx];
movq %rdi, (%rax) # iftmp.4_25, *mod_to_78(D)
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:133: dev_dbg(dev, "module connection (this is %s)\n", rsnd_mod_name(this));
movq -104(%rbp), %rdi # %sfp,
call rsnd_mod_name@PLT #
leaq .LC3(%rip), %rsi #, tmp165
movq %r14, %rdi # dev,
movl %eax, %edx # tmp200, _16
xorl %eax, %eax #
call dev_dbg@PLT #
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
movq %r15, -80(%rbp) # tmp151, %sfp
.p2align 4,,10
.p2align 3
.L22:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:137: (mod[i] == *mod_from) ? " from" :
movq -80(%rbp), %rax # %sfp, tmp151
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
leaq .LC1(%rip), %r15 #, iftmp.10_38
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:137: (mod[i] == *mod_from) ? " from" :
movq (%rax,%r12,8), %rdi # MEM[(struct rsnd_mod * *)mod.1_61 + ivtmp.20_43 * 8], _17
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
movq -72(%rbp), %rax # %sfp, mod_from
cmpq (%rax), %rdi # *mod_from_76(D), _17
je .L20 #,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:138: (mod[i] == *mod_to) ? " to" : "");
movq -88(%rbp), %rax # %sfp, mod_to
leaq .LC0(%rip), %r15 #, iftmp.10_38
cmpq (%rax), %rdi # *mod_to_78(D), _17
leaq .LC2(%rip), %rax #, tmp249
cmove %rax, %r15 # tmp249,, iftmp.10_38
.L20:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
testq %rdi, %rdi # _17
leaq mem(%rip), %rax #, tmp250
cmove %rax, %rdi # _17,, tmp250, _17
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:134: for (i = 0; i <= idx; i++) {
addq $1, %r12 #, ivtmp.20
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:135: dev_dbg(dev, " %s%s\n",
call rsnd_mod_name@PLT #
movq %r15, %rcx # iftmp.10_38,
movq %r13, %rsi # tmp170,
movq %r14, %rdi # dev,
movl %eax, %edx # tmp201, _20
xorl %eax, %eax #
call dev_dbg@PLT #
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:134: for (i = 0; i <= idx; i++) {
cmpl %r12d, %ebx # ivtmp.20, idx
jge .L22 #,
.L46:
movq -128(%rbp), %rsp # %sfp,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:140: }
movq -56(%rbp), %rax # D.2096, tmp203
subq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp203
jne .L53 #,
leaq -40(%rbp), %rsp #,
popq %rbx #
popq %r12 #
popq %r13 #
popq %r14 #
popq %r15 #
popq %rbp #
.cfi_remember_state
.cfi_def_cfa 7, 8
ret
.p2align 4,,10
.p2align 3
.L50:
.cfi_restore_state
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:62: struct rsnd_mod *ssiu = rsnd_io_to_mod_ssiu(io);
call rsnd_io_to_mod_ssiu@PLT #
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:66: if (this == rsnd_io_to_mod_ssi(io))
movq %rbx, %rdi # io,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:62: struct rsnd_mod *ssiu = rsnd_io_to_mod_ssiu(io);
movq %rax, %r12 # tmp196, ssiu
movq %rax, -96(%rbp) # ssiu, %sfp
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:66: if (this == rsnd_io_to_mod_ssi(io))
call rsnd_io_to_mod_ssi@PLT #
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:67: this = ssiu;
cmpq %rax, %r13 # tmp197, this
cmove %r12, %r13 # this,, ssiu, this
movq %r13, -104(%rbp) # this, %sfp
jmp .L6 #
.p2align 4,,10
.p2align 3
.L15:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:109: } else if (mix) {
movq -120(%rbp), %rcx # %sfp, mix
testq %rcx, %rcx # mix
je .L16 #,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:110: mod[idx++] = mix;
movslq %ebx, %rdx # idx, idx
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:111: mix = NULL;
movq $0, -120(%rbp) #, %sfp
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:110: mod[idx++] = mix;
addl $1, %ebx #, idx
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:110: mod[idx++] = mix;
movq %rcx, (%r15,%rdx,8) # mix, (*mod.1_61)[idx_130]
jmp .L14 #
.p2align 4,,10
.p2align 3
.L52:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:126: *mod_from = mod[idx - 1];
leal -1(%rbx), %eax #, tmp162
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:126: *mod_from = mod[idx - 1];
movq -72(%rbp), %rsi # %sfp, mod_from
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:126: *mod_from = mod[idx - 1];
cltq
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:126: *mod_from = mod[idx - 1];
movq (%r15,%rax,8), %rax # (*mod.1_61)[_12], (*mod.1_61)[_12]
movq %rax, (%rsi) # (*mod.1_61)[_12], *mod_from_76(D)
jmp .L19 #
.p2align 4,,10
.p2align 3
.L49:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:45: struct rsnd_mod *mod[MOD_MAX];
orq $0, -8(%rsp,%rdx) #,
jmp .L4 #
.p2align 4,,10
.p2align 3
.L16:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:112: } else if (dvc) {
movq -152(%rbp), %rcx # %sfp, dvc
testq %rcx, %rcx # dvc
je .L14 #,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:114: dvc = NULL;
movq $0, -152(%rbp) #, %sfp
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:113: mod[idx++] = dvc;
movslq %ebx, %rdx # idx, idx
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:113: mod[idx++] = dvc;
addl $1, %ebx #, idx
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:113: mod[idx++] = dvc;
movq %rcx, (%r15,%rdx,8) # dvc, (*mod.1_61)[idx_130]
jmp .L14 #
.p2align 4,,10
.p2align 3
.L51:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:97: mod_start = (is_play) ? NULL : ssi;
movl -108(%rbp), %eax # %sfp,
testl %eax, %eax #
je .L23 #,
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
movq -144(%rbp), %rax # %sfp, tmp150
movq -96(%rbp), %rdi # %sfp, iftmp.4_25
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:97: mod_start = (is_play) ? NULL : ssi;
xorl %esi, %esi # iftmp.3_4
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
movl $1, %ebx #, idx
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
movq $0, 0(,%rax,8) #, (*mod.1_61)[0]
jmp .L12 #
.L23:
movq -144(%rbp), %rsi # %sfp, tmp150
movq -96(%rbp), %rax # %sfp, ssiu
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:98: mod_end = (is_play) ? ssi : NULL;
xorl %edi, %edi # iftmp.4_25
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
movl $1, %ebx #, idx
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:101: mod[idx++] = mod_start;
movq %rax, 0(,%rsi,8) # ssiu, (*mod.1_61)[0]
movq %rax, %rsi # ssiu, iftmp.3_4
jmp .L12 #
.L53:
# AnghaBench/linux/sound/soc/sh/rcar/extr_dma.c_rsnd_dma_of_path.c:140: }
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size rsnd_dma_of_path, .-rsnd_dma_of_path
.globl mem
.bss
.align 4
.type mem, @object
.size mem, 4
mem:
.zero 4
.globl MOD_MAX
.align 4
.type MOD_MAX, @object
.size MOD_MAX, 4
MOD_MAX:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "scan 1 type: \0"
.align 3
lC1:
.ascii "scan channel count = \0"
.align 3
lC2:
.ascii "WOW!! scan is cancelled\12\0"
.align 3
lC3:
.ascii "scan 2\0"
.text
.align 2
.p2align 5,,15
.globl _zfScanMgrScanEventTimeout
_zfScanMgrScanEventTimeout:
LFB0:
stp x29, x30, [sp, -80]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x19, x0 ; dev, dev
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:64: if ( wd->sta.scanFrequency == 0 )
adrp x20, _wd@PAGE ; tmp246,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:59: zmw_get_wlan_dev(dev);
bl _zmw_get_wlan_dev ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:61: zmw_declare_for_critical_section();
bl _zmw_declare_for_critical_section ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:63: zmw_enter_critical_section(dev);
mov x0, x19 ;, dev
bl _zmw_enter_critical_section ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:64: if ( wd->sta.scanFrequency == 0 )
ldr x2, [x20, #_wd@PAGEOFF] ; wd.0_1, wd
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:64: if ( wd->sta.scanFrequency == 0 )
ldr w1, [x2] ;, wd.0_1->sta.scanFrequency
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:64: if ( wd->sta.scanFrequency == 0 )
cbz w1, L34 ; _2,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:70: nextScanFrequency = zfChGetNextChannel(dev, wd->sta.scanFrequency,
add x2, x2, 72 ;, wd.0_1,
mov x0, x19 ;, dev
bl _zfChGetNextChannel ;
mov w2, w0 ; nextScanFrequency, nextScanFrequency
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:73: if ( (nextScanFrequency == 0xffff)
mov w0, 65535 ; tmp157,
cmp w2, w0 ; nextScanFrequency, tmp157
beq L7 ;,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:74: || (wd->sta.scanFrequency == zfChGetLastChannel(dev, &temp)) )
ldr x0, [x20, #_wd@PAGEOFF] ; wd, wd
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:74: || (wd->sta.scanFrequency == zfChGetLastChannel(dev, &temp)) )
add x1, x29, 76 ;,,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:74: || (wd->sta.scanFrequency == zfChGetLastChannel(dev, &temp)) )
ldr w3, [x0] ;, pretmp_116->sta.scanFrequency
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:74: || (wd->sta.scanFrequency == zfChGetLastChannel(dev, &temp)) )
mov x0, x19 ;, dev
stp w2, w3, [x29, 56] ; nextScanFrequency, _6,
bl _zfChGetLastChannel ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:74: || (wd->sta.scanFrequency == zfChGetLastChannel(dev, &temp)) )
ldr w3, [x29, 60] ;, %sfp
cmp w3, w0 ; _6, _7
bne L35 ;,
L7:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:81: wd->sta.scanFrequency = 0;
ldr x0, [x20, #_wd@PAGEOFF] ; wd.4_8, wd
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:83: zm_debug_msg1("scan 1 type: ", wd->sta.scanMgr.currScanType);
ldr w1, [x0, 56] ;, wd.4_8->sta.scanMgr.currScanType
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:81: wd->sta.scanFrequency = 0;
str wzr, [x0] ;, wd.4_8->sta.scanFrequency
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:83: zm_debug_msg1("scan 1 type: ", wd->sta.scanMgr.currScanType);
adrp x0, lC0@PAGE ; tmp162,
add x0, x0, lC0@PAGEOFF; ;, tmp162,
bl _zm_debug_msg1 ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:84: zm_debug_msg1("scan channel count = ", wd->regulationTable.allowChannelCnt);
ldr x0, [x20, #_wd@PAGEOFF] ; wd, wd
ldr w1, [x0, 108] ;, wd.6_10->regulationTable.allowChannelCnt
adrp x0, lC1@PAGE ; tmp168,
add x0, x0, lC1@PAGEOFF; ;, tmp168,
bl _zm_debug_msg1 ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:87: zfTimerCancel(dev, ZM_EVENT_TIMEOUT_SCAN);
adrp x0, _ZM_EVENT_TIMEOUT_SCAN@PAGE ; tmp170,
ldr w1, [x0, #_ZM_EVENT_TIMEOUT_SCAN@PAGEOFF] ;, ZM_EVENT_TIMEOUT_SCAN
mov x0, x19 ;, dev
bl _zfTimerCancel ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:89: if ( wd->sta.bChannelScan == FALSE )
ldr x0, [x20, #_wd@PAGEOFF] ; wd.8_13, wd
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:89: if ( wd->sta.bChannelScan == FALSE )
adrp x5, _FALSE@PAGE ; tmp247,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:89: if ( wd->sta.bChannelScan == FALSE )
ldr x1, [x5, #_FALSE@PAGEOFF] ; FALSE, FALSE
ldr x2, [x0, 8] ; wd.8_13->sta.bChannelScan, wd.8_13->sta.bChannelScan
cmp x2, x1 ; wd.8_13->sta.bChannelScan, FALSE
beq L36 ;,
stp x21, x22, [x29, 32] ;,,
LCFI3:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:97: currScanType = wd->sta.scanMgr.currScanType;
ldr w1, [x0, 56] ;, wd.8_13->sta.scanMgr.currScanType
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:98: switch(currScanType)
cmp w1, 128 ; currScanType,
beq L10 ;,
cmp w1, 129 ; currScanType,
bne L11 ;,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:103: if ( wd->sta.scanMgr.scanReqs[ZM_SCAN_MGR_SCAN_INTERNAL - 1] )
ldr x2, [x0, 64] ; _16, wd.8_13->sta.scanMgr.scanReqs
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:103: if ( wd->sta.scanMgr.scanReqs[ZM_SCAN_MGR_SCAN_INTERNAL - 1] )
ldr x3, [x2, 1016] ; MEM[(scalar_t__ *)_16 + 1016B], MEM[(scalar_t__ *)_16 + 1016B]
cbz x3, L16 ; MEM[(scalar_t__ *)_16 + 1016B],
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:106: isInternalScan = 1;
mov w22, 1 ; isInternalScan,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:101: isExternalScan = 1;
mov w21, 1 ; isExternalScan,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:105: wd->sta.scanMgr.scanReqs[ZM_SCAN_MGR_SCAN_INTERNAL - 1] = 0;
str xzr, [x2, 1016] ;, MEM[(scalar_t__ *)_16 + 1016B]
.p2align 5,,15
L12:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:128: wd->sta.scanMgr.scanReqs[currScanType - 1] = 0;
add x1, x2, w1, sxtw 3 ; tmp191, _16, currScanType,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:128: wd->sta.scanMgr.scanReqs[currScanType - 1] = 0;
str xzr, [x1, -8] ;, *_25
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:130: wd->sta.scanMgr.currScanType = ZM_SCAN_MGR_SCAN_NONE;
mov w2, 100 ; tmp192,
adrp x1, _ZM_SCAN_MGR_SCAN_NONE@PAGE ; tmp194,
ldr w1, [x1, #_ZM_SCAN_MGR_SCAN_NONE@PAGEOFF] ;, ZM_SCAN_MGR_SCAN_NONE
stp w1, w2, [x0, 56] ; ZM_SCAN_MGR_SCAN_NONE, tmp192,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:131: zmw_leave_critical_section(dev);
mov x0, x19 ;, dev
bl _zmw_leave_critical_section ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:134: zfCoreSetFrequencyEx(dev, wd->frequency, wd->BandWidth40,
ldr x0, [x20, #_wd@PAGEOFF] ; wd.18_27, wd
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:134: zfCoreSetFrequencyEx(dev, wd->frequency, wd->BandWidth40,
adrp x1, _zfScanMgrEventScanCompleteCb@PAGE ; tmp199,
ldr w4, [x1, #_zfScanMgrEventScanCompleteCb@PAGEOFF] ;, zfScanMgrEventScanCompleteCb
ldp w3, w2, [x0, 96] ;,,
ldr w1, [x0, 104] ;, wd.18_27->frequency
mov x0, x19 ;, dev
bl _zfCoreSetFrequencyEx ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:137: wd->sta.bChannelScan = FALSE;
adrp x5, _FALSE@PAGE ; tmp247,
ldr x0, [x20, #_wd@PAGEOFF] ; wd, wd
ldr x1, [x5, #_FALSE@PAGEOFF] ; FALSE, FALSE
str x1, [x0, 8] ; FALSE, wd.22_32->sta.bChannelScan
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:140: if (zfStaIsConnected(dev))
mov x0, x19 ;, dev
bl _zfStaIsConnected ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:140: if (zfStaIsConnected(dev))
cbz x0, L13 ; _34,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:142: zfHpFinishSiteSurvey(dev, 1);
mov w1, 1 ;,
mov x0, x19 ;, dev
bl _zfHpFinishSiteSurvey ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:143: zmw_enter_critical_section(dev);
mov x0, x19 ;, dev
bl _zmw_enter_critical_section ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:144: wd->sta.ibssSiteSurveyStatus = 2;
ldr x0, [x20, #_wd@PAGEOFF] ; wd.24_35, wd
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:144: wd->sta.ibssSiteSurveyStatus = 2;
mov w1, 2 ; tmp212,
str w1, [x0, 16] ; tmp212, wd.24_35->sta.ibssSiteSurveyStatus
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:146: wd->sta.ibssReceiveBeaconCount = 0;
str xzr, [x0, 48] ;, wd.24_35->sta.ibssReceiveBeaconCount
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:145: wd->tickIbssReceiveBeacon = 0;
str xzr, [x0, 88] ;, wd.24_35->tickIbssReceiveBeacon
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:147: zmw_leave_critical_section(dev);
mov x0, x19 ;, dev
bl _zmw_leave_critical_section ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:151: if( wd->sta.rifsState == ZM_RIFS_STATE_DETECTED )
ldr x0, [x20, #_wd@PAGEOFF] ; wd.27_36, wd
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:151: if( wd->sta.rifsState == ZM_RIFS_STATE_DETECTED )
adrp x1, _ZM_RIFS_STATE_DETECTED@PAGE ; tmp216,
ldr x1, [x1, #_ZM_RIFS_STATE_DETECTED@PAGEOFF] ; ZM_RIFS_STATE_DETECTED, ZM_RIFS_STATE_DETECTED
ldr x2, [x0, 24] ; wd.27_36->sta.rifsState, wd.27_36->sta.rifsState
cmp x2, x1 ; wd.27_36->sta.rifsState, ZM_RIFS_STATE_DETECTED
beq L37 ;,
L14:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:172: if ( isExternalScan )//Quickly reboot
cbz w21, L15 ; isExternalScan,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:174: if (wd->zfcbScanNotify != NULL)
ldr x0, [x20, #_wd@PAGEOFF] ; wd, wd
ldr x2, [x0, 80] ; _46, wd.33_45->zfcbScanNotify
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:174: if (wd->zfcbScanNotify != NULL)
cbz x2, L15 ; _46,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:176: wd->zfcbScanNotify(dev, NULL);
mov x1, 0 ;,
mov x0, x19 ;, dev
blr x2 ; _46
L15:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:180: if ( isInternalScan )
cbnz w22, L38 ; isInternalScan,
ldp x21, x22, [x29, 32] ;,,
LCFI4:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:186: return 0;
mov w0, 0 ; <retval>,
L39:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:201: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 80 ;,,,
LCFI5:
ret
.p2align 2,,3
L35:
LCFI6:
ldr w2, [x29, 56] ;, %sfp
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:190: wd->sta.scanFrequency = nextScanFrequency;
ldr x0, [x20, #_wd@PAGEOFF] ; wd, wd
str w2, [x0] ; nextScanFrequency, pretmp_115->sta.scanFrequency
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:193: zfTimerCancel(dev, ZM_EVENT_IN_SCAN);
adrp x0, _ZM_EVENT_IN_SCAN@PAGE ; tmp234,
ldr w1, [x0, #_ZM_EVENT_IN_SCAN@PAGEOFF] ;, ZM_EVENT_IN_SCAN
mov x0, x19 ;, dev
bl _zfTimerCancel ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:194: zmw_leave_critical_section(dev);
mov x0, x19 ;, dev
bl _zmw_leave_critical_section ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:196: zm_debug_msg0("scan 2");
adrp x0, lC3@PAGE ; tmp237,
add x0, x0, lC3@PAGEOFF; ;, tmp237,
bl _zm_debug_msg0 ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:197: zfCoreSetFrequencyV2(dev, wd->sta.scanFrequency, zfScanMgrEventSetFreqCompleteCb);
ldr x0, [x20, #_wd@PAGEOFF] ; wd, wd
adrp x1, _zfScanMgrEventSetFreqCompleteCb@PAGE ; tmp239,
ldr w2, [x1, #_zfScanMgrEventSetFreqCompleteCb@PAGEOFF] ;, zfScanMgrEventSetFreqCompleteCb
ldr w1, [x0] ;, wd.37_49->sta.scanFrequency
mov x0, x19 ;, dev
bl _zfCoreSetFrequencyV2 ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:199: return 1;
mov w0, 1 ; <retval>,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:201: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 80 ;,,,
LCFI7:
ret
.p2align 2,,3
L34:
LCFI8:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:66: zmw_leave_critical_section(dev);
mov x0, x19 ;, dev
bl _zmw_leave_critical_section ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:67: return -1;
mov w0, -1 ; <retval>,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:201: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 80 ;,,,
LCFI9:
ret
.p2align 2,,3
L11:
LCFI10:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:124: zm_assert(0);
mov w0, 0 ;,
str w1, [x29, 60] ; currScanType, %sfp
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:78: u8_t isInternalScan = 0;
mov w22, 0 ; isInternalScan,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:124: zm_assert(0);
bl _zm_assert ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:128: wd->sta.scanMgr.scanReqs[currScanType - 1] = 0;
ldr x0, [x20, #_wd@PAGEOFF] ; wd.8_13, wd
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:77: u8_t isExternalScan = 0;
mov w21, 0 ; isExternalScan,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:125: break;
ldr w1, [x29, 60] ;, %sfp
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:128: wd->sta.scanMgr.scanReqs[currScanType - 1] = 0;
ldr x2, [x0, 64] ; _16, pretmp_110->sta.scanMgr.scanReqs
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:125: break;
b L12 ;
.p2align 2,,3
L13:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:158: zfHpFinishSiteSurvey(dev, 0);
mov w1, 0 ;,
mov x0, x19 ;, dev
bl _zfHpFinishSiteSurvey ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:159: zmw_enter_critical_section(dev);
mov x0, x19 ;, dev
bl _zmw_enter_critical_section ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:160: wd->sta.ibssSiteSurveyStatus = 0;
ldr x0, [x20, #_wd@PAGEOFF] ; wd, wd
str wzr, [x0, 16] ;, wd.32_44->sta.ibssSiteSurveyStatus
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:161: zmw_leave_critical_section(dev);
mov x0, x19 ;, dev
bl _zmw_leave_critical_section ;
b L14 ;
.p2align 2,,3
L38:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:183: zfStaReconnect(dev);
mov x0, x19 ;, dev
bl _zfStaReconnect ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:186: return 0;
mov w0, 0 ; <retval>,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:183: zfStaReconnect(dev);
ldp x21, x22, [x29, 32] ;,,
LCFI11:
b L39 ;
.p2align 2,,3
L10:
LCFI12:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:114: if ( wd->sta.scanMgr.scanReqs[ZM_SCAN_MGR_SCAN_EXTERNAL - 1] )
ldr x2, [x0, 64] ; _16, wd.8_13->sta.scanMgr.scanReqs
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:112: isInternalScan = 1;
mov w22, 1 ; isInternalScan,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:77: u8_t isExternalScan = 0;
mov w21, 0 ; isExternalScan,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:114: if ( wd->sta.scanMgr.scanReqs[ZM_SCAN_MGR_SCAN_EXTERNAL - 1] )
ldr x3, [x2, 1024] ; MEM[(scalar_t__ *)_19 + 1024B], MEM[(scalar_t__ *)_19 + 1024B]
cbz x3, L12 ; MEM[(scalar_t__ *)_19 + 1024B],
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:118: zm_assert(0);
mov w0, 0 ;,
str w1, [x29, 60] ; currScanType, %sfp
bl _zm_assert ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:128: wd->sta.scanMgr.scanReqs[currScanType - 1] = 0;
ldr x0, [x20, #_wd@PAGEOFF] ; wd.8_13, wd
ldr w1, [x29, 60] ;, %sfp
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:128: wd->sta.scanMgr.scanReqs[currScanType - 1] = 0;
ldr x2, [x0, 64] ; _16, pretmp_109->sta.scanMgr.scanReqs
b L12 ;
.p2align 2,,3
L16:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:78: u8_t isInternalScan = 0;
mov w22, 0 ; isInternalScan,
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:101: isExternalScan = 1;
mov w21, 1 ; isExternalScan,
b L12 ;
.p2align 2,,3
L37:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:153: zfHpEnableRifs(dev, ((wd->sta.currentFrequency<3000)?1:0), wd->sta.EnableHT, wd->sta.HT2040);
ldp w1, w3, [x0, 32] ; wd.27_36->sta.currentFrequency,,
ldr w2, [x0, 40] ;, wd.27_36->sta.EnableHT
mov x0, x19 ;, dev
cmp w1, 2999 ; wd.27_36->sta.currentFrequency,
cset w1, le ;,
bl _zfHpEnableRifs ;
b L14 ;
.p2align 2,,3
L36:
LCFI13:
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:91: zm_debug_msg0("WOW!! scan is cancelled\n");
adrp x0, lC2@PAGE ; tmp183,
add x0, x0, lC2@PAGEOFF; ;, tmp183,
bl _zm_debug_msg0 ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:92: zmw_leave_critical_section(dev);
mov x0, x19 ;, dev
bl _zmw_leave_critical_section ;
; Anghabench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:186: return 0;
mov w0, 0 ; <retval>,
b L39 ;
LFE0:
.globl _zfScanMgrEventSetFreqCompleteCb
.zerofill __DATA,__common,_zfScanMgrEventSetFreqCompleteCb,4,2
.globl _zfScanMgrEventScanCompleteCb
.zerofill __DATA,__common,_zfScanMgrEventScanCompleteCb,4,2
.globl _wd
.zerofill __DATA,__common,_wd,8,3
.globl _ZM_SCAN_MGR_SCAN_NONE
.zerofill __DATA,__common,_ZM_SCAN_MGR_SCAN_NONE,4,2
.globl _ZM_RIFS_STATE_DETECTED
.zerofill __DATA,__common,_ZM_RIFS_STATE_DETECTED,8,3
.globl _ZM_EVENT_TIMEOUT_SCAN
.zerofill __DATA,__common,_ZM_EVENT_TIMEOUT_SCAN,4,2
.globl _ZM_EVENT_IN_SCAN
.zerofill __DATA,__common,_ZM_EVENT_IN_SCAN,4,2
.globl _FALSE
.zerofill __DATA,__common,_FALSE,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x50
.byte 0x9d
.uleb128 0xa
.byte 0x9e
.uleb128 0x9
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x8
.byte 0x94
.uleb128 0x7
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x96
.uleb128 0x5
.byte 0x95
.uleb128 0x6
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xd6
.byte 0xd5
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xb
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$11,LCFI8-LCFI7
.long L$set$11
.byte 0xb
.byte 0x4
.set L$set$12,LCFI9-LCFI8
.long L$set$12
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$13,LCFI10-LCFI9
.long L$set$13
.byte 0xc
.uleb128 0x1d
.uleb128 0x50
.byte 0x93
.uleb128 0x8
.byte 0x94
.uleb128 0x7
.byte 0x95
.uleb128 0x6
.byte 0x96
.uleb128 0x5
.byte 0x9d
.uleb128 0xa
.byte 0x9e
.uleb128 0x9
.byte 0x4
.set L$set$14,LCFI11-LCFI10
.long L$set$14
.byte 0xa
.byte 0xd6
.byte 0xd5
.byte 0x4
.set L$set$15,LCFI12-LCFI11
.long L$set$15
.byte 0xb
.byte 0x4
.set L$set$16,LCFI13-LCFI12
.long L$set$16
.byte 0xd5
.byte 0xd6
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_cscanmgr.c_zfScanMgrScanEventTimeout.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "scan 1 type: "
.LC1:
.string "scan channel count = "
.LC2:
.string "WOW!! scan is cancelled\n"
.LC3:
.string "scan 2"
.text
.p2align 4
.globl zfScanMgrScanEventTimeout
.type zfScanMgrScanEventTimeout, @function
zfScanMgrScanEventTimeout:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
movq %rdi, %rbp # tmp168, dev
pushq %rbx #
.cfi_def_cfa_offset 40
.cfi_offset 3, -40
subq $24, %rsp #,
.cfi_def_cfa_offset 64
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:55: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp172
movq %rax, 8(%rsp) # tmp172, D.2082
xorl %eax, %eax # tmp172
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:59: zmw_get_wlan_dev(dev);
call zmw_get_wlan_dev@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:61: zmw_declare_for_critical_section();
xorl %eax, %eax #
call zmw_declare_for_critical_section@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:63: zmw_enter_critical_section(dev);
movq %rbp, %rdi # dev,
call zmw_enter_critical_section@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:64: if ( wd->sta.scanFrequency == 0 )
movq wd(%rip), %rdx # wd, wd.0_1
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:64: if ( wd->sta.scanFrequency == 0 )
movl (%rdx), %esi # wd.0_1->sta.scanFrequency, _2
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:64: if ( wd->sta.scanFrequency == 0 )
testl %esi, %esi # _2
je .L31 #,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:70: nextScanFrequency = zfChGetNextChannel(dev, wd->sta.scanFrequency,
addq $72, %rdx #, tmp135
movq %rbp, %rdi # dev,
call zfChGetNextChannel@PLT #
movl %eax, %ebx # tmp169, nextScanFrequency
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:73: if ( (nextScanFrequency == 0xffff)
cmpl $65535, %eax #, nextScanFrequency
je .L7 #,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:74: || (wd->sta.scanFrequency == zfChGetLastChannel(dev, &temp)) )
movq wd(%rip), %rax # wd, wd
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:74: || (wd->sta.scanFrequency == zfChGetLastChannel(dev, &temp)) )
leaq 4(%rsp), %rsi #, tmp144
movq %rbp, %rdi # dev,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:74: || (wd->sta.scanFrequency == zfChGetLastChannel(dev, &temp)) )
movl (%rax), %r12d # wd.3_4->sta.scanFrequency, _5
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:74: || (wd->sta.scanFrequency == zfChGetLastChannel(dev, &temp)) )
call zfChGetLastChannel@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:74: || (wd->sta.scanFrequency == zfChGetLastChannel(dev, &temp)) )
cmpl %eax, %r12d # tmp170, _5
jne .L32 #,
.L7:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:81: wd->sta.scanFrequency = 0;
movq wd(%rip), %rax # wd, wd.4_7
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:83: zm_debug_msg1("scan 1 type: ", wd->sta.scanMgr.currScanType);
leaq .LC0(%rip), %rdi #, tmp137
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:81: wd->sta.scanFrequency = 0;
movl $0, (%rax) #, wd.4_7->sta.scanFrequency
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:83: zm_debug_msg1("scan 1 type: ", wd->sta.scanMgr.currScanType);
movl 56(%rax), %esi # wd.4_7->sta.scanMgr.currScanType, wd.4_7->sta.scanMgr.currScanType
call zm_debug_msg1@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:84: zm_debug_msg1("scan channel count = ", wd->regulationTable.allowChannelCnt);
movq wd(%rip), %rax # wd, wd
leaq .LC1(%rip), %rdi #, tmp140
movl 108(%rax), %esi # wd.6_9->regulationTable.allowChannelCnt, wd.6_9->regulationTable.allowChannelCnt
call zm_debug_msg1@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:87: zfTimerCancel(dev, ZM_EVENT_TIMEOUT_SCAN);
movl ZM_EVENT_TIMEOUT_SCAN(%rip), %esi # ZM_EVENT_TIMEOUT_SCAN,
movq %rbp, %rdi # dev,
call zfTimerCancel@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:89: if ( wd->sta.bChannelScan == FALSE )
movq wd(%rip), %rax # wd, wd.8_12
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:89: if ( wd->sta.bChannelScan == FALSE )
movq FALSE(%rip), %rcx # FALSE, tmp175
cmpq %rcx, 8(%rax) # tmp175, wd.8_12->sta.bChannelScan
je .L33 #,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:97: currScanType = wd->sta.scanMgr.currScanType;
movslq 56(%rax), %rbx # wd.8_12->sta.scanMgr.currScanType,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:98: switch(currScanType)
cmpl $128, %ebx #, currScanType
je .L9 #,
cmpl $129, %ebx #, currScanType
jne .L10 #,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:103: if ( wd->sta.scanMgr.scanReqs[ZM_SCAN_MGR_SCAN_INTERNAL - 1] )
movq 64(%rax), %rdx # wd.8_12->sta.scanMgr.scanReqs, _15
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:103: if ( wd->sta.scanMgr.scanReqs[ZM_SCAN_MGR_SCAN_INTERNAL - 1] )
cmpq $0, 1016(%rdx) #, MEM[(scalar_t__ *)_15 + 1016B]
je .L16 #,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:106: isInternalScan = 1;
movl $1, %r12d #, <retval>
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:101: isExternalScan = 1;
movl $1, %r13d #, isExternalScan
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:105: wd->sta.scanMgr.scanReqs[ZM_SCAN_MGR_SCAN_INTERNAL - 1] = 0;
movq $0, 1016(%rdx) #, MEM[(scalar_t__ *)_15 + 1016B]
.p2align 4,,10
.p2align 3
.L11:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:128: wd->sta.scanMgr.scanReqs[currScanType - 1] = 0;
movq $0, -8(%rdx,%rbx,8) #, *_24
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:130: wd->sta.scanMgr.currScanType = ZM_SCAN_MGR_SCAN_NONE;
movl ZM_SCAN_MGR_SCAN_NONE(%rip), %edx # ZM_SCAN_MGR_SCAN_NONE, ZM_SCAN_MGR_SCAN_NONE
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:131: zmw_leave_critical_section(dev);
movq %rbp, %rdi # dev,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:129: wd->sta.scanMgr.scanStartDelay = 100;
movl $100, 60(%rax) #, prephitmp_111->sta.scanMgr.scanStartDelay
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:130: wd->sta.scanMgr.currScanType = ZM_SCAN_MGR_SCAN_NONE;
movl %edx, 56(%rax) # ZM_SCAN_MGR_SCAN_NONE, prephitmp_111->sta.scanMgr.currScanType
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:131: zmw_leave_critical_section(dev);
call zmw_leave_critical_section@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:135: wd->ExtOffset, zfScanMgrEventScanCompleteCb);
movq wd(%rip), %rax # wd, wd.19_27
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:134: zfCoreSetFrequencyEx(dev, wd->frequency, wd->BandWidth40,
movl zfScanMgrEventScanCompleteCb(%rip), %r8d # zfScanMgrEventScanCompleteCb,
movq %rbp, %rdi # dev,
movl 100(%rax), %edx # wd.19_27->BandWidth40, wd.19_27->BandWidth40
movl 96(%rax), %ecx # wd.19_27->ExtOffset, wd.19_27->ExtOffset
movl 104(%rax), %esi # wd.19_27->frequency, wd.19_27->frequency
call zfCoreSetFrequencyEx@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:137: wd->sta.bChannelScan = FALSE;
movq wd(%rip), %rax # wd, wd
movq FALSE(%rip), %rdx # FALSE, FALSE
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:140: if (zfStaIsConnected(dev))
movq %rbp, %rdi # dev,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:137: wd->sta.bChannelScan = FALSE;
movq %rdx, 8(%rax) # FALSE, wd.22_31->sta.bChannelScan
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:140: if (zfStaIsConnected(dev))
call zfStaIsConnected@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:140: if (zfStaIsConnected(dev))
testq %rax, %rax # tmp171
je .L12 #,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:142: zfHpFinishSiteSurvey(dev, 1);
movl $1, %esi #,
movq %rbp, %rdi # dev,
call zfHpFinishSiteSurvey@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:143: zmw_enter_critical_section(dev);
movq %rbp, %rdi # dev,
call zmw_enter_critical_section@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:144: wd->sta.ibssSiteSurveyStatus = 2;
movq wd(%rip), %rax # wd, wd.24_34
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:147: zmw_leave_critical_section(dev);
movq %rbp, %rdi # dev,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:144: wd->sta.ibssSiteSurveyStatus = 2;
movl $2, 16(%rax) #, wd.24_34->sta.ibssSiteSurveyStatus
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:145: wd->tickIbssReceiveBeacon = 0;
movq $0, 88(%rax) #, wd.24_34->tickIbssReceiveBeacon
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:146: wd->sta.ibssReceiveBeaconCount = 0;
movq $0, 48(%rax) #, wd.24_34->sta.ibssReceiveBeaconCount
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:147: zmw_leave_critical_section(dev);
call zmw_leave_critical_section@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:151: if( wd->sta.rifsState == ZM_RIFS_STATE_DETECTED )
movq wd(%rip), %rax # wd, wd.27_35
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:151: if( wd->sta.rifsState == ZM_RIFS_STATE_DETECTED )
movq ZM_RIFS_STATE_DETECTED(%rip), %rcx # ZM_RIFS_STATE_DETECTED, tmp176
cmpq %rcx, 24(%rax) # tmp176, wd.27_35->sta.rifsState
je .L34 #,
.L13:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:172: if ( isExternalScan )//Quickly reboot
testl %r13d, %r13d # isExternalScan
je .L14 #,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:174: if (wd->zfcbScanNotify != NULL)
movq wd(%rip), %rax # wd, wd
movq 80(%rax), %rax # wd.33_44->zfcbScanNotify, _45
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:174: if (wd->zfcbScanNotify != NULL)
testq %rax, %rax # _45
je .L14 #,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:176: wd->zfcbScanNotify(dev, NULL);
xorl %esi, %esi #
movq %rbp, %rdi # dev,
call *%rax # _45
.L14:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:180: if ( isInternalScan )
testl %r12d, %r12d # <retval>
je .L1 #,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:183: zfStaReconnect(dev);
movq %rbp, %rdi # dev,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:186: return 0;
xorl %r12d, %r12d # <retval>
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:183: zfStaReconnect(dev);
call zfStaReconnect@PLT #
jmp .L1 #
.p2align 4,,10
.p2align 3
.L32:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:190: wd->sta.scanFrequency = nextScanFrequency;
movq wd(%rip), %rax # wd, wd
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:193: zfTimerCancel(dev, ZM_EVENT_IN_SCAN);
movl ZM_EVENT_IN_SCAN(%rip), %esi # ZM_EVENT_IN_SCAN,
movq %rbp, %rdi # dev,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:199: return 1;
movl $1, %r12d #, <retval>
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:190: wd->sta.scanFrequency = nextScanFrequency;
movl %ebx, (%rax) # nextScanFrequency, wd.35_46->sta.scanFrequency
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:193: zfTimerCancel(dev, ZM_EVENT_IN_SCAN);
call zfTimerCancel@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:194: zmw_leave_critical_section(dev);
movq %rbp, %rdi # dev,
call zmw_leave_critical_section@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:196: zm_debug_msg0("scan 2");
leaq .LC3(%rip), %rdi #, tmp163
call zm_debug_msg0@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:197: zfCoreSetFrequencyV2(dev, wd->sta.scanFrequency, zfScanMgrEventSetFreqCompleteCb);
movq wd(%rip), %rax # wd, wd
movl zfScanMgrEventSetFreqCompleteCb(%rip), %edx # zfScanMgrEventSetFreqCompleteCb,
movq %rbp, %rdi # dev,
movl (%rax), %esi # wd.38_49->sta.scanFrequency,
call zfCoreSetFrequencyV2@PLT #
.L1:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:201: }
movq 8(%rsp), %rax # D.2082, tmp173
subq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp173
jne .L35 #,
addq $24, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 40
movl %r12d, %eax # <retval>,
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L31:
.cfi_restore_state
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:66: zmw_leave_critical_section(dev);
movq %rbp, %rdi # dev,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:67: return -1;
movl $-1, %r12d #, <retval>
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:66: zmw_leave_critical_section(dev);
call zmw_leave_critical_section@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:67: return -1;
jmp .L1 #
.p2align 4,,10
.p2align 3
.L10:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:124: zm_assert(0);
xorl %edi, %edi #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:78: u8_t isInternalScan = 0;
xorl %r12d, %r12d # <retval>
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:77: u8_t isExternalScan = 0;
xorl %r13d, %r13d # isExternalScan
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:124: zm_assert(0);
call zm_assert@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:128: wd->sta.scanMgr.scanReqs[currScanType - 1] = 0;
movq wd(%rip), %rax # wd, wd.8_12
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:128: wd->sta.scanMgr.scanReqs[currScanType - 1] = 0;
movq 64(%rax), %rdx # pretmp_112->sta.scanMgr.scanReqs, _15
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:125: break;
jmp .L11 #
.p2align 4,,10
.p2align 3
.L12:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:158: zfHpFinishSiteSurvey(dev, 0);
xorl %esi, %esi #
movq %rbp, %rdi # dev,
call zfHpFinishSiteSurvey@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:159: zmw_enter_critical_section(dev);
movq %rbp, %rdi # dev,
call zmw_enter_critical_section@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:160: wd->sta.ibssSiteSurveyStatus = 0;
movq wd(%rip), %rax # wd, wd
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:161: zmw_leave_critical_section(dev);
movq %rbp, %rdi # dev,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:160: wd->sta.ibssSiteSurveyStatus = 0;
movl $0, 16(%rax) #, wd.32_43->sta.ibssSiteSurveyStatus
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:161: zmw_leave_critical_section(dev);
call zmw_leave_critical_section@PLT #
jmp .L13 #
.p2align 4,,10
.p2align 3
.L9:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:114: if ( wd->sta.scanMgr.scanReqs[ZM_SCAN_MGR_SCAN_EXTERNAL - 1] )
movq 64(%rax), %rdx # wd.8_12->sta.scanMgr.scanReqs, _15
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:77: u8_t isExternalScan = 0;
xorl %r13d, %r13d # isExternalScan
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:112: isInternalScan = 1;
movl $1, %r12d #, <retval>
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:114: if ( wd->sta.scanMgr.scanReqs[ZM_SCAN_MGR_SCAN_EXTERNAL - 1] )
cmpq $0, 1024(%rdx) #, MEM[(scalar_t__ *)_17 + 1024B]
je .L11 #,
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:118: zm_assert(0);
xorl %edi, %edi #
call zm_assert@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:128: wd->sta.scanMgr.scanReqs[currScanType - 1] = 0;
movq wd(%rip), %rax # wd, wd.8_12
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:128: wd->sta.scanMgr.scanReqs[currScanType - 1] = 0;
movq 64(%rax), %rdx # pretmp_113->sta.scanMgr.scanReqs, _15
jmp .L11 #
.p2align 4,,10
.p2align 3
.L16:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:78: u8_t isInternalScan = 0;
xorl %r12d, %r12d # <retval>
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:101: isExternalScan = 1;
movl $1, %r13d #, isExternalScan
jmp .L11 #
.p2align 4,,10
.p2align 3
.L33:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:91: zm_debug_msg0("WOW!! scan is cancelled\n");
leaq .LC2(%rip), %rdi #, tmp145
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:186: return 0;
xorl %r12d, %r12d # <retval>
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:91: zm_debug_msg0("WOW!! scan is cancelled\n");
call zm_debug_msg0@PLT #
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:92: zmw_leave_critical_section(dev);
movq %rbp, %rdi # dev,
call zmw_leave_critical_section@PLT #
jmp .L1 #
.p2align 4,,10
.p2align 3
.L34:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:153: zfHpEnableRifs(dev, ((wd->sta.currentFrequency<3000)?1:0), wd->sta.EnableHT, wd->sta.HT2040);
xorl %esi, %esi # tmp157
movl 36(%rax), %ecx # wd.27_35->sta.HT2040, wd.27_35->sta.HT2040
cmpl $2999, 32(%rax) #, wd.27_35->sta.currentFrequency
movq %rbp, %rdi # dev,
movl 40(%rax), %edx # wd.27_35->sta.EnableHT, wd.27_35->sta.EnableHT
setle %sil #, tmp157
call zfHpEnableRifs@PLT #
jmp .L13 #
.L35:
# AnghaBench/fastsocket/kernel/drivers/staging/otus/80211core/extr_cscanmgr.c_zfScanMgrScanEventTimeout.c:201: }
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size zfScanMgrScanEventTimeout, .-zfScanMgrScanEventTimeout
.globl zfScanMgrEventSetFreqCompleteCb
.bss
.align 4
.type zfScanMgrEventSetFreqCompleteCb, @object
.size zfScanMgrEventSetFreqCompleteCb, 4
zfScanMgrEventSetFreqCompleteCb:
.zero 4
.globl zfScanMgrEventScanCompleteCb
.align 4
.type zfScanMgrEventScanCompleteCb, @object
.size zfScanMgrEventScanCompleteCb, 4
zfScanMgrEventScanCompleteCb:
.zero 4
.globl wd
.align 8
.type wd, @object
.size wd, 8
wd:
.zero 8
.globl ZM_SCAN_MGR_SCAN_NONE
.align 4
.type ZM_SCAN_MGR_SCAN_NONE, @object
.size ZM_SCAN_MGR_SCAN_NONE, 4
ZM_SCAN_MGR_SCAN_NONE:
.zero 4
.globl ZM_RIFS_STATE_DETECTED
.align 8
.type ZM_RIFS_STATE_DETECTED, @object
.size ZM_RIFS_STATE_DETECTED, 8
ZM_RIFS_STATE_DETECTED:
.zero 8
.globl ZM_EVENT_TIMEOUT_SCAN
.align 4
.type ZM_EVENT_TIMEOUT_SCAN, @object
.size ZM_EVENT_TIMEOUT_SCAN, 4
ZM_EVENT_TIMEOUT_SCAN:
.zero 4
.globl ZM_EVENT_IN_SCAN
.align 4
.type ZM_EVENT_IN_SCAN, @object
.size ZM_EVENT_IN_SCAN, 4
ZM_EVENT_IN_SCAN:
.zero 4
.globl FALSE
.align 8
.type FALSE, @object
.size FALSE, 8
FALSE:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _create_committables
_create_committables:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
str x21, [sp, 32] ;,
LCFI2:
mov x21, x1 ; pool, pool
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:26: *committables = apr_palloc(pool, sizeof(**committables));
mov w1, 16 ;,
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:25: {
stp x19, x20, [sp, 16] ;,,
LCFI3:
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:25: {
mov x19, x0 ; committables, committables
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:26: *committables = apr_palloc(pool, sizeof(**committables));
mov x0, x21 ;, pool
bl _apr_palloc ;
mov x20, x0 ; _1, _1
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:28: (*committables)->by_repository = apr_hash_make(pool);
mov x0, x21 ;, pool
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:26: *committables = apr_palloc(pool, sizeof(**committables));
str x20, [x19] ; _1, *committables_8(D)
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:28: (*committables)->by_repository = apr_hash_make(pool);
bl _apr_hash_make ;
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:28: (*committables)->by_repository = apr_hash_make(pool);
str x0, [x20, 8] ; _2, MEM[(struct svn_client__committables_t *)_1].by_repository
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:29: (*committables)->by_path = apr_hash_make(pool);
mov x0, x21 ;, pool
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:29: (*committables)->by_path = apr_hash_make(pool);
ldr x19, [x19] ; _3, *committables_8(D)
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:29: (*committables)->by_path = apr_hash_make(pool);
bl _apr_hash_make ;
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:30: }
ldr x21, [sp, 32] ;,
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:29: (*committables)->by_path = apr_hash_make(pool);
str x0, [x19] ; _4, _3->by_path
; Anghabench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:30: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI4:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x95
.uleb128 0x2
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_commit_util.c_create_committables.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type create_committables, @function
create_committables:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
pushq %rbp #
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
movq %rsi, %rbp # tmp89, pool
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:26: *committables = apr_palloc(pool, sizeof(**committables));
movl $16, %esi #,
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:25: {
pushq %rbx #
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:25: {
movq %rdi, %rbx # tmp88, committables
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:26: *committables = apr_palloc(pool, sizeof(**committables));
movq %rbp, %rdi # pool,
call apr_palloc@PLT #
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:28: (*committables)->by_repository = apr_hash_make(pool);
movq %rbp, %rdi # pool,
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:26: *committables = apr_palloc(pool, sizeof(**committables));
movq %rax, (%rbx) # _1, *committables_8(D)
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:26: *committables = apr_palloc(pool, sizeof(**committables));
movq %rax, %r12 # tmp90, _1
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:28: (*committables)->by_repository = apr_hash_make(pool);
call apr_hash_make@PLT #
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:29: (*committables)->by_path = apr_hash_make(pool);
movq %rbp, %rdi # pool,
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:28: (*committables)->by_repository = apr_hash_make(pool);
movq %rax, 8(%r12) # tmp91, MEM[(struct svn_client__committables_t *)_1].by_repository
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:29: (*committables)->by_path = apr_hash_make(pool);
movq (%rbx), %rbx # *committables_8(D), _3
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:29: (*committables)->by_path = apr_hash_make(pool);
call apr_hash_make@PLT #
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:29: (*committables)->by_path = apr_hash_make(pool);
movq %rax, (%rbx) # tmp92, _3->by_path
# AnghaBench/freebsd/contrib/subversion/subversion/libsvn_client/extr_commit_util.c_create_committables.c:30: }
popq %rbx #
.cfi_def_cfa_offset 24
popq %rbp #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size create_committables, .-create_committables
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
jerryscript/jerry-main/extr_benchmarking.c_rand.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _rand
_rand:
LFB0:
; Anghabench/jerryscript/jerry-main/extr_benchmarking.c_rand.c:19: }
mov w0, 4 ;,
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_benchmarking.c_rand.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl rand
.type rand, @function
rand:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/jerryscript/jerry-main/extr_benchmarking.c_rand.c:19: }
movl $4, %eax #,
ret
.cfi_endproc
.LFE0:
.size rand, .-rand
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _i460_free_gatt_table
_i460_free_gatt_table:
LFB0:
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:34: temp = agp_bridge->current_size;
adrp x0, _agp_bridge@PAGE ; tmp112,
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:30: {
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:34: temp = agp_bridge->current_size;
ldr x0, [x0, #_agp_bridge@PAGEOFF] ; agp_bridge, agp_bridge
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:30: {
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:36: num_entries = A_SIZE_8(temp)->num_entries;
ldr x0, [x0] ;, agp_bridge.0_1->current_size
bl _A_SIZE_8 ;
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:36: num_entries = A_SIZE_8(temp)->num_entries;
ldr w20, [x0] ;, _2->num_entries
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:38: for (i = 0; i < num_entries; ++i)
cmp w20, 0 ; num_entries,
ble L2 ;,
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:38: for (i = 0; i < num_entries; ++i)
mov w19, 0 ; i,
.p2align 5,,15
L3:
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:39: WR_GATT(i, 0);
mov w0, w19 ;, i
mov w1, 0 ;,
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:38: for (i = 0; i < num_entries; ++i)
add w19, w19, 1 ; i, i,
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:39: WR_GATT(i, 0);
bl _WR_GATT ;
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:38: for (i = 0; i < num_entries; ++i)
cmp w20, w19 ; num_entries, i
bne L3 ;,
L2:
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:40: WR_FLUSH_GATT(num_entries - 1);
sub w0, w20, #1 ;, num_entries,
bl _WR_FLUSH_GATT ;
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:42: iounmap(i460.gatt);
adrp x0, _i460@PAGE ; tmp116,
ldr w0, [x0, #_i460@PAGEOFF] ;, i460.gatt
bl _iounmap ;
; Anghabench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:44: }
mov w0, 0 ;,
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
ret
LFE0:
.globl _i460
.zerofill __DATA,__common,_i460,4,2
.globl _agp_bridge
.zerofill __DATA,__common,_agp_bridge,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x94
.uleb128 0x1
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_i460-agp.c_i460_free_gatt_table.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type i460_free_gatt_table, @function
i460_free_gatt_table:
.LFB0:
.cfi_startproc
endbr64
pushq %rbp #
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
pushq %rbx #
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
subq $8, %rsp #,
.cfi_def_cfa_offset 32
# AnghaBench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:34: temp = agp_bridge->current_size;
movq agp_bridge(%rip), %rax # agp_bridge, agp_bridge
# AnghaBench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:36: num_entries = A_SIZE_8(temp)->num_entries;
movq (%rax), %rdi # agp_bridge.0_1->current_size,
call A_SIZE_8@PLT #
# AnghaBench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:36: num_entries = A_SIZE_8(temp)->num_entries;
movl (%rax), %ebp # _2->num_entries, num_entries
# AnghaBench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:38: for (i = 0; i < num_entries; ++i)
testl %ebp, %ebp # num_entries
jle .L2 #,
# AnghaBench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:38: for (i = 0; i < num_entries; ++i)
xorl %ebx, %ebx # i
.p2align 4,,10
.p2align 3
.L3:
# AnghaBench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:39: WR_GATT(i, 0);
movl %ebx, %edi # i,
xorl %esi, %esi #
# AnghaBench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:38: for (i = 0; i < num_entries; ++i)
addl $1, %ebx #, i
# AnghaBench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:39: WR_GATT(i, 0);
call WR_GATT@PLT #
# AnghaBench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:38: for (i = 0; i < num_entries; ++i)
cmpl %ebx, %ebp # i, num_entries
jne .L3 #,
.L2:
# AnghaBench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:40: WR_FLUSH_GATT(num_entries - 1);
leal -1(%rbp), %edi #, tmp92
call WR_FLUSH_GATT@PLT #
# AnghaBench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:42: iounmap(i460.gatt);
movl i460(%rip), %edi # i460.gatt,
call iounmap@PLT #
# AnghaBench/fastsocket/kernel/drivers/char/agp/extr_i460-agp.c_i460_free_gatt_table.c:44: }
addq $8, %rsp #,
.cfi_def_cfa_offset 24
xorl %eax, %eax #
popq %rbx #
.cfi_def_cfa_offset 16
popq %rbp #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size i460_free_gatt_table, .-i460_free_gatt_table
.globl i460
.bss
.align 4
.type i460, @object
.size i460, 4
i460:
.zero 4
.globl agp_bridge
.align 8
.type agp_bridge, @object
.size agp_bridge, 8
agp_bridge:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _d68000_cmpi_32
_d68000_cmpi_32:
LFB0:
; Anghabench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:22: build_imm_ea(info, M68K_INS_CMPI, 4, read_imm_32(info));
adrp x1, _M68K_INS_CMPI@PAGE ; tmp105,
; Anghabench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:21: {
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:22: build_imm_ea(info, M68K_INS_CMPI, 4, read_imm_32(info));
ldr w1, [x1, #_M68K_INS_CMPI@PAGEOFF] ;, M68K_INS_CMPI
; Anghabench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:21: {
str x19, [sp, 16] ;,
LCFI2:
; Anghabench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:21: {
mov x19, x0 ; info, info
; Anghabench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:22: build_imm_ea(info, M68K_INS_CMPI, 4, read_imm_32(info));
str w1, [x29, 44] ; M68K_INS_CMPI.0_1, %sfp
bl _read_imm_32 ;
; Anghabench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:22: build_imm_ea(info, M68K_INS_CMPI, 4, read_imm_32(info));
ldr w1, [x29, 44] ;, %sfp
mov w3, w0 ;, _2
mov w2, 4 ;,
mov x0, x19 ;, info
; Anghabench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:23: }
ldr x19, [sp, 16] ;,
ldp x29, x30, [sp], 48 ;,,,
LCFI3:
; Anghabench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:22: build_imm_ea(info, M68K_INS_CMPI, 4, read_imm_32(info));
b _build_imm_ea ;
LFE0:
.globl _M68K_INS_CMPI
.zerofill __DATA,__common,_M68K_INS_CMPI,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_M68KDisassembler.c_d68000_cmpi_32.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type d68000_cmpi_32, @function
d68000_cmpi_32:
.LFB0:
.cfi_startproc
endbr64
pushq %rbp #
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
# AnghaBench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:21: {
movq %rdi, %rbp # tmp86, info
# AnghaBench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:22: build_imm_ea(info, M68K_INS_CMPI, 4, read_imm_32(info));
call read_imm_32@PLT #
movl M68K_INS_CMPI(%rip), %esi # M68K_INS_CMPI,
movq %rbp, %rdi # info,
# AnghaBench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:23: }
popq %rbp #
.cfi_def_cfa_offset 8
# AnghaBench/capstone/arch/M68K/extr_M68KDisassembler.c_d68000_cmpi_32.c:22: build_imm_ea(info, M68K_INS_CMPI, 4, read_imm_32(info));
movl %eax, %ecx # tmp87, _1
movl $4, %edx #,
jmp build_imm_ea@PLT #
.cfi_endproc
.LFE0:
.size d68000_cmpi_32, .-d68000_cmpi_32
.globl M68K_INS_CMPI
.bss
.align 4
.type M68K_INS_CMPI, @object
.size M68K_INS_CMPI, 4
M68K_INS_CMPI:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
openssl/test/testutil/extr_tests.c_test_BN_eq_word.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "==\0"
.align 3
lC1:
.ascii "BIGNUM\0"
.text
.align 2
.p2align 5,,15
.globl _test_BN_eq_word
_test_BN_eq_word:
LFB0:
sub sp, sp, #96 ;,,
LCFI0:
stp x29, x30, [sp, 16] ;,,
LCFI1:
add x29, sp, 16 ;,,
LCFI2:
stp x19, x20, [sp, 32] ;,,
LCFI3:
mov x20, x4 ; a, a
stp x21, x22, [sp, 48] ;,,
LCFI4:
mov x22, x0 ; file, file
mov w21, w5 ; w, w
stp x23, x24, [sp, 64] ;,,
LCFI5:
mov w23, w1 ; line, line
mov x24, x2 ; bns, bns
str x25, [sp, 80] ;,
LCFI6:
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:25: {
mov x25, x3 ; ws, ws
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:28: if (a != NULL && BN_is_word(a, w))
cbz x4, L4 ; a,
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:28: if (a != NULL && BN_is_word(a, w))
mov w1, w5 ;, w
mov x0, x4 ;, a
bl _BN_is_word ;
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:28: if (a != NULL && BN_is_word(a, w))
cbnz x0, L10 ; _1,
L4:
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:30: bw = BN_new();
bl _BN_new ;
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:31: BN_set_word(bw, w);
mov w1, w21 ;, w
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:30: bw = BN_new();
mov x19, x0 ; bw, bw
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:31: BN_set_word(bw, w);
bl _BN_set_word ;
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:32: test_fail_bignum_message(NULL, file, line, "BIGNUM", bns, ws, "==", a, bw);
adrp x6, lC0@PAGE ; tmp111,
adrp x3, lC1@PAGE ; tmp113,
str x19, [sp] ; bw,
mov x7, x20 ;, a
mov x5, x25 ;, ws
mov x4, x24 ;, bns
mov w2, w23 ;, line
mov x1, x22 ;, file
add x6, x6, lC0@PAGEOFF; ;, tmp111,
add x3, x3, lC1@PAGEOFF; ;, tmp113,
mov x0, 0 ;,
bl _test_fail_bignum_message ;
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:33: BN_free(bw);
mov x0, x19 ;, bw
bl _BN_free ;
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:35: }
ldr x25, [sp, 80] ;,
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:34: return 0;
mov w0, 0 ; <retval>,
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:35: }
ldp x29, x30, [sp, 16] ;,,
ldp x19, x20, [sp, 32] ;,,
ldp x21, x22, [sp, 48] ;,,
ldp x23, x24, [sp, 64] ;,,
add sp, sp, 96 ;,,
LCFI7:
ret
.p2align 2,,3
L10:
LCFI8:
ldr x25, [sp, 80] ;,
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:29: return 1;
mov w0, 1 ; <retval>,
; Anghabench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:35: }
ldp x29, x30, [sp, 16] ;,,
ldp x19, x20, [sp, 32] ;,,
ldp x21, x22, [sp, 48] ;,,
ldp x23, x24, [sp, 64] ;,,
add sp, sp, 96 ;,,
LCFI9:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x60
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0x9d
.uleb128 0xa
.byte 0x9e
.uleb128 0x9
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xc
.uleb128 0x1d
.uleb128 0x50
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x93
.uleb128 0x8
.byte 0x94
.uleb128 0x7
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x95
.uleb128 0x6
.byte 0x96
.uleb128 0x5
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0x97
.uleb128 0x4
.byte 0x98
.uleb128 0x3
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0x99
.uleb128 0x2
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xa
.byte 0xd9
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xdd
.byte 0xde
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$11,LCFI8-LCFI7
.long L$set$11
.byte 0xb
.byte 0x4
.set L$set$12,LCFI9-LCFI8
.long L$set$12
.byte 0xd9
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xdd
.byte 0xde
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_tests.c_test_BN_eq_word.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "BIGNUM"
.LC1:
.string "=="
.text
.p2align 4
.globl test_BN_eq_word
.type test_BN_eq_word, @function
test_BN_eq_word:
.LFB0:
.cfi_startproc
endbr64
pushq %r15 #
.cfi_def_cfa_offset 16
.cfi_offset 15, -16
pushq %r14 #
.cfi_def_cfa_offset 24
.cfi_offset 14, -24
movq %rcx, %r14 # tmp97, ws
pushq %r13 #
.cfi_def_cfa_offset 32
.cfi_offset 13, -32
movq %rdx, %r13 # tmp96, bns
pushq %r12 #
.cfi_def_cfa_offset 40
.cfi_offset 12, -40
movl %esi, %r12d # tmp95, line
pushq %rbp #
.cfi_def_cfa_offset 48
.cfi_offset 6, -48
movl %r9d, %ebp # tmp99, w
pushq %rbx #
.cfi_def_cfa_offset 56
.cfi_offset 3, -56
movq %r8, %rbx # tmp98, a
subq $24, %rsp #,
.cfi_def_cfa_offset 80
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:25: {
movq %rdi, 8(%rsp) # tmp94, %sfp
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:28: if (a != NULL && BN_is_word(a, w))
testq %r8, %r8 # a
je .L4 #,
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:28: if (a != NULL && BN_is_word(a, w))
movl %r9d, %esi # w,
movq %r8, %rdi # a,
call BN_is_word@PLT #
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:28: if (a != NULL && BN_is_word(a, w))
testq %rax, %rax # tmp101
jne .L10 #,
.L4:
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:30: bw = BN_new();
xorl %eax, %eax #
call BN_new@PLT #
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:31: BN_set_word(bw, w);
movl %ebp, %esi # w,
movq %rax, %rdi # bw,
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:30: bw = BN_new();
movq %rax, %r15 # tmp100, bw
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:31: BN_set_word(bw, w);
call BN_set_word@PLT #
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:32: test_fail_bignum_message(NULL, file, line, "BIGNUM", bns, ws, "==", a, bw);
subq $8, %rsp #,
.cfi_def_cfa_offset 88
movq %r14, %r9 # ws,
movq %r13, %r8 # bns,
leaq .LC1(%rip), %rax #, tmp103
pushq %r15 # bw
.cfi_def_cfa_offset 96
movl %r12d, %edx # line,
xorl %edi, %edi #
pushq %rbx # a
.cfi_def_cfa_offset 104
leaq .LC0(%rip), %rcx #, tmp92
pushq %rax # tmp103
.cfi_def_cfa_offset 112
movq 40(%rsp), %rsi # %sfp,
call test_fail_bignum_message@PLT #
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:33: BN_free(bw);
addq $32, %rsp #,
.cfi_def_cfa_offset 80
movq %r15, %rdi # bw,
call BN_free@PLT #
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:35: }
addq $24, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 56
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:34: return 0;
xorl %eax, %eax # <retval>
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:35: }
popq %rbx #
.cfi_def_cfa_offset 48
popq %rbp #
.cfi_def_cfa_offset 40
popq %r12 #
.cfi_def_cfa_offset 32
popq %r13 #
.cfi_def_cfa_offset 24
popq %r14 #
.cfi_def_cfa_offset 16
popq %r15 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L10:
.cfi_restore_state
addq $24, %rsp #,
.cfi_def_cfa_offset 56
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:29: return 1;
movl $1, %eax #, <retval>
# AnghaBench/openssl/test/testutil/extr_tests.c_test_BN_eq_word.c:35: }
popq %rbx #
.cfi_def_cfa_offset 48
popq %rbp #
.cfi_def_cfa_offset 40
popq %r12 #
.cfi_def_cfa_offset 32
popq %r13 #
.cfi_def_cfa_offset 24
popq %r14 #
.cfi_def_cfa_offset 16
popq %r15 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size test_BN_eq_word, .-test_BN_eq_word
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/drivers/net/wireless/ath/extr_regd.c_ath_is_radar_freq.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _ath_is_radar_freq
_ath_is_radar_freq:
LFB0:
; Anghabench/fastsocket/kernel/drivers/net/wireless/ath/extr_regd.c_ath_is_radar_freq.c:19: return (center_freq >= 5260 && center_freq <= 5700);
mov w1, -5260 ;,
add w0, w0, w1 ; _2, center_freq,
cmp w0, 440 ; _2,
; Anghabench/fastsocket/kernel/drivers/net/wireless/ath/extr_regd.c_ath_is_radar_freq.c:20: }
cset w0, ls ;,
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_regd.c_ath_is_radar_freq.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type ath_is_radar_freq, @function
ath_is_radar_freq:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/fastsocket/kernel/drivers/net/wireless/ath/extr_regd.c_ath_is_radar_freq.c:19: return (center_freq >= 5260 && center_freq <= 5700);
subl $5260, %edi #, tmp88
xorl %eax, %eax # tmp89
cmpl $440, %edi #, tmp88
setbe %al #, tmp89
# AnghaBench/fastsocket/kernel/drivers/net/wireless/ath/extr_regd.c_ath_is_radar_freq.c:20: }
ret
.cfi_endproc
.LFE0:
.size ath_is_radar_freq, .-ath_is_radar_freq
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/dma/ppc4xx/extr_..dmaengine.h_dmaengine_desc_get_callback_invoke.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _dmaengine_desc_get_callback_invoke
_dmaengine_desc_get_callback_invoke:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/linux/drivers/dma/ppc4xx/extr_..dmaengine.h_dmaengine_desc_get_callback_invoke.c:24: {
mov x20, x1 ; result, result
; Anghabench/linux/drivers/dma/ppc4xx/extr_..dmaengine.h_dmaengine_desc_get_callback_invoke.c:27: dmaengine_desc_get_callback(tx, &cb);
add x1, x29, 40 ;,,
bl _dmaengine_desc_get_callback ;
; Anghabench/linux/drivers/dma/ppc4xx/extr_..dmaengine.h_dmaengine_desc_get_callback_invoke.c:28: dmaengine_desc_callback_invoke(&cb, result);
mov x1, x20 ;, result
add x0, x29, 40 ;,,
bl _dmaengine_desc_callback_invoke ;
; Anghabench/linux/drivers/dma/ppc4xx/extr_..dmaengine.h_dmaengine_desc_get_callback_invoke.c:29: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI3:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_..dmaengine.h_dmaengine_desc_get_callback_invoke.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type dmaengine_desc_get_callback_invoke, @function
dmaengine_desc_get_callback_invoke:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
pushq %rbp #
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
movq %rsi, %rbp # tmp89, result
subq $24, %rsp #,
.cfi_def_cfa_offset 48
# AnghaBench/linux/drivers/dma/ppc4xx/extr_..dmaengine.h_dmaengine_desc_get_callback_invoke.c:24: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp90
movq %rax, 8(%rsp) # tmp90, D.1970
xorl %eax, %eax # tmp90
# AnghaBench/linux/drivers/dma/ppc4xx/extr_..dmaengine.h_dmaengine_desc_get_callback_invoke.c:27: dmaengine_desc_get_callback(tx, &cb);
leaq 4(%rsp), %r12 #, tmp85
movq %r12, %rsi # tmp85,
call dmaengine_desc_get_callback@PLT #
# AnghaBench/linux/drivers/dma/ppc4xx/extr_..dmaengine.h_dmaengine_desc_get_callback_invoke.c:28: dmaengine_desc_callback_invoke(&cb, result);
movq %rbp, %rsi # result,
movq %r12, %rdi # tmp85,
call dmaengine_desc_callback_invoke@PLT #
# AnghaBench/linux/drivers/dma/ppc4xx/extr_..dmaengine.h_dmaengine_desc_get_callback_invoke.c:29: }
movq 8(%rsp), %rax # D.1970, tmp91
subq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp91
jne .L5 #,
addq $24, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 24
popq %rbp #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.L5:
.cfi_restore_state
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size dmaengine_desc_get_callback_invoke, .-dmaengine_desc_get_callback_invoke
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _st_lsm6dsx_update_fifo
_st_lsm6dsx_update_fifo:
LFB0:
stp x29, x30, [sp, -64]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
stp x21, x22, [sp, 32] ;,,
LCFI2:
mov x22, x0 ; sensor, sensor
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:35: struct st_lsm6dsx_hw *hw = sensor->hw;
ldr x21, [x0, 16] ; hw, sensor_16(D)->hw
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:34: {
str x23, [sp, 48] ;,
LCFI3:
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:34: {
mov w23, w1 ; enable, enable
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:38: mutex_lock(&hw->conf_lock);
add x0, x21, 8 ;, hw,
bl _mutex_lock ;
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:40: if (hw->fifo_mode != ST_LSM6DSX_FIFO_BYPASS) {
adrp x0, _ST_LSM6DSX_FIFO_BYPASS@PAGE ; tmp116,
ldr x1, [x21] ; hw_17->fifo_mode, hw_17->fifo_mode
ldr x0, [x0, #_ST_LSM6DSX_FIFO_BYPASS@PAGEOFF] ; ST_LSM6DSX_FIFO_BYPASS, ST_LSM6DSX_FIFO_BYPASS
cmp x1, x0 ; hw_17->fifo_mode, ST_LSM6DSX_FIFO_BYPASS
bne L2 ;,
L6:
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:46: if (sensor->id == ST_LSM6DSX_ID_EXT0 ||
adrp x1, _ST_LSM6DSX_ID_EXT0@PAGE ; tmp120,
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:46: if (sensor->id == ST_LSM6DSX_ID_EXT0 ||
ldr x0, [x22] ; _4, sensor_16(D)->id
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:46: if (sensor->id == ST_LSM6DSX_ID_EXT0 ||
ldr x1, [x1, #_ST_LSM6DSX_ID_EXT0@PAGEOFF] ; ST_LSM6DSX_ID_EXT0, ST_LSM6DSX_ID_EXT0
cmp x0, x1 ; _4, ST_LSM6DSX_ID_EXT0
beq L3 ;,
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:47: sensor->id == ST_LSM6DSX_ID_EXT1 ||
adrp x1, _ST_LSM6DSX_ID_EXT1@PAGE ; tmp123,
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:46: if (sensor->id == ST_LSM6DSX_ID_EXT0 ||
ldr x1, [x1, #_ST_LSM6DSX_ID_EXT1@PAGEOFF] ; ST_LSM6DSX_ID_EXT1, ST_LSM6DSX_ID_EXT1
cmp x0, x1 ; _4, ST_LSM6DSX_ID_EXT1
beq L3 ;,
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:48: sensor->id == ST_LSM6DSX_ID_EXT2) {
adrp x1, _ST_LSM6DSX_ID_EXT2@PAGE ; tmp126,
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:47: sensor->id == ST_LSM6DSX_ID_EXT1 ||
ldr x1, [x1, #_ST_LSM6DSX_ID_EXT2@PAGEOFF] ; ST_LSM6DSX_ID_EXT2, ST_LSM6DSX_ID_EXT2
cmp x0, x1 ; _4, ST_LSM6DSX_ID_EXT2
beq L3 ;,
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:53: err = st_lsm6dsx_sensor_set_enable(sensor, enable);
mov w1, w23 ;, enable
mov x0, x22 ;, sensor
bl _st_lsm6dsx_sensor_set_enable ;
mov w19, w0 ; <retval>, <retval>
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:54: if (err < 0)
tbnz w0, #31, L5 ; <retval>,
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:57: err = st_lsm6dsx_set_fifo_odr(sensor, enable);
mov w1, w23 ;, enable
mov x0, x22 ;, sensor
bl _st_lsm6dsx_set_fifo_odr ;
mov w19, w0 ; <retval>, <retval>
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:58: if (err < 0)
tbnz w0, #31, L5 ; <retval>,
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:62: err = st_lsm6dsx_update_decimators(hw);
mov x0, x21 ;, hw
bl _st_lsm6dsx_update_decimators ;
mov w19, w0 ; <retval>, <retval>
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:63: if (err < 0)
tbnz w0, #31, L5 ; <retval>,
.p2align 5,,15
L14:
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:66: err = st_lsm6dsx_update_watermark(sensor, sensor->watermark);
ldr w1, [x22, 8] ;, sensor_16(D)->watermark
mov x0, x22 ;, sensor
bl _st_lsm6dsx_update_watermark ;
mov w19, w0 ; <retval>, <retval>
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:67: if (err < 0)
tbnz w0, #31, L5 ; <retval>,
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:70: if (hw->enable_mask) {
ldr x0, [x21, 16] ; hw_17->enable_mask, hw_17->enable_mask
cbnz x0, L17 ; hw_17->enable_mask,
L5:
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:80: mutex_unlock(&hw->conf_lock);
add x0, x21, 8 ;, hw,
bl _mutex_unlock ;
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:83: }
ldr x23, [sp, 48] ;,
mov w0, w19 ;, <retval>
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI4:
ret
.p2align 2,,3
L3:
LCFI5:
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:49: err = st_lsm6dsx_shub_set_enable(sensor, enable);
mov w1, w23 ;, enable
mov x0, x22 ;, sensor
bl _st_lsm6dsx_shub_set_enable ;
mov w19, w0 ; <retval>, <retval>
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:50: if (err < 0)
tbnz w0, #31, L5 ; <retval>,
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:62: err = st_lsm6dsx_update_decimators(hw);
mov x0, x21 ;, hw
bl _st_lsm6dsx_update_decimators ;
mov w19, w0 ; <retval>, <retval>
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:63: if (err < 0)
tbz w0, #31, L14 ; <retval>,
b L5 ;
.p2align 2,,3
L2:
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:41: err = st_lsm6dsx_flush_fifo(hw);
mov x0, x21 ;, hw
bl _st_lsm6dsx_flush_fifo ;
mov w19, w0 ; <retval>, <retval>
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:42: if (err < 0)
tbz w0, #31, L6 ; <retval>,
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:80: mutex_unlock(&hw->conf_lock);
add x0, x21, 8 ;, hw,
bl _mutex_unlock ;
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:83: }
ldr x23, [sp, 48] ;,
mov w0, w19 ;, <retval>
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI6:
ret
.p2align 2,,3
L17:
LCFI7:
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:72: err = st_lsm6dsx_reset_hw_ts(hw);
mov x0, x21 ;, hw
bl _st_lsm6dsx_reset_hw_ts ;
mov w19, w0 ; <retval>, <retval>
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:73: if (err < 0)
tbnz w0, #31, L5 ; <retval>,
; Anghabench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:76: err = st_lsm6dsx_set_fifo_mode(hw, ST_LSM6DSX_FIFO_CONT);
adrp x0, _ST_LSM6DSX_FIFO_CONT@PAGE ; tmp131,
ldr w1, [x0, #_ST_LSM6DSX_FIFO_CONT@PAGEOFF] ;, ST_LSM6DSX_FIFO_CONT
mov x0, x21 ;, hw
bl _st_lsm6dsx_set_fifo_mode ;
mov w19, w0 ; <retval>, <retval>
b L5 ;
LFE0:
.globl _ST_LSM6DSX_ID_EXT2
.zerofill __DATA,__common,_ST_LSM6DSX_ID_EXT2,8,3
.globl _ST_LSM6DSX_ID_EXT1
.zerofill __DATA,__common,_ST_LSM6DSX_ID_EXT1,8,3
.globl _ST_LSM6DSX_ID_EXT0
.zerofill __DATA,__common,_ST_LSM6DSX_ID_EXT0,8,3
.globl _ST_LSM6DSX_FIFO_CONT
.zerofill __DATA,__common,_ST_LSM6DSX_FIFO_CONT,4,2
.globl _ST_LSM6DSX_FIFO_BYPASS
.zerofill __DATA,__common,_ST_LSM6DSX_FIFO_BYPASS,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x40
.byte 0x9d
.uleb128 0x8
.byte 0x9e
.uleb128 0x7
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x6
.byte 0x94
.uleb128 0x5
.byte 0x95
.uleb128 0x4
.byte 0x96
.uleb128 0x3
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x97
.uleb128 0x2
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xb
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl st_lsm6dsx_update_fifo
.type st_lsm6dsx_update_fifo, @function
st_lsm6dsx_update_fifo:
.LFB0:
.cfi_startproc
endbr64
pushq %r15 #
.cfi_def_cfa_offset 16
.cfi_offset 15, -16
movl %esi, %r15d # tmp101, enable
pushq %r14 #
.cfi_def_cfa_offset 24
.cfi_offset 14, -24
pushq %r13 #
.cfi_def_cfa_offset 32
.cfi_offset 13, -32
pushq %r12 #
.cfi_def_cfa_offset 40
.cfi_offset 12, -40
pushq %rbp #
.cfi_def_cfa_offset 48
.cfi_offset 6, -48
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:35: struct st_lsm6dsx_hw *hw = sensor->hw;
movq 16(%rdi), %r13 # sensor_16(D)->hw, hw
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:34: {
movq %rdi, %rbp # tmp100, sensor
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:38: mutex_lock(&hw->conf_lock);
leaq 8(%r13), %r14 #, _1
movq %r14, %rdi # _1,
call mutex_lock@PLT #
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:40: if (hw->fifo_mode != ST_LSM6DSX_FIFO_BYPASS) {
movq ST_LSM6DSX_FIFO_BYPASS(%rip), %rax # ST_LSM6DSX_FIFO_BYPASS, tmp111
cmpq %rax, 0(%r13) # tmp111, hw_17->fifo_mode
jne .L2 #,
.L6:
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:46: if (sensor->id == ST_LSM6DSX_ID_EXT0 ||
movq 0(%rbp), %rax # sensor_16(D)->id, _4
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:46: if (sensor->id == ST_LSM6DSX_ID_EXT0 ||
cmpq ST_LSM6DSX_ID_EXT0(%rip), %rax # ST_LSM6DSX_ID_EXT0, _4
je .L3 #,
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:46: if (sensor->id == ST_LSM6DSX_ID_EXT0 ||
cmpq ST_LSM6DSX_ID_EXT1(%rip), %rax # ST_LSM6DSX_ID_EXT1, _4
je .L3 #,
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:47: sensor->id == ST_LSM6DSX_ID_EXT1 ||
cmpq ST_LSM6DSX_ID_EXT2(%rip), %rax # ST_LSM6DSX_ID_EXT2, _4
je .L3 #,
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:53: err = st_lsm6dsx_sensor_set_enable(sensor, enable);
movl %r15d, %esi # enable,
movq %rbp, %rdi # sensor,
call st_lsm6dsx_sensor_set_enable@PLT #
movl %eax, %r12d # tmp105, <retval>
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:54: if (err < 0)
testl %eax, %eax # <retval>
js .L5 #,
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:57: err = st_lsm6dsx_set_fifo_odr(sensor, enable);
movl %r15d, %esi # enable,
movq %rbp, %rdi # sensor,
call st_lsm6dsx_set_fifo_odr@PLT #
movl %eax, %r12d # tmp106, <retval>
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:58: if (err < 0)
testl %eax, %eax # <retval>
js .L5 #,
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:62: err = st_lsm6dsx_update_decimators(hw);
movq %r13, %rdi # hw,
call st_lsm6dsx_update_decimators@PLT #
movl %eax, %r12d # tmp104, <retval>
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:63: if (err < 0)
testl %eax, %eax # <retval>
js .L5 #,
.p2align 4,,10
.p2align 3
.L11:
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:66: err = st_lsm6dsx_update_watermark(sensor, sensor->watermark);
movl 8(%rbp), %esi # sensor_16(D)->watermark, sensor_16(D)->watermark
movq %rbp, %rdi # sensor,
call st_lsm6dsx_update_watermark@PLT #
movl %eax, %r12d # tmp107, <retval>
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:67: if (err < 0)
testl %eax, %eax # <retval>
js .L5 #,
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:70: if (hw->enable_mask) {
cmpq $0, 16(%r13) #, hw_17->enable_mask
jne .L14 #,
.L5:
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:80: mutex_unlock(&hw->conf_lock);
movq %r14, %rdi # _1,
call mutex_unlock@PLT #
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:83: }
popq %rbp #
.cfi_remember_state
.cfi_def_cfa_offset 40
movl %r12d, %eax # <retval>,
popq %r12 #
.cfi_def_cfa_offset 32
popq %r13 #
.cfi_def_cfa_offset 24
popq %r14 #
.cfi_def_cfa_offset 16
popq %r15 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L3:
.cfi_restore_state
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:49: err = st_lsm6dsx_shub_set_enable(sensor, enable);
movl %r15d, %esi # enable,
movq %rbp, %rdi # sensor,
call st_lsm6dsx_shub_set_enable@PLT #
movl %eax, %r12d # tmp103, <retval>
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:50: if (err < 0)
testl %eax, %eax # <retval>
js .L5 #,
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:62: err = st_lsm6dsx_update_decimators(hw);
movq %r13, %rdi # hw,
call st_lsm6dsx_update_decimators@PLT #
movl %eax, %r12d # tmp104, <retval>
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:63: if (err < 0)
testl %eax, %eax # <retval>
jns .L11 #,
jmp .L5 #
.p2align 4,,10
.p2align 3
.L2:
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:41: err = st_lsm6dsx_flush_fifo(hw);
movq %r13, %rdi # hw,
call st_lsm6dsx_flush_fifo@PLT #
movl %eax, %r12d # tmp102, <retval>
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:42: if (err < 0)
testl %eax, %eax # <retval>
jns .L6 #,
jmp .L5 #
.p2align 4,,10
.p2align 3
.L14:
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:72: err = st_lsm6dsx_reset_hw_ts(hw);
movq %r13, %rdi # hw,
call st_lsm6dsx_reset_hw_ts@PLT #
movl %eax, %r12d # tmp108, <retval>
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:73: if (err < 0)
testl %eax, %eax # <retval>
js .L5 #,
# AnghaBench/linux/drivers/iio/imu/st_lsm6dsx/extr_st_lsm6dsx_buffer.c_st_lsm6dsx_update_fifo.c:76: err = st_lsm6dsx_set_fifo_mode(hw, ST_LSM6DSX_FIFO_CONT);
movl ST_LSM6DSX_FIFO_CONT(%rip), %esi # ST_LSM6DSX_FIFO_CONT,
movq %r13, %rdi # hw,
call st_lsm6dsx_set_fifo_mode@PLT #
movl %eax, %r12d # tmp109, <retval>
jmp .L5 #
.cfi_endproc
.LFE0:
.size st_lsm6dsx_update_fifo, .-st_lsm6dsx_update_fifo
.globl ST_LSM6DSX_ID_EXT2
.bss
.align 8
.type ST_LSM6DSX_ID_EXT2, @object
.size ST_LSM6DSX_ID_EXT2, 8
ST_LSM6DSX_ID_EXT2:
.zero 8
.globl ST_LSM6DSX_ID_EXT1
.align 8
.type ST_LSM6DSX_ID_EXT1, @object
.size ST_LSM6DSX_ID_EXT1, 8
ST_LSM6DSX_ID_EXT1:
.zero 8
.globl ST_LSM6DSX_ID_EXT0
.align 8
.type ST_LSM6DSX_ID_EXT0, @object
.size ST_LSM6DSX_ID_EXT0, 8
ST_LSM6DSX_ID_EXT0:
.zero 8
.globl ST_LSM6DSX_FIFO_CONT
.align 4
.type ST_LSM6DSX_FIFO_CONT, @object
.size ST_LSM6DSX_FIFO_CONT, 4
ST_LSM6DSX_FIFO_CONT:
.zero 4
.globl ST_LSM6DSX_FIFO_BYPASS
.align 8
.type ST_LSM6DSX_FIFO_BYPASS, @object
.size ST_LSM6DSX_FIFO_BYPASS, 8
ST_LSM6DSX_FIFO_BYPASS:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/drivers/net/enic/extr_enic_main.c_enic_legacy_io_intr.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _enic_legacy_io_intr
_enic_legacy_io_intr:
LFB0:
; Anghabench/fastsocket/kernel/drivers/net/enic/extr_enic_main.c_enic_legacy_io_intr.c:19: }
mov w0, 0 ;,
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_enic_main.c_enic_legacy_io_intr.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type enic_legacy_io_intr, @function
enic_legacy_io_intr:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/fastsocket/kernel/drivers/net/enic/extr_enic_main.c_enic_legacy_io_intr.c:19: }
xorl %eax, %eax #
ret
.cfi_endproc
.LFE0:
.size enic_legacy_io_intr, .-enic_legacy_io_intr
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
hashcat/src/modules/extr_module_13800.c_module_init.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _module_init
_module_init:
LFB0:
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:41: module_ctx->module_context_size = MODULE_CONTEXT_SIZE_CURRENT;
adrp x1, _MODULE_CONTEXT_SIZE_CURRENT@PAGE ; tmp123,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:51: module_ctx->module_dgst_pos0 = module_dgst_pos0;
adrp x2, _module_dgst_pos0@PAGE ; tmp134,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:41: module_ctx->module_context_size = MODULE_CONTEXT_SIZE_CURRENT;
ldr w1, [x1, #_MODULE_CONTEXT_SIZE_CURRENT@PAGEOFF] ;, MODULE_CONTEXT_SIZE_CURRENT
str w1, [x0, 488] ; MODULE_CONTEXT_SIZE_CURRENT, module_ctx_22(D)->module_context_size
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:42: module_ctx->module_interface_version = MODULE_INTERFACE_VERSION_CURRENT;
adrp x1, _MODULE_INTERFACE_VERSION_CURRENT@PAGE ; tmp126,
ldr w1, [x1, #_MODULE_INTERFACE_VERSION_CURRENT@PAGEOFF] ;, MODULE_INTERFACE_VERSION_CURRENT
str w1, [x0, 484] ; MODULE_INTERFACE_VERSION_CURRENT, module_ctx_22(D)->module_interface_version
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:44: module_ctx->module_attack_exec = module_attack_exec;
adrp x1, _module_attack_exec@PAGE ; tmp129,
ldr w1, [x1, #_module_attack_exec@PAGEOFF] ;, module_attack_exec
str w1, [x0, 480] ; module_attack_exec, module_ctx_22(D)->module_attack_exec
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:45: module_ctx->module_benchmark_esalt = MODULE_DEFAULT;
adrp x1, _MODULE_DEFAULT@PAGE ; tmp132,
ldr x1, [x1, #_MODULE_DEFAULT@PAGEOFF] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:49: module_ctx->module_build_plain_postprocess = MODULE_DEFAULT;
stp x1, x1, [x0, 432] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:47: module_ctx->module_benchmark_mask = MODULE_DEFAULT;
stp x1, x1, [x0, 448] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:45: module_ctx->module_benchmark_esalt = MODULE_DEFAULT;
stp x1, x1, [x0, 464] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:51: module_ctx->module_dgst_pos0 = module_dgst_pos0;
ldr w2, [x2, #_module_dgst_pos0@PAGEOFF] ;, module_dgst_pos0
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:56: module_ctx->module_dictstat_disable = MODULE_DEFAULT;
str x1, [x0, 400] ; MODULE_DEFAULT.3_4, module_ctx_22(D)->module_dictstat_disable
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:51: module_ctx->module_dgst_pos0 = module_dgst_pos0;
str w2, [x0, 424] ; module_dgst_pos0, module_ctx_22(D)->module_dgst_pos0
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:52: module_ctx->module_dgst_pos1 = module_dgst_pos1;
adrp x2, _module_dgst_pos1@PAGE ; tmp137,
ldr w2, [x2, #_module_dgst_pos1@PAGEOFF] ;, module_dgst_pos1
str w2, [x0, 420] ; module_dgst_pos1, module_ctx_22(D)->module_dgst_pos1
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:53: module_ctx->module_dgst_pos2 = module_dgst_pos2;
adrp x2, _module_dgst_pos2@PAGE ; tmp140,
ldr w2, [x2, #_module_dgst_pos2@PAGEOFF] ;, module_dgst_pos2
str w2, [x0, 416] ; module_dgst_pos2, module_ctx_22(D)->module_dgst_pos2
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:54: module_ctx->module_dgst_pos3 = module_dgst_pos3;
adrp x2, _module_dgst_pos3@PAGE ; tmp143,
ldr w2, [x2, #_module_dgst_pos3@PAGEOFF] ;, module_dgst_pos3
str w2, [x0, 412] ; module_dgst_pos3, module_ctx_22(D)->module_dgst_pos3
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:55: module_ctx->module_dgst_size = module_dgst_size;
adrp x2, _module_dgst_size@PAGE ; tmp146,
ldr w2, [x2, #_module_dgst_size@PAGEOFF] ;, module_dgst_size
str w2, [x0, 408] ; module_dgst_size, module_ctx_22(D)->module_dgst_size
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:57: module_ctx->module_esalt_size = module_esalt_size;
adrp x2, _module_esalt_size@PAGE ; tmp149,
ldr w2, [x2, #_module_esalt_size@PAGEOFF] ;, module_esalt_size
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:64: module_ctx->module_hash_decode_potfile = MODULE_DEFAULT;
stp x1, x1, [x0, 328] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:62: module_ctx->module_hash_binary_parse = MODULE_DEFAULT;
stp x1, x1, [x0, 344] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:57: module_ctx->module_esalt_size = module_esalt_size;
str w2, [x0, 392] ; module_esalt_size, module_ctx_22(D)->module_esalt_size
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:66: module_ctx->module_hash_decode = module_hash_decode;
adrp x2, _module_hash_decode@PAGE ; tmp152,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:60: module_ctx->module_forced_outfile_format = MODULE_DEFAULT;
stp x1, x1, [x0, 360] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:58: module_ctx->module_extra_buffer_size = MODULE_DEFAULT;
stp x1, x1, [x0, 376] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:66: module_ctx->module_hash_decode = module_hash_decode;
ldr w2, [x2, #_module_hash_decode@PAGEOFF] ;, module_hash_decode
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:67: module_ctx->module_hash_encode_status = MODULE_DEFAULT;
stp x1, x1, [x0, 304] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:66: module_ctx->module_hash_decode = module_hash_decode;
str w2, [x0, 320] ; module_hash_decode, module_ctx_22(D)->module_hash_decode
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:69: module_ctx->module_hash_encode = module_hash_encode;
adrp x2, _module_hash_encode@PAGE ; tmp155,
ldr w2, [x2, #_module_hash_encode@PAGEOFF] ;, module_hash_encode
str w2, [x0, 296] ; module_hash_encode, module_ctx_22(D)->module_hash_encode
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:72: module_ctx->module_hash_category = module_hash_category;
adrp x2, _module_hash_category@PAGE ; tmp158,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:70: module_ctx->module_hash_init_selftest = MODULE_DEFAULT;
stp x1, x1, [x0, 280] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:72: module_ctx->module_hash_category = module_hash_category;
ldr w2, [x2, #_module_hash_category@PAGEOFF] ;, module_hash_category
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:107: module_ctx->module_tmp_size = MODULE_DEFAULT;
str x1, [x0, 16] ; MODULE_DEFAULT.3_4, module_ctx_22(D)->module_tmp_size
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:104: module_ctx->module_separator = MODULE_DEFAULT;
str x1, [x0, 32] ; MODULE_DEFAULT.3_4, module_ctx_22(D)->module_separator
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:90: module_ctx->module_kern_type_dynamic = MODULE_DEFAULT;
str x1, [x0, 136] ; MODULE_DEFAULT.3_4, module_ctx_22(D)->module_kern_type_dynamic
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:74: module_ctx->module_hashes_count_min = MODULE_DEFAULT;
str x1, [x0, 264] ; MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hashes_count_min
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:72: module_ctx->module_hash_category = module_hash_category;
str w2, [x0, 276] ; module_hash_category, module_ctx_22(D)->module_hash_category
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:73: module_ctx->module_hash_name = module_hash_name;
adrp x2, _module_hash_name@PAGE ; tmp161,
ldr w2, [x2, #_module_hash_name@PAGEOFF] ;, module_hash_name
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:87: module_ctx->module_kernel_threads_max = MODULE_DEFAULT;
stp x1, x1, [x0, 152] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:85: module_ctx->module_kernel_loops_max = MODULE_DEFAULT;
stp x1, x1, [x0, 168] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:73: module_ctx->module_hash_name = module_hash_name;
str w2, [x0, 272] ; module_hash_name, module_ctx_22(D)->module_hash_name
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:89: module_ctx->module_kern_type = module_kern_type;
adrp x2, _module_kern_type@PAGE ; tmp164,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:83: module_ctx->module_kernel_accel_max = MODULE_DEFAULT;
stp x1, x1, [x0, 184] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:81: module_ctx->module_jit_build_options = MODULE_DEFAULT;
stp x1, x1, [x0, 200] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:79: module_ctx->module_hook_salt_size = MODULE_DEFAULT;
stp x1, x1, [x0, 216] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:77: module_ctx->module_hook12 = MODULE_DEFAULT;
stp x1, x1, [x0, 232] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:75: module_ctx->module_hashes_count_max = MODULE_DEFAULT;
stp x1, x1, [x0, 248] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:89: module_ctx->module_kern_type = module_kern_type;
ldr w2, [x2, #_module_kern_type@PAGEOFF] ;, module_kern_type
str w2, [x0, 144] ; module_kern_type, module_ctx_22(D)->module_kern_type
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:91: module_ctx->module_opti_type = module_opti_type;
adrp x2, _module_opti_type@PAGE ; tmp167,
ldr w3, [x2, #_module_opti_type@PAGEOFF] ;, module_opti_type
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:92: module_ctx->module_opts_type = module_opts_type;
adrp x2, _module_opts_type@PAGE ; tmp170,
ldr w2, [x2, #_module_opts_type@PAGEOFF] ;, module_opts_type
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:101: module_ctx->module_salt_max = MODULE_DEFAULT;
stp x1, x1, [x0, 48] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:99: module_ctx->module_pw_max = MODULE_DEFAULT;
stp x1, x1, [x0, 64] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:92: module_ctx->module_opts_type = module_opts_type;
stp w2, w3, [x0, 128] ; module_opts_type, module_opti_type,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:103: module_ctx->module_salt_type = module_salt_type;
adrp x2, _module_salt_type@PAGE ; tmp173,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:97: module_ctx->module_potfile_keep_all_hashes = MODULE_DEFAULT;
stp x1, x1, [x0, 80] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:95: module_ctx->module_potfile_custom_check = MODULE_DEFAULT;
stp x1, x1, [x0, 96] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:93: module_ctx->module_outfile_check_disable = MODULE_DEFAULT;
stp x1, x1, [x0, 112] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:103: module_ctx->module_salt_type = module_salt_type;
ldr w2, [x2, #_module_salt_type@PAGEOFF] ;, module_salt_type
str w2, [x0, 40] ; module_salt_type, module_ctx_22(D)->module_salt_type
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:105: module_ctx->module_st_hash = module_st_hash;
adrp x2, _module_st_hash@PAGE ; tmp176,
ldr w3, [x2, #_module_st_hash@PAGEOFF] ;, module_st_hash
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:106: module_ctx->module_st_pass = module_st_pass;
adrp x2, _module_st_pass@PAGE ; tmp179,
ldr w2, [x2, #_module_st_pass@PAGEOFF] ;, module_st_pass
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:108: module_ctx->module_unstable_warning = MODULE_DEFAULT;
stp x1, x1, [x0] ; MODULE_DEFAULT.3_4, MODULE_DEFAULT.3_4,* module_ctx
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:106: module_ctx->module_st_pass = module_st_pass;
stp w2, w3, [x0, 24] ; module_st_pass, module_st_hash,
; Anghabench/hashcat/src/modules/extr_module_13800.c_module_init.c:110: }
ret
LFE0:
.globl _module_st_pass
.zerofill __DATA,__common,_module_st_pass,4,2
.globl _module_st_hash
.zerofill __DATA,__common,_module_st_hash,4,2
.globl _module_salt_type
.zerofill __DATA,__common,_module_salt_type,4,2
.globl _module_opts_type
.zerofill __DATA,__common,_module_opts_type,4,2
.globl _module_opti_type
.zerofill __DATA,__common,_module_opti_type,4,2
.globl _module_kern_type
.zerofill __DATA,__common,_module_kern_type,4,2
.globl _module_hash_name
.zerofill __DATA,__common,_module_hash_name,4,2
.globl _module_hash_encode
.zerofill __DATA,__common,_module_hash_encode,4,2
.globl _module_hash_decode
.zerofill __DATA,__common,_module_hash_decode,4,2
.globl _module_hash_category
.zerofill __DATA,__common,_module_hash_category,4,2
.globl _module_esalt_size
.zerofill __DATA,__common,_module_esalt_size,4,2
.globl _module_dgst_size
.zerofill __DATA,__common,_module_dgst_size,4,2
.globl _module_dgst_pos3
.zerofill __DATA,__common,_module_dgst_pos3,4,2
.globl _module_dgst_pos2
.zerofill __DATA,__common,_module_dgst_pos2,4,2
.globl _module_dgst_pos1
.zerofill __DATA,__common,_module_dgst_pos1,4,2
.globl _module_dgst_pos0
.zerofill __DATA,__common,_module_dgst_pos0,4,2
.globl _module_attack_exec
.zerofill __DATA,__common,_module_attack_exec,4,2
.globl _MODULE_INTERFACE_VERSION_CURRENT
.zerofill __DATA,__common,_MODULE_INTERFACE_VERSION_CURRENT,4,2
.globl _MODULE_DEFAULT
.zerofill __DATA,__common,_MODULE_DEFAULT,8,3
.globl _MODULE_CONTEXT_SIZE_CURRENT
.zerofill __DATA,__common,_MODULE_CONTEXT_SIZE_CURRENT,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_module_13800.c_module_init.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl module_init
.type module_init, @function
module_init:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:51: module_ctx->module_dgst_pos0 = module_dgst_pos0;
movl module_dgst_pos0(%rip), %ecx # module_dgst_pos0, module_dgst_pos0
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:41: module_ctx->module_context_size = MODULE_CONTEXT_SIZE_CURRENT;
movl MODULE_CONTEXT_SIZE_CURRENT(%rip), %edx # MODULE_CONTEXT_SIZE_CURRENT, MODULE_CONTEXT_SIZE_CURRENT
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:51: module_ctx->module_dgst_pos0 = module_dgst_pos0;
movl %ecx, 424(%rdi) # module_dgst_pos0, module_ctx_22(D)->module_dgst_pos0
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:52: module_ctx->module_dgst_pos1 = module_dgst_pos1;
movl module_dgst_pos1(%rip), %ecx # module_dgst_pos1, module_dgst_pos1
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:41: module_ctx->module_context_size = MODULE_CONTEXT_SIZE_CURRENT;
movl %edx, 488(%rdi) # MODULE_CONTEXT_SIZE_CURRENT, module_ctx_22(D)->module_context_size
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:42: module_ctx->module_interface_version = MODULE_INTERFACE_VERSION_CURRENT;
movl MODULE_INTERFACE_VERSION_CURRENT(%rip), %edx # MODULE_INTERFACE_VERSION_CURRENT, MODULE_INTERFACE_VERSION_CURRENT
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:52: module_ctx->module_dgst_pos1 = module_dgst_pos1;
movl %ecx, 420(%rdi) # module_dgst_pos1, module_ctx_22(D)->module_dgst_pos1
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:53: module_ctx->module_dgst_pos2 = module_dgst_pos2;
movl module_dgst_pos2(%rip), %ecx # module_dgst_pos2, module_dgst_pos2
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:42: module_ctx->module_interface_version = MODULE_INTERFACE_VERSION_CURRENT;
movl %edx, 484(%rdi) # MODULE_INTERFACE_VERSION_CURRENT, module_ctx_22(D)->module_interface_version
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:44: module_ctx->module_attack_exec = module_attack_exec;
movl module_attack_exec(%rip), %edx # module_attack_exec, module_attack_exec
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:53: module_ctx->module_dgst_pos2 = module_dgst_pos2;
movl %ecx, 416(%rdi) # module_dgst_pos2, module_ctx_22(D)->module_dgst_pos2
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:54: module_ctx->module_dgst_pos3 = module_dgst_pos3;
movl module_dgst_pos3(%rip), %ecx # module_dgst_pos3, module_dgst_pos3
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:44: module_ctx->module_attack_exec = module_attack_exec;
movl %edx, 480(%rdi) # module_attack_exec, module_ctx_22(D)->module_attack_exec
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:45: module_ctx->module_benchmark_esalt = MODULE_DEFAULT;
movq MODULE_DEFAULT(%rip), %rdx # MODULE_DEFAULT, MODULE_DEFAULT.3_4
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:54: module_ctx->module_dgst_pos3 = module_dgst_pos3;
movl %ecx, 412(%rdi) # module_dgst_pos3, module_ctx_22(D)->module_dgst_pos3
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:55: module_ctx->module_dgst_size = module_dgst_size;
movl module_dgst_size(%rip), %ecx # module_dgst_size, module_dgst_size
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:45: module_ctx->module_benchmark_esalt = MODULE_DEFAULT;
movq %rdx, 472(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_benchmark_esalt
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:55: module_ctx->module_dgst_size = module_dgst_size;
movl %ecx, 408(%rdi) # module_dgst_size, module_ctx_22(D)->module_dgst_size
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:57: module_ctx->module_esalt_size = module_esalt_size;
movl module_esalt_size(%rip), %ecx # module_esalt_size, module_esalt_size
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:46: module_ctx->module_benchmark_hook_salt = MODULE_DEFAULT;
movq %rdx, 464(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_benchmark_hook_salt
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:57: module_ctx->module_esalt_size = module_esalt_size;
movl %ecx, 392(%rdi) # module_esalt_size, module_ctx_22(D)->module_esalt_size
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:47: module_ctx->module_benchmark_mask = MODULE_DEFAULT;
movq %rdx, 456(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_benchmark_mask
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:48: module_ctx->module_benchmark_salt = MODULE_DEFAULT;
movq %rdx, 448(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_benchmark_salt
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:49: module_ctx->module_build_plain_postprocess = MODULE_DEFAULT;
movq %rdx, 440(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_build_plain_postprocess
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:50: module_ctx->module_deep_comp_kernel = MODULE_DEFAULT;
movq %rdx, 432(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_deep_comp_kernel
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:56: module_ctx->module_dictstat_disable = MODULE_DEFAULT;
movq %rdx, 400(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_dictstat_disable
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:58: module_ctx->module_extra_buffer_size = MODULE_DEFAULT;
movq %rdx, 384(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_extra_buffer_size
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:59: module_ctx->module_extra_tmp_size = MODULE_DEFAULT;
movq %rdx, 376(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_extra_tmp_size
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:60: module_ctx->module_forced_outfile_format = MODULE_DEFAULT;
movq %rdx, 368(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_forced_outfile_format
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:61: module_ctx->module_hash_binary_count = MODULE_DEFAULT;
movq %rdx, 360(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hash_binary_count
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:62: module_ctx->module_hash_binary_parse = MODULE_DEFAULT;
movq %rdx, 352(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hash_binary_parse
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:63: module_ctx->module_hash_binary_save = MODULE_DEFAULT;
movq %rdx, 344(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hash_binary_save
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:64: module_ctx->module_hash_decode_potfile = MODULE_DEFAULT;
movq %rdx, 336(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hash_decode_potfile
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:66: module_ctx->module_hash_decode = module_hash_decode;
movl module_hash_decode(%rip), %ecx # module_hash_decode, module_hash_decode
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:65: module_ctx->module_hash_decode_zero_hash = MODULE_DEFAULT;
movq %rdx, 328(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hash_decode_zero_hash
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:66: module_ctx->module_hash_decode = module_hash_decode;
movl %ecx, 320(%rdi) # module_hash_decode, module_ctx_22(D)->module_hash_decode
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:69: module_ctx->module_hash_encode = module_hash_encode;
movl module_hash_encode(%rip), %ecx # module_hash_encode, module_hash_encode
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:67: module_ctx->module_hash_encode_status = MODULE_DEFAULT;
movq %rdx, 312(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hash_encode_status
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:69: module_ctx->module_hash_encode = module_hash_encode;
movl %ecx, 296(%rdi) # module_hash_encode, module_ctx_22(D)->module_hash_encode
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:72: module_ctx->module_hash_category = module_hash_category;
movl module_hash_category(%rip), %ecx # module_hash_category, module_hash_category
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:68: module_ctx->module_hash_encode_potfile = MODULE_DEFAULT;
movq %rdx, 304(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hash_encode_potfile
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:72: module_ctx->module_hash_category = module_hash_category;
movl %ecx, 276(%rdi) # module_hash_category, module_ctx_22(D)->module_hash_category
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:73: module_ctx->module_hash_name = module_hash_name;
movl module_hash_name(%rip), %ecx # module_hash_name, module_hash_name
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:70: module_ctx->module_hash_init_selftest = MODULE_DEFAULT;
movq %rdx, 288(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hash_init_selftest
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:73: module_ctx->module_hash_name = module_hash_name;
movl %ecx, 272(%rdi) # module_hash_name, module_ctx_22(D)->module_hash_name
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:89: module_ctx->module_kern_type = module_kern_type;
movl module_kern_type(%rip), %ecx # module_kern_type, module_kern_type
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:71: module_ctx->module_hash_mode = MODULE_DEFAULT;
movq %rdx, 280(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hash_mode
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:89: module_ctx->module_kern_type = module_kern_type;
movl %ecx, 144(%rdi) # module_kern_type, module_ctx_22(D)->module_kern_type
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:91: module_ctx->module_opti_type = module_opti_type;
movl module_opti_type(%rip), %ecx # module_opti_type, module_opti_type
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:74: module_ctx->module_hashes_count_min = MODULE_DEFAULT;
movq %rdx, 264(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hashes_count_min
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:75: module_ctx->module_hashes_count_max = MODULE_DEFAULT;
movq %rdx, 256(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hashes_count_max
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:76: module_ctx->module_hlfmt_disable = MODULE_DEFAULT;
movq %rdx, 248(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hlfmt_disable
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:77: module_ctx->module_hook12 = MODULE_DEFAULT;
movq %rdx, 240(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hook12
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:78: module_ctx->module_hook23 = MODULE_DEFAULT;
movq %rdx, 232(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hook23
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:79: module_ctx->module_hook_salt_size = MODULE_DEFAULT;
movq %rdx, 224(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hook_salt_size
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:80: module_ctx->module_hook_size = MODULE_DEFAULT;
movq %rdx, 216(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_hook_size
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:81: module_ctx->module_jit_build_options = MODULE_DEFAULT;
movq %rdx, 208(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_jit_build_options
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:82: module_ctx->module_jit_cache_disable = MODULE_DEFAULT;
movq %rdx, 200(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_jit_cache_disable
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:83: module_ctx->module_kernel_accel_max = MODULE_DEFAULT;
movq %rdx, 192(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_kernel_accel_max
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:84: module_ctx->module_kernel_accel_min = MODULE_DEFAULT;
movq %rdx, 184(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_kernel_accel_min
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:85: module_ctx->module_kernel_loops_max = MODULE_DEFAULT;
movq %rdx, 176(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_kernel_loops_max
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:86: module_ctx->module_kernel_loops_min = MODULE_DEFAULT;
movq %rdx, 168(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_kernel_loops_min
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:87: module_ctx->module_kernel_threads_max = MODULE_DEFAULT;
movq %rdx, 160(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_kernel_threads_max
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:88: module_ctx->module_kernel_threads_min = MODULE_DEFAULT;
movq %rdx, 152(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_kernel_threads_min
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:90: module_ctx->module_kern_type_dynamic = MODULE_DEFAULT;
movq %rdx, 136(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_kern_type_dynamic
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:91: module_ctx->module_opti_type = module_opti_type;
movl %ecx, 132(%rdi) # module_opti_type, module_ctx_22(D)->module_opti_type
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:92: module_ctx->module_opts_type = module_opts_type;
movl module_opts_type(%rip), %ecx # module_opts_type, module_opts_type
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:93: module_ctx->module_outfile_check_disable = MODULE_DEFAULT;
movq %rdx, 120(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_outfile_check_disable
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:92: module_ctx->module_opts_type = module_opts_type;
movl %ecx, 128(%rdi) # module_opts_type, module_ctx_22(D)->module_opts_type
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:103: module_ctx->module_salt_type = module_salt_type;
movl module_salt_type(%rip), %ecx # module_salt_type, module_salt_type
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:94: module_ctx->module_outfile_check_nocomp = MODULE_DEFAULT;
movq %rdx, 112(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_outfile_check_nocomp
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:103: module_ctx->module_salt_type = module_salt_type;
movl %ecx, 40(%rdi) # module_salt_type, module_ctx_22(D)->module_salt_type
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:105: module_ctx->module_st_hash = module_st_hash;
movl module_st_hash(%rip), %ecx # module_st_hash, module_st_hash
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:95: module_ctx->module_potfile_custom_check = MODULE_DEFAULT;
movq %rdx, 104(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_potfile_custom_check
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:105: module_ctx->module_st_hash = module_st_hash;
movl %ecx, 28(%rdi) # module_st_hash, module_ctx_22(D)->module_st_hash
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:106: module_ctx->module_st_pass = module_st_pass;
movl module_st_pass(%rip), %ecx # module_st_pass, module_st_pass
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:96: module_ctx->module_potfile_disable = MODULE_DEFAULT;
movq %rdx, 96(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_potfile_disable
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:97: module_ctx->module_potfile_keep_all_hashes = MODULE_DEFAULT;
movq %rdx, 88(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_potfile_keep_all_hashes
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:98: module_ctx->module_pwdump_column = MODULE_DEFAULT;
movq %rdx, 80(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_pwdump_column
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:99: module_ctx->module_pw_max = MODULE_DEFAULT;
movq %rdx, 72(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_pw_max
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:100: module_ctx->module_pw_min = MODULE_DEFAULT;
movq %rdx, 64(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_pw_min
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:101: module_ctx->module_salt_max = MODULE_DEFAULT;
movq %rdx, 56(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_salt_max
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:102: module_ctx->module_salt_min = MODULE_DEFAULT;
movq %rdx, 48(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_salt_min
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:104: module_ctx->module_separator = MODULE_DEFAULT;
movq %rdx, 32(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_separator
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:106: module_ctx->module_st_pass = module_st_pass;
movl %ecx, 24(%rdi) # module_st_pass, module_ctx_22(D)->module_st_pass
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:107: module_ctx->module_tmp_size = MODULE_DEFAULT;
movq %rdx, 16(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_tmp_size
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:108: module_ctx->module_unstable_warning = MODULE_DEFAULT;
movq %rdx, 8(%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_unstable_warning
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:109: module_ctx->module_warmup_disable = MODULE_DEFAULT;
movq %rdx, (%rdi) # MODULE_DEFAULT.3_4, module_ctx_22(D)->module_warmup_disable
# AnghaBench/hashcat/src/modules/extr_module_13800.c_module_init.c:110: }
ret
.cfi_endproc
.LFE0:
.size module_init, .-module_init
.globl module_st_pass
.bss
.align 4
.type module_st_pass, @object
.size module_st_pass, 4
module_st_pass:
.zero 4
.globl module_st_hash
.align 4
.type module_st_hash, @object
.size module_st_hash, 4
module_st_hash:
.zero 4
.globl module_salt_type
.align 4
.type module_salt_type, @object
.size module_salt_type, 4
module_salt_type:
.zero 4
.globl module_opts_type
.align 4
.type module_opts_type, @object
.size module_opts_type, 4
module_opts_type:
.zero 4
.globl module_opti_type
.align 4
.type module_opti_type, @object
.size module_opti_type, 4
module_opti_type:
.zero 4
.globl module_kern_type
.align 4
.type module_kern_type, @object
.size module_kern_type, 4
module_kern_type:
.zero 4
.globl module_hash_name
.align 4
.type module_hash_name, @object
.size module_hash_name, 4
module_hash_name:
.zero 4
.globl module_hash_encode
.align 4
.type module_hash_encode, @object
.size module_hash_encode, 4
module_hash_encode:
.zero 4
.globl module_hash_decode
.align 4
.type module_hash_decode, @object
.size module_hash_decode, 4
module_hash_decode:
.zero 4
.globl module_hash_category
.align 4
.type module_hash_category, @object
.size module_hash_category, 4
module_hash_category:
.zero 4
.globl module_esalt_size
.align 4
.type module_esalt_size, @object
.size module_esalt_size, 4
module_esalt_size:
.zero 4
.globl module_dgst_size
.align 4
.type module_dgst_size, @object
.size module_dgst_size, 4
module_dgst_size:
.zero 4
.globl module_dgst_pos3
.align 4
.type module_dgst_pos3, @object
.size module_dgst_pos3, 4
module_dgst_pos3:
.zero 4
.globl module_dgst_pos2
.align 4
.type module_dgst_pos2, @object
.size module_dgst_pos2, 4
module_dgst_pos2:
.zero 4
.globl module_dgst_pos1
.align 4
.type module_dgst_pos1, @object
.size module_dgst_pos1, 4
module_dgst_pos1:
.zero 4
.globl module_dgst_pos0
.align 4
.type module_dgst_pos0, @object
.size module_dgst_pos0, 4
module_dgst_pos0:
.zero 4
.globl module_attack_exec
.align 4
.type module_attack_exec, @object
.size module_attack_exec, 4
module_attack_exec:
.zero 4
.globl MODULE_INTERFACE_VERSION_CURRENT
.align 4
.type MODULE_INTERFACE_VERSION_CURRENT, @object
.size MODULE_INTERFACE_VERSION_CURRENT, 4
MODULE_INTERFACE_VERSION_CURRENT:
.zero 4
.globl MODULE_DEFAULT
.align 8
.type MODULE_DEFAULT, @object
.size MODULE_DEFAULT, 8
MODULE_DEFAULT:
.zero 8
.globl MODULE_CONTEXT_SIZE_CURRENT
.align 4
.type MODULE_CONTEXT_SIZE_CURRENT, @object
.size MODULE_CONTEXT_SIZE_CURRENT, 4
MODULE_CONTEXT_SIZE_CURRENT:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/kernel/livepatch/extr_..schedsched.h_sub_nr_running.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _sub_nr_running
_sub_nr_running:
LFB0:
; Anghabench/linux/kernel/livepatch/extr_..schedsched.h_sub_nr_running.c:20: rq->nr_running -= count;
ldr w3, [x0] ;, rq_6(D)->nr_running
sub w3, w3, w1 ; _3, rq_6(D)->nr_running, count
str w3, [x0] ; _3, rq_6(D)->nr_running
; Anghabench/linux/kernel/livepatch/extr_..schedsched.h_sub_nr_running.c:22: sched_update_tick_dependency(rq);
b _sched_update_tick_dependency ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_..schedsched.h_sub_nr_running.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type sub_nr_running, @function
sub_nr_running:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/linux/kernel/livepatch/extr_..schedsched.h_sub_nr_running.c:20: rq->nr_running -= count;
subl %esi, (%rdi) # tmp89, rq_6(D)->nr_running
# AnghaBench/linux/kernel/livepatch/extr_..schedsched.h_sub_nr_running.c:22: sched_update_tick_dependency(rq);
jmp sched_update_tick_dependency@PLT #
.cfi_endproc
.LFE0:
.size sub_nr_running, .-sub_nr_running
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _nfs_probe_fsinfo
_nfs_probe_fsinfo:
LFB0:
stp x29, x30, [sp, -112]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x20, x2 ; fattr, fattr
mov x19, x0 ; server, server
stp x21, x22, [sp, 32] ;,,
LCFI3:
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:33: struct nfs_client *clp = server->nfs_client;
ldr x21, [x0, 8] ; clp, server_17(D)->nfs_client
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:36: if (clp->rpc_ops->set_capabilities != NULL) {
ldr x2, [x21] ; clp_18->rpc_ops, clp_18->rpc_ops
ldr x2, [x2] ; _2, _1->set_capabilities
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:31: {
str x23, [sp, 48] ;,
LCFI4:
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:31: {
mov x23, x1 ; mntfh, mntfh
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:36: if (clp->rpc_ops->set_capabilities != NULL) {
cbz x2, L5 ; _2,
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:37: error = clp->rpc_ops->set_capabilities(server, mntfh);
blr x2 ; _2
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:38: if (error < 0)
tbnz w0, #31, L1 ; <retval>,
L5:
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:44: memset(fsinfo.layouttype, 0, sizeof(fsinfo.layouttype));
mov w2, 4 ;,
mov w1, 0 ;,
ldr w0, [x29, 88] ;, fsinfo.layouttype
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:43: fsinfo.nlayouttypes = 0;
stp xzr, x20, [x29, 96] ;, fattr,
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:44: memset(fsinfo.layouttype, 0, sizeof(fsinfo.layouttype));
bl _memset ;
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:45: error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo);
ldr x0, [x21] ; clp_18->rpc_ops, clp_18->rpc_ops
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:45: error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo);
add x2, x29, 88 ;,,
mov x1, x23 ;, mntfh
ldr x3, [x0, 8] ; _4->fsinfo, _4->fsinfo
mov x0, x19 ;, server
blr x3 ; _4->fsinfo
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:46: if (error < 0)
tbnz w0, #31, L1 ; <retval>,
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:49: nfs_server_set_fsinfo(server, &fsinfo);
add x1, x29, 88 ;,,
mov x0, x19 ;, server
bl _nfs_server_set_fsinfo ;
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:52: if (server->namelen == 0) {
ldr x0, [x19] ; server_17(D)->namelen, server_17(D)->namelen
cbz x0, L6 ; server_17(D)->namelen,
L8:
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:62: return 0;
mov w0, 0 ; <retval>,
L1:
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:63: }
ldr x23, [sp, 48] ;,
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x29, x30, [sp], 112 ;,,,
LCFI5:
ret
.p2align 2,,3
L6:
LCFI6:
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:56: nfs_fattr_init(fattr);
mov x0, x20 ;, fattr
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:55: pathinfo.fattr = fattr;
str x20, [x29, 80] ; fattr, pathinfo.fattr
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:56: nfs_fattr_init(fattr);
bl _nfs_fattr_init ;
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:58: if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0)
ldr x0, [x21] ; clp_18->rpc_ops, clp_18->rpc_ops
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:58: if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0)
add x2, x29, 72 ;,,
mov x1, x23 ;, mntfh
ldr x3, [x0, 16] ; _7->pathconf, _7->pathconf
mov x0, x19 ;, server
blr x3 ; _7->pathconf
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:58: if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0)
tbnz x0, #63, L8 ; _9,
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:59: server->namelen = pathinfo.max_namelen;
ldr x0, [x29, 72] ; pathinfo.max_namelen, pathinfo.max_namelen
str x0, [x19] ; pathinfo.max_namelen, server_17(D)->namelen
; Anghabench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:62: return 0;
mov w0, 0 ; <retval>,
b L1 ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x70
.byte 0x9d
.uleb128 0xe
.byte 0x9e
.uleb128 0xd
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0xc
.byte 0x94
.uleb128 0xb
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0xa
.byte 0x96
.uleb128 0x9
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x97
.uleb128 0x8
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_client.c_nfs_probe_fsinfo.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl nfs_probe_fsinfo
.type nfs_probe_fsinfo, @function
nfs_probe_fsinfo:
.LFB0:
.cfi_startproc
endbr64
pushq %r14 #
.cfi_def_cfa_offset 16
.cfi_offset 14, -16
pushq %r13 #
.cfi_def_cfa_offset 24
.cfi_offset 13, -24
pushq %r12 #
.cfi_def_cfa_offset 32
.cfi_offset 12, -32
movq %rdx, %r12 # tmp112, fattr
pushq %rbp #
.cfi_def_cfa_offset 40
.cfi_offset 6, -40
movq %rsi, %rbp # tmp111, mntfh
pushq %rbx #
.cfi_def_cfa_offset 48
.cfi_offset 3, -48
movq %rdi, %rbx # tmp110, server
subq $48, %rsp #,
.cfi_def_cfa_offset 96
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:33: struct nfs_client *clp = server->nfs_client;
movq 8(%rdi), %r13 # server_16(D)->nfs_client, clp
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:31: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp116
movq %rax, 40(%rsp) # tmp116, D.2024
xorl %eax, %eax # tmp116
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:36: if (clp->rpc_ops->set_capabilities != NULL) {
movq 0(%r13), %rax # clp_17->rpc_ops, clp_17->rpc_ops
movq (%rax), %rax # _1->set_capabilities, _2
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:36: if (clp->rpc_ops->set_capabilities != NULL) {
testq %rax, %rax # _2
je .L5 #,
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:37: error = clp->rpc_ops->set_capabilities(server, mntfh);
call *%rax # _2
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:38: if (error < 0)
testl %eax, %eax # <retval>
js .L1 #,
.L5:
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:44: memset(fsinfo.layouttype, 0, sizeof(fsinfo.layouttype));
movl 16(%rsp), %edi # fsinfo.layouttype,
xorl %esi, %esi #
movl $4, %edx #,
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:42: fsinfo.fattr = fattr;
movq %r12, 32(%rsp) # fattr, fsinfo.fattr
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:43: fsinfo.nlayouttypes = 0;
movq $0, 24(%rsp) #, fsinfo.nlayouttypes
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:45: error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo);
leaq 16(%rsp), %r14 #, tmp100
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:44: memset(fsinfo.layouttype, 0, sizeof(fsinfo.layouttype));
call memset@PLT #
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:45: error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo);
movq 0(%r13), %rax # clp_17->rpc_ops, clp_17->rpc_ops
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:45: error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo);
movq %r14, %rdx # tmp100,
movq %rbp, %rsi # mntfh,
movq %rbx, %rdi # server,
call *8(%rax) # _4->fsinfo
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:46: if (error < 0)
testl %eax, %eax # <retval>
js .L1 #,
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:49: nfs_server_set_fsinfo(server, &fsinfo);
movq %r14, %rsi # tmp100,
movq %rbx, %rdi # server,
call nfs_server_set_fsinfo@PLT #
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:62: return 0;
xorl %eax, %eax # <retval>
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:52: if (server->namelen == 0) {
cmpq $0, (%rbx) #, server_16(D)->namelen
je .L12 #,
.L1:
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:63: }
movq 40(%rsp), %rdx # D.2024, tmp117
subq %fs:40, %rdx # MEM[(<address-space-1> long unsigned int *)40B], tmp117
jne .L13 #,
addq $48, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 48
popq %rbx #
.cfi_def_cfa_offset 40
popq %rbp #
.cfi_def_cfa_offset 32
popq %r12 #
.cfi_def_cfa_offset 24
popq %r13 #
.cfi_def_cfa_offset 16
popq %r14 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L12:
.cfi_restore_state
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:56: nfs_fattr_init(fattr);
movq %r12, %rdi # fattr,
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:55: pathinfo.fattr = fattr;
movq %r12, 8(%rsp) # fattr, pathinfo.fattr
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:56: nfs_fattr_init(fattr);
call nfs_fattr_init@PLT #
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:58: if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0)
movq 0(%r13), %rax # clp_17->rpc_ops, clp_17->rpc_ops
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:58: if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0)
movq %rsp, %rdx #, tmp104
movq %rbp, %rsi # mntfh,
movq %rbx, %rdi # server,
call *16(%rax) # _7->pathconf
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:58: if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0)
testq %rax, %rax # tmp115
js .L6 #,
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:59: server->namelen = pathinfo.max_namelen;
movq (%rsp), %rax # pathinfo.max_namelen, pathinfo.max_namelen
movq %rax, (%rbx) # pathinfo.max_namelen, server_16(D)->namelen
.L6:
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:62: return 0;
xorl %eax, %eax # <retval>
jmp .L1 #
.L13:
# AnghaBench/linux/fs/nfs/extr_client.c_nfs_probe_fsinfo.c:63: }
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size nfs_probe_fsinfo, .-nfs_probe_fsinfo
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/video/fbdev/sis/extr_init.c_SiS_ResetSegmentRegOver.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _SiS_ResetSegmentRegOver
_SiS_ResetSegmentRegOver:
LFB0:
; Anghabench/linux/drivers/video/fbdev/sis/extr_init.c_SiS_ResetSegmentRegOver.c:21: SiS_SetSegmentRegOver(SiS_Pr, 0);
mov w1, 0 ;,
b _SiS_SetSegmentRegOver ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_init.c_SiS_ResetSegmentRegOver.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type SiS_ResetSegmentRegOver, @function
SiS_ResetSegmentRegOver:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/linux/drivers/video/fbdev/sis/extr_init.c_SiS_ResetSegmentRegOver.c:21: SiS_SetSegmentRegOver(SiS_Pr, 0);
xorl %esi, %esi #
jmp SiS_SetSegmentRegOver@PLT #
.cfi_endproc
.LFE0:
.size SiS_ResetSegmentRegOver, .-SiS_ResetSegmentRegOver
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
freebsd/sys/contrib/dev/ath/ath_hal/ar9300/extr_ar9300_interrupts.c_ar9300_set_intr_mitigation_timer.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _ar9300_set_intr_mitigation_timer
_ar9300_set_intr_mitigation_timer:
LFB0:
; Anghabench/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/extr_ar9300_interrupts.c_ar9300_set_intr_mitigation_timer.c:60: }
ret
LFE0:
.globl _AR_TIMT_LAST
.zerofill __DATA,__common,_AR_TIMT_LAST,4,2
.globl _AR_TIMT_FIRST
.zerofill __DATA,__common,_AR_TIMT_FIRST,4,2
.globl _AR_TIMT
.zerofill __DATA,__common,_AR_TIMT,4,2
.globl _AR_RIMT_LAST
.zerofill __DATA,__common,_AR_RIMT_LAST,4,2
.globl _AR_RIMT_FIRST
.zerofill __DATA,__common,_AR_RIMT_FIRST,4,2
.globl _AR_RIMT
.zerofill __DATA,__common,_AR_RIMT,4,2
.globl _AR_MIRT
.zerofill __DATA,__common,_AR_MIRT,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_ar9300_interrupts.c_ar9300_set_intr_mitigation_timer.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl ar9300_set_intr_mitigation_timer
.type ar9300_set_intr_mitigation_timer, @function
ar9300_set_intr_mitigation_timer:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/extr_ar9300_interrupts.c_ar9300_set_intr_mitigation_timer.c:60: }
ret
.cfi_endproc
.LFE0:
.size ar9300_set_intr_mitigation_timer, .-ar9300_set_intr_mitigation_timer
.globl AR_TIMT_LAST
.bss
.align 4
.type AR_TIMT_LAST, @object
.size AR_TIMT_LAST, 4
AR_TIMT_LAST:
.zero 4
.globl AR_TIMT_FIRST
.align 4
.type AR_TIMT_FIRST, @object
.size AR_TIMT_FIRST, 4
AR_TIMT_FIRST:
.zero 4
.globl AR_TIMT
.align 4
.type AR_TIMT, @object
.size AR_TIMT, 4
AR_TIMT:
.zero 4
.globl AR_RIMT_LAST
.align 4
.type AR_RIMT_LAST, @object
.size AR_RIMT_LAST, 4
AR_RIMT_LAST:
.zero 4
.globl AR_RIMT_FIRST
.align 4
.type AR_RIMT_FIRST, @object
.size AR_RIMT_FIRST, 4
AR_RIMT_FIRST:
.zero 4
.globl AR_RIMT
.align 4
.type AR_RIMT, @object
.size AR_RIMT, 4
AR_RIMT:
.zero 4
.globl AR_MIRT
.align 4
.type AR_MIRT, @object
.size AR_MIRT, 4
AR_MIRT:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _fsl_elbc_write_page
_fsl_elbc_write_page:
LFB0:
stp x29, x30, [sp, -64]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
mov x19, x0 ; chip, chip
str x21, [sp, 32] ;,
LCFI3:
; Anghabench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:25: {
mov w21, w3 ; page, page
str x1, [x29, 56] ; buf, %sfp
; Anghabench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:26: struct mtd_info *mtd = nand_to_mtd(chip);
bl _nand_to_mtd ;
mov x20, x0 ; mtd,
; Anghabench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:28: nand_prog_page_begin_op(chip, page, 0, buf, mtd->writesize);
ldr x3, [x29, 56] ;, %sfp
mov w1, w21 ;, page
mov w2, 0 ;,
mov x0, x19 ;, chip
ldr w4, [x20, 4] ;, mtd_7->writesize
bl _nand_prog_page_begin_op ;
; Anghabench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:29: fsl_elbc_write_buf(chip, chip->oob_poi, mtd->oobsize);
ldr w1, [x19] ;, chip_5(D)->oob_poi
mov x0, x19 ;, chip
ldr w2, [x20] ;, mtd_7->oobsize
bl _fsl_elbc_write_buf ;
; Anghabench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:32: }
ldr x21, [sp, 32] ;,
; Anghabench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:31: return nand_prog_page_end_op(chip);
mov x0, x19 ;, chip
; Anghabench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:32: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI4:
; Anghabench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:31: return nand_prog_page_end_op(chip);
b _nand_prog_page_end_op ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x40
.byte 0x9d
.uleb128 0x8
.byte 0x9e
.uleb128 0x7
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x6
.byte 0x94
.uleb128 0x5
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x95
.uleb128 0x4
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xde
.byte 0xdd
.byte 0xd5
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_fsl_elbc_nand.c_fsl_elbc_write_page.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type fsl_elbc_write_page, @function
fsl_elbc_write_page:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
movq %rsi, %r13 # tmp93, buf
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
movl %ecx, %r12d # tmp94, page
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
movq %rdi, %rbp # tmp92, chip
pushq %rbx #
.cfi_def_cfa_offset 40
.cfi_offset 3, -40
subq $8, %rsp #,
.cfi_def_cfa_offset 48
# AnghaBench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:26: struct mtd_info *mtd = nand_to_mtd(chip);
call nand_to_mtd@PLT #
# AnghaBench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:28: nand_prog_page_begin_op(chip, page, 0, buf, mtd->writesize);
movq %r13, %rcx # buf,
movl %r12d, %esi # page,
movq %rbp, %rdi # chip,
movl 4(%rax), %r8d # mtd_7->writesize,
# AnghaBench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:26: struct mtd_info *mtd = nand_to_mtd(chip);
movq %rax, %rbx # tmp95, mtd
# AnghaBench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:28: nand_prog_page_begin_op(chip, page, 0, buf, mtd->writesize);
xorl %edx, %edx #
call nand_prog_page_begin_op@PLT #
# AnghaBench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:29: fsl_elbc_write_buf(chip, chip->oob_poi, mtd->oobsize);
movl (%rbx), %edx # mtd_7->oobsize,
movl 0(%rbp), %esi # chip_5(D)->oob_poi,
movq %rbp, %rdi # chip,
call fsl_elbc_write_buf@PLT #
# AnghaBench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:32: }
addq $8, %rsp #,
.cfi_def_cfa_offset 40
# AnghaBench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:31: return nand_prog_page_end_op(chip);
movq %rbp, %rdi # chip,
# AnghaBench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:32: }
popq %rbx #
.cfi_def_cfa_offset 32
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
# AnghaBench/linux/drivers/mtd/nand/raw/extr_fsl_elbc_nand.c_fsl_elbc_write_page.c:31: return nand_prog_page_end_op(chip);
jmp nand_prog_page_end_op@PLT #
.cfi_endproc
.LFE0:
.size fsl_elbc_write_page, .-fsl_elbc_write_page
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _lsock_stop
_lsock_stop:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
str x19, [sp, 16] ;,
LCFI2:
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:27: if (my_trans != NULL) {
adrp x19, _my_trans@PAGE ; tmp122,
ldr x3, [x19, #_my_trans@PAGEOFF] ; my_trans.0_1, my_trans
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:27: if (my_trans != NULL) {
cbz x3, L2 ; my_trans.0_1,
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:28: if (!force && trans_first_port(my_trans) != NULL)
cbnz w0, L3 ; force,
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:28: if (!force && trans_first_port(my_trans) != NULL)
mov x0, x3 ;, my_trans.0_1
bl _trans_first_port ;
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:28: if (!force && trans_first_port(my_trans) != NULL)
cbz x0, L8 ; _2,
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:29: return (SNMP_ERR_GENERR);
adrp x0, _SNMP_ERR_GENERR@PAGE ; tmp112,
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:34: }
ldr x19, [sp, 16] ;,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:29: return (SNMP_ERR_GENERR);
ldr w0, [x0, #_SNMP_ERR_GENERR@PAGEOFF] ;, SNMP_ERR_GENERR
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:34: }
ret
.p2align 2,,3
L8:
LCFI4:
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:30: trans_iter_port(my_trans, lsock_remove, 0);
ldr x3, [x19, #_my_trans@PAGEOFF] ; my_trans.0_1, my_trans
L3:
adrp x0, _lsock_remove@PAGE ; tmp114,
mov w2, 0 ;,
ldr w1, [x0, #_lsock_remove@PAGEOFF] ;, lsock_remove
mov x0, x3 ;, my_trans.0_1
bl _trans_iter_port ;
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:31: return (trans_unregister(my_trans));
ldr x0, [x19, #_my_trans@PAGEOFF] ;, my_trans
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:34: }
ldr x19, [sp, 16] ;,
ldp x29, x30, [sp], 32 ;,,,
LCFI5:
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:31: return (trans_unregister(my_trans));
b _trans_unregister ;
.p2align 2,,3
L2:
LCFI6:
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:33: return (SNMP_ERR_NOERROR);
adrp x0, _SNMP_ERR_NOERROR@PAGE ; tmp120,
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:34: }
ldr x19, [sp, 16] ;,
ldp x29, x30, [sp], 32 ;,,,
LCFI7:
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:33: return (SNMP_ERR_NOERROR);
ldr w0, [x0, #_SNMP_ERR_NOERROR@PAGEOFF] ;, SNMP_ERR_NOERROR
; Anghabench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:34: }
ret
LFE0:
.globl _my_trans
.zerofill __DATA,__common,_my_trans,8,3
.globl _lsock_remove
.zerofill __DATA,__common,_lsock_remove,4,2
.globl _SNMP_ERR_NOERROR
.zerofill __DATA,__common,_SNMP_ERR_NOERROR,4,2
.globl _SNMP_ERR_GENERR
.zerofill __DATA,__common,_SNMP_ERR_GENERR,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xb
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_trans_lsock.c_lsock_stop.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type lsock_stop, @function
lsock_stop:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:27: if (my_trans != NULL) {
movq my_trans(%rip), %r8 # my_trans, my_trans.0_1
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:27: if (my_trans != NULL) {
testq %r8, %r8 # my_trans.0_1
je .L2 #,
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:25: {
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:28: if (!force && trans_first_port(my_trans) != NULL)
testl %edi, %edi # force
jne .L3 #,
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:28: if (!force && trans_first_port(my_trans) != NULL)
movq %r8, %rdi # my_trans.0_1,
call trans_first_port@PLT #
movq %rax, %r8 #, tmp92
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:29: return (SNMP_ERR_GENERR);
movl SNMP_ERR_GENERR(%rip), %eax # SNMP_ERR_GENERR, <retval>
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:28: if (!force && trans_first_port(my_trans) != NULL)
testq %r8, %r8 # tmp92
je .L11 #,
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:34: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L11:
.cfi_restore_state
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:30: trans_iter_port(my_trans, lsock_remove, 0);
movq my_trans(%rip), %r8 # my_trans, my_trans.0_1
.L3:
movl lsock_remove(%rip), %esi # lsock_remove,
movq %r8, %rdi # my_trans.0_1,
xorl %edx, %edx #
call trans_iter_port@PLT #
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:31: return (trans_unregister(my_trans));
movq my_trans(%rip), %rdi # my_trans,
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:34: }
addq $8, %rsp #,
.cfi_def_cfa_offset 8
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:31: return (trans_unregister(my_trans));
jmp trans_unregister@PLT #
.p2align 4,,10
.p2align 3
.L2:
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:33: return (SNMP_ERR_NOERROR);
movl SNMP_ERR_NOERROR(%rip), %eax # SNMP_ERR_NOERROR, <retval>
# AnghaBench/freebsd/contrib/bsnmp/snmpd/extr_trans_lsock.c_lsock_stop.c:34: }
ret
.cfi_endproc
.LFE0:
.size lsock_stop, .-lsock_stop
.globl my_trans
.bss
.align 8
.type my_trans, @object
.size my_trans, 8
my_trans:
.zero 8
.globl lsock_remove
.align 4
.type lsock_remove, @object
.size lsock_remove, 4
lsock_remove:
.zero 4
.globl SNMP_ERR_NOERROR
.align 4
.type SNMP_ERR_NOERROR, @object
.size SNMP_ERR_NOERROR, 4
SNMP_ERR_NOERROR:
.zero 4
.globl SNMP_ERR_GENERR
.align 4
.type SNMP_ERR_GENERR, @object
.size SNMP_ERR_GENERR, 4
SNMP_ERR_GENERR:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _packet_id_send_update
_packet_id_send_update:
LFB0:
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:21: {
mov x2, x0 ; p, p
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:22: if (!p->time)
ldr x0, [x0] ; p_14(D)->time, p_14(D)->time
cbnz x0, L2 ; p_14(D)->time,
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:24: p->time = now;
adrp x0, _now@PAGE ; tmp113,
ldr x0, [x0, #_now@PAGEOFF] ; now, now
str x0, [x2] ; now, p_14(D)->time
L2:
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:26: if (p->id == PACKET_ID_MAX)
adrp x3, _PACKET_ID_MAX@PAGE ; tmp116,
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:26: if (p->id == PACKET_ID_MAX)
ldr x0, [x2, 8] ; _3, p_14(D)->id
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:26: if (p->id == PACKET_ID_MAX)
ldr x3, [x3, #_PACKET_ID_MAX@PAGEOFF] ; PACKET_ID_MAX, PACKET_ID_MAX
cmp x0, x3 ; _3, PACKET_ID_MAX
beq L3 ;,
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:38: p->id++;
add x0, x0, 1 ; _21, _3,
L4:
str x0, [x2, 8] ; _21, p_14(D)->id
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:39: return true;
mov w0, 1 ; <retval>,
L1:
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:40: }
ret
.p2align 2,,3
L3:
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:33: return false;
mov w0, 0 ; <retval>,
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:31: if (!long_form || now <= p->time)
cbz w1, L1 ; long_form,
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:31: if (!long_form || now <= p->time)
adrp x1, _now@PAGE ; tmp119,
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:31: if (!long_form || now <= p->time)
ldr x3, [x2] ; p_14(D)->time, p_14(D)->time
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:31: if (!long_form || now <= p->time)
ldr x1, [x1, #_now@PAGEOFF] ; now.2_6, now
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:31: if (!long_form || now <= p->time)
cmp x3, x1 ; p_14(D)->time, now.2_6
bge L1 ;,
; Anghabench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:35: p->time = now;
mov x0, 1 ; _21,
str x1, [x2] ; now.2_6, p_14(D)->time
b L4 ;
LFE0:
.globl _now
.zerofill __DATA,__common,_now,8,3
.globl _PACKET_ID_MAX
.zerofill __DATA,__common,_PACKET_ID_MAX,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_packet_id.c_packet_id_send_update.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type packet_id_send_update, @function
packet_id_send_update:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:22: if (!p->time)
cmpq $0, (%rdi) #, p_14(D)->time
jne .L2 #,
# AnghaBench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:24: p->time = now;
movq now(%rip), %rax # now, now
movq %rax, (%rdi) # now, p_14(D)->time
.L2:
# AnghaBench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:26: if (p->id == PACKET_ID_MAX)
movq 8(%rdi), %rax # p_14(D)->id, _3
# AnghaBench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:26: if (p->id == PACKET_ID_MAX)
cmpq PACKET_ID_MAX(%rip), %rax # PACKET_ID_MAX, _3
je .L3 #,
# AnghaBench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:38: p->id++;
addq $1, %rax #, prephitmp_22
.L4:
movq %rax, 8(%rdi) # prephitmp_22, p_14(D)->id
# AnghaBench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:39: return true;
movl $1, %eax #, <retval>
.L1:
# AnghaBench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:40: }
ret
.p2align 4,,10
.p2align 3
.L3:
# AnghaBench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:33: return false;
xorl %eax, %eax # <retval>
# AnghaBench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:31: if (!long_form || now <= p->time)
testl %esi, %esi # long_form
je .L1 #,
# AnghaBench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:31: if (!long_form || now <= p->time)
movq now(%rip), %rdx # now, now.2_6
# AnghaBench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:31: if (!long_form || now <= p->time)
cmpq %rdx, (%rdi) # now.2_6, p_14(D)->time
jge .L1 #,
# AnghaBench/openvpn/src/openvpn/extr_packet_id.c_packet_id_send_update.c:35: p->time = now;
movq %rdx, (%rdi) # now.2_6, p_14(D)->time
movl $1, %eax #, prephitmp_22
jmp .L4 #
.cfi_endproc
.LFE0:
.size packet_id_send_update, .-packet_id_send_update
.globl now
.bss
.align 8
.type now, @object
.size now, 8
now:
.zero 8
.globl PACKET_ID_MAX
.align 8
.type PACKET_ID_MAX, @object
.size PACKET_ID_MAX, 8
PACKET_ID_MAX:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _smb2_mkdir_setinfo
_smb2_mkdir_setinfo:
LFB0:
sub sp, sp, #128 ;,,
LCFI0:
stp x29, x30, [sp, 32] ;,,
LCFI1:
add x29, sp, 32 ;,,
LCFI2:
stp x19, x20, [sp, 48] ;,,
LCFI3:
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:48: memset(&data, 0, sizeof(data));
add x19, x29, 80 ; tmp118,,
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:41: {
mov x20, x0 ; inode, inode
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:48: memset(&data, 0, sizeof(data));
mov x0, x19 ;, tmp118
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:41: {
stp x23, x24, [sp, 80] ;,,
LCFI4:
mov x23, x1 ; name, name
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:48: memset(&data, 0, sizeof(data));
mov w1, 0 ;,
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:41: {
mov w24, w4 ; xid, xid
str x25, [sp, 96] ;,
LCFI5:
mov x25, x2 ; cifs_sb, cifs_sb
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:48: memset(&data, 0, sizeof(data));
mov w2, 4 ;,
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:41: {
stp x21, x22, [sp, 64] ;,,
LCFI6:
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:41: {
mov x22, x3 ; tcon, tcon
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:48: memset(&data, 0, sizeof(data));
bl _memset ;
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:49: cifs_i = CIFS_I(inode);
mov x0, x20 ;, inode
bl _CIFS_I ;
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:50: dosattrs = cifs_i->cifsAttrs | ATTR_READONLY;
ldr w21, [x0] ;, cifs_i_15->cifsAttrs
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:49: cifs_i = CIFS_I(inode);
mov x20, x0 ; cifs_i, cifs_i
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:50: dosattrs = cifs_i->cifsAttrs | ATTR_READONLY;
adrp x0, _ATTR_READONLY@PAGE ; tmp120,
ldr w0, [x0, #_ATTR_READONLY@PAGEOFF] ;, ATTR_READONLY
orr w21, w21, w0 ; dosattrs, cifs_i_15->cifsAttrs, ATTR_READONLY
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:51: data.Attributes = cpu_to_le32(dosattrs);
mov w0, w21 ;, dosattrs
bl _cpu_to_le32 ;
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:52: cifs_get_writable_path(tcon, name, &cfile);
add x2, x29, 88 ;,,
mov x1, x23 ;, name
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:51: data.Attributes = cpu_to_le32(dosattrs);
str w0, [x29, 80] ; _3, data.Attributes
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:52: cifs_get_writable_path(tcon, name, &cfile);
mov x0, x22 ;, tcon
bl _cifs_get_writable_path ;
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:53: tmprc = smb2_compound_op(xid, tcon, cifs_sb, name,
ldr x0, [x29, 88] ; cfile, cfile
mov x3, x23 ;, name
mov x2, x25 ;, cifs_sb
mov x1, x22 ;, tcon
str x19, [sp] ; tmp118,
str x0, [sp, 16] ; cfile,
adrp x0, _SMB2_OP_SET_INFO@PAGE ; tmp138,
ldr w0, [x0, #_SMB2_OP_SET_INFO@PAGEOFF] ;, SMB2_OP_SET_INFO
str w0, [sp, 8] ; SMB2_OP_SET_INFO,
adrp x0, _ACL_NO_MODE@PAGE ; tmp125,
ldr w7, [x0, #_ACL_NO_MODE@PAGEOFF] ;, ACL_NO_MODE
adrp x0, _CREATE_NOT_FILE@PAGE ; tmp128,
ldr w6, [x0, #_CREATE_NOT_FILE@PAGEOFF] ;, CREATE_NOT_FILE
adrp x0, _FILE_CREATE@PAGE ; tmp131,
ldr w5, [x0, #_FILE_CREATE@PAGEOFF] ;, FILE_CREATE
adrp x0, _FILE_WRITE_ATTRIBUTES@PAGE ; tmp134,
ldr w4, [x0, #_FILE_WRITE_ATTRIBUTES@PAGEOFF] ;, FILE_WRITE_ATTRIBUTES
mov w0, w24 ;, xid
bl _smb2_compound_op ;
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:57: if (tmprc == 0)
cbnz w0, L1 ; tmprc,
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:58: cifs_i->cifsAttrs = dosattrs;
str w21, [x20] ; dosattrs, cifs_i_15->cifsAttrs
L1:
; Anghabench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:59: }
ldr x25, [sp, 96] ;,
ldp x29, x30, [sp, 32] ;,,
ldp x19, x20, [sp, 48] ;,,
ldp x21, x22, [sp, 64] ;,,
ldp x23, x24, [sp, 80] ;,,
add sp, sp, 128 ;,,
LCFI7:
ret
LFE0:
.globl _SMB2_OP_SET_INFO
.zerofill __DATA,__common,_SMB2_OP_SET_INFO,4,2
.globl _FILE_WRITE_ATTRIBUTES
.zerofill __DATA,__common,_FILE_WRITE_ATTRIBUTES,4,2
.globl _FILE_CREATE
.zerofill __DATA,__common,_FILE_CREATE,4,2
.globl _CREATE_NOT_FILE
.zerofill __DATA,__common,_CREATE_NOT_FILE,4,2
.globl _ATTR_READONLY
.zerofill __DATA,__common,_ATTR_READONLY,4,2
.globl _ACL_NO_MODE
.zerofill __DATA,__common,_ACL_NO_MODE,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x80
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0x9d
.uleb128 0xc
.byte 0x9e
.uleb128 0xb
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xc
.uleb128 0x1d
.uleb128 0x60
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x93
.uleb128 0xa
.byte 0x94
.uleb128 0x9
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x97
.uleb128 0x6
.byte 0x98
.uleb128 0x5
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0x99
.uleb128 0x4
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0x95
.uleb128 0x8
.byte 0x96
.uleb128 0x7
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xd9
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xdd
.byte 0xde
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_smb2inode.c_smb2_mkdir_setinfo.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl smb2_mkdir_setinfo
.type smb2_mkdir_setinfo, @function
smb2_mkdir_setinfo:
.LFB0:
.cfi_startproc
endbr64
pushq %r15 #
.cfi_def_cfa_offset 16
.cfi_offset 15, -16
movq %rdx, %r15 # tmp113, cifs_sb
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:48: memset(&data, 0, sizeof(data));
movl $4, %edx #,
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:41: {
pushq %r14 #
.cfi_def_cfa_offset 24
.cfi_offset 14, -24
movl %r8d, %r14d # tmp115, xid
pushq %r13 #
.cfi_def_cfa_offset 32
.cfi_offset 13, -32
movq %rdi, %r13 # tmp111, inode
pushq %r12 #
.cfi_def_cfa_offset 40
.cfi_offset 12, -40
movq %rsi, %r12 # tmp112, name
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:48: memset(&data, 0, sizeof(data));
xorl %esi, %esi #
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:41: {
pushq %rbp #
.cfi_def_cfa_offset 48
.cfi_offset 6, -48
movq %rcx, %rbp # tmp114, tcon
pushq %rbx #
.cfi_def_cfa_offset 56
.cfi_offset 3, -56
subq $56, %rsp #,
.cfi_def_cfa_offset 112
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:41: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp120
movq %rax, 40(%rsp) # tmp120, D.2013
xorl %eax, %eax # tmp120
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:48: memset(&data, 0, sizeof(data));
leaq 28(%rsp), %rcx #, tmp100
movq %rcx, %rdi # tmp100,
movq %rcx, 8(%rsp) # tmp100, %sfp
call memset@PLT #
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:49: cifs_i = CIFS_I(inode);
movq %r13, %rdi # inode,
call CIFS_I@PLT #
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:50: dosattrs = cifs_i->cifsAttrs | ATTR_READONLY;
movl (%rax), %r13d # cifs_i_15->cifsAttrs, cifs_i_15->cifsAttrs
orl ATTR_READONLY(%rip), %r13d # ATTR_READONLY, dosattrs
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:49: cifs_i = CIFS_I(inode);
movq %rax, %rbx # tmp116, cifs_i
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:51: data.Attributes = cpu_to_le32(dosattrs);
movl %r13d, %edi # dosattrs,
call cpu_to_le32@PLT #
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:52: cifs_get_writable_path(tcon, name, &cfile);
leaq 32(%rsp), %rdx #, tmp102
movq %r12, %rsi # name,
movq %rbp, %rdi # tcon,
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:51: data.Attributes = cpu_to_le32(dosattrs);
movl %eax, 28(%rsp) # tmp117, data.Attributes
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:52: cifs_get_writable_path(tcon, name, &cfile);
call cifs_get_writable_path@PLT #
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:53: tmprc = smb2_compound_op(xid, tcon, cifs_sb, name,
subq $8, %rsp #,
.cfi_def_cfa_offset 120
movq %r15, %rdx # cifs_sb,
movq %rbp, %rsi # tcon,
movl SMB2_OP_SET_INFO(%rip), %eax # SMB2_OP_SET_INFO, SMB2_OP_SET_INFO
pushq 40(%rsp) # cfile
.cfi_def_cfa_offset 128
movl %r14d, %edi # xid,
movl FILE_CREATE(%rip), %r9d # FILE_CREATE,
pushq %rax # SMB2_OP_SET_INFO
.cfi_def_cfa_offset 136
movl ACL_NO_MODE(%rip), %eax # ACL_NO_MODE, ACL_NO_MODE
movq 32(%rsp), %rcx # %sfp, tmp100
movl FILE_WRITE_ATTRIBUTES(%rip), %r8d # FILE_WRITE_ATTRIBUTES,
pushq %rcx # tmp100
.cfi_def_cfa_offset 144
movq %r12, %rcx # name,
pushq %rax # ACL_NO_MODE
.cfi_def_cfa_offset 152
movl CREATE_NOT_FILE(%rip), %eax # CREATE_NOT_FILE, CREATE_NOT_FILE
pushq %rax # CREATE_NOT_FILE
.cfi_def_cfa_offset 160
call smb2_compound_op@PLT #
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:57: if (tmprc == 0)
addq $48, %rsp #,
.cfi_def_cfa_offset 112
testl %eax, %eax # tmp118
jne .L1 #,
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:58: cifs_i->cifsAttrs = dosattrs;
movl %r13d, (%rbx) # dosattrs, cifs_i_15->cifsAttrs
.L1:
# AnghaBench/linux/fs/cifs/extr_smb2inode.c_smb2_mkdir_setinfo.c:59: }
movq 40(%rsp), %rax # D.2013, tmp121
subq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp121
jne .L6 #,
addq $56, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 56
popq %rbx #
.cfi_def_cfa_offset 48
popq %rbp #
.cfi_def_cfa_offset 40
popq %r12 #
.cfi_def_cfa_offset 32
popq %r13 #
.cfi_def_cfa_offset 24
popq %r14 #
.cfi_def_cfa_offset 16
popq %r15 #
.cfi_def_cfa_offset 8
ret
.L6:
.cfi_restore_state
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size smb2_mkdir_setinfo, .-smb2_mkdir_setinfo
.globl SMB2_OP_SET_INFO
.bss
.align 4
.type SMB2_OP_SET_INFO, @object
.size SMB2_OP_SET_INFO, 4
SMB2_OP_SET_INFO:
.zero 4
.globl FILE_WRITE_ATTRIBUTES
.align 4
.type FILE_WRITE_ATTRIBUTES, @object
.size FILE_WRITE_ATTRIBUTES, 4
FILE_WRITE_ATTRIBUTES:
.zero 4
.globl FILE_CREATE
.align 4
.type FILE_CREATE, @object
.size FILE_CREATE, 4
FILE_CREATE:
.zero 4
.globl CREATE_NOT_FILE
.align 4
.type CREATE_NOT_FILE, @object
.size CREATE_NOT_FILE, 4
CREATE_NOT_FILE:
.zero 4
.globl ATTR_READONLY
.align 4
.type ATTR_READONLY, @object
.size ATTR_READONLY, 4
ATTR_READONLY:
.zero 4
.globl ACL_NO_MODE
.align 4
.type ACL_NO_MODE, @object
.size ACL_NO_MODE, 4
ACL_NO_MODE:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/fs/dlm/extr_lock.c_receive_unlock_args.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _receive_unlock_args
_receive_unlock_args:
LFB0:
stp x29, x30, [sp, -16]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/linux/fs/dlm/extr_lock.c_receive_unlock_args.c:24: if (receive_lvb(ls, lkb, ms))
bl _receive_lvb ;
; Anghabench/linux/fs/dlm/extr_lock.c_receive_unlock_args.c:24: if (receive_lvb(ls, lkb, ms))
cbnz x0, L6 ; _1,
; Anghabench/linux/fs/dlm/extr_lock.c_receive_unlock_args.c:26: return 0;
mov w0, 0 ; <retval>,
; Anghabench/linux/fs/dlm/extr_lock.c_receive_unlock_args.c:27: }
ldp x29, x30, [sp], 16 ;,,,
LCFI2:
ret
.p2align 2,,3
L6:
LCFI3:
; Anghabench/linux/fs/dlm/extr_lock.c_receive_unlock_args.c:25: return -ENOMEM;
adrp x0, _ENOMEM@PAGE ; tmp108,
; Anghabench/linux/fs/dlm/extr_lock.c_receive_unlock_args.c:27: }
ldp x29, x30, [sp], 16 ;,,,
LCFI4:
; Anghabench/linux/fs/dlm/extr_lock.c_receive_unlock_args.c:25: return -ENOMEM;
ldr w0, [x0, #_ENOMEM@PAGEOFF] ;, ENOMEM
neg w0, w0 ; <retval>, ENOMEM
; Anghabench/linux/fs/dlm/extr_lock.c_receive_unlock_args.c:27: }
ret
LFE0:
.globl _ENOMEM
.zerofill __DATA,__common,_ENOMEM,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x10
.byte 0x9d
.uleb128 0x2
.byte 0x9e
.uleb128 0x1
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xb
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_lock.c_receive_unlock_args.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type receive_unlock_args, @function
receive_unlock_args:
.LFB0:
.cfi_startproc
endbr64
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/linux/fs/dlm/extr_lock.c_receive_unlock_args.c:24: if (receive_lvb(ls, lkb, ms))
call receive_lvb@PLT #
movq %rax, %r8 #, tmp93
# AnghaBench/linux/fs/dlm/extr_lock.c_receive_unlock_args.c:25: return -ENOMEM;
movl ENOMEM(%rip), %eax # ENOMEM, <retval>
negl %eax # <retval>
# AnghaBench/linux/fs/dlm/extr_lock.c_receive_unlock_args.c:24: if (receive_lvb(ls, lkb, ms))
testq %r8, %r8 # tmp93
jne .L1 #,
xorl %eax, %eax # <retval>
.L1:
# AnghaBench/linux/fs/dlm/extr_lock.c_receive_unlock_args.c:27: }
addq $8, %rsp #,
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size receive_unlock_args, .-receive_unlock_args
.globl ENOMEM
.bss
.align 4
.type ENOMEM, @object
.size ENOMEM, 4
ENOMEM:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _ng_btsocket_l2cap_raw_disconnect
_ng_btsocket_l2cap_raw_disconnect:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:28: {
mov x20, x0 ; so, so
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:29: ng_btsocket_l2cap_raw_pcb_p pcb = so2l2cap_raw_pcb(so);
bl _so2l2cap_raw_pcb ;
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:31: if (pcb == NULL)
cbz x0, L4 ; pcb,
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:33: if (ng_btsocket_l2cap_raw_node == NULL)
adrp x1, _ng_btsocket_l2cap_raw_node@PAGE ; tmp109,
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:33: if (ng_btsocket_l2cap_raw_node == NULL)
ldr x1, [x1, #_ng_btsocket_l2cap_raw_node@PAGEOFF] ; ng_btsocket_l2cap_raw_node, ng_btsocket_l2cap_raw_node
cbz x1, L4 ; ng_btsocket_l2cap_raw_node,
mov x19, x0 ; pcb, pcb
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:36: mtx_lock(&pcb->pcb_mtx);
bl _mtx_lock ;
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:38: soisdisconnected(so);
mov x0, x20 ;, so
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:37: pcb->rt = NULL;
str xzr, [x19, 8] ;, pcb_8->rt
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:38: soisdisconnected(so);
bl _soisdisconnected ;
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:39: mtx_unlock(&pcb->pcb_mtx);
mov x0, x19 ;, pcb
bl _mtx_unlock ;
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:41: return (0);
mov w0, 0 ; <retval>,
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:42: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
ret
.p2align 2,,3
L4:
LCFI4:
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:32: return (EINVAL);
adrp x0, _EINVAL@PAGE ; tmp107,
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:42: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI5:
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:32: return (EINVAL);
ldr w0, [x0, #_EINVAL@PAGEOFF] ;, EINVAL
; Anghabench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:42: }
ret
LFE0:
.globl _ng_btsocket_l2cap_raw_node
.zerofill __DATA,__common,_ng_btsocket_l2cap_raw_node,8,3
.globl _EINVAL
.zerofill __DATA,__common,_EINVAL,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x94
.uleb128 0x1
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl ng_btsocket_l2cap_raw_disconnect
.type ng_btsocket_l2cap_raw_disconnect, @function
ng_btsocket_l2cap_raw_disconnect:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
movq %rdi, %r12 # tmp88, so
pushq %rbp #
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
subq $8, %rsp #,
.cfi_def_cfa_offset 32
# AnghaBench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:29: ng_btsocket_l2cap_raw_pcb_p pcb = so2l2cap_raw_pcb(so);
call so2l2cap_raw_pcb@PLT #
# AnghaBench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:31: if (pcb == NULL)
testq %rax, %rax # pcb
je .L4 #,
# AnghaBench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:33: if (ng_btsocket_l2cap_raw_node == NULL)
cmpq $0, ng_btsocket_l2cap_raw_node(%rip) #, ng_btsocket_l2cap_raw_node
je .L4 #,
movq %rax, %rbp # tmp89, pcb
# AnghaBench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:36: mtx_lock(&pcb->pcb_mtx);
movq %rax, %rdi # pcb,
call mtx_lock@PLT #
# AnghaBench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:37: pcb->rt = NULL;
movq $0, 8(%rbp) #, pcb_8->rt
# AnghaBench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:38: soisdisconnected(so);
movq %r12, %rdi # so,
call soisdisconnected@PLT #
# AnghaBench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:39: mtx_unlock(&pcb->pcb_mtx);
movq %rbp, %rdi # pcb,
call mtx_unlock@PLT #
# AnghaBench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:42: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 24
# AnghaBench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:41: return (0);
xorl %eax, %eax # <retval>
# AnghaBench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:42: }
popq %rbp #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L4:
.cfi_restore_state
# AnghaBench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:32: return (EINVAL);
movl EINVAL(%rip), %eax # EINVAL, <retval>
# AnghaBench/freebsd/sys/netgraph/bluetooth/socket/extr_ng_btsocket_l2cap_raw.c_ng_btsocket_l2cap_raw_disconnect.c:42: }
addq $8, %rsp #,
.cfi_def_cfa_offset 24
popq %rbp #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size ng_btsocket_l2cap_raw_disconnect, .-ng_btsocket_l2cap_raw_disconnect
.globl ng_btsocket_l2cap_raw_node
.bss
.align 8
.type ng_btsocket_l2cap_raw_node, @object
.size ng_btsocket_l2cap_raw_node, 8
ng_btsocket_l2cap_raw_node:
.zero 8
.globl EINVAL
.align 4
.type EINVAL, @object
.size EINVAL, 4
EINVAL:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/misc/eeprom/extr_digsy_mtc_eeprom.c_digsy_mtc_op_prepare.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _digsy_mtc_op_prepare
_digsy_mtc_op_prepare:
LFB0:
; Anghabench/linux/drivers/misc/eeprom/extr_digsy_mtc_eeprom.c_digsy_mtc_op_prepare.c:21: gpio_set_value(GPIO_EEPROM_OE, 0);
adrp x0, _GPIO_EEPROM_OE@PAGE ; tmp104,
mov w1, 0 ;,
ldr w0, [x0, #_GPIO_EEPROM_OE@PAGEOFF] ;, GPIO_EEPROM_OE
b _gpio_set_value ;
LFE0:
.globl _GPIO_EEPROM_OE
.zerofill __DATA,__common,_GPIO_EEPROM_OE,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_digsy_mtc_eeprom.c_digsy_mtc_op_prepare.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type digsy_mtc_op_prepare, @function
digsy_mtc_op_prepare:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/linux/drivers/misc/eeprom/extr_digsy_mtc_eeprom.c_digsy_mtc_op_prepare.c:21: gpio_set_value(GPIO_EEPROM_OE, 0);
movl GPIO_EEPROM_OE(%rip), %edi # GPIO_EEPROM_OE,
xorl %esi, %esi #
jmp gpio_set_value@PLT #
.cfi_endproc
.LFE0:
.size digsy_mtc_op_prepare, .-digsy_mtc_op_prepare
.globl GPIO_EEPROM_OE
.bss
.align 4
.type GPIO_EEPROM_OE, @object
.size GPIO_EEPROM_OE, 4
GPIO_EEPROM_OE:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/ide/extr_via82cxxx.c_via_set_pio_mode.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _via_set_pio_mode
_via_set_pio_mode:
LFB0:
; Anghabench/linux/drivers/ide/extr_via82cxxx.c_via_set_pio_mode.c:23: drive->dma_mode = drive->pio_mode;
ldr w3, [x1] ;, drive_3(D)->pio_mode
str w3, [x1, 4] ; drive_3(D)->pio_mode, drive_3(D)->dma_mode
; Anghabench/linux/drivers/ide/extr_via82cxxx.c_via_set_pio_mode.c:24: via_set_drive(hwif, drive);
b _via_set_drive ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_via82cxxx.c_via_set_pio_mode.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type via_set_pio_mode, @function
via_set_pio_mode:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/linux/drivers/ide/extr_via82cxxx.c_via_set_pio_mode.c:23: drive->dma_mode = drive->pio_mode;
movl (%rsi), %eax # drive_3(D)->pio_mode, drive_3(D)->pio_mode
movl %eax, 4(%rsi) # drive_3(D)->pio_mode, drive_3(D)->dma_mode
# AnghaBench/linux/drivers/ide/extr_via82cxxx.c_via_set_pio_mode.c:24: via_set_drive(hwif, drive);
jmp via_set_drive@PLT #
.cfi_endproc
.LFE0:
.size via_set_pio_mode, .-via_set_pio_mode
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/net/wireless/realtek/rtw88/extr_pci.c_rtw_pci_read8.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _rtw_pci_read8
_rtw_pci_read8:
LFB0:
; Anghabench/linux/drivers/net/wireless/realtek/rtw88/extr_pci.c_rtw_pci_read8.c:25: return readb(rtwpci->mmap + addr);
ldr x0, [x0] ; rtwdev_5(D)->priv, rtwdev_5(D)->priv
; Anghabench/linux/drivers/net/wireless/realtek/rtw88/extr_pci.c_rtw_pci_read8.c:25: return readb(rtwpci->mmap + addr);
ldr x0, [x0] ; rtwpci_6->mmap, rtwpci_6->mmap
; Anghabench/linux/drivers/net/wireless/realtek/rtw88/extr_pci.c_rtw_pci_read8.c:25: return readb(rtwpci->mmap + addr);
add x0, x1, x0 ;, addr, rtwpci_6->mmap
b _readb ;
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_pci.c_rtw_pci_read8.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type rtw_pci_read8, @function
rtw_pci_read8:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/linux/drivers/net/wireless/realtek/rtw88/extr_pci.c_rtw_pci_read8.c:25: return readb(rtwpci->mmap + addr);
movq (%rdi), %rax # rtwdev_5(D)->priv, rtwdev_5(D)->priv
# AnghaBench/linux/drivers/net/wireless/realtek/rtw88/extr_pci.c_rtw_pci_read8.c:25: return readb(rtwpci->mmap + addr);
addq (%rax), %rsi # rtwpci_6->mmap, tmp93
movq %rsi, %rdi # tmp93, tmp90
jmp readb@PLT #
.cfi_endproc
.LFE0:
.size rtw_pci_read8, .-rtw_pci_read8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/gpu/drm/etnaviv/extr_etnaviv_drv.c_etnaviv_pdev_remove.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _etnaviv_pdev_remove
_etnaviv_pdev_remove:
LFB0:
; Anghabench/linux/drivers/gpu/drm/etnaviv/extr_etnaviv_drv.c_etnaviv_pdev_remove.c:21: component_master_del(&pdev->dev, &etnaviv_master_ops);
adrp x1, _etnaviv_master_ops@PAGE ; tmp105,
; Anghabench/linux/drivers/gpu/drm/etnaviv/extr_etnaviv_drv.c_etnaviv_pdev_remove.c:20: {
stp x29, x30, [sp, -16]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/linux/drivers/gpu/drm/etnaviv/extr_etnaviv_drv.c_etnaviv_pdev_remove.c:21: component_master_del(&pdev->dev, &etnaviv_master_ops);
add x1, x1, _etnaviv_master_ops@PAGEOFF; ;, tmp105,
; Anghabench/linux/drivers/gpu/drm/etnaviv/extr_etnaviv_drv.c_etnaviv_pdev_remove.c:20: {
; Anghabench/linux/drivers/gpu/drm/etnaviv/extr_etnaviv_drv.c_etnaviv_pdev_remove.c:21: component_master_del(&pdev->dev, &etnaviv_master_ops);
bl _component_master_del ;
; Anghabench/linux/drivers/gpu/drm/etnaviv/extr_etnaviv_drv.c_etnaviv_pdev_remove.c:24: }
mov w0, 0 ;,
ldp x29, x30, [sp], 16 ;,,,
LCFI2:
ret
LFE0:
.globl _etnaviv_master_ops
.zerofill __DATA,__common,_etnaviv_master_ops,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x10
.byte 0x9d
.uleb128 0x2
.byte 0x9e
.uleb128 0x1
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_etnaviv_drv.c_etnaviv_pdev_remove.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type etnaviv_pdev_remove, @function
etnaviv_pdev_remove:
.LFB0:
.cfi_startproc
endbr64
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/linux/drivers/gpu/drm/etnaviv/extr_etnaviv_drv.c_etnaviv_pdev_remove.c:21: component_master_del(&pdev->dev, &etnaviv_master_ops);
leaq etnaviv_master_ops(%rip), %rsi #, tmp85
call component_master_del@PLT #
# AnghaBench/linux/drivers/gpu/drm/etnaviv/extr_etnaviv_drv.c_etnaviv_pdev_remove.c:24: }
xorl %eax, %eax #
addq $8, %rsp #,
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size etnaviv_pdev_remove, .-etnaviv_pdev_remove
.globl etnaviv_master_ops
.bss
.align 4
.type etnaviv_master_ops, @object
.size etnaviv_master_ops, 4
etnaviv_master_ops:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
vlc/src/network/extr_httpd.c_httpd_ServerIP.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _httpd_ServerIP
_httpd_ServerIP:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/vlc/src/network/extr_httpd.c_httpd_ServerIP.c:23: return net_GetSockAddress(vlc_tls_GetFD(cl->sock), ip, port) ? NULL : ip;
ldr w0, [x0] ;, cl_6(D)->sock
; Anghabench/vlc/src/network/extr_httpd.c_httpd_ServerIP.c:22: {
str x19, [sp, 16] ;,
LCFI2:
; Anghabench/vlc/src/network/extr_httpd.c_httpd_ServerIP.c:22: {
mov x19, x1 ; ip, ip
str x2, [x29, 40] ; port, %sfp
; Anghabench/vlc/src/network/extr_httpd.c_httpd_ServerIP.c:23: return net_GetSockAddress(vlc_tls_GetFD(cl->sock), ip, port) ? NULL : ip;
bl _vlc_tls_GetFD ;
; Anghabench/vlc/src/network/extr_httpd.c_httpd_ServerIP.c:23: return net_GetSockAddress(vlc_tls_GetFD(cl->sock), ip, port) ? NULL : ip;
ldr x2, [x29, 40] ; port, %sfp
mov x1, x19 ;, ip
bl _net_GetSockAddress ;
; Anghabench/vlc/src/network/extr_httpd.c_httpd_ServerIP.c:23: return net_GetSockAddress(vlc_tls_GetFD(cl->sock), ip, port) ? NULL : ip;
cmp x0, 0 ; _3,
; Anghabench/vlc/src/network/extr_httpd.c_httpd_ServerIP.c:24: }
csel x0, x19, xzr, eq ;, ip,,
ldr x19, [sp, 16] ;,
ldp x29, x30, [sp], 48 ;,,,
LCFI3:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_httpd.c_httpd_ServerIP.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl httpd_ServerIP
.type httpd_ServerIP, @function
httpd_ServerIP:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
movq %rdx, %r13 # tmp93, port
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
movq %rsi, %r12 # tmp92, ip
subq $8, %rsp #,
.cfi_def_cfa_offset 32
# AnghaBench/vlc/src/network/extr_httpd.c_httpd_ServerIP.c:23: return net_GetSockAddress(vlc_tls_GetFD(cl->sock), ip, port) ? NULL : ip;
movl (%rdi), %edi # cl_6(D)->sock,
call vlc_tls_GetFD@PLT #
movq %r13, %rdx # port,
movq %r12, %rsi # ip,
movl %eax, %edi # tmp94, _2
call net_GetSockAddress@PLT #
# AnghaBench/vlc/src/network/extr_httpd.c_httpd_ServerIP.c:23: return net_GetSockAddress(vlc_tls_GetFD(cl->sock), ip, port) ? NULL : ip;
testq %rax, %rax # tmp95
movl $0, %eax #, tmp90
cmovne %rax, %r12 # ip,, tmp90, ip
# AnghaBench/vlc/src/network/extr_httpd.c_httpd_ServerIP.c:24: }
addq $8, %rsp #,
.cfi_def_cfa_offset 24
movq %r12, %rax # ip,
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size httpd_ServerIP, .-httpd_ServerIP
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _odev_open
_odev_open:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:28: {
mov x20, x1 ; file, file
; Anghabench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:31: if (iminor(inode) == SNDRV_MINOR_OSS_MUSIC)
bl _iminor ;
; Anghabench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:31: if (iminor(inode) == SNDRV_MINOR_OSS_MUSIC)
adrp x1, _SNDRV_MINOR_OSS_MUSIC@PAGE ; tmp108,
; Anghabench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:31: if (iminor(inode) == SNDRV_MINOR_OSS_MUSIC)
ldr x1, [x1, #_SNDRV_MINOR_OSS_MUSIC@PAGEOFF] ; SNDRV_MINOR_OSS_MUSIC, SNDRV_MINOR_OSS_MUSIC
cmp x0, x1 ; _1, SNDRV_MINOR_OSS_MUSIC
beq L6 ;,
; Anghabench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:34: level = SNDRV_SEQ_OSS_MODE_SYNTH;
adrp x0, _SNDRV_SEQ_OSS_MODE_SYNTH@PAGE ; tmp113,
ldr w1, [x0, #_SNDRV_SEQ_OSS_MODE_SYNTH@PAGEOFF] ;, SNDRV_SEQ_OSS_MODE_SYNTH
L3:
; Anghabench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:36: mutex_lock(®ister_mutex);
adrp x19, _register_mutex@PAGE ; tmp115,
str w1, [x29, 44] ; level, %sfp
add x0, x19, _register_mutex@PAGEOFF; ;, tmp115,
bl _mutex_lock ;
; Anghabench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:37: rc = snd_seq_oss_open(file, level);
ldr w1, [x29, 44] ;, %sfp
mov x0, x20 ;, file
bl _snd_seq_oss_open ;
mov w20, w0 ; <retval>,
; Anghabench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:38: mutex_unlock(®ister_mutex);
add x0, x19, _register_mutex@PAGEOFF; ;, tmp115,
bl _mutex_unlock ;
; Anghabench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:41: }
mov w0, w20 ;, <retval>
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 48 ;,,,
LCFI3:
ret
.p2align 2,,3
L6:
LCFI4:
; Anghabench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:32: level = SNDRV_SEQ_OSS_MODE_MUSIC;
adrp x0, _SNDRV_SEQ_OSS_MODE_MUSIC@PAGE ; tmp111,
ldr w1, [x0, #_SNDRV_SEQ_OSS_MODE_MUSIC@PAGEOFF] ;, SNDRV_SEQ_OSS_MODE_MUSIC
b L3 ;
LFE0:
.globl _register_mutex
.zerofill __DATA,__common,_register_mutex,4,2
.globl _SNDRV_SEQ_OSS_MODE_SYNTH
.zerofill __DATA,__common,_SNDRV_SEQ_OSS_MODE_SYNTH,4,2
.globl _SNDRV_SEQ_OSS_MODE_MUSIC
.zerofill __DATA,__common,_SNDRV_SEQ_OSS_MODE_MUSIC,4,2
.globl _SNDRV_MINOR_OSS_MUSIC
.zerofill __DATA,__common,_SNDRV_MINOR_OSS_MUSIC,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x4
.byte 0x94
.uleb128 0x3
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_seq_oss.c_odev_open.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type odev_open, @function
odev_open:
.LFB0:
.cfi_startproc
endbr64
pushq %r13 #
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
pushq %r12 #
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
movq %rsi, %r12 # tmp98, file
pushq %rbp #
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
# AnghaBench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:31: if (iminor(inode) == SNDRV_MINOR_OSS_MUSIC)
call iminor@PLT #
# AnghaBench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:31: if (iminor(inode) == SNDRV_MINOR_OSS_MUSIC)
cmpq SNDRV_MINOR_OSS_MUSIC(%rip), %rax # SNDRV_MINOR_OSS_MUSIC, tmp99
# AnghaBench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:34: level = SNDRV_SEQ_OSS_MODE_SYNTH;
movl SNDRV_SEQ_OSS_MODE_SYNTH(%rip), %r13d # SNDRV_SEQ_OSS_MODE_SYNTH, level
# AnghaBench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:31: if (iminor(inode) == SNDRV_MINOR_OSS_MUSIC)
jne .L3 #,
# AnghaBench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:32: level = SNDRV_SEQ_OSS_MODE_MUSIC;
movl SNDRV_SEQ_OSS_MODE_MUSIC(%rip), %r13d # SNDRV_SEQ_OSS_MODE_MUSIC, level
.L3:
# AnghaBench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:36: mutex_lock(®ister_mutex);
leaq register_mutex(%rip), %rbp #, tmp88
movq %rbp, %rdi # tmp88,
call mutex_lock@PLT #
# AnghaBench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:37: rc = snd_seq_oss_open(file, level);
movl %r13d, %esi # level,
movq %r12, %rdi # file,
call snd_seq_oss_open@PLT #
# AnghaBench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:38: mutex_unlock(®ister_mutex);
movq %rbp, %rdi # tmp88,
# AnghaBench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:37: rc = snd_seq_oss_open(file, level);
movl %eax, %r12d # tmp100, <retval>
# AnghaBench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:38: mutex_unlock(®ister_mutex);
call mutex_unlock@PLT #
# AnghaBench/fastsocket/kernel/sound/core/seq/oss/extr_seq_oss.c_odev_open.c:41: }
movl %r12d, %eax # <retval>,
popq %rbp #
.cfi_def_cfa_offset 24
popq %r12 #
.cfi_def_cfa_offset 16
popq %r13 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size odev_open, .-odev_open
.globl register_mutex
.bss
.align 4
.type register_mutex, @object
.size register_mutex, 4
register_mutex:
.zero 4
.globl SNDRV_SEQ_OSS_MODE_SYNTH
.align 4
.type SNDRV_SEQ_OSS_MODE_SYNTH, @object
.size SNDRV_SEQ_OSS_MODE_SYNTH, 4
SNDRV_SEQ_OSS_MODE_SYNTH:
.zero 4
.globl SNDRV_SEQ_OSS_MODE_MUSIC
.align 4
.type SNDRV_SEQ_OSS_MODE_MUSIC, @object
.size SNDRV_SEQ_OSS_MODE_MUSIC, 4
SNDRV_SEQ_OSS_MODE_MUSIC:
.zero 4
.globl SNDRV_MINOR_OSS_MUSIC
.align 8
.type SNDRV_MINOR_OSS_MUSIC, @object
.size SNDRV_MINOR_OSS_MUSIC, 8
SNDRV_MINOR_OSS_MUSIC:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _ZSTD_createDStream_advanced
_ZSTD_createDStream_advanced:
LFB0:
stp x29, x30, [sp, -48]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:30: {
str x0, [x29, 40] ; customMem, customMem
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:33: if (!customMem.customAlloc || !customMem.customFree)
cmp xzr, x0, lsr 32 ;, tmp124,
beq L6 ;,
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:33: if (!customMem.customAlloc || !customMem.customFree)
ldr w1, [x29, 40] ;, customMem.customFree
cbz w1, L6 ; customMem.customFree,
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:36: zds = (ZSTD_DStream *)ZSTD_malloc(sizeof(ZSTD_DStream), customMem);
mov x1, x0 ;, customMem
mov w0, 24 ;,
bl _ZSTD_malloc ;
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:37: if (zds == NULL)
cbz x0, L6 ; _3,
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:39: memset(zds, 0, sizeof(ZSTD_DStream));
mov w2, 24 ;,
mov w1, 0 ;,
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:36: zds = (ZSTD_DStream *)ZSTD_malloc(sizeof(ZSTD_DStream), customMem);
stp x0, x0, [x29, 24] ; <retval>, _3,
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:39: memset(zds, 0, sizeof(ZSTD_DStream));
bl _memset ;
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:40: memcpy(&zds->customMem, &customMem, sizeof(ZSTD_customMem));
ldr x3, [x29, 32] ; _3, %sfp
mov w2, 8 ;,
add x1, x29, 40 ;,,
add x0, x3, 16 ;, _3,
bl _memcpy ;
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:41: zds->dctx = ZSTD_createDCtx_advanced(customMem);
ldr x0, [x29, 40] ;, customMem
bl _ZSTD_createDCtx_advanced ;
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:41: zds->dctx = ZSTD_createDCtx_advanced(customMem);
ldp x4, x3, [x29, 24] ; <retval>, _3,
str x0, [x3, 8] ; _5, zds_13->dctx
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:42: if (zds->dctx == NULL) {
cbz x0, L15 ; _5,
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:46: zds->stage = zdss_init;
adrp x0, _zdss_init@PAGE ; tmp116,
ldr w1, [x0, #_zdss_init@PAGEOFF] ;, zdss_init
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:47: zds->maxWindowSize = ZSTD_MAXWINDOWSIZE_DEFAULT;
adrp x0, _ZSTD_MAXWINDOWSIZE_DEFAULT@PAGE ; tmp119,
ldr w0, [x0, #_ZSTD_MAXWINDOWSIZE_DEFAULT@PAGEOFF] ;, ZSTD_MAXWINDOWSIZE_DEFAULT
stp w0, w1, [x4] ; ZSTD_MAXWINDOWSIZE_DEFAULT, zdss_init,* <retval>
L1:
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:49: }
mov x0, x4 ;, <retval>
ldp x29, x30, [sp], 48 ;,,,
LCFI2:
ret
.p2align 2,,3
L15:
LCFI3:
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:43: ZSTD_freeDStream(zds);
mov x0, x3 ;, _3
bl _ZSTD_freeDStream ;
.p2align 5,,15
L6:
; Anghabench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:34: return NULL;
mov x4, 0 ; <retval>,
b L1 ;
LFE0:
.globl _zdss_init
.zerofill __DATA,__common,_zdss_init,4,2
.globl _ZSTD_MAXWINDOWSIZE_DEFAULT
.zerofill __DATA,__common,_ZSTD_MAXWINDOWSIZE_DEFAULT,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x30
.byte 0x9d
.uleb128 0x6
.byte 0x9e
.uleb128 0x5
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_decompress.c_ZSTD_createDStream_advanced.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type ZSTD_createDStream_advanced, @function
ZSTD_createDStream_advanced:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
movq %rdi, %rax # customMem, tmp99
subq $16, %rsp #,
.cfi_def_cfa_offset 32
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:33: if (!customMem.customAlloc || !customMem.customFree)
shrq $32, %rax #, tmp102
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:30: {
movq %rdi, 8(%rsp) # customMem, customMem
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:33: if (!customMem.customAlloc || !customMem.customFree)
je .L10 #,
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:33: if (!customMem.customAlloc || !customMem.customFree)
movl 8(%rsp), %eax # customMem.customFree,
testl %eax, %eax #
je .L10 #,
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:36: zds = (ZSTD_DStream *)ZSTD_malloc(sizeof(ZSTD_DStream), customMem);
movq 8(%rsp), %rsi # customMem,
movl $24, %edi #,
call ZSTD_malloc@PLT #
movq %rax, %r12 # tmp100, _3
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:37: if (zds == NULL)
testq %rax, %rax # _3
je .L10 #,
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:39: memset(zds, 0, sizeof(ZSTD_DStream));
movl $24, %edx #,
xorl %esi, %esi #
movq %rax, %rdi # <retval>,
call memset@PLT #
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:40: memcpy(&zds->customMem, &customMem, sizeof(ZSTD_customMem));
leaq 8(%rsp), %rsi #, tmp91
leaq 16(%r12), %rdi #, tmp92
movl $8, %edx #,
call memcpy@PLT #
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:41: zds->dctx = ZSTD_createDCtx_advanced(customMem);
movq 8(%rsp), %rdi # customMem,
call ZSTD_createDCtx_advanced@PLT #
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:41: zds->dctx = ZSTD_createDCtx_advanced(customMem);
movq %rax, 8(%r12) # _5, zds_12->dctx
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:42: if (zds->dctx == NULL) {
testq %rax, %rax # _5
je .L12 #,
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:46: zds->stage = zdss_init;
movl zdss_init(%rip), %eax # zdss_init, zdss_init
movl %eax, 4(%r12) # zdss_init, zds_12->stage
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:47: zds->maxWindowSize = ZSTD_MAXWINDOWSIZE_DEFAULT;
movl ZSTD_MAXWINDOWSIZE_DEFAULT(%rip), %eax # ZSTD_MAXWINDOWSIZE_DEFAULT, ZSTD_MAXWINDOWSIZE_DEFAULT
movl %eax, (%r12) # ZSTD_MAXWINDOWSIZE_DEFAULT, zds_12->maxWindowSize
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:49: }
addq $16, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 16
movq %r12, %rax # <retval>,
popq %r12 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L12:
.cfi_restore_state
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:43: ZSTD_freeDStream(zds);
movq %r12, %rdi # <retval>,
call ZSTD_freeDStream@PLT #
.L10:
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:44: return NULL;
xorl %r12d, %r12d # <retval>
# AnghaBench/zstd/contrib/linux-kernel/lib/zstd/extr_decompress.c_ZSTD_createDStream_advanced.c:49: }
addq $16, %rsp #,
.cfi_def_cfa_offset 16
movq %r12, %rax # <retval>,
popq %r12 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size ZSTD_createDStream_advanced, .-ZSTD_createDStream_advanced
.globl zdss_init
.bss
.align 4
.type zdss_init, @object
.size zdss_init, 4
zdss_init:
.zero 4
.globl ZSTD_MAXWINDOWSIZE_DEFAULT
.align 4
.type ZSTD_MAXWINDOWSIZE_DEFAULT, @object
.size ZSTD_MAXWINDOWSIZE_DEFAULT, 4
ZSTD_MAXWINDOWSIZE_DEFAULT:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _acpi_cpufreq_target
_acpi_cpufreq_target:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c:30: return work_on_cpu(req.cpu, processor_set_freq, &req);
add x2, x29, 24 ;,,
; Anghabench/linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c:27: req.cpu = policy->cpu;
ldr w0, [x0] ;, policy_4(D)->cpu
; Anghabench/linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c:28: req.state = index;
stp w1, w0, [x29, 24] ; index, _1,
; Anghabench/linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c:30: return work_on_cpu(req.cpu, processor_set_freq, &req);
adrp x1, _processor_set_freq@PAGE ; tmp108,
ldr w1, [x1, #_processor_set_freq@PAGEOFF] ;, processor_set_freq
bl _work_on_cpu ;
; Anghabench/linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c:31: }
ldp x29, x30, [sp], 32 ;,,,
LCFI2:
ret
LFE0:
.globl _processor_set_freq
.zerofill __DATA,__common,_processor_set_freq,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type acpi_cpufreq_target, @function
acpi_cpufreq_target:
.LFB0:
.cfi_startproc
endbr64
subq $24, %rsp #,
.cfi_def_cfa_offset 32
# AnghaBench/linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c:27: req.cpu = policy->cpu;
movl (%rdi), %edi # policy_4(D)->cpu, _1
# AnghaBench/linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c:24: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp95
movq %rax, 8(%rsp) # tmp95, D.1971
xorl %eax, %eax # tmp95
# AnghaBench/linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c:28: req.state = index;
movl %esi, (%rsp) # tmp93, req.state
# AnghaBench/linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c:30: return work_on_cpu(req.cpu, processor_set_freq, &req);
movl processor_set_freq(%rip), %esi # processor_set_freq,
movq %rsp, %rdx #, tmp88
# AnghaBench/linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c:27: req.cpu = policy->cpu;
movl %edi, 4(%rsp) # _1, req.cpu
# AnghaBench/linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c:30: return work_on_cpu(req.cpu, processor_set_freq, &req);
call work_on_cpu@PLT #
# AnghaBench/linux/drivers/cpufreq/extr_ia64-acpi-cpufreq.c_acpi_cpufreq_target.c:31: }
movq 8(%rsp), %rdx # D.1971, tmp96
subq %fs:40, %rdx # MEM[(<address-space-1> long unsigned int *)40B], tmp96
jne .L5 #,
addq $24, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 8
ret
.L5:
.cfi_restore_state
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size acpi_cpufreq_target, .-acpi_cpufreq_target
.globl processor_set_freq
.bss
.align 4
.type processor_set_freq, @object
.size processor_set_freq, 4
processor_set_freq:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "live: already joined\0"
.align 3
lC1:
.ascii "live: join '%s'\0"
.align 3
lC2:
.ascii "live: stream not found\0"
.align 3
lC3:
.ascii "No such stream\0"
.align 3
lC4:
.ascii "error\0"
.align 3
lC5:
.ascii "NetStream.Play.StreamNotFound\0"
.align 3
lC6:
.ascii "live: already publishing\0"
.align 3
lC7:
.ascii "Already publishing\0"
.align 3
lC8:
.ascii "NetStream.Publish.BadName\0"
.text
.align 2
.p2align 5,,15
.no_dead_strip _ngx_rtmp_live_join
_ngx_rtmp_live_join:
LFB0:
stp x29, x30, [sp, -64]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:57: lacf = ngx_rtmp_get_module_app_conf(s, ngx_rtmp_live_module);
adrp x20, _ngx_rtmp_live_module@PAGE ; tmp150,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:52: {
stp x23, x24, [sp, 48] ;,,
LCFI3:
mov x24, x1 ; name, name
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:57: lacf = ngx_rtmp_get_module_app_conf(s, ngx_rtmp_live_module);
ldr w1, [x20, #_ngx_rtmp_live_module@PAGEOFF] ;, ngx_rtmp_live_module
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:52: {
stp x21, x22, [sp, 32] ;,,
LCFI4:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:52: {
mov x21, x0 ; s, s
mov w22, w2 ; publisher, publisher
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:57: lacf = ngx_rtmp_get_module_app_conf(s, ngx_rtmp_live_module);
bl _ngx_rtmp_get_module_app_conf ;
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:58: if (lacf == NULL) {
cbz x0, L1 ; lacf,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:62: ctx = ngx_rtmp_get_module_ctx(s, ngx_rtmp_live_module);
ldr w1, [x20, #_ngx_rtmp_live_module@PAGEOFF] ;, ngx_rtmp_live_module
mov x23, x0 ; lacf,
mov x0, x21 ;, s
bl _ngx_rtmp_get_module_ctx ;
mov x19, x0 ; ctx, ctx
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:63: if (ctx && ctx->stream) {
cbz x0, L4 ; ctx,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:63: if (ctx && ctx->stream) {
ldr x0, [x0, 8] ; ctx_44->stream, ctx_44->stream
cbnz x0, L38 ; ctx_44->stream,
L5:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:74: ngx_memzero(ctx, sizeof(*ctx));
mov w1, 40 ;,
mov x0, x19 ;, ctx
bl _ngx_memzero ;
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:78: ngx_log_debug1(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
ldr x0, [x21, 8] ; s_40(D)->connection, s_40(D)->connection
adrp x3, lC1@PAGE ; tmp169,
mov x4, x24 ;, name
add x3, x3, lC1@PAGEOFF; ;, tmp169,
mov w2, 0 ;,
ldr w1, [x0] ;, _11->log
adrp x0, _NGX_LOG_DEBUG_RTMP@PAGE ; tmp173,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:76: ctx->session = s;
str x21, [x19, 32] ; s, ctx_33->session
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:78: ngx_log_debug1(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
ldr w0, [x0, #_NGX_LOG_DEBUG_RTMP@PAGEOFF] ;, NGX_LOG_DEBUG_RTMP
bl _ngx_log_debug1 ;
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:81: stream = ngx_rtmp_live_get_stream(s, name, publisher || lacf->idle_streams);
cbnz w22, L6 ; publisher,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:81: stream = ngx_rtmp_live_get_stream(s, name, publisher || lacf->idle_streams);
ldr x0, [x23, 8] ; lacf_42->idle_streams, lacf_42->idle_streams
cbnz x0, L7 ; lacf_42->idle_streams,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:81: stream = ngx_rtmp_live_get_stream(s, name, publisher || lacf->idle_streams);
mov w2, 0 ;,
mov x1, x24 ;, name
mov x0, x21 ;, s
bl _ngx_rtmp_live_get_stream ;
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:83: if (stream == NULL ||
cbz x0, L9 ; stream,
L8:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:84: !(publisher || (*stream)->publishing || lacf->idle_streams))
ldr x0, [x0] ; _14, *stream_81
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:84: !(publisher || (*stream)->publishing || lacf->idle_streams))
ldr w1, [x0] ;, _14->publishing
cbnz w1, L11 ; _14->publishing,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:84: !(publisher || (*stream)->publishing || lacf->idle_streams))
ldr x1, [x23, 8] ; lacf_42->idle_streams, lacf_42->idle_streams
cbz x1, L9 ; lacf_42->idle_streams,
L11:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:113: ctx->next = (*stream)->ctx;
ldr x1, [x0, 16] ; _14->ctx, _14->ctx
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:112: ctx->publishing = publisher;
str wzr, [x19] ;, ctx_33->publishing
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:111: ctx->stream = *stream;
str x0, [x19, 8] ; _14, ctx_33->stream
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:113: ctx->next = (*stream)->ctx;
str x1, [x19, 24] ; _14->ctx, ctx_33->next
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:117: if (lacf->buflen) {
ldr x1, [x23] ; lacf_42->buflen, lacf_42->buflen
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:115: (*stream)->ctx = ctx;
str x19, [x0, 16] ; ctx, _14->ctx
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:117: if (lacf->buflen) {
cbz x1, L36 ; lacf_42->buflen,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:118: s->out_buffer = 1;
mov w1, 1 ; tmp214,
str w1, [x21] ; tmp214, s_40(D)->out_buffer
L36:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
adrp x2, _NGX_RTMP_CSID_VIDEO@PAGE ; tmp216,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
ldr x1, [x19, 16] ; _108, ctx_33->cs
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
ldr w2, [x2, #_NGX_RTMP_CSID_VIDEO@PAGEOFF] ;, NGX_RTMP_CSID_VIDEO
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:124: if (!ctx->publishing && ctx->stream->active) {
ldr x0, [x0, 8] ; MEM[(struct TYPE_4__ *)_14].active, MEM[(struct TYPE_4__ *)_14].active
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
str w2, [x1] ; NGX_RTMP_CSID_VIDEO.8_109,* _108
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:122: ctx->cs[1].csid = NGX_RTMP_CSID_AUDIO;
adrp x2, _NGX_RTMP_CSID_AUDIO@PAGE ; tmp218,
ldr w2, [x2, #_NGX_RTMP_CSID_AUDIO@PAGEOFF] ;, NGX_RTMP_CSID_AUDIO
str w2, [x1, 4] ; NGX_RTMP_CSID_AUDIO,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:124: if (!ctx->publishing && ctx->stream->active) {
cbz x0, L1 ; MEM[(struct TYPE_4__ *)_14].active,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
ldp x19, x20, [sp, 16] ;,,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:125: ngx_rtmp_live_start(s);
mov x0, x21 ;, s
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
ldp x23, x24, [sp, 48] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI5:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:125: ngx_rtmp_live_start(s);
b _ngx_rtmp_live_start ;
.p2align 2,,3
L6:
LCFI6:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:81: stream = ngx_rtmp_live_get_stream(s, name, publisher || lacf->idle_streams);
mov w2, 1 ;,
mov x1, x24 ;, name
mov x0, x21 ;, s
bl _ngx_rtmp_live_get_stream ;
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:83: if (stream == NULL ||
cbz x0, L9 ; stream,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:98: if ((*stream)->publishing) {
ldr x0, [x0] ; _20, *stream_78
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:98: if ((*stream)->publishing) {
ldr w1, [x0] ;, _20->publishing
cbnz w1, L39 ; _20->publishing,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:113: ctx->next = (*stream)->ctx;
ldr x2, [x0, 16] ; _20->ctx, _20->ctx
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:108: (*stream)->publishing = 1;
mov w1, 1 ; tmp205,
str w1, [x0] ; tmp205, _20->publishing
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:112: ctx->publishing = publisher;
str w22, [x19] ; publisher, ctx_33->publishing
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:111: ctx->stream = *stream;
str x0, [x19, 8] ; _20, ctx_33->stream
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:113: ctx->next = (*stream)->ctx;
str x2, [x19, 24] ; _20->ctx, ctx_33->next
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:115: (*stream)->ctx = ctx;
str x19, [x0, 16] ; ctx, _20->ctx
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:117: if (lacf->buflen) {
ldr x0, [x23] ; lacf_42->buflen, lacf_42->buflen
cbz x0, L13 ; lacf_42->buflen,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:118: s->out_buffer = 1;
str w1, [x21] ; tmp205, s_40(D)->out_buffer
L13:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
adrp x1, _NGX_RTMP_CSID_VIDEO@PAGE ; tmp229,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
ldr x0, [x19, 16] ; _91, ctx_33->cs
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
ldr w1, [x1, #_NGX_RTMP_CSID_VIDEO@PAGEOFF] ;, NGX_RTMP_CSID_VIDEO
str w1, [x0] ; NGX_RTMP_CSID_VIDEO.8_92,* _91
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:122: ctx->cs[1].csid = NGX_RTMP_CSID_AUDIO;
adrp x1, _NGX_RTMP_CSID_AUDIO@PAGE ; tmp231,
ldr w1, [x1, #_NGX_RTMP_CSID_AUDIO@PAGEOFF] ;, NGX_RTMP_CSID_AUDIO
str w1, [x0, 4] ; NGX_RTMP_CSID_AUDIO,
L1:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x23, x24, [sp, 48] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI7:
ret
.p2align 2,,3
L38:
LCFI8:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:64: ngx_log_debug0(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
ldr x0, [x21, 8] ; s_40(D)->connection, s_40(D)->connection
adrp x3, lC0@PAGE ; tmp157,
mov w2, 0 ;,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
ldp x19, x20, [sp, 16] ;,,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:64: ngx_log_debug0(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
add x3, x3, lC0@PAGEOFF; ;, tmp157,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
ldp x23, x24, [sp, 48] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI9:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:64: ngx_log_debug0(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
ldr w1, [x0] ;, _5->log
adrp x0, _NGX_LOG_DEBUG_RTMP@PAGE ; tmp161,
ldr w0, [x0, #_NGX_LOG_DEBUG_RTMP@PAGEOFF] ;, NGX_LOG_DEBUG_RTMP
b _ngx_log_debug0 ;
.p2align 2,,3
L7:
LCFI10:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:81: stream = ngx_rtmp_live_get_stream(s, name, publisher || lacf->idle_streams);
mov w2, 1 ;,
mov x1, x24 ;, name
mov x0, x21 ;, s
bl _ngx_rtmp_live_get_stream ;
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:83: if (stream == NULL ||
cbnz x0, L8 ; stream,
L9:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:86: ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
ldr x0, [x21, 8] ; s_40(D)->connection, s_40(D)->connection
adrp x3, lC2@PAGE ; tmp177,
mov w2, 0 ;,
add x3, x3, lC2@PAGEOFF; ;, tmp177,
ldr w1, [x0] ;, _18->log
adrp x0, _NGX_LOG_ERR@PAGE ; tmp181,
ldr w0, [x0, #_NGX_LOG_ERR@PAGEOFF] ;, NGX_LOG_ERR
bl _ngx_log_error ;
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:89: ngx_rtmp_send_status(s, "NetStream.Play.StreamNotFound", "error",
adrp x3, lC3@PAGE ; tmp184,
adrp x2, lC4@PAGE ; tmp186,
adrp x1, lC5@PAGE ; tmp188,
add x3, x3, lC3@PAGEOFF; ;, tmp184,
add x2, x2, lC4@PAGEOFF; ;, tmp186,
add x1, x1, lC5@PAGEOFF; ;, tmp188,
mov x0, x21 ;, s
bl _ngx_rtmp_send_status ;
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:92: ngx_rtmp_finalize_session(s);
mov x0, x21 ;, s
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x23, x24, [sp, 48] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI11:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:92: ngx_rtmp_finalize_session(s);
b _ngx_rtmp_finalize_session ;
.p2align 2,,3
L4:
LCFI12:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:70: ctx = ngx_palloc(s->connection->pool, sizeof(ngx_rtmp_live_ctx_t));
ldr x0, [x21, 8] ; s_40(D)->connection, s_40(D)->connection
mov w1, 40 ;,
ldr w0, [x0, 4] ;, _7->pool
bl _ngx_palloc ;
mov x19, x0 ; ctx, ctx
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:71: ngx_rtmp_set_ctx(s, ctx, ngx_rtmp_live_module);
mov x1, x0 ;, ctx
ldr w2, [x20, #_ngx_rtmp_live_module@PAGEOFF] ;, ngx_rtmp_live_module
mov x0, x21 ;, s
bl _ngx_rtmp_set_ctx ;
b L5 ;
.p2align 2,,3
L39:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:99: ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
ldr x0, [x21, 8] ; s_40(D)->connection, s_40(D)->connection
adrp x3, lC6@PAGE ; tmp193,
mov w2, 0 ;,
add x3, x3, lC6@PAGEOFF; ;, tmp193,
ldr w1, [x0] ;, _23->log
adrp x0, _NGX_LOG_ERR@PAGE ; tmp197,
ldr w0, [x0, #_NGX_LOG_ERR@PAGEOFF] ;, NGX_LOG_ERR
bl _ngx_log_error ;
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:102: ngx_rtmp_send_status(s, "NetStream.Publish.BadName", "error",
adrp x3, lC7@PAGE ; tmp200,
adrp x2, lC4@PAGE ; tmp202,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
ldp x19, x20, [sp, 16] ;,,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:102: ngx_rtmp_send_status(s, "NetStream.Publish.BadName", "error",
adrp x1, lC8@PAGE ; tmp204,
mov x0, x21 ;, s
add x3, x3, lC7@PAGEOFF; ;, tmp200,
add x2, x2, lC4@PAGEOFF; ;, tmp202,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
ldp x21, x22, [sp, 32] ;,,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:102: ngx_rtmp_send_status(s, "NetStream.Publish.BadName", "error",
add x1, x1, lC8@PAGEOFF; ;, tmp204,
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
ldp x23, x24, [sp, 48] ;,,
ldp x29, x30, [sp], 64 ;,,,
LCFI13:
; Anghabench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:102: ngx_rtmp_send_status(s, "NetStream.Publish.BadName", "error",
b _ngx_rtmp_send_status ;
LFE0:
.globl _ngx_rtmp_live_module
.zerofill __DATA,__common,_ngx_rtmp_live_module,4,2
.globl _NGX_RTMP_CSID_VIDEO
.zerofill __DATA,__common,_NGX_RTMP_CSID_VIDEO,4,2
.globl _NGX_RTMP_CSID_AUDIO
.zerofill __DATA,__common,_NGX_RTMP_CSID_AUDIO,4,2
.globl _NGX_LOG_ERR
.zerofill __DATA,__common,_NGX_LOG_ERR,4,2
.globl _NGX_LOG_DEBUG_RTMP
.zerofill __DATA,__common,_NGX_LOG_DEBUG_RTMP,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x40
.byte 0x9d
.uleb128 0x8
.byte 0x9e
.uleb128 0x7
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x6
.byte 0x94
.uleb128 0x5
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x97
.uleb128 0x2
.byte 0x98
.uleb128 0x1
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x95
.uleb128 0x4
.byte 0x96
.uleb128 0x3
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xb
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$11,LCFI8-LCFI7
.long L$set$11
.byte 0xb
.byte 0x4
.set L$set$12,LCFI9-LCFI8
.long L$set$12
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$13,LCFI10-LCFI9
.long L$set$13
.byte 0xb
.byte 0x4
.set L$set$14,LCFI11-LCFI10
.long L$set$14
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$15,LCFI12-LCFI11
.long L$set$15
.byte 0xb
.byte 0x4
.set L$set$16,LCFI13-LCFI12
.long L$set$16
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "live: already joined"
.LC1:
.string "live: join '%s'"
.LC2:
.string "live: stream not found"
.LC3:
.string "No such stream"
.LC4:
.string "error"
.LC5:
.string "NetStream.Play.StreamNotFound"
.LC6:
.string "live: already publishing"
.LC7:
.string "Already publishing"
.LC8:
.string "NetStream.Publish.BadName"
.text
.p2align 4
.type ngx_rtmp_live_join, @function
ngx_rtmp_live_join:
.LFB0:
.cfi_startproc
endbr64
pushq %r14 #
.cfi_def_cfa_offset 16
.cfi_offset 14, -16
pushq %r13 #
.cfi_def_cfa_offset 24
.cfi_offset 13, -24
movl %edx, %r13d # tmp165, publisher
pushq %r12 #
.cfi_def_cfa_offset 32
.cfi_offset 12, -32
movq %rsi, %r12 # tmp164, name
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:57: lacf = ngx_rtmp_get_module_app_conf(s, ngx_rtmp_live_module);
movl ngx_rtmp_live_module(%rip), %esi # ngx_rtmp_live_module,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:52: {
pushq %rbp #
.cfi_def_cfa_offset 40
.cfi_offset 6, -40
movq %rdi, %rbp # tmp163, s
pushq %rbx #
.cfi_def_cfa_offset 48
.cfi_offset 3, -48
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:57: lacf = ngx_rtmp_get_module_app_conf(s, ngx_rtmp_live_module);
call ngx_rtmp_get_module_app_conf@PLT #
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:58: if (lacf == NULL) {
testq %rax, %rax # lacf
je .L1 #,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:62: ctx = ngx_rtmp_get_module_ctx(s, ngx_rtmp_live_module);
movl ngx_rtmp_live_module(%rip), %esi # ngx_rtmp_live_module,
movq %rbp, %rdi # s,
movq %rax, %r14 # tmp166, lacf
call ngx_rtmp_get_module_ctx@PLT #
movq %rax, %rbx # tmp167, ctx
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:63: if (ctx && ctx->stream) {
testq %rax, %rax # ctx
je .L4 #,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:63: if (ctx && ctx->stream) {
cmpq $0, 8(%rax) #, ctx_44->stream
jne .L28 #,
.L5:
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:74: ngx_memzero(ctx, sizeof(*ctx));
movl $40, %esi #,
movq %rbx, %rdi # ctx,
call ngx_memzero@PLT #
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:78: ngx_log_debug1(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
movq 8(%rbp), %rax # s_40(D)->connection, s_40(D)->connection
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:76: ctx->session = s;
movq %rbp, 32(%rbx) # s, ctx_33->session
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:78: ngx_log_debug1(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
xorl %edx, %edx #
movl NGX_LOG_DEBUG_RTMP(%rip), %edi # NGX_LOG_DEBUG_RTMP,
movq %r12, %r8 # name,
leaq .LC1(%rip), %rcx #, tmp142
movl (%rax), %esi # _10->log,
call ngx_log_debug1@PLT #
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:81: stream = ngx_rtmp_live_get_stream(s, name, publisher || lacf->idle_streams);
testl %r13d, %r13d # publisher
jne .L6 #,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:81: stream = ngx_rtmp_live_get_stream(s, name, publisher || lacf->idle_streams);
xorl %edx, %edx # tmp143
cmpq $0, 8(%r14) #, lacf_42->idle_streams
movq %r12, %rsi # name,
movq %rbp, %rdi # s,
setne %dl #, tmp143
call ngx_rtmp_live_get_stream@PLT #
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:83: if (stream == NULL ||
testq %rax, %rax # stream
je .L9 #,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:84: !(publisher || (*stream)->publishing || lacf->idle_streams))
movq (%rax), %rax # *stream_98, _14
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:84: !(publisher || (*stream)->publishing || lacf->idle_streams))
movl (%rax), %ecx # _14->publishing,
testl %ecx, %ecx #
je .L29 #,
.L8:
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:113: ctx->next = (*stream)->ctx;
movq 16(%rax), %rdx # _14->ctx, _14->ctx
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:117: if (lacf->buflen) {
cmpq $0, (%r14) #, lacf_42->buflen
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:111: ctx->stream = *stream;
movq %rax, 8(%rbx) # _14, ctx_33->stream
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:112: ctx->publishing = publisher;
movl $0, (%rbx) #, ctx_33->publishing
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:113: ctx->next = (*stream)->ctx;
movq %rdx, 24(%rbx) # _14->ctx, ctx_33->next
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:115: (*stream)->ctx = ctx;
movq %rbx, 16(%rax) # ctx, _14->ctx
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:117: if (lacf->buflen) {
je .L25 #,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:118: s->out_buffer = 1;
movl $1, 0(%rbp) #, s_40(D)->out_buffer
.L25:
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
movl NGX_RTMP_CSID_VIDEO(%rip), %ecx # NGX_RTMP_CSID_VIDEO, NGX_RTMP_CSID_VIDEO.8_126
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
movq 16(%rbx), %rdx # ctx_33->cs, _125
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:124: if (!ctx->publishing && ctx->stream->active) {
cmpq $0, 8(%rax) #, MEM[(struct TYPE_4__ *)_14].active
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
movl %ecx, (%rdx) # NGX_RTMP_CSID_VIDEO.8_126,* _125
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:122: ctx->cs[1].csid = NGX_RTMP_CSID_AUDIO;
movl NGX_RTMP_CSID_AUDIO(%rip), %ecx # NGX_RTMP_CSID_AUDIO, NGX_RTMP_CSID_AUDIO
movl %ecx, 4(%rdx) # NGX_RTMP_CSID_AUDIO,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:124: if (!ctx->publishing && ctx->stream->active) {
je .L1 #,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
popq %rbx #
.cfi_remember_state
.cfi_def_cfa_offset 40
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:125: ngx_rtmp_live_start(s);
movq %rbp, %rdi # s,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
popq %rbp #
.cfi_def_cfa_offset 32
popq %r12 #
.cfi_def_cfa_offset 24
popq %r13 #
.cfi_def_cfa_offset 16
popq %r14 #
.cfi_def_cfa_offset 8
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:125: ngx_rtmp_live_start(s);
jmp ngx_rtmp_live_start@PLT #
.p2align 4,,10
.p2align 3
.L6:
.cfi_restore_state
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:81: stream = ngx_rtmp_live_get_stream(s, name, publisher || lacf->idle_streams);
movl $1, %edx #,
movq %r12, %rsi # name,
movq %rbp, %rdi # s,
call ngx_rtmp_live_get_stream@PLT #
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:83: if (stream == NULL ||
testq %rax, %rax # stream
je .L9 #,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:98: if ((*stream)->publishing) {
movq (%rax), %rax # *stream_95, _20
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:98: if ((*stream)->publishing) {
movl (%rax), %edx # _20->publishing,
testl %edx, %edx #
jne .L30 #,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:113: ctx->next = (*stream)->ctx;
movq 16(%rax), %rdx # _20->ctx, _20->ctx
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:117: if (lacf->buflen) {
cmpq $0, (%r14) #, lacf_42->buflen
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:108: (*stream)->publishing = 1;
movl $1, (%rax) #, _20->publishing
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:111: ctx->stream = *stream;
movq %rax, 8(%rbx) # _20, ctx_33->stream
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:112: ctx->publishing = publisher;
movl %r13d, (%rbx) # publisher, ctx_33->publishing
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:113: ctx->next = (*stream)->ctx;
movq %rdx, 24(%rbx) # _20->ctx, ctx_33->next
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:115: (*stream)->ctx = ctx;
movq %rbx, 16(%rax) # ctx, _20->ctx
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:117: if (lacf->buflen) {
je .L26 #,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:118: s->out_buffer = 1;
movl $1, 0(%rbp) #, s_40(D)->out_buffer
.L26:
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
movl NGX_RTMP_CSID_VIDEO(%rip), %edx # NGX_RTMP_CSID_VIDEO, NGX_RTMP_CSID_VIDEO.8_118
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
movq 16(%rbx), %rax # ctx_33->cs, _117
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:121: ctx->cs[0].csid = NGX_RTMP_CSID_VIDEO;
movl %edx, (%rax) # NGX_RTMP_CSID_VIDEO.8_118,* _117
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:122: ctx->cs[1].csid = NGX_RTMP_CSID_AUDIO;
movl NGX_RTMP_CSID_AUDIO(%rip), %edx # NGX_RTMP_CSID_AUDIO, NGX_RTMP_CSID_AUDIO
movl %edx, 4(%rax) # NGX_RTMP_CSID_AUDIO,
.L1:
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
popq %rbx #
.cfi_remember_state
.cfi_def_cfa_offset 40
popq %rbp #
.cfi_def_cfa_offset 32
popq %r12 #
.cfi_def_cfa_offset 24
popq %r13 #
.cfi_def_cfa_offset 16
popq %r14 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L4:
.cfi_restore_state
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:70: ctx = ngx_palloc(s->connection->pool, sizeof(ngx_rtmp_live_ctx_t));
movq 8(%rbp), %rax # s_40(D)->connection, s_40(D)->connection
movl $40, %esi #,
movl 4(%rax), %edi # _7->pool, _7->pool
call ngx_palloc@PLT #
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:71: ngx_rtmp_set_ctx(s, ctx, ngx_rtmp_live_module);
movl ngx_rtmp_live_module(%rip), %edx # ngx_rtmp_live_module,
movq %rbp, %rdi # s,
movq %rax, %rsi # ctx,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:70: ctx = ngx_palloc(s->connection->pool, sizeof(ngx_rtmp_live_ctx_t));
movq %rax, %rbx # tmp168, ctx
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:71: ngx_rtmp_set_ctx(s, ctx, ngx_rtmp_live_module);
call ngx_rtmp_set_ctx@PLT #
jmp .L5 #
.p2align 4,,10
.p2align 3
.L29:
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:84: !(publisher || (*stream)->publishing || lacf->idle_streams))
cmpq $0, 8(%r14) #, lacf_42->idle_streams
jne .L8 #,
.L9:
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:86: ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
movq 8(%rbp), %rax # s_40(D)->connection, s_40(D)->connection
movl NGX_LOG_ERR(%rip), %edi # NGX_LOG_ERR,
leaq .LC2(%rip), %rcx #, tmp147
xorl %edx, %edx #
movl (%rax), %esi # _17->log,
call ngx_log_error@PLT #
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:89: ngx_rtmp_send_status(s, "NetStream.Play.StreamNotFound", "error",
movq %rbp, %rdi # s,
leaq .LC3(%rip), %rcx #, tmp148
leaq .LC4(%rip), %rdx #, tmp149
leaq .LC5(%rip), %rsi #, tmp150
call ngx_rtmp_send_status@PLT #
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
popq %rbx #
.cfi_remember_state
.cfi_def_cfa_offset 40
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:92: ngx_rtmp_finalize_session(s);
movq %rbp, %rdi # s,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
popq %rbp #
.cfi_def_cfa_offset 32
popq %r12 #
.cfi_def_cfa_offset 24
popq %r13 #
.cfi_def_cfa_offset 16
popq %r14 #
.cfi_def_cfa_offset 8
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:92: ngx_rtmp_finalize_session(s);
jmp ngx_rtmp_finalize_session@PLT #
.p2align 4,,10
.p2align 3
.L28:
.cfi_restore_state
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:64: ngx_log_debug0(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
movq 8(%rbp), %rax # s_40(D)->connection, s_40(D)->connection
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
popq %rbx #
.cfi_remember_state
.cfi_def_cfa_offset 40
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:64: ngx_log_debug0(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
leaq .LC0(%rip), %rcx #, tmp136
xorl %edx, %edx #
movl NGX_LOG_DEBUG_RTMP(%rip), %edi # NGX_LOG_DEBUG_RTMP,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
popq %rbp #
.cfi_def_cfa_offset 32
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:64: ngx_log_debug0(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
movl (%rax), %esi # _4->log,
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
popq %r12 #
.cfi_def_cfa_offset 24
popq %r13 #
.cfi_def_cfa_offset 16
popq %r14 #
.cfi_def_cfa_offset 8
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:64: ngx_log_debug0(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
jmp ngx_log_debug0@PLT #
.p2align 4,,10
.p2align 3
.L30:
.cfi_restore_state
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:99: ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
movq 8(%rbp), %rax # s_40(D)->connection, s_40(D)->connection
movl NGX_LOG_ERR(%rip), %edi # NGX_LOG_ERR,
leaq .LC6(%rip), %rcx #, tmp153
xorl %edx, %edx #
movl (%rax), %esi # _22->log,
call ngx_log_error@PLT #
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
popq %rbx #
.cfi_def_cfa_offset 40
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:102: ngx_rtmp_send_status(s, "NetStream.Publish.BadName", "error",
movq %rbp, %rdi # s,
leaq .LC7(%rip), %rcx #, tmp154
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
popq %rbp #
.cfi_def_cfa_offset 32
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:102: ngx_rtmp_send_status(s, "NetStream.Publish.BadName", "error",
leaq .LC4(%rip), %rdx #, tmp155
leaq .LC8(%rip), %rsi #, tmp156
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:127: }
popq %r12 #
.cfi_def_cfa_offset 24
popq %r13 #
.cfi_def_cfa_offset 16
popq %r14 #
.cfi_def_cfa_offset 8
# AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_live_module.c_ngx_rtmp_live_join.c:102: ngx_rtmp_send_status(s, "NetStream.Publish.BadName", "error",
jmp ngx_rtmp_send_status@PLT #
.cfi_endproc
.LFE0:
.size ngx_rtmp_live_join, .-ngx_rtmp_live_join
.globl ngx_rtmp_live_module
.bss
.align 4
.type ngx_rtmp_live_module, @object
.size ngx_rtmp_live_module, 4
ngx_rtmp_live_module:
.zero 4
.globl NGX_RTMP_CSID_VIDEO
.align 4
.type NGX_RTMP_CSID_VIDEO, @object
.size NGX_RTMP_CSID_VIDEO, 4
NGX_RTMP_CSID_VIDEO:
.zero 4
.globl NGX_RTMP_CSID_AUDIO
.align 4
.type NGX_RTMP_CSID_AUDIO, @object
.size NGX_RTMP_CSID_AUDIO, 4
NGX_RTMP_CSID_AUDIO:
.zero 4
.globl NGX_LOG_ERR
.align 4
.type NGX_LOG_ERR, @object
.size NGX_LOG_ERR, 4
NGX_LOG_ERR:
.zero 4
.globl NGX_LOG_DEBUG_RTMP
.align 4
.type NGX_LOG_DEBUG_RTMP, @object
.size NGX_LOG_DEBUG_RTMP, 4
NGX_LOG_DEBUG_RTMP:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
kphp-kdb/common/extr_kdb-data-common.c_dyn_clear_low.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _dyn_clear_low
_dyn_clear_low:
LFB0:
; Anghabench/kphp-kdb/common/extr_kdb-data-common.c_dyn_clear_low.c:20: dyn_cur = dyn_mark_bottom ? dyn_mark_bottom : dyn_first;
adrp x0, _dyn_mark_bottom@PAGE ; tmp103,
; Anghabench/kphp-kdb/common/extr_kdb-data-common.c_dyn_clear_low.c:20: dyn_cur = dyn_mark_bottom ? dyn_mark_bottom : dyn_first;
adrp x1, _dyn_first@PAGE ; tmp105,
; Anghabench/kphp-kdb/common/extr_kdb-data-common.c_dyn_clear_low.c:20: dyn_cur = dyn_mark_bottom ? dyn_mark_bottom : dyn_first;
ldr x0, [x0, #_dyn_mark_bottom@PAGEOFF] ; dyn_mark_bottom.1_1, dyn_mark_bottom
; Anghabench/kphp-kdb/common/extr_kdb-data-common.c_dyn_clear_low.c:20: dyn_cur = dyn_mark_bottom ? dyn_mark_bottom : dyn_first;
ldr x1, [x1, #_dyn_first@PAGEOFF] ; dyn_first, dyn_first
cmp x0, 0 ; dyn_mark_bottom.1_1,
csel x0, x1, x0, eq ; dyn_mark_bottom.1_1, dyn_first, dyn_mark_bottom.1_1,
; Anghabench/kphp-kdb/common/extr_kdb-data-common.c_dyn_clear_low.c:20: dyn_cur = dyn_mark_bottom ? dyn_mark_bottom : dyn_first;
adrp x1, _dyn_cur@PAGE ; tmp107,
str x0, [x1, #_dyn_cur@PAGEOFF] ; dyn_mark_bottom.1_1, dyn_cur
; Anghabench/kphp-kdb/common/extr_kdb-data-common.c_dyn_clear_low.c:21: }
ret
LFE0:
.globl _dyn_mark_bottom
.zerofill __DATA,__common,_dyn_mark_bottom,8,3
.globl _dyn_first
.zerofill __DATA,__common,_dyn_first,8,3
.globl _dyn_cur
.zerofill __DATA,__common,_dyn_cur,8,3
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_kdb-data-common.c_dyn_clear_low.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl dyn_clear_low
.type dyn_clear_low, @function
dyn_clear_low:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/kphp-kdb/common/extr_kdb-data-common.c_dyn_clear_low.c:20: dyn_cur = dyn_mark_bottom ? dyn_mark_bottom : dyn_first;
movq dyn_mark_bottom(%rip), %rax # dyn_mark_bottom, dyn_mark_bottom.1_1
# AnghaBench/kphp-kdb/common/extr_kdb-data-common.c_dyn_clear_low.c:20: dyn_cur = dyn_mark_bottom ? dyn_mark_bottom : dyn_first;
testq %rax, %rax # dyn_mark_bottom.1_1
cmove dyn_first(%rip), %rax # dyn_first,, dyn_mark_bottom.1_1
# AnghaBench/kphp-kdb/common/extr_kdb-data-common.c_dyn_clear_low.c:20: dyn_cur = dyn_mark_bottom ? dyn_mark_bottom : dyn_first;
movq %rax, dyn_cur(%rip) # dyn_mark_bottom.1_1, dyn_cur
# AnghaBench/kphp-kdb/common/extr_kdb-data-common.c_dyn_clear_low.c:21: }
ret
.cfi_endproc
.LFE0:
.size dyn_clear_low, .-dyn_clear_low
.globl dyn_mark_bottom
.bss
.align 8
.type dyn_mark_bottom, @object
.size dyn_mark_bottom, 8
dyn_mark_bottom:
.zero 8
.globl dyn_first
.align 8
.type dyn_first, @object
.size dyn_first, 8
dyn_first:
.zero 8
.globl dyn_cur
.align 8
.type dyn_cur, @object
.size dyn_cur, 8
dyn_cur:
.zero 8
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
freebsd/crypto/openssl/crypto/bn/extr_bn_rand.c_BN_priv_rand.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _BN_priv_rand
_BN_priv_rand:
LFB0:
; Anghabench/freebsd/crypto/openssl/crypto/bn/extr_bn_rand.c_BN_priv_rand.c:21: return bnrand(PRIVATE, rnd, bits, top, bottom);
mov w4, w3 ;, bottom
mov w3, w2 ;, top
mov w2, w1 ;, bits
mov x1, x0 ;, rnd
adrp x0, _PRIVATE@PAGE ; tmp108,
ldr w0, [x0, #_PRIVATE@PAGEOFF] ;, PRIVATE
b _bnrand ;
LFE0:
.globl _PRIVATE
.zerofill __DATA,__common,_PRIVATE,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_bn_rand.c_BN_priv_rand.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl BN_priv_rand
.type BN_priv_rand, @function
BN_priv_rand:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/freebsd/crypto/openssl/crypto/bn/extr_bn_rand.c_BN_priv_rand.c:20: {
movl %ecx, %r8d # bottom, tmp92
# AnghaBench/freebsd/crypto/openssl/crypto/bn/extr_bn_rand.c_BN_priv_rand.c:21: return bnrand(PRIVATE, rnd, bits, top, bottom);
movl %edx, %ecx # top,
movl %esi, %edx # bits,
movq %rdi, %rsi # rnd,
movl PRIVATE(%rip), %edi # PRIVATE,
jmp bnrand@PLT #
.cfi_endproc
.LFE0:
.size BN_priv_rand, .-BN_priv_rand
.globl PRIVATE
.bss
.align 4
.type PRIVATE, @object
.size PRIVATE, 4
PRIVATE:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _InitPlanCache
_InitPlanCache:
LFB0:
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:32: CacheRegisterRelcacheCallback(PlanCacheRelCallback, (Datum) 0);
adrp x0, _PlanCacheRelCallback@PAGE ; tmp117,
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:31: {
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:32: CacheRegisterRelcacheCallback(PlanCacheRelCallback, (Datum) 0);
mov w1, 0 ;,
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:31: {
mov x29, sp ;,
LCFI1:
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:32: CacheRegisterRelcacheCallback(PlanCacheRelCallback, (Datum) 0);
ldr w0, [x0, #_PlanCacheRelCallback@PAGEOFF] ;, PlanCacheRelCallback
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:31: {
str x19, [sp, 16] ;,
LCFI2:
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:33: CacheRegisterSyscacheCallback(PROCOID, PlanCacheObjectCallback, (Datum) 0);
adrp x19, _PlanCacheObjectCallback@PAGE ; tmp120,
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:32: CacheRegisterRelcacheCallback(PlanCacheRelCallback, (Datum) 0);
bl _CacheRegisterRelcacheCallback ;
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:33: CacheRegisterSyscacheCallback(PROCOID, PlanCacheObjectCallback, (Datum) 0);
adrp x0, _PROCOID@PAGE ; tmp123,
ldr w1, [x19, #_PlanCacheObjectCallback@PAGEOFF] ;, PlanCacheObjectCallback
mov w2, 0 ;,
ldr w0, [x0, #_PROCOID@PAGEOFF] ;, PROCOID
bl _CacheRegisterSyscacheCallback ;
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:34: CacheRegisterSyscacheCallback(TYPEOID, PlanCacheObjectCallback, (Datum) 0);
adrp x0, _TYPEOID@PAGE ; tmp129,
ldr w1, [x19, #_PlanCacheObjectCallback@PAGEOFF] ;, PlanCacheObjectCallback
mov w2, 0 ;,
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:35: CacheRegisterSyscacheCallback(NAMESPACEOID, PlanCacheSysCallback, (Datum) 0);
adrp x19, _PlanCacheSysCallback@PAGE ; tmp132,
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:34: CacheRegisterSyscacheCallback(TYPEOID, PlanCacheObjectCallback, (Datum) 0);
ldr w0, [x0, #_TYPEOID@PAGEOFF] ;, TYPEOID
bl _CacheRegisterSyscacheCallback ;
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:35: CacheRegisterSyscacheCallback(NAMESPACEOID, PlanCacheSysCallback, (Datum) 0);
adrp x0, _NAMESPACEOID@PAGE ; tmp135,
ldr w1, [x19, #_PlanCacheSysCallback@PAGEOFF] ;, PlanCacheSysCallback
mov w2, 0 ;,
ldr w0, [x0, #_NAMESPACEOID@PAGEOFF] ;, NAMESPACEOID
bl _CacheRegisterSyscacheCallback ;
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:36: CacheRegisterSyscacheCallback(OPEROID, PlanCacheSysCallback, (Datum) 0);
adrp x0, _OPEROID@PAGE ; tmp141,
ldr w1, [x19, #_PlanCacheSysCallback@PAGEOFF] ;, PlanCacheSysCallback
mov w2, 0 ;,
ldr w0, [x0, #_OPEROID@PAGEOFF] ;, OPEROID
bl _CacheRegisterSyscacheCallback ;
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:37: CacheRegisterSyscacheCallback(AMOPOPID, PlanCacheSysCallback, (Datum) 0);
adrp x0, _AMOPOPID@PAGE ; tmp147,
ldr w1, [x19, #_PlanCacheSysCallback@PAGEOFF] ;, PlanCacheSysCallback
mov w2, 0 ;,
ldr w0, [x0, #_AMOPOPID@PAGEOFF] ;, AMOPOPID
bl _CacheRegisterSyscacheCallback ;
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:38: CacheRegisterSyscacheCallback(FOREIGNSERVEROID, PlanCacheSysCallback, (Datum) 0);
adrp x0, _FOREIGNSERVEROID@PAGE ; tmp153,
ldr w1, [x19, #_PlanCacheSysCallback@PAGEOFF] ;, PlanCacheSysCallback
mov w2, 0 ;,
ldr w0, [x0, #_FOREIGNSERVEROID@PAGEOFF] ;, FOREIGNSERVEROID
bl _CacheRegisterSyscacheCallback ;
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:39: CacheRegisterSyscacheCallback(FOREIGNDATAWRAPPEROID, PlanCacheSysCallback, (Datum) 0);
adrp x0, _FOREIGNDATAWRAPPEROID@PAGE ; tmp159,
ldr w1, [x19, #_PlanCacheSysCallback@PAGEOFF] ;, PlanCacheSysCallback
mov w2, 0 ;,
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:40: }
ldr x19, [sp, 16] ;,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
; Anghabench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:39: CacheRegisterSyscacheCallback(FOREIGNDATAWRAPPEROID, PlanCacheSysCallback, (Datum) 0);
ldr w0, [x0, #_FOREIGNDATAWRAPPEROID@PAGEOFF] ;, FOREIGNDATAWRAPPEROID
b _CacheRegisterSyscacheCallback ;
LFE0:
.globl _TYPEOID
.zerofill __DATA,__common,_TYPEOID,4,2
.globl _PlanCacheSysCallback
.zerofill __DATA,__common,_PlanCacheSysCallback,4,2
.globl _PlanCacheRelCallback
.zerofill __DATA,__common,_PlanCacheRelCallback,4,2
.globl _PlanCacheObjectCallback
.zerofill __DATA,__common,_PlanCacheObjectCallback,4,2
.globl _PROCOID
.zerofill __DATA,__common,_PROCOID,4,2
.globl _OPEROID
.zerofill __DATA,__common,_OPEROID,4,2
.globl _NAMESPACEOID
.zerofill __DATA,__common,_NAMESPACEOID,4,2
.globl _FOREIGNSERVEROID
.zerofill __DATA,__common,_FOREIGNSERVEROID,4,2
.globl _FOREIGNDATAWRAPPEROID
.zerofill __DATA,__common,_FOREIGNDATAWRAPPEROID,4,2
.globl _AMOPOPID
.zerofill __DATA,__common,_AMOPOPID,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_plancache.c_InitPlanCache.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl InitPlanCache
.type InitPlanCache, @function
InitPlanCache:
.LFB0:
.cfi_startproc
endbr64
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:32: CacheRegisterRelcacheCallback(PlanCacheRelCallback, (Datum) 0);
movl PlanCacheRelCallback(%rip), %edi # PlanCacheRelCallback,
xorl %esi, %esi #
call CacheRegisterRelcacheCallback@PLT #
# AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:33: CacheRegisterSyscacheCallback(PROCOID, PlanCacheObjectCallback, (Datum) 0);
movl PlanCacheObjectCallback(%rip), %esi # PlanCacheObjectCallback,
movl PROCOID(%rip), %edi # PROCOID,
xorl %edx, %edx #
call CacheRegisterSyscacheCallback@PLT #
# AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:34: CacheRegisterSyscacheCallback(TYPEOID, PlanCacheObjectCallback, (Datum) 0);
movl PlanCacheObjectCallback(%rip), %esi # PlanCacheObjectCallback,
movl TYPEOID(%rip), %edi # TYPEOID,
xorl %edx, %edx #
call CacheRegisterSyscacheCallback@PLT #
# AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:35: CacheRegisterSyscacheCallback(NAMESPACEOID, PlanCacheSysCallback, (Datum) 0);
movl PlanCacheSysCallback(%rip), %esi # PlanCacheSysCallback,
movl NAMESPACEOID(%rip), %edi # NAMESPACEOID,
xorl %edx, %edx #
call CacheRegisterSyscacheCallback@PLT #
# AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:36: CacheRegisterSyscacheCallback(OPEROID, PlanCacheSysCallback, (Datum) 0);
movl PlanCacheSysCallback(%rip), %esi # PlanCacheSysCallback,
movl OPEROID(%rip), %edi # OPEROID,
xorl %edx, %edx #
call CacheRegisterSyscacheCallback@PLT #
# AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:37: CacheRegisterSyscacheCallback(AMOPOPID, PlanCacheSysCallback, (Datum) 0);
movl PlanCacheSysCallback(%rip), %esi # PlanCacheSysCallback,
movl AMOPOPID(%rip), %edi # AMOPOPID,
xorl %edx, %edx #
call CacheRegisterSyscacheCallback@PLT #
# AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:38: CacheRegisterSyscacheCallback(FOREIGNSERVEROID, PlanCacheSysCallback, (Datum) 0);
movl PlanCacheSysCallback(%rip), %esi # PlanCacheSysCallback,
movl FOREIGNSERVEROID(%rip), %edi # FOREIGNSERVEROID,
xorl %edx, %edx #
call CacheRegisterSyscacheCallback@PLT #
# AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:39: CacheRegisterSyscacheCallback(FOREIGNDATAWRAPPEROID, PlanCacheSysCallback, (Datum) 0);
movl PlanCacheSysCallback(%rip), %esi # PlanCacheSysCallback,
movl FOREIGNDATAWRAPPEROID(%rip), %edi # FOREIGNDATAWRAPPEROID,
xorl %edx, %edx #
# AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:40: }
addq $8, %rsp #,
.cfi_def_cfa_offset 8
# AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_InitPlanCache.c:39: CacheRegisterSyscacheCallback(FOREIGNDATAWRAPPEROID, PlanCacheSysCallback, (Datum) 0);
jmp CacheRegisterSyscacheCallback@PLT #
.cfi_endproc
.LFE0:
.size InitPlanCache, .-InitPlanCache
.globl TYPEOID
.bss
.align 4
.type TYPEOID, @object
.size TYPEOID, 4
TYPEOID:
.zero 4
.globl PlanCacheSysCallback
.align 4
.type PlanCacheSysCallback, @object
.size PlanCacheSysCallback, 4
PlanCacheSysCallback:
.zero 4
.globl PlanCacheRelCallback
.align 4
.type PlanCacheRelCallback, @object
.size PlanCacheRelCallback, 4
PlanCacheRelCallback:
.zero 4
.globl PlanCacheObjectCallback
.align 4
.type PlanCacheObjectCallback, @object
.size PlanCacheObjectCallback, 4
PlanCacheObjectCallback:
.zero 4
.globl PROCOID
.align 4
.type PROCOID, @object
.size PROCOID, 4
PROCOID:
.zero 4
.globl OPEROID
.align 4
.type OPEROID, @object
.size OPEROID, 4
OPEROID:
.zero 4
.globl NAMESPACEOID
.align 4
.type NAMESPACEOID, @object
.size NAMESPACEOID, 4
NAMESPACEOID:
.zero 4
.globl FOREIGNSERVEROID
.align 4
.type FOREIGNSERVEROID, @object
.size FOREIGNSERVEROID, 4
FOREIGNSERVEROID:
.zero 4
.globl FOREIGNDATAWRAPPEROID
.align 4
.type FOREIGNDATAWRAPPEROID, @object
.size FOREIGNDATAWRAPPEROID, 4
FOREIGNDATAWRAPPEROID:
.zero 4
.globl AMOPOPID
.align 4
.type AMOPOPID, @object
.size AMOPOPID, 4
AMOPOPID:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.cstring
.align 3
lC0:
.ascii "SCL not low when stopping\12\0"
.align 3
lC1:
.ascii "SCL could not be set low\12\0"
.align 3
lC2:
.ascii "SCL could not be set high\12\0"
.align 3
lC3:
.ascii "resetting I2C\12\0"
.text
.align 2
.p2align 5,,15
.no_dead_strip _ivtv_stop
_ivtv_stop:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:27: {
mov x19, x0 ; itv, itv
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:30: if (ivtv_getscl(itv) != 0) {
bl _ivtv_getscl ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:30: if (ivtv_getscl(itv) != 0) {
cbnz x0, L12 ; _1,
L3:
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:37: ivtv_setsda(itv, 0);
mov w1, 0 ;,
mov x0, x19 ;, itv
bl _ivtv_setsda ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:38: ivtv_scldelay(itv);
mov x0, x19 ;, itv
bl _ivtv_scldelay ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:39: ivtv_setscl(itv, 1);
mov w1, 1 ;,
mov x0, x19 ;, itv
bl _ivtv_setscl ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:40: if (!ivtv_waitscl(itv, 1)) {
mov w1, 1 ;,
mov x0, x19 ;, itv
bl _ivtv_waitscl ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:40: if (!ivtv_waitscl(itv, 1)) {
cbz w0, L13 ; _3,
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:44: ivtv_scldelay(itv);
mov x0, x19 ;, itv
bl _ivtv_scldelay ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:45: ivtv_setsda(itv, 1);
mov w1, 1 ;,
mov x0, x19 ;, itv
bl _ivtv_setsda ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:46: if (!ivtv_waitsda(itv, 1)) {
mov w1, 1 ;,
mov x0, x19 ;, itv
bl _ivtv_waitsda ;
mov w1, w0 ; _5,
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:58: return 0;
mov w0, 0 ; <retval>,
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:46: if (!ivtv_waitsda(itv, 1)) {
cbz w1, L14 ; _5,
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:59: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
ret
.p2align 2,,3
L13:
LCFI4:
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:41: IVTV_DEBUG_I2C("SCL could not be set high\n");
adrp x0, lC2@PAGE ; tmp115,
add x0, x0, lC2@PAGEOFF; ;, tmp115,
bl _IVTV_DEBUG_I2C ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:42: return -EREMOTEIO;
adrp x0, _EREMOTEIO@PAGE ; tmp117,
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:59: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI5:
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:42: return -EREMOTEIO;
ldr w0, [x0, #_EREMOTEIO@PAGEOFF] ;, EREMOTEIO
neg w0, w0 ; <retval>, EREMOTEIO
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:59: }
ret
.p2align 2,,3
L12:
LCFI6:
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:31: IVTV_DEBUG_HI_I2C("SCL not low when stopping\n");
adrp x0, lC0@PAGE ; tmp111,
add x0, x0, lC0@PAGEOFF; ;, tmp111,
bl _IVTV_DEBUG_HI_I2C ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:32: ivtv_setscl(itv, 0);
mov w1, 0 ;,
mov x0, x19 ;, itv
bl _ivtv_setscl ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:33: if (!ivtv_waitscl(itv, 0)) {
mov w1, 0 ;,
mov x0, x19 ;, itv
bl _ivtv_waitscl ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:33: if (!ivtv_waitscl(itv, 0)) {
cbnz w0, L3 ; _2,
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:34: IVTV_DEBUG_I2C("SCL could not be set low\n");
adrp x0, lC1@PAGE ; tmp113,
add x0, x0, lC1@PAGEOFF; ;, tmp113,
bl _IVTV_DEBUG_I2C ;
b L3 ;
.p2align 2,,3
L14:
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:47: IVTV_DEBUG_I2C("resetting I2C\n");
adrp x0, lC3@PAGE ; tmp120,
mov w20, 16 ; ivtmp_7,
add x0, x0, lC3@PAGEOFF; ;, tmp120,
bl _IVTV_DEBUG_I2C ;
.p2align 5,,15
L7:
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:49: ivtv_setscl(itv, 0);
mov w1, 0 ;,
mov x0, x19 ;, itv
bl _ivtv_setscl ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:50: ivtv_scldelay(itv);
mov x0, x19 ;, itv
bl _ivtv_scldelay ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:51: ivtv_setscl(itv, 1);
mov w1, 1 ;,
mov x0, x19 ;, itv
bl _ivtv_setscl ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:52: ivtv_scldelay(itv);
mov x0, x19 ;, itv
bl _ivtv_scldelay ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:53: ivtv_setsda(itv, 1);
mov w1, 1 ;,
mov x0, x19 ;, itv
bl _ivtv_setsda ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:48: for (i = 0; i < 16; ++i) {
subs w20, w20, #1 ; ivtmp_7, ivtmp_7,
bne L7 ;,
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:55: ivtv_waitsda(itv, 1);
mov w1, 1 ;,
mov x0, x19 ;, itv
bl _ivtv_waitsda ;
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:56: return -EREMOTEIO;
adrp x0, _EREMOTEIO@PAGE ; tmp122,
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:59: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI7:
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:56: return -EREMOTEIO;
ldr w0, [x0, #_EREMOTEIO@PAGEOFF] ;, EREMOTEIO
neg w0, w0 ; <retval>, EREMOTEIO
; Anghabench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:59: }
ret
LFE0:
.globl _EREMOTEIO
.zerofill __DATA,__common,_EREMOTEIO,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x94
.uleb128 0x1
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xb
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_ivtv-i2c.c_ivtv_stop.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "SCL not low when stopping\n"
.LC1:
.string "SCL could not be set low\n"
.LC2:
.string "SCL could not be set high\n"
.LC3:
.string "resetting I2C\n"
.text
.p2align 4
.type ivtv_stop, @function
ivtv_stop:
.LFB0:
.cfi_startproc
endbr64
pushq %rbp #
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rdi, %rbp # tmp98, itv
pushq %rbx #
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
subq $8, %rsp #,
.cfi_def_cfa_offset 32
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:30: if (ivtv_getscl(itv) != 0) {
call ivtv_getscl@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:30: if (ivtv_getscl(itv) != 0) {
testq %rax, %rax # tmp99
jne .L12 #,
.L3:
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:37: ivtv_setsda(itv, 0);
xorl %esi, %esi #
movq %rbp, %rdi # itv,
call ivtv_setsda@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:38: ivtv_scldelay(itv);
movq %rbp, %rdi # itv,
call ivtv_scldelay@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:39: ivtv_setscl(itv, 1);
movl $1, %esi #,
movq %rbp, %rdi # itv,
call ivtv_setscl@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:40: if (!ivtv_waitscl(itv, 1)) {
movl $1, %esi #,
movq %rbp, %rdi # itv,
call ivtv_waitscl@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:40: if (!ivtv_waitscl(itv, 1)) {
testl %eax, %eax # tmp101
je .L13 #,
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:44: ivtv_scldelay(itv);
movq %rbp, %rdi # itv,
call ivtv_scldelay@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:45: ivtv_setsda(itv, 1);
movl $1, %esi #,
movq %rbp, %rdi # itv,
call ivtv_setsda@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:46: if (!ivtv_waitsda(itv, 1)) {
movl $1, %esi #,
movq %rbp, %rdi # itv,
call ivtv_waitsda@PLT #
movl %eax, %r8d #, tmp102
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:58: return 0;
xorl %eax, %eax # <retval>
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:46: if (!ivtv_waitsda(itv, 1)) {
testl %r8d, %r8d # tmp102
je .L14 #,
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:59: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 24
popq %rbx #
.cfi_def_cfa_offset 16
popq %rbp #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L13:
.cfi_restore_state
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:41: IVTV_DEBUG_I2C("SCL could not be set high\n");
leaq .LC2(%rip), %rdi #, tmp93
call IVTV_DEBUG_I2C@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:42: return -EREMOTEIO;
movl EREMOTEIO(%rip), %eax # EREMOTEIO, <retval>
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:59: }
addq $8, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 24
popq %rbx #
.cfi_def_cfa_offset 16
popq %rbp #
.cfi_def_cfa_offset 8
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:42: return -EREMOTEIO;
negl %eax # <retval>
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:59: }
ret
.p2align 4,,10
.p2align 3
.L12:
.cfi_restore_state
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:31: IVTV_DEBUG_HI_I2C("SCL not low when stopping\n");
leaq .LC0(%rip), %rdi #, tmp91
call IVTV_DEBUG_HI_I2C@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:32: ivtv_setscl(itv, 0);
xorl %esi, %esi #
movq %rbp, %rdi # itv,
call ivtv_setscl@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:33: if (!ivtv_waitscl(itv, 0)) {
xorl %esi, %esi #
movq %rbp, %rdi # itv,
call ivtv_waitscl@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:33: if (!ivtv_waitscl(itv, 0)) {
testl %eax, %eax # tmp100
jne .L3 #,
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:34: IVTV_DEBUG_I2C("SCL could not be set low\n");
leaq .LC1(%rip), %rdi #, tmp92
call IVTV_DEBUG_I2C@PLT #
jmp .L3 #
.p2align 4,,10
.p2align 3
.L14:
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:47: IVTV_DEBUG_I2C("resetting I2C\n");
leaq .LC3(%rip), %rdi #, tmp95
movl $16, %ebx #, ivtmp_7
call IVTV_DEBUG_I2C@PLT #
.p2align 4,,10
.p2align 3
.L7:
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:49: ivtv_setscl(itv, 0);
xorl %esi, %esi #
movq %rbp, %rdi # itv,
call ivtv_setscl@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:50: ivtv_scldelay(itv);
movq %rbp, %rdi # itv,
call ivtv_scldelay@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:51: ivtv_setscl(itv, 1);
movl $1, %esi #,
movq %rbp, %rdi # itv,
call ivtv_setscl@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:52: ivtv_scldelay(itv);
movq %rbp, %rdi # itv,
call ivtv_scldelay@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:53: ivtv_setsda(itv, 1);
movl $1, %esi #,
movq %rbp, %rdi # itv,
call ivtv_setsda@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:48: for (i = 0; i < 16; ++i) {
subl $1, %ebx #, ivtmp_7
jne .L7 #,
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:55: ivtv_waitsda(itv, 1);
movq %rbp, %rdi # itv,
movl $1, %esi #,
call ivtv_waitsda@PLT #
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:56: return -EREMOTEIO;
movl EREMOTEIO(%rip), %eax # EREMOTEIO, <retval>
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:59: }
addq $8, %rsp #,
.cfi_def_cfa_offset 24
popq %rbx #
.cfi_def_cfa_offset 16
popq %rbp #
.cfi_def_cfa_offset 8
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:56: return -EREMOTEIO;
negl %eax # <retval>
# AnghaBench/fastsocket/kernel/drivers/media/video/ivtv/extr_ivtv-i2c.c_ivtv_stop.c:59: }
ret
.cfi_endproc
.LFE0:
.size ivtv_stop, .-ivtv_stop
.globl EREMOTEIO
.bss
.align 4
.type EREMOTEIO, @object
.size EREMOTEIO, 4
EREMOTEIO:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip ___nicvf_set_rx_mode_task
___nicvf_set_rx_mode_task:
LFB0:
stp x29, x30, [sp, -96]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x23, x24, [sp, 48] ;,,
LCFI2:
mov w23, w0 ; mode, mode
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:41: mbx.xcast.msg = NIC_MBOX_MSG_RESET_XCAST;
adrp x0, _NIC_MBOX_MSG_RESET_XCAST@PAGE ; tmp123,
ldr x0, [x0, #_NIC_MBOX_MSG_RESET_XCAST@PAGEOFF] ; NIC_MBOX_MSG_RESET_XCAST, NIC_MBOX_MSG_RESET_XCAST
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:31: union nic_mbx mbx = {};
stp xzr, xzr, [x29, 72] ; mbx
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:30: {
stp x19, x20, [sp, 16] ;,,
LCFI3:
mov x20, x1 ; mc_addrs, mc_addrs
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:42: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
add x1, x29, 72 ;,,
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:41: mbx.xcast.msg = NIC_MBOX_MSG_RESET_XCAST;
stp x0, xzr, [x29, 80] ; NIC_MBOX_MSG_RESET_XCAST,,
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:42: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
mov x0, x2 ;, nic
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:30: {
stp x21, x22, [sp, 32] ;,,
LCFI4:
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:30: {
mov x21, x2 ; nic, nic
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:42: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
bl _nicvf_send_msg_to_pf ;
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:42: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
tbnz x0, #63, L3 ; _2,
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:45: if (mode & BGX_XCAST_MCAST_FILTER) {
adrp x0, _BGX_XCAST_MCAST_FILTER@PAGE ; tmp127,
ldr w0, [x0, #_BGX_XCAST_MCAST_FILTER@PAGEOFF] ;, BGX_XCAST_MCAST_FILTER
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:45: if (mode & BGX_XCAST_MCAST_FILTER) {
tst w23, w0 ; mode, BGX_XCAST_MCAST_FILTER
bne L4 ;,
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:56: if (mc_addrs) {
cbz x20, L6 ; mc_addrs,
L5:
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:58: for (idx = 0; idx < mc_addrs->count; idx++) {
ldr w0, [x20] ;, mc_addrs_30(D)->count
cmp w0, 0 ; mc_addrs_30(D)->count,
ble L6 ;,
mov x19, 0 ; ivtmp.10,
adrp x24, _NIC_MBOX_MSG_ADD_MCAST@PAGE ; tmp147,
b L9 ;
.p2align 2,,3
L14:
ldr w1, [x20] ;, mc_addrs_30(D)->count
add x19, x19, 1 ; ivtmp.10, ivtmp.10,
cmp w1, w19 ; mc_addrs_30(D)->count, ivtmp.10
ble L6 ;,
L9:
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:59: mbx.xcast.msg = NIC_MBOX_MSG_ADD_MCAST;
ldr x1, [x24, #_NIC_MBOX_MSG_ADD_MCAST@PAGEOFF] ; NIC_MBOX_MSG_ADD_MCAST, NIC_MBOX_MSG_ADD_MCAST
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:61: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
mov x0, x21 ;, nic
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:59: mbx.xcast.msg = NIC_MBOX_MSG_ADD_MCAST;
str x1, [x29, 80] ; NIC_MBOX_MSG_ADD_MCAST, mbx.xcast.msg
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:60: mbx.xcast.mac = mc_addrs->mc[idx];
ldr x1, [x20, 8] ; mc_addrs_30(D)->mc, mc_addrs_30(D)->mc
ldr x1, [x1, w19, uxtw 3] ; _12, *_11
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:60: mbx.xcast.mac = mc_addrs->mc[idx];
str x1, [x29, 88] ; _12, mbx.xcast.mac
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:61: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
add x1, x29, 72 ;,,
bl _nicvf_send_msg_to_pf ;
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:61: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
tbz x0, #63, L14 ; _13,
L3:
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:72: kfree(mc_addrs);
mov x0, x20 ;, mc_addrs
bl _kfree ;
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:73: }
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x23, x24, [sp, 48] ;,,
ldp x29, x30, [sp], 96 ;,,,
LCFI5:
ret
.p2align 2,,3
L4:
LCFI6:
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:49: mbx.xcast.msg = NIC_MBOX_MSG_ADD_MCAST;
adrp x24, _NIC_MBOX_MSG_ADD_MCAST@PAGE ; tmp147,
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:51: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
add x1, x29, 72 ;,,
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:49: mbx.xcast.msg = NIC_MBOX_MSG_ADD_MCAST;
ldr x0, [x24, #_NIC_MBOX_MSG_ADD_MCAST@PAGEOFF] ; NIC_MBOX_MSG_ADD_MCAST, NIC_MBOX_MSG_ADD_MCAST
stp x0, xzr, [x29, 80] ; NIC_MBOX_MSG_ADD_MCAST,,
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:51: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
mov x0, x21 ;, nic
bl _nicvf_send_msg_to_pf ;
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:51: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
tbnz x0, #63, L3 ; _6,
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:56: if (mc_addrs) {
cbnz x20, L5 ; mc_addrs,
L6:
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:67: mbx.xcast.msg = NIC_MBOX_MSG_SET_XCAST;
adrp x0, _NIC_MBOX_MSG_SET_XCAST@PAGE ; tmp144,
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:70: nicvf_send_msg_to_pf(nic, &mbx);
add x1, x29, 72 ;,,
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:68: mbx.xcast.mode = mode;
str w23, [x29, 72] ; mode, mbx.xcast.mode
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:67: mbx.xcast.msg = NIC_MBOX_MSG_SET_XCAST;
ldr x0, [x0, #_NIC_MBOX_MSG_SET_XCAST@PAGEOFF] ; NIC_MBOX_MSG_SET_XCAST, NIC_MBOX_MSG_SET_XCAST
str x0, [x29, 80] ; NIC_MBOX_MSG_SET_XCAST, mbx.xcast.msg
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:70: nicvf_send_msg_to_pf(nic, &mbx);
mov x0, x21 ;, nic
bl _nicvf_send_msg_to_pf ;
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:72: kfree(mc_addrs);
mov x0, x20 ;, mc_addrs
bl _kfree ;
; Anghabench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:73: }
ldp x19, x20, [sp, 16] ;,,
ldp x21, x22, [sp, 32] ;,,
ldp x23, x24, [sp, 48] ;,,
ldp x29, x30, [sp], 96 ;,,,
LCFI7:
ret
LFE0:
.globl _NIC_MBOX_MSG_SET_XCAST
.zerofill __DATA,__common,_NIC_MBOX_MSG_SET_XCAST,8,3
.globl _NIC_MBOX_MSG_RESET_XCAST
.zerofill __DATA,__common,_NIC_MBOX_MSG_RESET_XCAST,8,3
.globl _NIC_MBOX_MSG_ADD_MCAST
.zerofill __DATA,__common,_NIC_MBOX_MSG_ADD_MCAST,8,3
.globl _BGX_XCAST_MCAST_FILTER
.zerofill __DATA,__common,_BGX_XCAST_MCAST_FILTER,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x60
.byte 0x9d
.uleb128 0xc
.byte 0x9e
.uleb128 0xb
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x97
.uleb128 0x6
.byte 0x98
.uleb128 0x5
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0x93
.uleb128 0xa
.byte 0x94
.uleb128 0x9
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0x95
.uleb128 0x8
.byte 0x96
.uleb128 0x7
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$9,LCFI6-LCFI5
.long L$set$9
.byte 0xb
.byte 0x4
.set L$set$10,LCFI7-LCFI6
.long L$set$10
.byte 0xde
.byte 0xdd
.byte 0xd7
.byte 0xd8
.byte 0xd5
.byte 0xd6
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_nicvf_main.c___nicvf_set_rx_mode_task.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type __nicvf_set_rx_mode_task, @function
__nicvf_set_rx_mode_task:
.LFB0:
.cfi_startproc
endbr64
pushq %r14 #
.cfi_def_cfa_offset 16
.cfi_offset 14, -16
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:31: union nic_mbx mbx = {};
pxor %xmm0, %xmm0 # tmp115
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:30: {
pushq %r13 #
.cfi_def_cfa_offset 24
.cfi_offset 13, -24
movq %rdx, %r13 # tmp118, nic
pushq %r12 #
.cfi_def_cfa_offset 32
.cfi_offset 12, -32
movl %edi, %r12d # tmp116, mode
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:42: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
movq %rdx, %rdi # nic,
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:30: {
pushq %rbp #
.cfi_def_cfa_offset 40
.cfi_offset 6, -40
movq %rsi, %rbp # tmp117, mc_addrs
pushq %rbx #
.cfi_def_cfa_offset 48
.cfi_offset 3, -48
subq $32, %rsp #,
.cfi_def_cfa_offset 80
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:30: {
movq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp122
movq %rax, 24(%rsp) # tmp122, D.2003
xorl %eax, %eax # tmp122
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:42: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
movq %rsp, %r14 #, tmp114
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:41: mbx.xcast.msg = NIC_MBOX_MSG_RESET_XCAST;
movq NIC_MBOX_MSG_RESET_XCAST(%rip), %rax # NIC_MBOX_MSG_RESET_XCAST, NIC_MBOX_MSG_RESET_XCAST
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:31: union nic_mbx mbx = {};
movaps %xmm0, (%rsp) # tmp115, mbx
movq $0, 16(%rsp) #, mbx
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:42: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
movq %r14, %rsi # tmp114,
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:41: mbx.xcast.msg = NIC_MBOX_MSG_RESET_XCAST;
movq %rax, 8(%rsp) # NIC_MBOX_MSG_RESET_XCAST, mbx.xcast.msg
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:42: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
call nicvf_send_msg_to_pf@PLT #
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:42: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
testq %rax, %rax # tmp119
js .L3 #,
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:45: if (mode & BGX_XCAST_MCAST_FILTER) {
movl %r12d, %eax # mode, tmp105
andl BGX_XCAST_MCAST_FILTER(%rip), %eax # BGX_XCAST_MCAST_FILTER, tmp105
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:45: if (mode & BGX_XCAST_MCAST_FILTER) {
jne .L4 #,
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:56: if (mc_addrs) {
testq %rbp, %rbp # mc_addrs
je .L6 #,
.L5:
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:58: for (idx = 0; idx < mc_addrs->count; idx++) {
movl 0(%rbp), %eax # mc_addrs_30(D)->count,
testl %eax, %eax #
jle .L6 #,
xorl %ebx, %ebx # ivtmp.10
jmp .L9 #
.p2align 4,,10
.p2align 3
.L15:
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:58: for (idx = 0; idx < mc_addrs->count; idx++) {
addq $1, %rbx #, ivtmp.10
cmpl %ebx, 0(%rbp) # ivtmp.10, mc_addrs_30(D)->count
jle .L6 #,
.L9:
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:59: mbx.xcast.msg = NIC_MBOX_MSG_ADD_MCAST;
movq NIC_MBOX_MSG_ADD_MCAST(%rip), %rax # NIC_MBOX_MSG_ADD_MCAST, NIC_MBOX_MSG_ADD_MCAST
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:61: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
movq %r14, %rsi # tmp114,
movq %r13, %rdi # nic,
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:59: mbx.xcast.msg = NIC_MBOX_MSG_ADD_MCAST;
movq %rax, 8(%rsp) # NIC_MBOX_MSG_ADD_MCAST, mbx.xcast.msg
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:60: mbx.xcast.mac = mc_addrs->mc[idx];
movq 8(%rbp), %rax # mc_addrs_30(D)->mc, mc_addrs_30(D)->mc
movq (%rax,%rbx,8), %rax # *_11, _12
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:60: mbx.xcast.mac = mc_addrs->mc[idx];
movq %rax, 16(%rsp) # _12, mbx.xcast.mac
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:61: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
call nicvf_send_msg_to_pf@PLT #
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:61: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
testq %rax, %rax # tmp121
jns .L15 #,
.L3:
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:72: kfree(mc_addrs);
movq %rbp, %rdi # mc_addrs,
call kfree@PLT #
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:73: }
movq 24(%rsp), %rax # D.2003, tmp123
subq %fs:40, %rax # MEM[(<address-space-1> long unsigned int *)40B], tmp123
jne .L16 #,
addq $32, %rsp #,
.cfi_remember_state
.cfi_def_cfa_offset 48
popq %rbx #
.cfi_def_cfa_offset 40
popq %rbp #
.cfi_def_cfa_offset 32
popq %r12 #
.cfi_def_cfa_offset 24
popq %r13 #
.cfi_def_cfa_offset 16
popq %r14 #
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L4:
.cfi_restore_state
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:49: mbx.xcast.msg = NIC_MBOX_MSG_ADD_MCAST;
movq NIC_MBOX_MSG_ADD_MCAST(%rip), %rax # NIC_MBOX_MSG_ADD_MCAST, NIC_MBOX_MSG_ADD_MCAST
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:51: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
movq %r14, %rsi # tmp114,
movq %r13, %rdi # nic,
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:50: mbx.xcast.mac = 0;
movq $0, 16(%rsp) #, mbx.xcast.mac
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:49: mbx.xcast.msg = NIC_MBOX_MSG_ADD_MCAST;
movq %rax, 8(%rsp) # NIC_MBOX_MSG_ADD_MCAST, mbx.xcast.msg
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:51: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
call nicvf_send_msg_to_pf@PLT #
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:51: if (nicvf_send_msg_to_pf(nic, &mbx) < 0)
testq %rax, %rax # tmp120
js .L3 #,
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:56: if (mc_addrs) {
testq %rbp, %rbp # mc_addrs
jne .L5 #,
.p2align 4,,10
.p2align 3
.L6:
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:67: mbx.xcast.msg = NIC_MBOX_MSG_SET_XCAST;
movq NIC_MBOX_MSG_SET_XCAST(%rip), %rax # NIC_MBOX_MSG_SET_XCAST, NIC_MBOX_MSG_SET_XCAST
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:70: nicvf_send_msg_to_pf(nic, &mbx);
movq %r14, %rsi # tmp114,
movq %r13, %rdi # nic,
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:68: mbx.xcast.mode = mode;
movl %r12d, (%rsp) # mode, mbx.xcast.mode
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:67: mbx.xcast.msg = NIC_MBOX_MSG_SET_XCAST;
movq %rax, 8(%rsp) # NIC_MBOX_MSG_SET_XCAST, mbx.xcast.msg
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:70: nicvf_send_msg_to_pf(nic, &mbx);
call nicvf_send_msg_to_pf@PLT #
jmp .L3 #
.L16:
# AnghaBench/linux/drivers/net/ethernet/cavium/thunder/extr_nicvf_main.c___nicvf_set_rx_mode_task.c:73: }
call __stack_chk_fail@PLT #
.cfi_endproc
.LFE0:
.size __nicvf_set_rx_mode_task, .-__nicvf_set_rx_mode_task
.globl NIC_MBOX_MSG_SET_XCAST
.bss
.align 8
.type NIC_MBOX_MSG_SET_XCAST, @object
.size NIC_MBOX_MSG_SET_XCAST, 8
NIC_MBOX_MSG_SET_XCAST:
.zero 8
.globl NIC_MBOX_MSG_RESET_XCAST
.align 8
.type NIC_MBOX_MSG_RESET_XCAST, @object
.size NIC_MBOX_MSG_RESET_XCAST, 8
NIC_MBOX_MSG_RESET_XCAST:
.zero 8
.globl NIC_MBOX_MSG_ADD_MCAST
.align 8
.type NIC_MBOX_MSG_ADD_MCAST, @object
.size NIC_MBOX_MSG_ADD_MCAST, 8
NIC_MBOX_MSG_ADD_MCAST:
.zero 8
.globl BGX_XCAST_MCAST_FILTER
.align 4
.type BGX_XCAST_MCAST_FILTER, @object
.size BGX_XCAST_MCAST_FILTER, 4
BGX_XCAST_MCAST_FILTER:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _upgt_stop
_upgt_stop:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:24: {
mov x19, x0 ; sc, sc
; Anghabench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:28: if (sc->sc_flags & UPGT_FLAG_INITDONE)
adrp x20, _UPGT_FLAG_INITDONE@PAGE ; tmp124,
; Anghabench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:26: UPGT_ASSERT_LOCKED(sc);
bl _UPGT_ASSERT_LOCKED ;
; Anghabench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:28: if (sc->sc_flags & UPGT_FLAG_INITDONE)
ldr w0, [x20, #_UPGT_FLAG_INITDONE@PAGEOFF] ;, UPGT_FLAG_INITDONE
ldr w1, [x19] ;, sc_11(D)->sc_flags
; Anghabench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:28: if (sc->sc_flags & UPGT_FLAG_INITDONE)
tst w1, w0 ; sc_11(D)->sc_flags, UPGT_FLAG_INITDONE
bne L8 ;,
L2:
; Anghabench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:30: upgt_abort_xfers_locked(sc);
mov x0, x19 ;, sc
bl _upgt_abort_xfers_locked ;
; Anghabench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:33: sc->sc_flags &= ~UPGT_FLAG_INITDONE;
ldr w1, [x20, #_UPGT_FLAG_INITDONE@PAGEOFF] ;, UPGT_FLAG_INITDONE
; Anghabench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:32: sc->sc_tx_timer = 0;
str xzr, [x19, 8] ;, sc_11(D)->sc_tx_timer
; Anghabench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:33: sc->sc_flags &= ~UPGT_FLAG_INITDONE;
ldr w0, [x19] ;, sc_11(D)->sc_flags
bic w0, w0, w1 ; _8, sc_11(D)->sc_flags, UPGT_FLAG_INITDONE
str w0, [x19] ; _8, sc_11(D)->sc_flags
; Anghabench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:34: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
ret
.p2align 2,,3
L8:
LCFI4:
; Anghabench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:29: upgt_set_macfilter(sc, IEEE80211_S_INIT);
adrp x0, _IEEE80211_S_INIT@PAGE ; tmp116,
ldr w1, [x0, #_IEEE80211_S_INIT@PAGEOFF] ;, IEEE80211_S_INIT
mov x0, x19 ;, sc
bl _upgt_set_macfilter ;
b L2 ;
LFE0:
.globl _UPGT_FLAG_INITDONE
.zerofill __DATA,__common,_UPGT_FLAG_INITDONE,4,2
.globl _IEEE80211_S_INIT
.zerofill __DATA,__common,_IEEE80211_S_INIT,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x94
.uleb128 0x1
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_if_upgt.c_upgt_stop.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type upgt_stop, @function
upgt_stop:
.LFB0:
.cfi_startproc
endbr64
pushq %rbx #
.cfi_def_cfa_offset 16
.cfi_offset 3, -16
# AnghaBench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:24: {
movq %rdi, %rbx # tmp96, sc
# AnghaBench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:26: UPGT_ASSERT_LOCKED(sc);
call UPGT_ASSERT_LOCKED@PLT #
# AnghaBench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:28: if (sc->sc_flags & UPGT_FLAG_INITDONE)
movl (%rbx), %eax # sc_11(D)->sc_flags, sc_11(D)->sc_flags
andl UPGT_FLAG_INITDONE(%rip), %eax # UPGT_FLAG_INITDONE, tmp91
# AnghaBench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:28: if (sc->sc_flags & UPGT_FLAG_INITDONE)
jne .L8 #,
.L2:
# AnghaBench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:30: upgt_abort_xfers_locked(sc);
movq %rbx, %rdi # sc,
call upgt_abort_xfers_locked@PLT #
# AnghaBench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:33: sc->sc_flags &= ~UPGT_FLAG_INITDONE;
movl UPGT_FLAG_INITDONE(%rip), %eax # UPGT_FLAG_INITDONE, tmp94
# AnghaBench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:32: sc->sc_tx_timer = 0;
movq $0, 8(%rbx) #, sc_11(D)->sc_tx_timer
# AnghaBench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:33: sc->sc_flags &= ~UPGT_FLAG_INITDONE;
notl %eax # tmp94
# AnghaBench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:33: sc->sc_flags &= ~UPGT_FLAG_INITDONE;
andl %eax, (%rbx) # tmp94, sc_11(D)->sc_flags
# AnghaBench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:34: }
popq %rbx #
.cfi_remember_state
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L8:
.cfi_restore_state
# AnghaBench/freebsd/sys/dev/usb/wlan/extr_if_upgt.c_upgt_stop.c:29: upgt_set_macfilter(sc, IEEE80211_S_INIT);
movl IEEE80211_S_INIT(%rip), %esi # IEEE80211_S_INIT,
movq %rbx, %rdi # sc,
call upgt_set_macfilter@PLT #
jmp .L2 #
.cfi_endproc
.LFE0:
.size upgt_stop, .-upgt_stop
.globl UPGT_FLAG_INITDONE
.bss
.align 4
.type UPGT_FLAG_INITDONE, @object
.size UPGT_FLAG_INITDONE, 4
UPGT_FLAG_INITDONE:
.zero 4
.globl IEEE80211_S_INIT
.align 4
.type IEEE80211_S_INIT, @object
.size IEEE80211_S_INIT, 4
IEEE80211_S_INIT:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/net/ipv4/extr_route.c_fnhe_oldest.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _fnhe_oldest
_fnhe_oldest:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:25: oldest = rcu_dereference(hash->chain);
ldr w0, [x0] ;, hash_12(D)->chain
bl _rcu_dereference ;
mov x20, x0 ; <retval>, <retval>
; Anghabench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:26: for (fnhe = rcu_dereference(oldest->fnhe_next); fnhe;
ldr w0, [x0, 4] ;, oldest_14->fnhe_next
bl _rcu_dereference ;
; Anghabench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:26: for (fnhe = rcu_dereference(oldest->fnhe_next); fnhe;
cbz x0, L2 ; fnhe,
mov x19, x0 ; fnhe, fnhe
.p2align 5,,15
L4:
; Anghabench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:28: if (time_before(fnhe->fnhe_stamp, oldest->fnhe_stamp))
ldr w1, [x20] ;, oldest_25->fnhe_stamp
ldr w0, [x19] ;, fnhe_24->fnhe_stamp
bl _time_before ;
; Anghabench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:29: oldest = fnhe;
cmp x0, 0 ; _5,
; Anghabench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:27: fnhe = rcu_dereference(fnhe->fnhe_next)) {
ldr w0, [x19, 4] ;, fnhe_24->fnhe_next
; Anghabench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:29: oldest = fnhe;
csel x20, x20, x19, eq ; <retval>, <retval>, fnhe,
; Anghabench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:27: fnhe = rcu_dereference(fnhe->fnhe_next)) {
bl _rcu_dereference ;
mov x19, x0 ; fnhe, fnhe
; Anghabench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:26: for (fnhe = rcu_dereference(oldest->fnhe_next); fnhe;
cbnz x0, L4 ; fnhe,
L2:
; Anghabench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:31: fnhe_flush_routes(oldest);
mov x0, x20 ;, <retval>
bl _fnhe_flush_routes ;
; Anghabench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:33: }
mov x0, x20 ;, <retval>
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x94
.uleb128 0x1
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_route.c_fnhe_oldest.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type fnhe_oldest, @function
fnhe_oldest:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
pushq %rbx #
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
subq $8, %rsp #,
.cfi_def_cfa_offset 32
# AnghaBench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:25: oldest = rcu_dereference(hash->chain);
movl (%rdi), %edi # hash_12(D)->chain,
call rcu_dereference@PLT #
# AnghaBench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:26: for (fnhe = rcu_dereference(oldest->fnhe_next); fnhe;
movl 4(%rax), %edi # oldest_14->fnhe_next, oldest_14->fnhe_next
# AnghaBench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:25: oldest = rcu_dereference(hash->chain);
movq %rax, %r12 # tmp94, <retval>
# AnghaBench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:26: for (fnhe = rcu_dereference(oldest->fnhe_next); fnhe;
call rcu_dereference@PLT #
# AnghaBench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:26: for (fnhe = rcu_dereference(oldest->fnhe_next); fnhe;
testq %rax, %rax # fnhe
je .L2 #,
movq %rax, %rbx # tmp95, fnhe
.p2align 4,,10
.p2align 3
.L4:
# AnghaBench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:28: if (time_before(fnhe->fnhe_stamp, oldest->fnhe_stamp))
movl (%r12), %esi # oldest_25->fnhe_stamp,
movl (%rbx), %edi # fnhe_24->fnhe_stamp,
call time_before@PLT #
# AnghaBench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:27: fnhe = rcu_dereference(fnhe->fnhe_next)) {
movl 4(%rbx), %edi # fnhe_24->fnhe_next, _6
# AnghaBench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:28: if (time_before(fnhe->fnhe_stamp, oldest->fnhe_stamp))
testq %rax, %rax # tmp96
cmovne %rbx, %r12 # <retval>,, fnhe, <retval>
# AnghaBench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:27: fnhe = rcu_dereference(fnhe->fnhe_next)) {
call rcu_dereference@PLT #
movq %rax, %rbx # tmp97, fnhe
# AnghaBench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:26: for (fnhe = rcu_dereference(oldest->fnhe_next); fnhe;
testq %rax, %rax # fnhe
jne .L4 #,
.L2:
# AnghaBench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:31: fnhe_flush_routes(oldest);
movq %r12, %rdi # <retval>,
call fnhe_flush_routes@PLT #
# AnghaBench/linux/net/ipv4/extr_route.c_fnhe_oldest.c:33: }
addq $8, %rsp #,
.cfi_def_cfa_offset 24
movq %r12, %rax # <retval>,
popq %rbx #
.cfi_def_cfa_offset 16
popq %r12 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size fnhe_oldest, .-fnhe_oldest
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl _is_autofs4_dentry
_is_autofs4_dentry:
LFB0:
; Anghabench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:21: dentry->d_op == &autofs4_dentry_operations &&
mov w1, 0 ; <retval>,
; Anghabench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:21: dentry->d_op == &autofs4_dentry_operations &&
cbz x0, L1 ; dentry,
; Anghabench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:20: return dentry && dentry->d_inode &&
ldr x2, [x0, 16] ; dentry_5(D)->d_inode, dentry_5(D)->d_inode
; Anghabench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:21: dentry->d_op == &autofs4_dentry_operations &&
mov w1, 0 ; <retval>,
; Anghabench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:20: return dentry && dentry->d_inode &&
cbz x2, L1 ; dentry_5(D)->d_inode,
; Anghabench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:20: return dentry && dentry->d_inode &&
ldr x3, [x0, 8] ; dentry_5(D)->d_op, dentry_5(D)->d_op
adrp x2, _autofs4_dentry_operations@PAGE ; tmp109,
add x2, x2, _autofs4_dentry_operations@PAGEOFF; ; tmp108, tmp109,
cmp x3, x2 ; dentry_5(D)->d_op, tmp108
beq L8 ;,
L1:
; Anghabench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:23: }
mov w0, w1 ;, <retval>
ret
.p2align 2,,3
L8:
; Anghabench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:21: dentry->d_op == &autofs4_dentry_operations &&
ldr x0, [x0] ; dentry_5(D)->d_fsdata, dentry_5(D)->d_fsdata
cmp x0, 0 ; dentry_5(D)->d_fsdata,
cset w1, ne ; <retval>,
; Anghabench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:23: }
mov w0, w1 ;, <retval>
ret
LFE0:
.globl _autofs4_dentry_operations
.zerofill __DATA,__common,_autofs4_dentry_operations,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_root.c_is_autofs4_dentry.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl is_autofs4_dentry
.type is_autofs4_dentry, @function
is_autofs4_dentry:
.LFB0:
.cfi_startproc
endbr64
# AnghaBench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:21: dentry->d_op == &autofs4_dentry_operations &&
xorl %eax, %eax # <retval>
testq %rdi, %rdi # dentry
je .L1 #,
# AnghaBench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:20: return dentry && dentry->d_inode &&
cmpq $0, 16(%rdi) #, dentry_5(D)->d_inode
je .L1 #,
# AnghaBench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:20: return dentry && dentry->d_inode &&
leaq autofs4_dentry_operations(%rip), %rdx #, tmp88
cmpq %rdx, 8(%rdi) # tmp88, dentry_5(D)->d_op
je .L8 #,
.L1:
# AnghaBench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:23: }
ret
.p2align 4,,10
.p2align 3
.L8:
# AnghaBench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:21: dentry->d_op == &autofs4_dentry_operations &&
xorl %eax, %eax # <retval>
cmpq $0, (%rdi) #, dentry_5(D)->d_fsdata
setne %al #, <retval>
# AnghaBench/fastsocket/kernel/fs/autofs4/extr_root.c_is_autofs4_dentry.c:23: }
ret
.cfi_endproc
.LFE0:
.size is_autofs4_dentry, .-is_autofs4_dentry
.globl autofs4_dentry_operations
.bss
.align 4
.type autofs4_dentry_operations, @object
.size autofs4_dentry_operations, 4
autofs4_dentry_operations:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _cbq_bind_filter
_cbq_bind_filter:
LFB0:
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
stp x19, x20, [sp, 16] ;,,
LCFI2:
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:24: {
mov x19, x1 ; parent, parent
mov w20, w2 ; classid, classid
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:25: struct cbq_sched_data *q = qdisc_priv(sch);
bl _qdisc_priv ;
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:27: struct cbq_class *cl = cbq_class_lookup(q, classid);
mov w1, w20 ;, classid
bl _cbq_class_lookup ;
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:29: if (cl) {
cbz x0, L4 ; cl,
mov x1, x0 ; cl, cl
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:30: if (p && p->level <= cl->level)
cbz x19, L3 ; parent,
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:30: if (p && p->level <= cl->level)
ldr x2, [x1] ; cl_15->level, cl_15->level
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:31: return 0;
mov x0, 0 ; <retval>,
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:30: if (p && p->level <= cl->level)
ldr x3, [x19] ; p_12->level, p_12->level
cmp x3, x2 ; p_12->level, cl_15->level
ble L1 ;,
L3:
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:32: cl->filters++;
ldr w0, [x1, 8] ;, cl_15->filters
add w0, w0, 1 ; _4, cl_15->filters,
str w0, [x1, 8] ; _4, cl_15->filters
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:33: return (unsigned long)cl;
mov x0, x1 ; <retval>, cl
L1:
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:36: }
ldp x19, x20, [sp, 16] ;,,
ldp x29, x30, [sp], 32 ;,,,
LCFI3:
ret
.p2align 2,,3
L4:
LCFI4:
ldp x19, x20, [sp, 16] ;,,
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:31: return 0;
mov x0, 0 ; <retval>,
; Anghabench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:36: }
ldp x29, x30, [sp], 32 ;,,,
LCFI5:
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0x93
.uleb128 0x2
.byte 0x94
.uleb128 0x1
.byte 0x4
.set L$set$6,LCFI3-LCFI2
.long L$set$6
.byte 0xa
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.byte 0x4
.set L$set$7,LCFI4-LCFI3
.long L$set$7
.byte 0xb
.byte 0x4
.set L$set$8,LCFI5-LCFI4
.long L$set$8
.byte 0xde
.byte 0xdd
.byte 0xd3
.byte 0xd4
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_sch_cbq.c_cbq_bind_filter.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type cbq_bind_filter, @function
cbq_bind_filter:
.LFB0:
.cfi_startproc
endbr64
pushq %rbp #
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movl %edx, %ebp # tmp97, classid
pushq %rbx #
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
movq %rsi, %rbx # tmp96, parent
subq $8, %rsp #,
.cfi_def_cfa_offset 32
# AnghaBench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:25: struct cbq_sched_data *q = qdisc_priv(sch);
call qdisc_priv@PLT #
# AnghaBench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:27: struct cbq_class *cl = cbq_class_lookup(q, classid);
movl %ebp, %esi # classid,
# AnghaBench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:25: struct cbq_sched_data *q = qdisc_priv(sch);
movq %rax, %rdi # tmp98, q
# AnghaBench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:27: struct cbq_class *cl = cbq_class_lookup(q, classid);
call cbq_class_lookup@PLT #
# AnghaBench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:35: return 0;
xorl %r8d, %r8d # <retval>
# AnghaBench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:29: if (cl) {
testq %rax, %rax # cl
je .L1 #,
# AnghaBench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:30: if (p && p->level <= cl->level)
testq %rbx, %rbx # parent
je .L3 #,
# AnghaBench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:30: if (p && p->level <= cl->level)
movq (%rax), %rcx # cl_15->level, tmp101
cmpq %rcx, (%rbx) # tmp101, p_12->level
jle .L1 #,
.L3:
# AnghaBench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:32: cl->filters++;
addl $1, 8(%rax) #, cl_15->filters
# AnghaBench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:33: return (unsigned long)cl;
movq %rax, %r8 # cl, <retval>
.L1:
# AnghaBench/fastsocket/kernel/net/sched/extr_sch_cbq.c_cbq_bind_filter.c:36: }
addq $8, %rsp #,
.cfi_def_cfa_offset 24
movq %r8, %rax # <retval>,
popq %rbx #
.cfi_def_cfa_offset 16
popq %rbp #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size cbq_bind_filter, .-cbq_bind_filter
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
linux/drivers/block/extr_rbd.c_img_request_layered_clear.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.no_dead_strip _img_request_layered_clear
_img_request_layered_clear:
LFB0:
; Anghabench/linux/drivers/block/extr_rbd.c_img_request_layered_clear.c:22: clear_bit(IMG_REQ_LAYERED, &img_request->flags);
mov x1, x0 ;, img_request
adrp x0, _IMG_REQ_LAYERED@PAGE ; tmp105,
; Anghabench/linux/drivers/block/extr_rbd.c_img_request_layered_clear.c:21: {
stp x29, x30, [sp, -16]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/linux/drivers/block/extr_rbd.c_img_request_layered_clear.c:22: clear_bit(IMG_REQ_LAYERED, &img_request->flags);
ldr w0, [x0, #_IMG_REQ_LAYERED@PAGEOFF] ;, IMG_REQ_LAYERED
bl _clear_bit ;
; Anghabench/linux/drivers/block/extr_rbd.c_img_request_layered_clear.c:24: }
ldp x29, x30, [sp], 16 ;,,,
LCFI2:
; Anghabench/linux/drivers/block/extr_rbd.c_img_request_layered_clear.c:23: smp_mb();
b _smp_mb ;
LFE0:
.globl _IMG_REQ_LAYERED
.zerofill __DATA,__common,_IMG_REQ_LAYERED,4,2
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x10
.byte 0x9d
.uleb128 0x2
.byte 0x9e
.uleb128 0x1
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_rbd.c_img_request_layered_clear.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.type img_request_layered_clear, @function
img_request_layered_clear:
.LFB0:
.cfi_startproc
endbr64
subq $8, %rsp #,
.cfi_def_cfa_offset 16
# AnghaBench/linux/drivers/block/extr_rbd.c_img_request_layered_clear.c:21: {
movq %rdi, %rsi # tmp86, img_request
# AnghaBench/linux/drivers/block/extr_rbd.c_img_request_layered_clear.c:22: clear_bit(IMG_REQ_LAYERED, &img_request->flags);
movl IMG_REQ_LAYERED(%rip), %edi # IMG_REQ_LAYERED,
call clear_bit@PLT #
# AnghaBench/linux/drivers/block/extr_rbd.c_img_request_layered_clear.c:23: smp_mb();
xorl %eax, %eax #
# AnghaBench/linux/drivers/block/extr_rbd.c_img_request_layered_clear.c:24: }
addq $8, %rsp #,
.cfi_def_cfa_offset 8
# AnghaBench/linux/drivers/block/extr_rbd.c_img_request_layered_clear.c:23: smp_mb();
jmp smp_mb@PLT #
.cfi_endproc
.LFE0:
.size img_request_layered_clear, .-img_request_layered_clear
.globl IMG_REQ_LAYERED
.bss
.align 4
.type IMG_REQ_LAYERED, @object
.size IMG_REQ_LAYERED, 4
IMG_REQ_LAYERED:
.zero 4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.s | .arch armv8.5-a
.build_version macos, 15, 0
; GNU C11 (Homebrew GCC 15.1.0) version 15.1.0 (aarch64-apple-darwin24)
; compiled by GNU C version 15.1.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
; GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
; options passed: -fPIC -mmacosx-version-min=15.0.0 -mcpu=apple-m1 -mlittle-endian -mabi=lp64 -O2 -std=c11
.text
.align 2
.p2align 5,,15
.globl __tcsncpy
__tcsncpy:
LFB0:
mov x4, x0 ; dst, dst
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:19: if(n != 0)
cbnz x2, L2 ; n,
L12:
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:36: }
mov x0, x4 ;, dst
ret
.p2align 2,,3
L3:
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:26: if((*d ++ = *s ++) == 0)
add x1, x1, 4 ; src, src,
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:32: while(-- n != 0);
cbz x2, L12 ; n,
L2:
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:26: if((*d ++ = *s ++) == 0)
ldr w3, [x1] ;, MEM[(const _TCHAR *)s_6]
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:28: while (-- n != 0) *d ++ = 0;
sub x2, x2, #1 ; n, n,
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:26: if((*d ++ = *s ++) == 0)
str w3, [x0], 4 ; _1, MEM[(_TCHAR *)d_15 + -4B]
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:26: if((*d ++ = *s ++) == 0)
cbnz w3, L3 ; _1,
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:28: while (-- n != 0) *d ++ = 0;
cbz x2, L12 ; n,
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:18: {
stp x29, x30, [sp, -32]! ;,,,
LCFI0:
mov x29, sp ;,
LCFI1:
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:28: while (-- n != 0) *d ++ = 0;
lsl x2, x2, 2 ;, n,
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:18: {
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:28: while (-- n != 0) *d ++ = 0;
mov w1, 0 ;,
str x4, [x29, 24] ; dst, %sfp
bl _memset ;
ldr x4, [x29, 24] ; dst, %sfp
; Anghabench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:36: }
ldp x29, x30, [sp], 32 ;,,,
LCFI2:
mov x0, x4 ;, dst
ret
LFE0:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame1:
.set L$set$0,LECIE1-LSCIE1
.long L$set$0
LSCIE1:
.long 0
.byte 0x3
.ascii "zR\0"
.uleb128 0x1
.sleb128 -8
.uleb128 0x1e
.uleb128 0x1
.byte 0x10
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LECIE1:
LSFDE1:
.set L$set$1,LEFDE1-LASFDE1
.long L$set$1
LASFDE1:
.long LASFDE1-EH_frame1
.quad LFB0-.
.set L$set$2,LFE0-LFB0
.quad L$set$2
.uleb128 0
.byte 0x4
.set L$set$3,LCFI0-LFB0
.long L$set$3
.byte 0xe
.uleb128 0x20
.byte 0x9d
.uleb128 0x4
.byte 0x9e
.uleb128 0x3
.byte 0x4
.set L$set$4,LCFI1-LCFI0
.long L$set$4
.byte 0xd
.uleb128 0x1d
.byte 0x4
.set L$set$5,LCFI2-LCFI1
.long L$set$5
.byte 0xde
.byte 0xdd
.byte 0xc
.uleb128 0x1f
.uleb128 0
.align 3
LEFDE1:
.ident "GCC: (Homebrew GCC 15.1.0) 15.1.0"
.subsections_via_symbols
| .file "extr_tcsncpy.h__tcsncpy.c"
# GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)
# compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
# options passed: -mtune=generic -march=x86-64 -O2 -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection
.text
.p2align 4
.globl _tcsncpy
.type _tcsncpy, @function
_tcsncpy:
.LFB0:
.cfi_startproc
endbr64
pushq %r12 #
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:18: {
movq %rdi, %r12 # tmp95, dst
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:19: if(n != 0)
testq %rdx, %rdx # n
jne .L2 #,
.L7:
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:36: }
movq %r12, %rax # dst,
popq %r12 #
.cfi_remember_state
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L3:
.cfi_restore_state
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:32: while(-- n != 0);
testq %rdx, %rdx # n
je .L7 #,
.L2:
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:26: if((*d ++ = *s ++) == 0)
movl (%rsi), %eax # MEM[(const _TCHAR *)s_14 + -4B], _1
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:26: if((*d ++ = *s ++) == 0)
addq $4, %rsi #, src
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:26: if((*d ++ = *s ++) == 0)
addq $4, %rdi #, d
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:28: while (-- n != 0) *d ++ = 0;
subq $1, %rdx #, n
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:26: if((*d ++ = *s ++) == 0)
movl %eax, -4(%rdi) # _1, MEM[(_TCHAR *)d_15 + -4B]
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:26: if((*d ++ = *s ++) == 0)
testl %eax, %eax # _1
jne .L3 #,
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:28: while (-- n != 0) *d ++ = 0;
testq %rdx, %rdx # n
je .L7 #,
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:28: while (-- n != 0) *d ++ = 0;
salq $2, %rdx #, tmp90
xorl %esi, %esi #
call memset@PLT #
# AnghaBench/reactos/sdk/lib/crt/string/extr_tcsncpy.h__tcsncpy.c:36: }
movq %r12, %rax # dst,
popq %r12 #
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size _tcsncpy, .-_tcsncpy
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.