x86
stringlengths 335
88.6k
| arm
stringlengths 349
86.1k
|
---|---|
.file "extr_parse.c_read_typeof.c"
.intel_syntax noprefix
.text
.p2align 4
.type read_typeof, @function
read_typeof:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
mov edi, 40
call expect@PLT
xor eax, eax
call peek@PLT
mov edi, eax
call is_type@PLT
test rax, rax
mov eax, 0
je .L2
call read_cast_type@PLT
mov edi, 41
mov r12, rax
call expect@PLT
mov rax, r12
pop r12
.cfi_remember_state
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L2:
.cfi_restore_state
call read_comma_expr@PLT
mov edi, 41
mov r12, QWORD PTR [rax]
call expect@PLT
mov rax, r12
pop r12
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size read_typeof, .-read_typeof
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_read_typeof.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type read_typeof, %function
read_typeof:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
mov r0, #40
bl expect
bl peek
bl is_type
cmp r0, #0
beq .L2
bl read_cast_type
mov r4, r0
.L3:
mov r0, #41
bl expect
mov r0, r4
pop {r4, pc}
.L2:
bl read_comma_expr
ldr r4, [r0]
b .L3
.size read_typeof, .-read_typeof
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_read_unary_addr.c"
.intel_syntax noprefix
.text
.p2align 4
.type read_unary_addr, @function
read_unary_addr:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
xor eax, eax
call read_cast_expr@PLT
mov r12, rax
mov rax, QWORD PTR AST_FUNCDESG[rip]
mov rdi, r12
cmp QWORD PTR [r12], rax
je .L5
call ensure_lvalue@PLT
mov edi, DWORD PTR 8[r12]
call make_ptr_type@PLT
mov edi, DWORD PTR AST_ADDR[rip]
mov rdx, r12
pop r12
.cfi_remember_state
.cfi_def_cfa_offset 8
mov esi, eax
jmp ast_uop@PLT
.p2align 4,,10
.p2align 3
.L5:
.cfi_restore_state
pop r12
.cfi_def_cfa_offset 8
jmp conv@PLT
.cfi_endproc
.LFE0:
.size read_unary_addr, .-read_unary_addr
.globl AST_FUNCDESG
.bss
.align 8
.type AST_FUNCDESG, @object
.size AST_FUNCDESG, 8
AST_FUNCDESG:
.zero 8
.globl AST_ADDR
.align 4
.type AST_ADDR, @object
.size AST_ADDR, 4
AST_ADDR:
.zero 4
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_read_unary_addr.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type read_unary_addr, %function
read_unary_addr:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
bl read_cast_expr
ldr r3, .L6
ldr r2, [r0]
ldr r3, [r3]
cmp r2, r3
beq .L5
mov r4, r0
bl ensure_lvalue
ldr r3, .L6+4
ldr r0, [r4, #4]
ldr r5, [r3]
bl make_ptr_type
mov r2, r4
mov r1, r0
mov r0, r5
pop {r4, r5, r6, lr}
b ast_uop
.L5:
pop {r4, r5, r6, lr}
b conv
.L7:
.align 2
.L6:
.word AST_FUNCDESG
.word AST_ADDR
.size read_unary_addr, .-read_unary_addr
.comm AST_FUNCDESG,4,4
.comm AST_ADDR,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_read_unary_bitnot.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "invalid use of ~: %s"
.text
.p2align 4
.type read_unary_bitnot, @function
read_unary_bitnot:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
xor eax, eax
mov rbp, rdi
push rbx
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
sub rsp, 8
.cfi_def_cfa_offset 32
call read_cast_expr@PLT
mov rdi, rax
call conv@PLT
mov edi, DWORD PTR [rax]
mov rbx, rax
call is_inttype@PLT
test eax, eax
je .L5
.L2:
mov esi, DWORD PTR [rbx]
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 24
mov rdx, rbx
mov edi, 126
pop rbx
.cfi_def_cfa_offset 16
pop rbp
.cfi_def_cfa_offset 8
jmp ast_uop@PLT
.p2align 4,,10
.p2align 3
.L5:
.cfi_restore_state
mov rdi, rbx
call node2s@PLT
lea rsi, .LC0[rip]
mov rdi, rbp
mov edx, eax
call errort@PLT
jmp .L2
.cfi_endproc
.LFE0:
.size read_unary_bitnot, .-read_unary_bitnot
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_read_unary_bitnot.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "invalid use of ~: %s\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type read_unary_bitnot, %function
read_unary_bitnot:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r5, r0
bl read_cast_expr
bl conv
mov r4, r0
ldr r0, [r0]
bl is_inttype
cmp r0, #0
beq .L5
.L2:
mov r2, r4
ldr r1, [r4]
mov r0, #126
pop {r4, r5, r6, lr}
b ast_uop
.L5:
mov r0, r4
bl node2s
ldr r1, .L6
mov r2, r0
mov r0, r5
bl errort
b .L2
.L7:
.align 2
.L6:
.word .LC0
.size read_unary_bitnot, .-read_unary_bitnot
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_read_unary_deref.c"
.intel_syntax noprefix
.text
.section .rodata.str1.8,"aMS",@progbits,1
.align 8
.LC0:
.string "pointer type expected, but got %s"
.text
.p2align 4
.type read_unary_deref, @function
read_unary_deref:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
xor eax, eax
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
mov rbp, rdi
sub rsp, 8
.cfi_def_cfa_offset 32
call read_cast_expr@PLT
mov edi, eax
call conv@PLT
mov rcx, QWORD PTR KIND_PTR[rip]
mov r12, rax
mov rax, QWORD PTR [rax]
cmp QWORD PTR [rax], rcx
je .L2
mov rdi, r12
call node2s@PLT
lea rsi, .LC0[rip]
mov rdi, rbp
mov edx, eax
call errort@PLT
mov rax, QWORD PTR [r12]
.L2:
mov rsi, QWORD PTR 8[rax]
mov rax, QWORD PTR KIND_FUNC[rip]
cmp QWORD PTR [rsi], rax
je .L1
mov edi, DWORD PTR AST_DEREF[rip]
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 24
mov rdx, r12
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
jmp ast_uop@PLT
.p2align 4,,10
.p2align 3
.L1:
.cfi_restore_state
add rsp, 8
.cfi_def_cfa_offset 24
mov rax, r12
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size read_unary_deref, .-read_unary_deref
.globl KIND_PTR
.bss
.align 8
.type KIND_PTR, @object
.size KIND_PTR, 8
KIND_PTR:
.zero 8
.globl KIND_FUNC
.align 8
.type KIND_FUNC, @object
.size KIND_FUNC, 8
KIND_FUNC:
.zero 8
.globl AST_DEREF
.align 4
.type AST_DEREF, @object
.size AST_DEREF, 4
AST_DEREF:
.zero 4
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_read_unary_deref.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "pointer type expected, but got %s\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type read_unary_deref, %function
read_unary_deref:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r5, r0
bl read_cast_expr
bl conv
ldr r2, .L6
ldr r3, [r0]
ldr r2, [r2]
ldr r1, [r3]
mov r4, r0
cmp r1, r2
beq .L2
bl node2s
ldr r1, .L6+4
mov r2, r0
mov r0, r5
bl errort
ldr r3, [r4]
.L2:
ldr r1, [r3, #4]
ldr r3, .L6+8
ldr r2, [r1]
ldr r3, [r3]
cmp r2, r3
beq .L1
ldr r3, .L6+12
mov r2, r4
pop {r4, r5, r6, lr}
ldr r0, [r3]
b ast_uop
.L1:
mov r0, r4
pop {r4, r5, r6, pc}
.L7:
.align 2
.L6:
.word KIND_PTR
.word .LC0
.word KIND_FUNC
.word AST_DEREF
.size read_unary_deref, .-read_unary_deref
.comm KIND_PTR,4,4
.comm KIND_FUNC,4,4
.comm AST_DEREF,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_read_unary_expr.c"
.intel_syntax noprefix
.text
.p2align 4
.type read_unary_expr, @function
read_unary_expr:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
xor eax, eax
call get@PLT
mov rdi, rax
mov rax, QWORD PTR TKEYWORD[rip]
cmp QWORD PTR [rdi], rax
jne .L2
mov eax, DWORD PTR 8[rdi]
cmp eax, 45
jle .L22
sub eax, 126
cmp eax, 6
ja .L2
lea rdx, .L6[rip]
movsx rax, DWORD PTR [rdx+rax*4]
add rax, rdx
notrack jmp rax
.section .rodata
.align 4
.align 4
.L6:
.long .L11-.L6
.long .L2-.L6
.long .L10-.L6
.long .L9-.L6
.long .L8-.L6
.long .L7-.L6
.long .L5-.L6
.text
.p2align 4,,10
.p2align 3
.L22:
cmp eax, 32
jg .L23
.L2:
call unget_token@PLT
xor eax, eax
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 8
jmp read_postfix_expr@PLT
.p2align 4,,10
.p2align 3
.L23:
.cfi_restore_state
sub eax, 33
cmp eax, 12
ja .L2
lea rdx, .L13[rip]
movsx rax, DWORD PTR [rdx+rax*4]
add rax, rdx
notrack jmp rax
.section .rodata
.align 4
.align 4
.L13:
.long .L17-.L13
.long .L2-.L13
.long .L2-.L13
.long .L2-.L13
.long .L2-.L13
.long .L16-.L13
.long .L2-.L13
.long .L2-.L13
.long .L2-.L13
.long .L15-.L13
.long .L14-.L13
.long .L2-.L13
.long .L12-.L13
.text
.p2align 4,,10
.p2align 3
.L5:
xor eax, eax
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 8
jmp read_alignof_operand@PLT
.p2align 4,,10
.p2align 3
.L7:
.cfi_restore_state
xor eax, eax
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 8
jmp read_sizeof_operand@PLT
.p2align 4,,10
.p2align 3
.L8:
.cfi_restore_state
mov edi, DWORD PTR OP_PRE_DEC[rip]
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 8
jmp read_unary_incdec@PLT
.p2align 4,,10
.p2align 3
.L9:
.cfi_restore_state
mov edi, DWORD PTR OP_PRE_INC[rip]
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 8
jmp read_unary_incdec@PLT
.p2align 4,,10
.p2align 3
.L10:
.cfi_restore_state
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 8
jmp read_label_addr@PLT
.p2align 4,,10
.p2align 3
.L11:
.cfi_restore_state
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 8
jmp read_unary_bitnot@PLT
.p2align 4,,10
.p2align 3
.L17:
.cfi_restore_state
xor eax, eax
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 8
jmp read_unary_lognot@PLT
.p2align 4,,10
.p2align 3
.L16:
.cfi_restore_state
xor eax, eax
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 8
jmp read_unary_addr@PLT
.p2align 4,,10
.p2align 3
.L15:
.cfi_restore_state
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 8
jmp read_unary_deref@PLT
.p2align 4,,10
.p2align 3
.L14:
.cfi_restore_state
xor eax, eax
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 8
jmp read_cast_expr@PLT
.p2align 4,,10
.p2align 3
.L12:
.cfi_restore_state
xor eax, eax
add rsp, 8
.cfi_def_cfa_offset 8
jmp read_unary_minus@PLT
.cfi_endproc
.LFE0:
.size read_unary_expr, .-read_unary_expr
.globl TKEYWORD
.bss
.align 8
.type TKEYWORD, @object
.size TKEYWORD, 8
TKEYWORD:
.zero 8
.globl OP_PRE_INC
.align 4
.type OP_PRE_INC, @object
.size OP_PRE_INC, 4
OP_PRE_INC:
.zero 4
.globl OP_PRE_DEC
.align 4
.type OP_PRE_DEC, @object
.size OP_PRE_DEC, 4
OP_PRE_DEC:
.zero 4
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_read_unary_expr.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type read_unary_expr, %function
read_unary_expr:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
bl get
ldr r3, .L24
ldr r2, [r0]
ldr r3, [r3]
cmp r2, r3
bne .L2
ldr r3, [r0, #4]
cmp r3, #45
ble .L22
sub r3, r3, #126
cmp r3, #6
bhi .L2
cmp r3, #6
ldrls pc, [pc, r3, asl #2]
b .L2
.L6:
.word .L11
.word .L2
.word .L10
.word .L9
.word .L8
.word .L7
.word .L5
.L22:
cmp r3, #32
bgt .L23
.L2:
bl unget_token
pop {r4, lr}
b read_postfix_expr
.L23:
sub r3, r3, #33
cmp r3, #12
ldrls pc, [pc, r3, asl #2]
b .L2
.L13:
.word .L17
.word .L2
.word .L2
.word .L2
.word .L2
.word .L16
.word .L2
.word .L2
.word .L2
.word .L15
.word .L14
.word .L2
.word .L12
.L12:
pop {r4, lr}
b read_unary_minus
.L14:
pop {r4, lr}
b read_cast_expr
.L15:
pop {r4, lr}
b read_unary_deref
.L16:
pop {r4, lr}
b read_unary_addr
.L17:
pop {r4, lr}
b read_unary_lognot
.L5:
pop {r4, lr}
b read_alignof_operand
.L7:
pop {r4, lr}
b read_sizeof_operand
.L8:
ldr r3, .L24+4
pop {r4, lr}
ldr r0, [r3]
b read_unary_incdec
.L9:
ldr r3, .L24+8
pop {r4, lr}
ldr r0, [r3]
b read_unary_incdec
.L10:
pop {r4, lr}
b read_label_addr
.L11:
pop {r4, lr}
b read_unary_bitnot
.L25:
.align 2
.L24:
.word TKEYWORD
.word OP_PRE_DEC
.word OP_PRE_INC
.size read_unary_expr, .-read_unary_expr
.comm TKEYWORD,4,4
.comm OP_PRE_INC,4,4
.comm OP_PRE_DEC,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_read_unary_incdec.c"
.intel_syntax noprefix
.text
.p2align 4
.type read_unary_incdec, @function
read_unary_incdec:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
xor eax, eax
mov ebp, edi
push rbx
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
sub rsp, 8
.cfi_def_cfa_offset 32
call read_unary_expr@PLT
mov rdi, rax
call conv@PLT
mov rbx, rax
mov rdi, rax
call ensure_lvalue@PLT
mov esi, DWORD PTR [rbx]
add rsp, 8
.cfi_def_cfa_offset 24
mov rdx, rbx
mov edi, ebp
pop rbx
.cfi_def_cfa_offset 16
pop rbp
.cfi_def_cfa_offset 8
jmp ast_uop@PLT
.cfi_endproc
.LFE0:
.size read_unary_incdec, .-read_unary_incdec
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_read_unary_incdec.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type read_unary_incdec, %function
read_unary_incdec:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r4, r0
bl read_unary_expr
bl conv
mov r5, r0
bl ensure_lvalue
mov r2, r5
mov r0, r4
ldr r1, [r5]
pop {r4, r5, r6, lr}
b ast_uop
.size read_unary_incdec, .-read_unary_incdec
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_read_unary_lognot.c"
.intel_syntax noprefix
.text
.p2align 4
.type read_unary_lognot, @function
read_unary_lognot:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
xor eax, eax
call read_cast_expr@PLT
mov rdi, rax
call conv@PLT
mov esi, DWORD PTR type_int[rip]
mov edi, 33
add rsp, 8
.cfi_def_cfa_offset 8
mov rdx, rax
jmp ast_uop@PLT
.cfi_endproc
.LFE0:
.size read_unary_lognot, .-read_unary_lognot
.globl type_int
.bss
.align 4
.type type_int, @object
.size type_int, 4
type_int:
.zero 4
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_read_unary_lognot.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type read_unary_lognot, %function
read_unary_lognot:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
bl read_cast_expr
bl conv
pop {r4, lr}
ldr r3, .L4
mov r2, r0
ldr r1, [r3]
mov r0, #33
b ast_uop
.L5:
.align 2
.L4:
.word type_int
.size read_unary_lognot, .-read_unary_lognot
.comm type_int,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_read_unary_minus.c"
.intel_syntax noprefix
.text
.p2align 4
.type read_unary_minus, @function
read_unary_minus:
.LFB0:
.cfi_startproc
endbr64
push r13
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
xor eax, eax
push r12
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
sub rsp, 8
.cfi_def_cfa_offset 32
call read_cast_expr@PLT
mov r12, rax
mov rdi, rax
call ensure_arithtype@PLT
mov edi, DWORD PTR [r12]
call is_inttype@PLT
test rax, rax
jne .L6
mov edi, DWORD PTR [r12]
xor esi, esi
call ast_floattype@PLT
mov rdx, r12
mov rsi, rax
.L4:
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 24
mov edi, 45
pop r12
.cfi_def_cfa_offset 16
pop r13
.cfi_def_cfa_offset 8
jmp binop@PLT
.p2align 4,,10
.p2align 3
.L6:
.cfi_restore_state
mov rdi, r12
call conv@PLT
mov edi, DWORD PTR [r12]
xor esi, esi
mov r13, rax
call ast_inttype@PLT
mov rdi, rax
call conv@PLT
mov rdx, r13
mov rsi, rax
jmp .L4
.cfi_endproc
.LFE0:
.size read_unary_minus, .-read_unary_minus
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_read_unary_minus.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type read_unary_minus, %function
read_unary_minus:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
bl read_cast_expr
mov r4, r0
bl ensure_arithtype
ldr r0, [r4]
bl is_inttype
subs r1, r0, #0
bne .L5
ldr r0, [r4]
bl ast_floattype
mov r2, r4
pop {r4, lr}
mov r1, r0
mov r0, #45
b binop
.L5:
mov r1, #0
ldr r0, [r4]
bl ast_inttype
bl conv
mov r1, r0
mov r0, r4
mov r4, r1
bl conv
mov r1, r4
pop {r4, lr}
mov r2, r0
mov r0, #45
b binop
.size read_unary_minus, .-read_unary_minus
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_read_union_def.c"
.intel_syntax noprefix
.text
.p2align 4
.type read_union_def, @function
read_union_def:
.LFB0:
.cfi_startproc
endbr64
xor edi, edi
jmp read_rectype_def@PLT
.cfi_endproc
.LFE0:
.size read_union_def, .-read_union_def
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_read_union_def.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type read_union_def, %function
read_union_def:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r0, #0
b read_rectype_def
.size read_union_def, .-read_union_def
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_read_var_or_func.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "undefined variable: %s"
.LC1:
.string "assume returning int: %s()"
.text
.p2align 4
.type read_var_or_func, @function
read_var_or_func:
.LFB0:
.cfi_startproc
endbr64
push r13
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
xor eax, eax
push r12
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
push rbp
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
mov rbp, rdi
call env@PLT
mov rsi, rbp
mov edi, eax
call map_get@PLT
test rax, rax
je .L7
mov rdi, QWORD PTR [rax]
mov rcx, QWORD PTR KIND_FUNC[rip]
cmp QWORD PTR [rdi], rcx
je .L8
pop rbp
.cfi_remember_state
.cfi_def_cfa_offset 24
pop r12
.cfi_def_cfa_offset 16
pop r13
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L8:
.cfi_restore_state
mov rsi, rbp
pop rbp
.cfi_remember_state
.cfi_def_cfa_offset 24
pop r12
.cfi_def_cfa_offset 16
pop r13
.cfi_def_cfa_offset 8
jmp ast_funcdesg@PLT
.p2align 4,,10
.p2align 3
.L7:
.cfi_restore_state
call peek@PLT
mov esi, 40
mov rdi, rax
mov r12, rax
call is_keyword@PLT
test eax, eax
je .L9
.L3:
xor eax, eax
call make_vector@PLT
mov edi, DWORD PTR type_int[rip]
xor ecx, ecx
mov edx, 1
mov esi, eax
call make_func_type@PLT
mov rdi, r12
mov rdx, rbp
lea rsi, .LC1[rip]
mov r13, rax
call warnt@PLT
mov rsi, rbp
mov rdi, r13
pop rbp
.cfi_remember_state
.cfi_def_cfa_offset 24
pop r12
.cfi_def_cfa_offset 16
pop r13
.cfi_def_cfa_offset 8
jmp ast_funcdesg@PLT
.p2align 4,,10
.p2align 3
.L9:
.cfi_restore_state
mov rdx, rbp
lea rsi, .LC0[rip]
mov rdi, r12
call errort@PLT
jmp .L3
.cfi_endproc
.LFE0:
.size read_var_or_func, .-read_var_or_func
.globl type_int
.bss
.align 4
.type type_int, @object
.size type_int, 4
type_int:
.zero 4
.globl KIND_FUNC
.align 8
.type KIND_FUNC, @object
.size KIND_FUNC, 8
KIND_FUNC:
.zero 8
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_read_var_or_func.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "undefined variable: %s\000"
.align 2
.LC1:
.ascii "assume returning int: %s()\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type read_var_or_func, %function
read_var_or_func:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r4, r0
bl env
mov r1, r4
bl map_get
subs r3, r0, #0
beq .L7
ldr r3, [r3]
ldr r2, .L9
ldr r1, [r3]
ldr r2, [r2]
cmp r1, r2
popne {r4, r5, r6, pc}
mov r1, r4
pop {r4, r5, r6, lr}
mov r0, r3
b ast_funcdesg
.L7:
bl peek
mov r1, #40
mov r5, r0
bl is_keyword
cmp r0, #0
beq .L8
.L3:
ldr r3, .L9+4
ldr r6, [r3]
bl make_vector
mov r3, #0
mov r1, r0
mov r2, #1
mov r0, r6
bl make_func_type
mov r6, r0
mov r2, r4
mov r0, r5
ldr r1, .L9+8
bl warnt
mov r1, r4
mov r0, r6
pop {r4, r5, r6, lr}
b ast_funcdesg
.L8:
mov r2, r4
mov r0, r5
ldr r1, .L9+12
bl errort
b .L3
.L10:
.align 2
.L9:
.word KIND_FUNC
.word type_int
.word .LC1
.word .LC0
.size read_var_or_func, .-read_var_or_func
.comm type_int,4,4
.comm KIND_FUNC,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_read_while_stmt.c"
.intel_syntax noprefix
.text
.p2align 4
.type read_while_stmt, @function
read_while_stmt:
.LFB0:
.cfi_startproc
endbr64
push r15
.cfi_def_cfa_offset 16
.cfi_offset 15, -16
mov edi, 40
push r14
.cfi_def_cfa_offset 24
.cfi_offset 14, -24
push r13
.cfi_def_cfa_offset 32
.cfi_offset 13, -32
push r12
.cfi_def_cfa_offset 40
.cfi_offset 12, -40
push rbp
.cfi_def_cfa_offset 48
.cfi_offset 6, -48
call expect@PLT
xor eax, eax
call read_boolean_expr@PLT
mov edi, 41
mov r14, rax
call expect@PLT
xor eax, eax
call make_label@PLT
mov r13, rax
xor eax, eax
call make_label@PLT
mov rdi, r13
mov rsi, rax
mov r12, rax
call SET_JUMP_LABELS@PLT
xor eax, eax
call read_stmt@PLT
mov r15, rax
xor eax, eax
call RESTORE_JUMP_LABELS@PLT
xor eax, eax
call make_vector@PLT
mov rdi, r13
mov rbp, rax
call ast_dest@PLT
mov rdi, rbp
mov esi, eax
call vec_push@PLT
mov rdi, r12
call ast_jump@PLT
mov rsi, r15
mov rdi, r14
mov edx, eax
call ast_if@PLT
mov rdi, rbp
mov esi, eax
call vec_push@PLT
mov rdi, r13
call ast_jump@PLT
mov rdi, rbp
mov esi, eax
call vec_push@PLT
mov rdi, r12
call ast_dest@PLT
mov rdi, rbp
mov esi, eax
call vec_push@PLT
mov rdi, rbp
pop rbp
.cfi_def_cfa_offset 40
pop r12
.cfi_def_cfa_offset 32
pop r13
.cfi_def_cfa_offset 24
pop r14
.cfi_def_cfa_offset 16
pop r15
.cfi_def_cfa_offset 8
jmp ast_compound_stmt@PLT
.cfi_endproc
.LFE0:
.size read_while_stmt, .-read_while_stmt
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_read_while_stmt.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type read_while_stmt, %function
read_while_stmt:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, r7, r8, lr}
mov r0, #40
bl expect
bl read_boolean_expr
mov r7, r0
mov r0, #41
bl expect
bl make_label
mov r6, r0
bl make_label
mov r5, r0
mov r0, r6
mov r1, r5
bl SET_JUMP_LABELS
bl read_stmt
mov r8, r0
bl RESTORE_JUMP_LABELS
bl make_vector
mov r4, r0
mov r0, r6
bl ast_dest
mov r1, r0
mov r0, r4
bl vec_push
mov r0, r5
bl ast_jump
mov r1, r8
mov r2, r0
mov r0, r7
bl ast_if
mov r1, r0
mov r0, r4
bl vec_push
mov r0, r6
bl ast_jump
mov r1, r0
mov r0, r4
bl vec_push
mov r0, r5
bl ast_dest
mov r1, r0
mov r0, r4
bl vec_push
mov r0, r4
pop {r4, r5, r6, r7, r8, lr}
b ast_compound_stmt
.size read_while_stmt, .-read_while_stmt
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_same_arith_type.c"
.intel_syntax noprefix
.text
.p2align 4
.type same_arith_type, @function
same_arith_type:
.LFB0:
.cfi_startproc
endbr64
mov rdx, QWORD PTR [rsi]
xor eax, eax
cmp QWORD PTR [rdi], rdx
je .L5
ret
.p2align 4,,10
.p2align 3
.L5:
mov rax, QWORD PTR 8[rsi]
cmp QWORD PTR 8[rdi], rax
sete al
movzx eax, al
ret
.cfi_endproc
.LFE0:
.size same_arith_type, .-same_arith_type
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_same_arith_type.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type same_arith_type, %function
same_arith_type:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
ldr r2, [r0]
ldr r3, [r1]
cmp r2, r3
ldreq r0, [r0, #4]
ldreq r3, [r1, #4]
subeq r0, r0, r3
clzeq r0, r0
lsreq r0, r0, #5
movne r0, #0
bx lr
.size same_arith_type, .-same_arith_type
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_skip_parentheses.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "premature end of input"
.text
.p2align 4
.type skip_parentheses, @function
skip_parentheses:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
lea r12, .LC0[rip]
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
push rbx
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
mov rbx, rdi
jmp .L4
.p2align 4,,10
.p2align 3
.L2:
mov rsi, rbp
mov rdi, rbx
call vec_push@PLT
mov esi, 41
mov rdi, rbp
call is_keyword@PLT
test rax, rax
jne .L8
mov esi, 40
mov rdi, rbp
call is_keyword@PLT
test rax, rax
jne .L11
.L4:
xor eax, eax
call get@PLT
mov rbp, rax
mov rax, QWORD PTR TEOF[rip]
cmp QWORD PTR 0[rbp], rax
jne .L2
mov rdi, r12
call error@PLT
jmp .L2
.p2align 4,,10
.p2align 3
.L8:
pop rbx
.cfi_remember_state
.cfi_def_cfa_offset 24
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L11:
.cfi_restore_state
mov rdi, rbx
call skip_parentheses
jmp .L4
.cfi_endproc
.LFE0:
.size skip_parentheses, .-skip_parentheses
.globl TEOF
.bss
.align 8
.type TEOF, @object
.size TEOF, 8
TEOF:
.zero 8
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_skip_parentheses.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "premature end of input\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type skip_parentheses, %function
skip_parentheses:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, r7, r8, lr}
mov r5, r0
ldr r6, .L12
ldr r7, .L12+4
b .L4
.L2:
mov r1, r4
mov r0, r5
bl vec_push
mov r1, #41
mov r0, r4
bl is_keyword
cmp r0, #0
popne {r4, r5, r6, r7, r8, pc}
mov r0, r4
mov r1, #40
bl is_keyword
cmp r0, #0
bne .L11
.L4:
bl get
ldr r3, [r6]
ldr r2, [r0]
mov r4, r0
cmp r2, r3
bne .L2
mov r0, r7
bl error
b .L2
.L11:
mov r0, r5
bl skip_parentheses
b .L4
.L13:
.align 2
.L12:
.word TEOF
.word .LC0
.size skip_parentheses, .-skip_parentheses
.comm TEOF,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_skip_to_brace.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "excessive initializer: %s"
.text
.p2align 4
.type skip_to_brace, @function
skip_to_brace:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
push rbx
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
lea rbx, .LC0[rip]
sub rsp, 8
.cfi_def_cfa_offset 32
jmp .L4
.p2align 4,,10
.p2align 3
.L3:
xor eax, eax
call peek@PLT
mov rbp, rax
xor eax, eax
call read_assignment_expr@PLT
mov rdi, rax
test rax, rax
je .L1
call node2s@PLT
mov rsi, rbx
mov rdi, rbp
mov edx, eax
call warnt@PLT
xor eax, eax
call maybe_skip_comma@PLT
.L4:
mov edi, 125
call next_token@PLT
test rax, rax
jne .L1
mov edi, 46
call next_token@PLT
test rax, rax
je .L3
xor eax, eax
call get@PLT
mov edi, 61
call expect@PLT
jmp .L3
.p2align 4,,10
.p2align 3
.L1:
add rsp, 8
.cfi_def_cfa_offset 24
pop rbx
.cfi_def_cfa_offset 16
pop rbp
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size skip_to_brace, .-skip_to_brace
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_skip_to_brace.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "excessive initializer: %s\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type skip_to_brace, %function
skip_to_brace:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
ldr r5, .L13
b .L4
.L3:
bl peek
mov r4, r0
bl read_assignment_expr
cmp r0, #0
popeq {r4, r5, r6, pc}
bl node2s
mov r1, r5
mov r2, r0
mov r0, r4
bl warnt
bl maybe_skip_comma
.L4:
mov r0, #125
bl next_token
cmp r0, #0
popne {r4, r5, r6, pc}
mov r0, #46
bl next_token
cmp r0, #0
beq .L3
bl get
mov r0, #61
bl expect
b .L3
.L14:
.align 2
.L13:
.word .LC0
.size skip_to_brace, .-skip_to_brace
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_skip_type_qualifiers.c"
.intel_syntax noprefix
.text
.p2align 4
.type skip_type_qualifiers, @function
skip_type_qualifiers:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
.p2align 4,,10
.p2align 3
.L2:
mov edi, DWORD PTR KCONST[rip]
call next_token@PLT
test rax, rax
jne .L2
mov edi, DWORD PTR KVOLATILE[rip]
call next_token@PLT
test rax, rax
jne .L2
mov edi, DWORD PTR KRESTRICT[rip]
call next_token@PLT
test rax, rax
jne .L2
add rsp, 8
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size skip_type_qualifiers, .-skip_type_qualifiers
.globl KVOLATILE
.bss
.align 4
.type KVOLATILE, @object
.size KVOLATILE, 4
KVOLATILE:
.zero 4
.globl KRESTRICT
.align 4
.type KRESTRICT, @object
.size KRESTRICT, 4
KRESTRICT:
.zero 4
.globl KCONST
.align 4
.type KCONST, @object
.size KCONST, 4
KCONST:
.zero 4
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_skip_type_qualifiers.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type skip_type_qualifiers, %function
skip_type_qualifiers:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
ldr r4, .L11
ldr r5, .L11+4
ldr r6, .L11+8
.L2:
ldr r0, [r4]
bl next_token
cmp r0, #0
bne .L2
ldr r0, [r5]
bl next_token
cmp r0, #0
bne .L2
ldr r0, [r6]
bl next_token
cmp r0, #0
bne .L2
pop {r4, r5, r6, pc}
.L12:
.align 2
.L11:
.word KCONST
.word KVOLATILE
.word KRESTRICT
.size skip_type_qualifiers, .-skip_type_qualifiers
.comm KVOLATILE,4,4
.comm KRESTRICT,4,4
.comm KCONST,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_sort_inits.c"
.intel_syntax noprefix
.text
.p2align 4
.type sort_inits, @function
sort_inits:
.LFB0:
.cfi_startproc
endbr64
push r13
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
mov r13d, DWORD PTR comp_init[rip]
push r12
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
push rbp
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
mov rbp, rdi
call vec_len@PLT
mov rdi, rbp
mov r12d, eax
call vec_body@PLT
pop rbp
.cfi_def_cfa_offset 24
mov ecx, r13d
mov esi, r12d
mov edi, eax
pop r12
.cfi_def_cfa_offset 16
mov edx, 8
pop r13
.cfi_def_cfa_offset 8
jmp qsort@PLT
.cfi_endproc
.LFE0:
.size sort_inits, .-sort_inits
.globl comp_init
.bss
.align 4
.type comp_init, @object
.size comp_init, 4
comp_init:
.zero 4
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_sort_inits.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type sort_inits, %function
sort_inits:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r5, r0
bl vec_body
mov r4, r0
mov r0, r5
bl vec_len
ldr r3, .L4
mov r1, r0
mov r2, #4
mov r0, r4
pop {r4, r5, r6, lr}
ldr r3, [r3]
b qsort
.L5:
.align 2
.L4:
.word comp_init
.size sort_inits, .-sort_inits
.comm comp_init,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_squash_unnamed_struct.c"
.intel_syntax noprefix
.text
.p2align 4
.type squash_unnamed_struct, @function
squash_unnamed_struct:
.LFB0:
.cfi_startproc
endbr64
push r15
.cfi_def_cfa_offset 16
.cfi_offset 15, -16
xor r15d, r15d
push r14
.cfi_def_cfa_offset 24
.cfi_offset 14, -24
push r13
.cfi_def_cfa_offset 32
.cfi_offset 13, -32
mov r13, rdi
push r12
.cfi_def_cfa_offset 40
.cfi_offset 12, -40
mov r12d, edx
push rbp
.cfi_def_cfa_offset 48
.cfi_offset 6, -48
mov rbp, rsi
push rbx
.cfi_def_cfa_offset 56
.cfi_offset 3, -56
sub rsp, 8
.cfi_def_cfa_offset 64
mov edi, DWORD PTR 4[rsi]
call dict_keys@PLT
mov rbx, rax
jmp .L2
.p2align 4,,10
.p2align 3
.L3:
mov esi, r15d
mov rdi, rbx
add r15d, 1
call vec_get@PLT
mov edi, DWORD PTR 4[rbp]
mov rsi, rax
mov r14, rax
call dict_get@PLT
mov edi, eax
call copy_type@PLT
mov rsi, r14
mov rdi, r13
add DWORD PTR [rax], r12d
mov rdx, rax
call dict_put@PLT
.L2:
mov rdi, rbx
call vec_len@PLT
cmp eax, r15d
jg .L3
add rsp, 8
.cfi_def_cfa_offset 56
pop rbx
.cfi_def_cfa_offset 48
pop rbp
.cfi_def_cfa_offset 40
pop r12
.cfi_def_cfa_offset 32
pop r13
.cfi_def_cfa_offset 24
pop r14
.cfi_def_cfa_offset 16
pop r15
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size squash_unnamed_struct, .-squash_unnamed_struct
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_squash_unnamed_struct.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type squash_unnamed_struct, %function
squash_unnamed_struct:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, r7, r8, r9, r10, lr}
mov r8, r0
ldr r0, [r1, #4]
mov r6, r1
mov r7, r2
bl dict_keys
mov r9, #0
mov r5, r0
.L2:
mov r0, r5
bl vec_len
cmp r0, r9
pople {r4, r5, r6, r7, r8, r9, r10, pc}
mov r1, r9
mov r0, r5
bl vec_get
mov r4, r0
ldr r0, [r6, #4]
mov r1, r4
bl dict_get
bl copy_type
ldr r3, [r0]
mov r2, r0
add r3, r3, r7
str r3, [r0]
mov r1, r4
mov r0, r8
bl dict_put
add r9, r9, #1
b .L2
.size squash_unnamed_struct, .-squash_unnamed_struct
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_type_compatible.c"
.intel_syntax noprefix
.text
.p2align 4
.type type_compatible, @function
type_compatible:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
mov r12, rsi
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
mov rbp, rdi
sub rsp, 8
.cfi_def_cfa_offset 32
mov rcx, QWORD PTR KIND_STRUCT[rip]
jmp .L5
.p2align 4,,10
.p2align 3
.L2:
cmp rax, QWORD PTR [r12]
jne .L8
mov rax, QWORD PTR 8[rbp]
test rax, rax
je .L4
mov rdx, QWORD PTR 8[r12]
test rdx, rdx
je .L4
mov r12, rdx
mov rbp, rax
.L5:
mov rax, QWORD PTR 0[rbp]
cmp rax, rcx
jne .L2
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 24
mov rsi, r12
mov rdi, rbp
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
jmp is_same_struct@PLT
.p2align 4,,10
.p2align 3
.L4:
.cfi_restore_state
mov rdi, rbp
call is_arithtype@PLT
test rax, rax
jne .L6
.L7:
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 24
mov eax, 1
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L8:
.cfi_restore_state
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 24
xor eax, eax
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L6:
.cfi_restore_state
mov rdi, r12
call is_arithtype@PLT
test rax, rax
je .L7
add rsp, 8
.cfi_def_cfa_offset 24
mov rsi, r12
mov rdi, rbp
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
jmp same_arith_type@PLT
.cfi_endproc
.LFE0:
.size type_compatible, .-type_compatible
.globl KIND_STRUCT
.bss
.align 8
.type KIND_STRUCT, @object
.size KIND_STRUCT, 8
KIND_STRUCT:
.zero 8
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_type_compatible.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type type_compatible, %function
type_compatible:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
ldr r3, .L18
push {r4, r5, r6, lr}
mov r5, r1
mov r4, r0
ldr r1, [r3]
b .L5
.L2:
ldr r2, [r5]
cmp r3, r2
bne .L8
ldr r3, [r4, #4]
cmp r3, #0
beq .L4
ldr r2, [r5, #4]
cmp r2, #0
beq .L4
mov r5, r2
mov r4, r3
.L5:
ldr r3, [r4]
cmp r3, r1
bne .L2
mov r1, r5
mov r0, r4
pop {r4, r5, r6, lr}
b is_same_struct
.L4:
mov r0, r4
bl is_arithtype
cmp r0, #0
bne .L6
.L7:
mov r0, #1
pop {r4, r5, r6, pc}
.L8:
mov r0, #0
pop {r4, r5, r6, pc}
.L6:
mov r0, r5
bl is_arithtype
cmp r0, #0
beq .L7
mov r1, r5
mov r0, r4
pop {r4, r5, r6, lr}
b same_arith_type
.L19:
.align 2
.L18:
.word KIND_STRUCT
.size type_compatible, .-type_compatible
.comm KIND_STRUCT,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_update_oldstyle_param_type.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "missing parameter: %s"
.text
.p2align 4
.type update_oldstyle_param_type, @function
update_oldstyle_param_type:
.LFB0:
.cfi_startproc
endbr64
push r15
.cfi_def_cfa_offset 16
.cfi_offset 15, -16
push r14
.cfi_def_cfa_offset 24
.cfi_offset 14, -24
mov r14, rsi
push r13
.cfi_def_cfa_offset 32
.cfi_offset 13, -32
mov r13, rdi
mov rdi, r14
push r12
.cfi_def_cfa_offset 40
.cfi_offset 12, -40
xor r12d, r12d
push rbp
.cfi_def_cfa_offset 48
.cfi_offset 6, -48
push rbx
.cfi_def_cfa_offset 56
.cfi_offset 3, -56
sub rsp, 8
.cfi_def_cfa_offset 64
call vec_len@PLT
cmp eax, r12d
jle .L10
.p2align 4,,10
.p2align 3
.L7:
mov esi, r12d
mov rdi, r14
call vec_get@PLT
xor edi, edi
mov rbx, rax
mov rax, QWORD PTR AST_DECL[rip]
cmp QWORD PTR [rbx], rax
sete dil
call assert@PLT
mov rbp, QWORD PTR 16[rbx]
mov rax, QWORD PTR AST_LVAR[rip]
xor edi, edi
cmp QWORD PTR 0[rbp], rax
sete dil
xor ebx, ebx
call assert@PLT
mov rdi, r13
call vec_len@PLT
cmp eax, ebx
jle .L11
.L6:
mov esi, ebx
mov rdi, r13
call vec_get@PLT
xor edi, edi
mov r15, rax
mov rax, QWORD PTR AST_LVAR[rip]
cmp QWORD PTR [r15], rax
sete dil
call assert@PLT
mov esi, DWORD PTR 8[rbp]
mov edi, DWORD PTR 8[r15]
call strcmp@PLT
test rax, rax
je .L4
mov rdi, r13
add ebx, 1
call vec_len@PLT
cmp eax, ebx
jg .L6
.L11:
mov esi, DWORD PTR 8[rbp]
lea rdi, .LC0[rip]
call error@PLT
.p2align 4,,10
.p2align 3
.L5:
mov rdi, r14
add r12d, 1
call vec_len@PLT
cmp eax, r12d
jg .L7
.L10:
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 56
pop rbx
.cfi_def_cfa_offset 48
pop rbp
.cfi_def_cfa_offset 40
pop r12
.cfi_def_cfa_offset 32
pop r13
.cfi_def_cfa_offset 24
pop r14
.cfi_def_cfa_offset 16
pop r15
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L4:
.cfi_restore_state
mov eax, DWORD PTR 12[rbp]
mov DWORD PTR 12[r15], eax
jmp .L5
.cfi_endproc
.LFE0:
.size update_oldstyle_param_type, .-update_oldstyle_param_type
.globl AST_LVAR
.bss
.align 8
.type AST_LVAR, @object
.size AST_LVAR, 8
AST_LVAR:
.zero 8
.globl AST_DECL
.align 8
.type AST_DECL, @object
.size AST_DECL, 8
AST_DECL:
.zero 8
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_update_oldstyle_param_type.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "missing parameter: %s\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type update_oldstyle_param_type, %function
update_oldstyle_param_type:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r3, r4, r5, r6, r7, r8, r9, r10, fp, lr}
mov r7, r0
mov r9, r1
mov r6, #0
ldr r10, .L11
ldr r8, .L11+4
b .L2
.L6:
mov r1, r4
mov r0, r7
bl vec_get
ldr r2, [r8]
mov fp, r0
ldr r0, [r0]
add r4, r4, #1
sub r0, r0, r2
clz r0, r0
lsr r0, r0, #5
bl assert
ldr r0, [fp, #4]
ldr r1, [r5, #4]
bl strcmp
cmp r0, #0
bne .L3
ldr r2, [r5, #8]
str r2, [fp, #8]
.L5:
add r6, r6, #1
.L2:
mov r0, r9
bl vec_len
cmp r0, r6
pople {r3, r4, r5, r6, r7, r8, r9, r10, fp, pc}
mov r1, r6
mov r0, r9
bl vec_get
ldr r3, [r10]
mov r5, r0
ldr r0, [r0]
mov r4, #0
sub r0, r0, r3
clz r0, r0
lsr r0, r0, #5
bl assert
ldr r5, [r5, #12]
ldr r3, [r8]
ldr r0, [r5]
sub r0, r0, r3
clz r0, r0
lsr r0, r0, #5
bl assert
.L3:
mov r0, r7
bl vec_len
cmp r0, r4
bgt .L6
ldr r1, [r5, #4]
ldr r0, .L11+8
bl error
b .L5
.L12:
.align 2
.L11:
.word AST_DECL
.word AST_LVAR
.word .LC0
.size update_oldstyle_param_type, .-update_oldstyle_param_type
.comm AST_LVAR,4,4
.comm AST_DECL,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_update_struct_offset.c"
.intel_syntax noprefix
.text
.p2align 4
.type update_struct_offset, @function
update_struct_offset:
.LFB0:
.cfi_startproc
endbr64
push r15
.cfi_def_cfa_offset 16
.cfi_offset 15, -16
push r14
.cfi_def_cfa_offset 24
.cfi_offset 14, -24
push r13
.cfi_def_cfa_offset 32
.cfi_offset 13, -32
push r12
.cfi_def_cfa_offset 40
.cfi_offset 12, -40
push rbp
.cfi_def_cfa_offset 48
.cfi_offset 6, -48
mov rbp, rdx
push rbx
.cfi_def_cfa_offset 56
.cfi_offset 3, -56
xor ebx, ebx
sub rsp, 56
.cfi_def_cfa_offset 112
mov QWORD PTR 24[rsp], rdi
lea r15, 36[rsp]
lea r14, 32[rsp]
mov QWORD PTR 8[rsp], rsi
mov rax, QWORD PTR fs:40
mov QWORD PTR 40[rsp], rax
xor eax, eax
mov DWORD PTR 32[rsp], 0
mov DWORD PTR 36[rsp], 0
call make_dict@PLT
mov QWORD PTR 16[rsp], rax
jmp .L2
.p2align 4,,10
.p2align 3
.L22:
mov rax, QWORD PTR 8[rsp]
mov esi, DWORD PTR 0[r13]
mov edi, DWORD PTR [rax]
call MAX@PLT
mov rdx, QWORD PTR 8[rsp]
mov DWORD PTR [rdx], eax
.L4:
mov rdi, QWORD PTR 24[r13]
test rdi, rdi
je .L20
jle .L7
mov eax, DWORD PTR 16[r13]
mov r10d, DWORD PTR 32[rsp]
mov esi, DWORD PTR 36[rsp]
lea ecx, 0[0+rax*8]
lea eax, [rsi+r10*8]
cdq
idiv ecx
sub ecx, edx
movsx rcx, ecx
cmp rdi, rcx
jg .L8
mov DWORD PTR 32[r13], r10d
mov DWORD PTR 36[r13], esi
.L9:
add esi, edi
mov DWORD PTR 36[rsp], esi
.L10:
test r12, r12
je .L5
mov rdi, QWORD PTR 16[rsp]
mov rdx, r13
mov rsi, r12
call dict_put@PLT
.L5:
add ebx, 1
.L2:
mov rdi, rbp
call vec_len@PLT
cmp eax, ebx
jle .L21
mov esi, ebx
mov rdi, rbp
call vec_get@PLT
mov r12, QWORD PTR [rax]
mov r13, QWORD PTR 8[rax]
test r12, r12
jne .L22
mov rax, QWORD PTR KIND_STRUCT[rip]
cmp QWORD PTR 8[r13], rax
jne .L4
mov rsi, r15
mov rdi, r14
call finish_bitfield@PLT
mov esi, DWORD PTR 0[r13]
mov edi, DWORD PTR 32[rsp]
call compute_padding@PLT
mov rdi, QWORD PTR 16[rsp]
add eax, DWORD PTR 32[rsp]
mov rsi, r13
mov edx, eax
mov DWORD PTR 32[rsp], eax
call squash_unnamed_struct@PLT
mov eax, DWORD PTR 16[r13]
add DWORD PTR 32[rsp], eax
jmp .L5
.p2align 4,,10
.p2align 3
.L7:
mov rsi, r15
mov rdi, r14
call finish_bitfield@PLT
mov esi, DWORD PTR 0[r13]
mov edi, DWORD PTR 32[rsp]
call compute_padding@PLT
add eax, DWORD PTR 32[rsp]
mov DWORD PTR 32[r13], eax
add eax, DWORD PTR 16[r13]
mov DWORD PTR 32[rsp], eax
jmp .L10
.p2align 4,,10
.p2align 3
.L8:
mov rsi, r15
mov rdi, r14
call finish_bitfield@PLT
mov esi, DWORD PTR 0[r13]
mov edi, DWORD PTR 32[rsp]
call compute_padding@PLT
add eax, DWORD PTR 32[rsp]
mov rdi, QWORD PTR 24[r13]
mov DWORD PTR 36[r13], 0
mov DWORD PTR 32[rsp], eax
mov esi, DWORD PTR 36[rsp]
mov DWORD PTR 32[r13], eax
jmp .L9
.p2align 4,,10
.p2align 3
.L20:
mov rsi, r15
mov rdi, r14
call finish_bitfield@PLT
mov esi, DWORD PTR 0[r13]
mov edi, DWORD PTR 32[rsp]
call compute_padding@PLT
mov DWORD PTR 36[rsp], 0
add DWORD PTR 32[rsp], eax
jmp .L5
.p2align 4,,10
.p2align 3
.L21:
mov rsi, r15
mov rdi, r14
call finish_bitfield@PLT
mov rax, QWORD PTR 8[rsp]
mov edi, DWORD PTR 32[rsp]
mov esi, DWORD PTR [rax]
call compute_padding@PLT
mov rdx, QWORD PTR 24[rsp]
add eax, DWORD PTR 32[rsp]
mov DWORD PTR [rdx], eax
mov rax, QWORD PTR 40[rsp]
sub rax, QWORD PTR fs:40
jne .L23
mov rax, QWORD PTR 16[rsp]
add rsp, 56
.cfi_remember_state
.cfi_def_cfa_offset 56
pop rbx
.cfi_def_cfa_offset 48
pop rbp
.cfi_def_cfa_offset 40
pop r12
.cfi_def_cfa_offset 32
pop r13
.cfi_def_cfa_offset 24
pop r14
.cfi_def_cfa_offset 16
pop r15
.cfi_def_cfa_offset 8
ret
.L23:
.cfi_restore_state
call __stack_chk_fail@PLT
.cfi_endproc
.LFE0:
.size update_struct_offset, .-update_struct_offset
.globl KIND_STRUCT
.bss
.align 8
.type KIND_STRUCT, @object
.size KIND_STRUCT, 8
KIND_STRUCT:
.zero 8
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_update_struct_offset.c"
.text
.global __aeabi_idivmod
.section .rodata.cst4,"aM",%progbits,4
.align 2
.LC0:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type update_struct_offset, %function
update_struct_offset:
@ args = 0, pretend = 0, frame = 32
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, r7, r8, r9, r10, fp, lr}
mov r5, #0
sub sp, sp, #36
ldr r3, .L24
str r0, [sp, #12]
ldr r3, [r3]
str r3, [sp, #28]
mov r3,#0
mov r10, r1
mov r9, r2
str r5, [sp, #20]
str r5, [sp, #24]
bl make_dict
str r0, [sp, #8]
b .L2
.L22:
ldr r1, [r4]
ldr r0, [r10]
bl MAX
str r0, [r10]
.L4:
ldr r6, [r4, #12]
cmp r6, #0
beq .L20
ble .L7
ldr fp, [r4, #8]
ldr r2, [sp, #20]
ldr r7, [sp, #24]
lsl fp, fp, #3
mov r1, fp
add r0, r7, r2, lsl #3
str r2, [sp, #4]
bl __aeabi_idivmod
sub fp, fp, r1
cmp r6, fp
bgt .L8
ldr r2, [sp, #4]
str r7, [r4, #20]
str r2, [r4, #16]
.L9:
add r6, r6, r7
str r6, [sp, #24]
.L10:
cmp r8, #0
beq .L5
mov r2, r4
mov r1, r8
ldr r0, [sp, #8]
bl dict_put
.L5:
add r5, r5, #1
.L2:
mov r0, r9
bl vec_len
cmp r0, r5
ble .L21
mov r1, r5
mov r0, r9
bl vec_get
ldr r8, [r0]
ldr r4, [r0, #4]
cmp r8, #0
bne .L22
ldr r3, .L24+4
ldr r2, [r4, #4]
ldr r3, [r3]
cmp r2, r3
bne .L4
add r1, sp, #24
add r0, sp, #20
bl finish_bitfield
ldr r1, [r4]
ldr r0, [sp, #20]
bl compute_padding
ldr r2, [sp, #20]
mov r1, r4
add r2, r0, r2
ldr r0, [sp, #8]
str r2, [sp, #20]
bl squash_unnamed_struct
ldr r3, [sp, #20]
ldr r2, [r4, #8]
add r3, r3, r2
str r3, [sp, #20]
b .L5
.L7:
add r1, sp, #24
add r0, sp, #20
bl finish_bitfield
ldr r1, [r4]
ldr r0, [sp, #20]
bl compute_padding
ldr r2, [sp, #20]
ldr r3, [r4, #8]
add r0, r0, r2
add r3, r3, r0
str r0, [r4, #16]
str r3, [sp, #20]
b .L10
.L8:
add r1, sp, #24
add r0, sp, #20
bl finish_bitfield
ldr r1, [r4]
ldr r0, [sp, #20]
bl compute_padding
ldr r3, [sp, #20]
ldr r6, [r4, #12]
add r0, r0, r3
mov r3, #0
ldr r7, [sp, #24]
str r3, [r4, #20]
str r0, [sp, #20]
str r0, [r4, #16]
b .L9
.L20:
add r1, sp, #24
add r0, sp, #20
bl finish_bitfield
ldr r1, [r4]
ldr r0, [sp, #20]
bl compute_padding
ldr r3, [sp, #20]
str r6, [sp, #24]
add r3, r3, r0
str r3, [sp, #20]
b .L5
.L21:
add r1, sp, #24
add r0, sp, #20
bl finish_bitfield
ldr r1, [r10]
ldr r0, [sp, #20]
bl compute_padding
ldr r3, [sp, #20]
ldr r2, [sp, #12]
add r3, r3, r0
str r3, [r2]
ldr r3, .L24
ldr r2, [r3]
ldr r3, [sp, #28]
eors r2, r3, r2
mov r3, #0
bne .L23
ldr r0, [sp, #8]
add sp, sp, #36
@ sp needed
pop {r4, r5, r6, r7, r8, r9, r10, fp, pc}
.L23:
bl __stack_chk_fail
.L25:
.align 2
.L24:
.word .LC0
.word KIND_STRUCT
.size update_struct_offset, .-update_struct_offset
.comm KIND_STRUCT,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_update_union_offset.c"
.intel_syntax noprefix
.text
.p2align 4
.type update_union_offset, @function
update_union_offset:
.LFB0:
.cfi_startproc
endbr64
push r15
.cfi_def_cfa_offset 16
.cfi_offset 15, -16
xor eax, eax
push r14
.cfi_def_cfa_offset 24
.cfi_offset 14, -24
push r13
.cfi_def_cfa_offset 32
.cfi_offset 13, -32
mov r13, rdx
push r12
.cfi_def_cfa_offset 40
.cfi_offset 12, -40
mov r12, rsi
push rbp
.cfi_def_cfa_offset 48
.cfi_offset 6, -48
xor ebp, ebp
push rbx
.cfi_def_cfa_offset 56
.cfi_offset 3, -56
xor ebx, ebx
sub rsp, 24
.cfi_def_cfa_offset 80
mov QWORD PTR 8[rsp], rdi
call make_dict@PLT
mov QWORD PTR [rsp], rax
jmp .L2
.p2align 4,,10
.p2align 3
.L3:
cmp QWORD PTR 8[r15], 0
mov QWORD PTR 24[r15], 0
js .L8
mov QWORD PTR 16[r15], 0
.L8:
mov rdi, QWORD PTR [rsp]
mov rdx, r15
mov rsi, r14
call dict_put@PLT
.L5:
add ebx, 1
.L2:
mov rdi, r13
call vec_len@PLT
cmp eax, ebx
jle .L14
mov esi, ebx
mov rdi, r13
call vec_get@PLT
mov edi, ebp
mov r15, QWORD PTR 8[rax]
mov r14, QWORD PTR [rax]
mov esi, DWORD PTR 36[r15]
call MAX@PLT
mov esi, DWORD PTR 32[r15]
mov edi, DWORD PTR [r12]
mov ebp, eax
call MAX@PLT
mov DWORD PTR [r12], eax
test r14, r14
jne .L3
mov rax, QWORD PTR KIND_STRUCT[rip]
cmp QWORD PTR [r15], rax
je .L15
cmp QWORD PTR 8[r15], 0
mov QWORD PTR 24[r15], 0
js .L5
mov QWORD PTR 16[r15], 0
jmp .L5
.p2align 4,,10
.p2align 3
.L14:
mov esi, DWORD PTR [r12]
mov edi, ebp
call compute_padding@PLT
add ebp, eax
mov rax, QWORD PTR 8[rsp]
mov DWORD PTR [rax], ebp
mov rax, QWORD PTR [rsp]
add rsp, 24
.cfi_remember_state
.cfi_def_cfa_offset 56
pop rbx
.cfi_def_cfa_offset 48
pop rbp
.cfi_def_cfa_offset 40
pop r12
.cfi_def_cfa_offset 32
pop r13
.cfi_def_cfa_offset 24
pop r14
.cfi_def_cfa_offset 16
pop r15
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L15:
.cfi_restore_state
mov rdi, QWORD PTR [rsp]
xor edx, edx
mov rsi, r15
call squash_unnamed_struct@PLT
jmp .L5
.cfi_endproc
.LFE0:
.size update_union_offset, .-update_union_offset
.globl KIND_STRUCT
.bss
.align 8
.type KIND_STRUCT, @object
.size KIND_STRUCT, 8
KIND_STRUCT:
.zero 8
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_update_union_offset.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type update_union_offset, %function
update_union_offset:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, r7, r8, r9, r10, fp, lr}
sub sp, sp, #12
mov r5, #0
mov r7, r1
mov r8, r2
str r0, [sp, #4]
bl make_dict
mov r6, r5
mov r10, r0
mov r9, r5
b .L2
.L3:
ldr r2, [r4, #4]
mov r1, fp
cmp r2, #0
mov r0, r10
mov r2, r4
str r9, [r4, #12]
strge r9, [r4, #8]
bl dict_put
.L5:
add r5, r5, #1
.L2:
mov r0, r8
bl vec_len
cmp r0, r5
ble .L14
mov r1, r5
mov r0, r8
bl vec_get
mov r3, r0
ldr r4, [r0, #4]
mov r0, r6
ldr r1, [r4, #20]
ldr fp, [r3]
bl MAX
ldr r1, [r4, #16]
mov r6, r0
ldr r0, [r7]
bl MAX
cmp fp, #0
str r0, [r7]
bne .L3
ldr r3, .L16
ldr r1, [r4]
ldr r2, [r3]
cmp r1, r2
beq .L15
ldr r2, [r4, #4]
str fp, [r4, #12]
cmp r2, #0
strge fp, [r4, #8]
b .L5
.L14:
mov r0, r6
ldr r1, [r7]
bl compute_padding
add r6, r0, r6
mov r0, r10
ldr r3, [sp, #4]
str r6, [r3]
add sp, sp, #12
@ sp needed
pop {r4, r5, r6, r7, r8, r9, r10, fp, pc}
.L15:
mov r2, fp
mov r1, r4
mov r0, r10
bl squash_unnamed_struct
b .L5
.L17:
.align 2
.L16:
.word KIND_STRUCT
.size update_union_offset, .-update_union_offset
.comm KIND_STRUCT,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_usual_arith_conv.c"
.intel_syntax noprefix
.text
.p2align 4
.type usual_arith_conv, @function
usual_arith_conv:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
mov rbp, rdi
push rbx
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
mov rbx, rsi
mov r12, rbp
call is_arithtype@PLT
mov edi, eax
call assert@PLT
mov rdi, rbx
call is_arithtype@PLT
mov edi, eax
call assert@PLT
mov rax, QWORD PTR [rbx]
cmp QWORD PTR 0[rbp], rax
jge .L2
mov r12, rbx
mov rbx, rbp
.L2:
mov rdi, r12
call is_flotype@PLT
test rax, rax
je .L14
.L1:
mov rax, r12
pop rbx
.cfi_remember_state
.cfi_def_cfa_offset 24
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L14:
.cfi_restore_state
mov rdi, r12
call is_inttype@PLT
xor edi, edi
test rax, rax
je .L4
mov rax, QWORD PTR type_int[rip]
xor edi, edi
mov rax, QWORD PTR [rax]
cmp QWORD PTR 8[r12], rax
setge dil
.L4:
call assert@PLT
mov rdi, rbx
call is_inttype@PLT
xor edi, edi
test rax, rax
je .L5
mov rax, QWORD PTR type_int[rip]
xor edi, edi
mov rax, QWORD PTR [rax]
cmp QWORD PTR 8[rbx], rax
setge dil
.L5:
call assert@PLT
mov rax, QWORD PTR 8[rbx]
cmp QWORD PTR 8[r12], rax
jg .L1
sete dil
movzx edi, dil
call assert@PLT
mov rax, QWORD PTR 16[rbx]
cmp QWORD PTR 16[r12], rax
je .L1
mov rdi, r12
call copy_type@PLT
mov r12, rax
mov QWORD PTR 16[rax], 1
pop rbx
.cfi_def_cfa_offset 24
mov rax, r12
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size usual_arith_conv, .-usual_arith_conv
.globl type_int
.bss
.align 8
.type type_int, @object
.size type_int, 8
type_int:
.zero 8
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_usual_arith_conv.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type usual_arith_conv, %function
usual_arith_conv:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r4, r1
mov r6, r0
bl is_arithtype
bl assert
mov r0, r4
bl is_arithtype
bl assert
ldr r3, [r4]
ldr r2, [r6]
cmp r2, r3
movlt r5, r4
movge r5, r6
mov r0, r5
movlt r4, r6
bl is_flotype
cmp r0, #0
beq .L15
.L1:
mov r0, r5
pop {r4, r5, r6, pc}
.L15:
mov r0, r5
bl is_inttype
cmp r0, #0
beq .L4
ldr r3, .L16
ldr r0, [r5, #4]
ldr r3, [r3]
ldr r3, [r3]
cmp r0, r3
movlt r0, #0
movge r0, #1
.L4:
bl assert
mov r0, r4
bl is_inttype
cmp r0, #0
beq .L5
ldr r3, .L16
ldr r0, [r4, #4]
ldr r3, [r3]
ldr r3, [r3]
cmp r0, r3
movlt r0, #0
movge r0, #1
.L5:
bl assert
ldr r2, [r5, #4]
ldr r3, [r4, #4]
cmp r2, r3
bgt .L1
moveq r0, #1
movne r0, #0
bl assert
ldr r3, [r4, #8]
ldr r2, [r5, #8]
cmp r2, r3
beq .L1
mov r0, r5
bl copy_type
mov r3, #1
mov r5, r0
str r3, [r0, #8]
mov r0, r5
pop {r4, r5, r6, pc}
.L17:
.align 2
.L16:
.word type_int
.size usual_arith_conv, .-usual_arith_conv
.comm type_int,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_valid_pointer_binop.c"
.intel_syntax noprefix
.text
.p2align 4
.type valid_pointer_binop, @function
valid_pointer_binop:
.LFB0:
.cfi_startproc
endbr64
mov ecx, edi
cmp edi, 62
jg .L2
xor eax, eax
cmp edi, 44
jle .L1
movabs rdx, 5764642707406323712
mov eax, 1
sal rax, cl
test rax, rdx
setne al
movzx eax, al
ret
.p2align 4,,10
.p2align 3
.L2:
add ecx, -128
xor eax, eax
cmp ecx, 3
setbe al
.L1:
ret
.cfi_endproc
.LFE0:
.size valid_pointer_binop, .-valid_pointer_binop
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_valid_pointer_binop.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type valid_pointer_binop, %function
valid_pointer_binop:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
cmp r0, #62
bgt .L2
cmp r0, #44
ble .L4
mov r2, #1
ldr r3, .L6
sub r0, r0, #45
ands r3, r3, r2, lsl r0
movne r0, r2
moveq r0, #0
bx lr
.L2:
sub r0, r0, #128
cmp r0, #3
movhi r0, #0
movls r0, #1
bx lr
.L4:
mov r0, #0
bx lr
.L7:
.align 2
.L6:
.word 163841
.size valid_pointer_binop, .-valid_pointer_binop
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_parse.c_wrap.c"
.intel_syntax noprefix
.text
.p2align 4
.type wrap, @function
wrap:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
mov r12, rsi
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
mov rbp, rdi
sub rsp, 8
.cfi_def_cfa_offset 32
mov esi, DWORD PTR [rsi]
call same_arith_type@PLT
test rax, rax
je .L5
add rsp, 8
.cfi_remember_state
.cfi_def_cfa_offset 24
mov rax, r12
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L5:
.cfi_restore_state
mov edi, DWORD PTR AST_CONV[rip]
add rsp, 8
.cfi_def_cfa_offset 24
mov rdx, r12
mov rsi, rbp
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
jmp ast_uop@PLT
.cfi_endproc
.LFE0:
.size wrap, .-wrap
.globl AST_CONV
.bss
.align 4
.type AST_CONV, @object
.size AST_CONV, 4
AST_CONV:
.zero 4
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_parse.c_wrap.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type wrap, %function
wrap:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r4, r1
ldr r1, [r1]
mov r5, r0
bl same_arith_type
cmp r0, #0
beq .L5
mov r0, r4
pop {r4, r5, r6, pc}
.L5:
ldr r3, .L6
mov r2, r4
mov r1, r5
pop {r4, r5, r6, lr}
ldr r0, [r3]
b ast_uop
.L7:
.align 2
.L6:
.word AST_CONV
.size wrap, .-wrap
.comm AST_CONV,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_path.c_clean.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "./"
.LC1:
.string "../"
.text
.p2align 4
.type clean, @function
clean:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
push r15
push r14
push r13
push r12
push rbx
.cfi_offset 15, -24
.cfi_offset 14, -32
.cfi_offset 13, -40
.cfi_offset 12, -48
.cfi_offset 3, -56
mov rbx, rdi
xor edi, edi
sub rsp, 24
mov rax, QWORD PTR fs:40
mov QWORD PTR -56[rbp], rax
xor eax, eax
cmp BYTE PTR [rbx], 47
sete dil
call assert@PLT
movsx rax, DWORD PTR PATH_MAX[rip]
mov rcx, rsp
add rax, 15
mov rdx, rax
and rax, -4096
sub rcx, rax
and rdx, -16
cmp rsp, rcx
je .L3
.L34:
sub rsp, 4096
or QWORD PTR 4088[rsp], 0
cmp rsp, rcx
jne .L34
.L3:
and edx, 4095
sub rsp, rdx
test rdx, rdx
jne .L35
.L4:
mov BYTE PTR [rsp], 47
lea r14, 1[rsp]
mov r15, rsp
lea r13, .LC0[rip]
mov r12, r14
.p2align 4,,10
.p2align 3
.L5:
cmp BYTE PTR [rbx], 47
je .L36
.L6:
mov edx, 2
mov rsi, rbx
mov rdi, r13
call memcmp@PLT
test eax, eax
je .L37
mov edx, 3
mov rsi, rbx
lea rdi, .LC1[rip]
call memcmp@PLT
test eax, eax
je .L9
movzx eax, BYTE PTR [rbx]
test al, al
je .L12
cmp al, 47
je .L31
.p2align 4,,10
.p2align 3
.L10:
add rbx, 1
mov BYTE PTR [r12], al
add r12, 1
movzx eax, BYTE PTR [rbx]
cmp al, 47
je .L31
test al, al
jne .L10
.L12:
cmp al, 47
je .L31
mov BYTE PTR [r12], 0
mov rdi, r15
call strdup@PLT
mov rcx, QWORD PTR -56[rbp]
sub rcx, QWORD PTR fs:40
jne .L38
lea rsp, -40[rbp]
pop rbx
pop r12
pop r13
pop r14
pop r15
pop rbp
.cfi_remember_state
.cfi_def_cfa 7, 8
ret
.p2align 4,,10
.p2align 3
.L9:
.cfi_restore_state
add rbx, 3
cmp r12, r14
je .L5
lea rax, -1[r12]
cmp BYTE PTR -2[r12], 47
mov r12, rax
je .L5
.p2align 4,,10
.p2align 3
.L13:
sub r12, 1
cmp BYTE PTR -1[r12], 47
jne .L13
cmp BYTE PTR [rbx], 47
jne .L6
.p2align 4,,10
.p2align 3
.L36:
add rbx, 1
jmp .L5
.p2align 4,,10
.p2align 3
.L37:
add rbx, 2
jmp .L5
.p2align 4,,10
.p2align 3
.L31:
mov BYTE PTR [r12], 47
add rbx, 1
add r12, 1
jmp .L5
.p2align 4,,10
.p2align 3
.L35:
or QWORD PTR -8[rsp+rdx], 0
jmp .L4
.L38:
call __stack_chk_fail@PLT
.cfi_endproc
.LFE0:
.size clean, .-clean
.globl PATH_MAX
.bss
.align 4
.type PATH_MAX, @object
.size PATH_MAX, 4
PATH_MAX:
.zero 4
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_path.c_clean.c"
.text
.section .rodata.cst4,"aM",%progbits,4
.align 2
.LC0:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type clean, %function
clean:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #12
mov r4, r0
ldrb r0, [r0] @ zero_extendqisi2
ldr r3, .L23
sub r0, r0, #47
clz r0, r0
lsr r0, r0, #5
ldr r3, [r3]
str r3, [fp, #-16]
mov r3,#0
bl assert
ldr r3, .L23+4
mov r2, #47
ldr r3, [r3]
add r3, r3, #7
bic r3, r3, #7
sub sp, sp, r3
mov lr, sp
strb r2, [lr], #1
mov r2, lr
mov r0, sp
.L2:
ldrb r3, [r4] @ zero_extendqisi2
cmp r3, #47
addeq r4, r4, #1
beq .L2
cmp r3, #46
bne .L6
ldrb r1, [r4, #1] @ zero_extendqisi2
cmp r1, #47
addeq r4, r4, #2
beq .L2
.L6:
ldrb r1, [r4] @ zero_extendqisi2
cmp r1, #46
bne .L16
ldrb r1, [r4, #1] @ zero_extendqisi2
cmp r1, #46
bne .L16
ldrb r1, [r4, #2] @ zero_extendqisi2
cmp r1, #47
bne .L16
cmp r2, lr
add r4, r4, #3
beq .L2
ldrb r3, [r2, #-2] @ zero_extendqisi2
sub r1, r2, #1
cmp r3, #47
beq .L15
sub r3, r2, #2
.L11:
mov r2, r3
ldrb r1, [r3, #-1]! @ zero_extendqisi2
cmp r1, #47
bne .L11
b .L2
.L16:
cmp r3, #0
beq .L10
mov r1, r4
.L12:
mov ip, r2
mov r4, r1
strb r3, [r2], #1
ldrb r3, [r1, #1]! @ zero_extendqisi2
cmp r3, #47
cmpne r3, #0
bne .L12
cmp r3, #47
beq .L21
.L10:
mov r3, #0
strb r3, [r2]
bl strdup
ldr r3, .L23
ldr r2, [r3]
ldr r3, [fp, #-16]
eors r2, r3, r2
mov r3, #0
bne .L22
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L21:
strb r3, [r2]
add r4, r4, #2
add r2, ip, #2
b .L2
.L15:
mov r2, r1
b .L2
.L22:
bl __stack_chk_fail
.L24:
.align 2
.L23:
.word .LC0
.word PATH_MAX
.size clean, .-clean
.comm PATH_MAX,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_set.c_set_add.c"
.intel_syntax noprefix
.text
.p2align 4
.globl set_add
.type set_add, @function
set_add:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rdi
mov edi, 16
push rbx
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
mov rbx, rsi
sub rsp, 8
.cfi_def_cfa_offset 32
call malloc@PLT
mov QWORD PTR 8[rax], rbp
mov QWORD PTR [rax], rbx
add rsp, 8
.cfi_def_cfa_offset 24
pop rbx
.cfi_def_cfa_offset 16
pop rbp
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size set_add, .-set_add
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_set.c_set_add.c"
.text
.align 2
.global set_add
.syntax unified
.arm
.fpu softvfp
.type set_add, %function
set_add:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r5, r0
mov r0, #8
mov r4, r1
bl malloc
stm r0, {r4, r5}
pop {r4, r5, r6, pc}
.size set_add, .-set_add
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_set.c_set_intersection.c"
.intel_syntax noprefix
.text
.p2align 4
.globl set_intersection
.type set_intersection, @function
set_intersection:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
push rbx
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
test rdi, rdi
je .L5
mov rbx, rdi
mov r12, rsi
xor ebp, ebp
jmp .L4
.p2align 4,,10
.p2align 3
.L3:
mov rbx, QWORD PTR 8[rbx]
test rbx, rbx
je .L1
.L4:
mov esi, DWORD PTR [rbx]
mov rdi, r12
call set_has@PLT
test rax, rax
je .L3
mov esi, DWORD PTR [rbx]
mov rdi, rbp
call set_add@PLT
mov rbx, QWORD PTR 8[rbx]
mov rbp, rax
test rbx, rbx
jne .L4
.L1:
mov rax, rbp
pop rbx
.cfi_remember_state
.cfi_def_cfa_offset 24
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L5:
.cfi_restore_state
xor ebp, ebp
pop rbx
.cfi_def_cfa_offset 24
mov rax, rbp
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size set_intersection, .-set_intersection
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_set.c_set_intersection.c"
.text
.align 2
.global set_intersection
.syntax unified
.arm
.fpu softvfp
.type set_intersection, %function
set_intersection:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
subs r4, r0, #0
beq .L5
mov r6, r1
mov r5, #0
b .L4
.L3:
ldr r4, [r4, #4]
cmp r4, #0
beq .L1
.L4:
mov r0, r6
ldr r1, [r4]
bl set_has
cmp r0, #0
beq .L3
mov r0, r5
ldr r1, [r4]
bl set_add
ldr r4, [r4, #4]
mov r5, r0
cmp r4, #0
bne .L4
.L1:
mov r0, r5
pop {r4, r5, r6, pc}
.L5:
mov r5, r4
mov r0, r5
pop {r4, r5, r6, pc}
.size set_intersection, .-set_intersection
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_set.c_set_union.c"
.intel_syntax noprefix
.text
.p2align 4
.globl set_union
.type set_union, @function
set_union:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
mov r12, rsi
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
push rbx
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
test rdi, rdi
je .L5
mov rbx, rdi
mov rbp, rsi
jmp .L4
.p2align 4,,10
.p2align 3
.L3:
mov rbx, QWORD PTR 8[rbx]
test rbx, rbx
je .L1
.L4:
mov esi, DWORD PTR [rbx]
mov rdi, r12
call set_has@PLT
test eax, eax
jne .L3
mov esi, DWORD PTR [rbx]
mov rdi, rbp
call set_add@PLT
mov rbx, QWORD PTR 8[rbx]
mov rbp, rax
test rbx, rbx
jne .L4
.L1:
mov rax, rbp
pop rbx
.cfi_remember_state
.cfi_def_cfa_offset 24
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L5:
.cfi_restore_state
mov rbp, rsi
pop rbx
.cfi_def_cfa_offset 24
mov rax, rbp
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size set_union, .-set_union
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_set.c_set_union.c"
.text
.align 2
.global set_union
.syntax unified
.arm
.fpu softvfp
.type set_union, %function
set_union:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
subs r4, r0, #0
mov r6, r1
mov r5, r1
bne .L4
b .L1
.L3:
ldr r4, [r4, #4]
cmp r4, #0
beq .L1
.L4:
mov r0, r6
ldr r1, [r4]
bl set_has
cmp r0, #0
bne .L3
mov r0, r5
ldr r1, [r4]
bl set_add
ldr r4, [r4, #4]
mov r5, r0
cmp r4, #0
bne .L4
.L1:
mov r0, r5
pop {r4, r5, r6, pc}
.size set_union, .-set_union
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_assert_int2.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "%d: Expected %ld but got %ld"
.text
.p2align 4
.type assert_int2, @function
assert_int2:
.LFB0:
.cfi_startproc
endbr64
mov rcx, rdx
cmp rsi, rdx
jne .L4
ret
.p2align 4,,10
.p2align 3
.L4:
mov rdx, rsi
xor eax, eax
mov esi, edi
lea rdi, .LC0[rip]
jmp error@PLT
.cfi_endproc
.LFE0:
.size assert_int2, .-assert_int2
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_assert_int2.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "%d: Expected %ld but got %ld\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type assert_int2, %function
assert_int2:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
cmp r1, r2
bxeq lr
mov r3, r2
mov r2, r1
mov r1, r0
ldr r0, .L4
b error
.L5:
.align 2
.L4:
.word .LC0
.size assert_int2, .-assert_int2
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_assert_null2.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "%d: Null expected"
.text
.p2align 4
.type assert_null2, @function
assert_null2:
.LFB0:
.cfi_startproc
endbr64
test rsi, rsi
je .L1
mov esi, edi
lea rdi, .LC0[rip]
jmp error@PLT
.p2align 4,,10
.p2align 3
.L1:
ret
.cfi_endproc
.LFE0:
.size assert_null2, .-assert_null2
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_assert_null2.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "%d: Null expected\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type assert_null2, %function
assert_null2:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
cmp r1, #0
mov r1, r0
bxeq lr
ldr r0, .L4
b error
.L5:
.align 2
.L4:
.word .LC0
.size assert_null2, .-assert_null2
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_assert_string2.c"
.intel_syntax noprefix
.text
.section .rodata.str1.8,"aMS",@progbits,1
.align 8
.LC0:
.string "%d: Expected \"%s\" but got \"%s\""
.text
.p2align 4
.type assert_string2, @function
assert_string2:
.LFB0:
.cfi_startproc
endbr64
push r13
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
mov r13, rdx
push r12
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
mov r12, rsi
mov rsi, rdx
push rbp
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
mov ebp, edi
mov rdi, r12
call strcmp@PLT
test rax, rax
jne .L5
pop rbp
.cfi_remember_state
.cfi_def_cfa_offset 24
pop r12
.cfi_def_cfa_offset 16
pop r13
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L5:
.cfi_restore_state
mov rcx, r13
mov rdx, r12
lea rdi, .LC0[rip]
mov esi, ebp
pop rbp
.cfi_def_cfa_offset 24
pop r12
.cfi_def_cfa_offset 16
pop r13
.cfi_def_cfa_offset 8
jmp error@PLT
.cfi_endproc
.LFE0:
.size assert_string2, .-assert_string2
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_assert_string2.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "%d: Expected \"%s\" but got \"%s\"\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type assert_string2, %function
assert_string2:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r4, r1
mov r6, r0
mov r1, r2
mov r0, r4
mov r5, r2
bl strcmp
cmp r0, #0
popeq {r4, r5, r6, pc}
mov r3, r5
mov r2, r4
mov r1, r6
pop {r4, r5, r6, lr}
ldr r0, .L5
b error
.L6:
.align 2
.L5:
.word .LC0
.size assert_string2, .-assert_string2
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_assert_true2.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "%d: assert_true: %s"
.text
.p2align 4
.type assert_true2, @function
assert_true2:
.LFB0:
.cfi_startproc
endbr64
test edx, edx
je .L4
ret
.p2align 4,,10
.p2align 3
.L4:
mov rdx, rsi
mov esi, edi
lea rdi, .LC0[rip]
jmp error@PLT
.cfi_endproc
.LFE0:
.size assert_true2, .-assert_true2
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_assert_true2.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "%d: assert_true: %s\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type assert_true2, %function
assert_true2:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
cmp r2, #0
bxne lr
mov r2, r1
mov r1, r0
ldr r0, .L4
b error
.L5:
.align 2
.L4:
.word .LC0
.size assert_true2, .-assert_true2
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_get_base_file.c"
.intel_syntax noprefix
.text
.p2align 4
.globl get_base_file
.type get_base_file, @function
get_base_file:
.LFB0:
.cfi_startproc
endbr64
xor eax, eax
ret
.cfi_endproc
.LFE0:
.size get_base_file, .-get_base_file
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_get_base_file.c"
.text
.align 2
.global get_base_file
.syntax unified
.arm
.fpu softvfp
.type get_base_file, %function
get_base_file:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r0, #0
bx lr
.size get_base_file, .-get_base_file
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_main.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "Passed\n"
.section .text.startup,"ax",@progbits
.p2align 4
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
xor eax, eax
call test_buf@PLT
xor eax, eax
call test_list@PLT
xor eax, eax
call test_map@PLT
xor eax, eax
call test_map_stack@PLT
xor eax, eax
call test_dict@PLT
xor eax, eax
call test_set@PLT
xor eax, eax
call test_path@PLT
xor eax, eax
call test_file@PLT
lea rdi, .LC0[rip]
call printf@PLT
xor eax, eax
add rsp, 8
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_main.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "Passed\012\000"
.section .text.startup,"ax",%progbits
.align 2
.global main
.syntax unified
.arm
.fpu softvfp
.type main, %function
main:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
bl test_buf
bl test_list
bl test_map
bl test_map_stack
bl test_dict
bl test_set
bl test_path
bl test_file
ldr r0, .L4
bl printf
mov r0, #0
pop {r4, pc}
.L5:
.align 2
.L4:
.word .LC0
.size main, .-main
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_test_buf.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "ab"
.LC1:
.string "0123456789"
.LC2:
.string "%s"
.LC3:
.string ".0123456789"
.text
.p2align 4
.type test_buf, @function
test_buf:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
xor eax, eax
call make_buffer@PLT
mov esi, 97
mov rbp, rax
mov rdi, rax
call buf_write@PLT
mov rdi, rbp
mov esi, 98
call buf_write@PLT
xor esi, esi
mov rdi, rbp
call buf_write@PLT
mov rdi, rbp
call buf_body@PLT
lea rdi, .LC0[rip]
mov esi, eax
call assert_string@PLT
xor eax, eax
call make_buffer@PLT
mov esi, 46
mov rbp, rax
mov rdi, rax
call buf_write@PLT
lea rsi, .LC2[rip]
mov rdi, rbp
lea rdx, .LC1[rip]
call buf_printf@PLT
mov rdi, rbp
call buf_body@PLT
lea rdi, .LC3[rip]
pop rbp
.cfi_def_cfa_offset 8
mov esi, eax
jmp assert_string@PLT
.cfi_endproc
.LFE0:
.size test_buf, .-test_buf
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_test_buf.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "ab\000"
.align 2
.LC1:
.ascii "0123456789\000"
.align 2
.LC2:
.ascii "%s\000"
.align 2
.LC3:
.ascii ".0123456789\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_buf, %function
test_buf:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
bl make_buffer
mov r4, r0
mov r1, #97
bl buf_write
mov r0, r4
mov r1, #98
bl buf_write
mov r1, #0
mov r0, r4
bl buf_write
mov r0, r4
bl buf_body
mov r1, r0
ldr r0, .L4
bl assert_string
bl make_buffer
mov r4, r0
mov r1, #46
bl buf_write
ldr r1, .L4+4
mov r0, r4
ldr r2, .L4+8
bl buf_printf
mov r0, r4
bl buf_body
pop {r4, lr}
mov r1, r0
ldr r0, .L4+12
b assert_string
.L5:
.align 2
.L4:
.word .LC0
.word .LC2
.word .LC1
.word .LC3
.size test_buf, .-test_buf
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_test_dict.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "abc"
.LC1:
.string "xyz"
.text
.p2align 4
.type test_dict, @function
test_dict:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
xor eax, eax
call make_dict@PLT
lea rsi, .LC0[rip]
mov rdi, rax
mov rbp, rax
call dict_get@PLT
mov rdi, rax
call assert_null@PLT
mov rdi, rbp
mov edx, 50
lea rsi, .LC0[rip]
call dict_put@PLT
mov edx, 70
mov rdi, rbp
lea rsi, .LC1[rip]
call dict_put@PLT
mov rdi, rbp
lea rsi, .LC0[rip]
call dict_get@PLT
mov edi, 50
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
lea rsi, .LC1[rip]
call dict_get@PLT
mov edi, 70
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
call dict_keys@PLT
mov edi, eax
call vec_len@PLT
mov edi, 2
pop rbp
.cfi_def_cfa_offset 8
mov rsi, rax
jmp assert_int@PLT
.cfi_endproc
.LFE0:
.size test_dict, .-test_dict
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_test_dict.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "abc\000"
.align 2
.LC1:
.ascii "xyz\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_dict, %function
test_dict:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
bl make_dict
mov r4, r0
ldr r5, .L4
ldr r6, .L4+4
mov r1, r5
bl dict_get
bl assert_null
mov r1, r5
mov r0, r4
mov r2, #50
bl dict_put
mov r2, #70
mov r1, r6
mov r0, r4
bl dict_put
mov r1, r5
mov r0, r4
bl dict_get
mov r1, r0
mov r0, #50
bl assert_int
mov r1, r6
mov r0, r4
bl dict_get
mov r1, r0
mov r0, #70
bl assert_int
mov r0, r4
bl dict_keys
bl vec_len
pop {r4, r5, r6, lr}
mov r1, r0
mov r0, #2
b assert_int
.L5:
.align 2
.L4:
.word .LC0
.word .LC1
.size test_dict, .-test_dict
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_test_file.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "abc"
.text
.p2align 4
.type test_file, @function
test_file:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
lea rdi, .LC0[rip]
call make_file_string@PLT
mov edi, eax
call stream_push@PLT
xor eax, eax
call readc@PLT
mov edi, 97
mov rsi, rax
call assert_int@PLT
xor eax, eax
call readc@PLT
mov edi, 98
mov rsi, rax
call assert_int@PLT
mov edi, 98
call unreadc@PLT
mov edi, 97
call unreadc@PLT
xor eax, eax
call readc@PLT
mov edi, 97
mov rsi, rax
call assert_int@PLT
xor eax, eax
call readc@PLT
mov edi, 98
mov rsi, rax
call assert_int@PLT
xor eax, eax
call readc@PLT
mov edi, 99
mov rsi, rax
call assert_int@PLT
xor eax, eax
call readc@PLT
mov edi, 10
mov rsi, rax
call assert_int@PLT
mov edi, 10
call unreadc@PLT
xor eax, eax
call readc@PLT
mov edi, 10
mov rsi, rax
call assert_int@PLT
xor eax, eax
call readc@PLT
add rsp, 8
.cfi_def_cfa_offset 8
shr rax, 63
mov rdi, rax
jmp assert_true@PLT
.cfi_endproc
.LFE0:
.size test_file, .-test_file
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_test_file.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "abc\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_file, %function
test_file:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
ldr r0, .L4
bl make_file_string
bl stream_push
bl readc
mov r1, r0
mov r0, #97
bl assert_int
bl readc
mov r1, r0
mov r0, #98
bl assert_int
mov r0, #98
bl unreadc
mov r0, #97
bl unreadc
bl readc
mov r1, r0
mov r0, #97
bl assert_int
bl readc
mov r1, r0
mov r0, #98
bl assert_int
bl readc
mov r1, r0
mov r0, #99
bl assert_int
bl readc
mov r1, r0
mov r0, #10
bl assert_int
mov r0, #10
bl unreadc
bl readc
mov r1, r0
mov r0, #10
bl assert_int
bl readc
pop {r4, lr}
lsr r0, r0, #31
b assert_true
.L5:
.align 2
.L4:
.word .LC0
.size test_file, .-test_file
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_test_list.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_list, @function
test_list:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
xor eax, eax
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
sub rsp, 8
.cfi_def_cfa_offset 32
call make_vector@PLT
mov rdi, rax
mov rbp, rax
call vec_len@PLT
xor edi, edi
mov rsi, rax
call assert_int@PLT
mov esi, 1
mov rdi, rbp
call vec_push@PLT
mov rdi, rbp
call vec_len@PLT
mov edi, 1
mov rsi, rax
call assert_int@PLT
mov esi, 2
mov rdi, rbp
call vec_push@PLT
mov rdi, rbp
call vec_len@PLT
mov edi, 2
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
call vec_copy@PLT
mov rdi, rax
mov r12, rax
call vec_len@PLT
mov edi, 2
mov rsi, rax
call assert_int@PLT
xor esi, esi
mov rdi, r12
call vec_get@PLT
mov edi, 1
mov rsi, rax
call assert_int@PLT
mov rdi, r12
mov esi, 1
call vec_get@PLT
mov edi, 2
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
call vec_reverse@PLT
mov rdi, rax
mov rbp, rax
call vec_len@PLT
mov edi, 2
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
call vec_pop@PLT
mov edi, 1
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
call vec_len@PLT
mov edi, 1
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
call vec_pop@PLT
mov edi, 2
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
call vec_len@PLT
xor edi, edi
mov rsi, rax
call assert_int@PLT
xor eax, eax
call make_vector@PLT
mov esi, 1
mov rbp, rax
mov rdi, rax
call vec_push@PLT
mov rdi, rbp
call vec_head@PLT
mov edi, 1
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
call vec_tail@PLT
mov edi, 1
mov rsi, rax
call assert_int@PLT
mov esi, 2
mov rdi, rbp
call vec_push@PLT
mov rdi, rbp
call vec_head@PLT
mov edi, 1
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
call vec_tail@PLT
mov edi, 2
mov rsi, rax
call assert_int@PLT
xor eax, eax
call make_vector@PLT
mov esi, 1
mov rbp, rax
mov rdi, rax
call vec_push@PLT
mov rdi, rbp
mov esi, 2
call vec_push@PLT
mov rdi, rbp
xor esi, esi
call vec_get@PLT
mov edi, 1
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
mov esi, 1
call vec_get@PLT
add rsp, 8
.cfi_def_cfa_offset 24
mov edi, 2
pop rbp
.cfi_def_cfa_offset 16
mov rsi, rax
pop r12
.cfi_def_cfa_offset 8
jmp assert_int@PLT
.cfi_endproc
.LFE0:
.size test_list, .-test_list
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_test_list.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_list, %function
test_list:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
bl make_vector
mov r4, r0
bl vec_len
mov r1, r0
mov r0, #0
bl assert_int
mov r1, #1
mov r0, r4
bl vec_push
mov r0, r4
bl vec_len
mov r1, r0
mov r0, #1
bl assert_int
mov r1, #2
mov r0, r4
bl vec_push
mov r0, r4
bl vec_len
mov r1, r0
mov r0, #2
bl assert_int
mov r0, r4
bl vec_copy
mov r5, r0
bl vec_len
mov r1, r0
mov r0, #2
bl assert_int
mov r0, r5
mov r1, #0
bl vec_get
mov r1, r0
mov r0, #1
bl assert_int
mov r0, r5
mov r1, #1
bl vec_get
mov r1, r0
mov r0, #2
bl assert_int
mov r0, r4
bl vec_reverse
mov r4, r0
bl vec_len
mov r1, r0
mov r0, #2
bl assert_int
mov r0, r4
bl vec_pop
mov r1, r0
mov r0, #1
bl assert_int
mov r0, r4
bl vec_len
mov r1, r0
mov r0, #1
bl assert_int
mov r0, r4
bl vec_pop
mov r1, r0
mov r0, #2
bl assert_int
mov r0, r4
bl vec_len
mov r1, r0
mov r0, #0
bl assert_int
bl make_vector
mov r4, r0
mov r1, #1
bl vec_push
mov r0, r4
bl vec_head
mov r1, r0
mov r0, #1
bl assert_int
mov r0, r4
bl vec_tail
mov r1, r0
mov r0, #1
bl assert_int
mov r1, #2
mov r0, r4
bl vec_push
mov r0, r4
bl vec_head
mov r1, r0
mov r0, #1
bl assert_int
mov r0, r4
bl vec_tail
mov r1, r0
mov r0, #2
bl assert_int
bl make_vector
mov r4, r0
mov r1, #1
bl vec_push
mov r0, r4
mov r1, #2
bl vec_push
mov r0, r4
mov r1, #0
bl vec_get
mov r1, r0
mov r0, #1
bl assert_int
mov r0, r4
mov r1, #1
bl vec_get
pop {r4, r5, r6, lr}
mov r1, r0
mov r0, #2
b assert_int
.size test_list, .-test_list
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_test_map.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "abc"
.LC1:
.string "%d"
.text
.p2align 4
.type test_map, @function
test_map:
.LFB0:
.cfi_startproc
endbr64
push r13
.cfi_def_cfa_offset 16
.cfi_offset 13, -16
xor eax, eax
lea r13, .LC1[rip]
push r12
.cfi_def_cfa_offset 24
.cfi_offset 12, -24
push rbp
.cfi_def_cfa_offset 32
.cfi_offset 6, -32
xor ebp, ebp
push rbx
.cfi_def_cfa_offset 40
.cfi_offset 3, -40
sub rsp, 8
.cfi_def_cfa_offset 48
call make_map@PLT
lea rsi, .LC0[rip]
mov rdi, rax
mov rbx, rax
call map_get@PLT
mov rdi, rax
call assert_null@PLT
.p2align 4,,10
.p2align 3
.L2:
mov esi, ebp
mov rdi, r13
call format@PLT
mov rdx, rbp
mov rdi, rbx
mov r12, rax
mov rsi, rax
call map_put@PLT
mov rsi, r12
mov rdi, rbx
call map_get@PLT
mov edi, ebp
add rbp, 1
movsx rsi, eax
call assert_int@PLT
cmp rbp, 10000
jne .L2
xor ebp, ebp
lea r13, .LC1[rip]
.p2align 4,,10
.p2align 3
.L3:
mov esi, ebp
mov rdi, r13
call format@PLT
mov rdx, rbp
mov rdi, rbx
mov r12, rax
mov rsi, rax
call map_put@PLT
mov rsi, r12
mov rdi, rbx
call map_get@PLT
mov edi, ebp
add rbp, 1
movsx rsi, eax
call assert_int@PLT
cmp rbp, 1000
jne .L3
xor r12d, r12d
lea r13, .LC1[rip]
.p2align 4,,10
.p2align 3
.L4:
mov esi, r12d
mov rdi, r13
call format@PLT
mov rdi, rbx
mov rsi, rax
mov rbp, rax
call map_get@PLT
mov edi, r12d
add r12d, 1
mov rsi, rax
call assert_int@PLT
mov rsi, rbp
mov rdi, rbx
call map_remove@PLT
mov rsi, rbp
mov rdi, rbx
call map_get@PLT
mov rdi, rax
call assert_null@PLT
cmp r12d, 10000
jne .L4
add rsp, 8
.cfi_def_cfa_offset 40
pop rbx
.cfi_def_cfa_offset 32
pop rbp
.cfi_def_cfa_offset 24
pop r12
.cfi_def_cfa_offset 16
pop r13
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size test_map, .-test_map
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_test_map.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "abc\000"
.align 2
.LC1:
.ascii "%d\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_map, %function
test_map:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, r7, r8, lr}
bl make_map
ldr r1, .L11
mov r4, r0
bl map_get
bl assert_null
mov r5, #0
ldr r8, .L11+4
ldr r7, .L11+8
.L2:
mov r1, r5
mov r0, r8
bl format
mov r6, r0
mov r2, r5
mov r1, r0
mov r0, r4
bl map_put
mov r1, r6
mov r0, r4
bl map_get
mov r1, r0
mov r0, r5
add r5, r5, #1
bl assert_int
cmp r5, r7
bne .L2
mov r5, #0
ldr r7, .L11+4
.L3:
mov r1, r5
mov r0, r7
bl format
mov r6, r0
mov r2, r5
mov r1, r0
mov r0, r4
bl map_put
mov r1, r6
mov r0, r4
bl map_get
mov r1, r0
mov r0, r5
add r5, r5, #1
bl assert_int
cmp r5, #1000
bne .L3
mov r6, #0
ldr r8, .L11+4
ldr r7, .L11+8
.L4:
mov r1, r6
mov r0, r8
bl format
mov r5, r0
mov r0, r4
mov r1, r5
bl map_get
mov r1, r0
mov r0, r6
bl assert_int
mov r1, r5
mov r0, r4
bl map_remove
mov r1, r5
mov r0, r4
bl map_get
add r6, r6, #1
bl assert_null
cmp r6, r7
bne .L4
pop {r4, r5, r6, r7, r8, pc}
.L12:
.align 2
.L11:
.word .LC0
.word .LC1
.word 10000
.size test_map, .-test_map
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_test_map_stack.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "x"
.LC1:
.string "y"
.text
.p2align 4
.type test_map_stack, @function
test_map_stack:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
xor eax, eax
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
sub rsp, 8
.cfi_def_cfa_offset 32
call make_map@PLT
mov edx, 1
lea rsi, .LC0[rip]
mov rbp, rax
mov rdi, rax
call map_put@PLT
mov edx, 2
mov rdi, rbp
lea rsi, .LC1[rip]
call map_put@PLT
mov rdi, rbp
lea rsi, .LC0[rip]
call map_get@PLT
mov edi, 1
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
call make_map_parent@PLT
lea rsi, .LC0[rip]
mov rdi, rax
mov r12, rax
call map_get@PLT
mov edi, 1
mov rsi, rax
call assert_int@PLT
mov edx, 3
mov rdi, r12
lea rsi, .LC0[rip]
call map_put@PLT
mov rdi, r12
lea rsi, .LC0[rip]
call map_get@PLT
mov edi, 3
mov rsi, rax
call assert_int@PLT
mov rdi, rbp
lea rsi, .LC0[rip]
call map_get@PLT
add rsp, 8
.cfi_def_cfa_offset 24
mov edi, 1
pop rbp
.cfi_def_cfa_offset 16
mov rsi, rax
pop r12
.cfi_def_cfa_offset 8
jmp assert_int@PLT
.cfi_endproc
.LFE0:
.size test_map_stack, .-test_map_stack
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_test_map_stack.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "x\000"
.align 2
.LC1:
.ascii "y\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_map_stack, %function
test_map_stack:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
bl make_map
mov r4, r0
ldr r5, .L4
mov r2, #1
mov r1, r5
bl map_put
mov r2, #2
mov r0, r4
ldr r1, .L4+4
bl map_put
mov r1, r5
mov r0, r4
bl map_get
mov r1, r0
mov r0, #1
bl assert_int
mov r0, r4
bl make_map_parent
mov r1, r5
mov r6, r0
bl map_get
mov r1, r0
mov r0, #1
bl assert_int
mov r2, #3
mov r1, r5
mov r0, r6
bl map_put
mov r1, r5
mov r0, r6
bl map_get
mov r1, r0
mov r0, #3
bl assert_int
mov r1, r5
mov r0, r4
bl map_get
pop {r4, r5, r6, lr}
mov r1, r0
mov r0, #1
b assert_int
.L5:
.align 2
.L4:
.word .LC0
.word .LC1
.size test_map_stack, .-test_map_stack
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_test_path.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "/abc"
.LC1:
.string "/abc/def"
.LC2:
.string "/abc///def"
.LC3:
.string "//abc///def"
.LC4:
.string "/abc/def/../xyz"
.LC5:
.string "/abc/xyz"
.LC6:
.string "/abc/def/../../../xyz"
.LC7:
.string "/xyz"
.LC8:
.string "/abc/def/../../../../xyz"
.text
.p2align 4
.type test_path, @function
test_path:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
lea rdi, .LC0[rip]
call fullpath@PLT
lea rdi, .LC0[rip]
mov esi, eax
call assert_string@PLT
lea rdi, .LC1[rip]
call fullpath@PLT
lea rdi, .LC1[rip]
mov esi, eax
call assert_string@PLT
lea rdi, .LC2[rip]
call fullpath@PLT
lea rdi, .LC1[rip]
mov esi, eax
call assert_string@PLT
lea rdi, .LC3[rip]
call fullpath@PLT
lea rdi, .LC1[rip]
mov esi, eax
call assert_string@PLT
lea rdi, .LC4[rip]
call fullpath@PLT
lea rdi, .LC5[rip]
mov esi, eax
call assert_string@PLT
lea rdi, .LC6[rip]
call fullpath@PLT
lea rdi, .LC7[rip]
mov esi, eax
call assert_string@PLT
lea rdi, .LC8[rip]
call fullpath@PLT
lea rdi, .LC7[rip]
add rsp, 8
.cfi_def_cfa_offset 8
mov esi, eax
jmp assert_string@PLT
.cfi_endproc
.LFE0:
.size test_path, .-test_path
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_test_path.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "/abc\000"
.align 2
.LC1:
.ascii "/abc/def\000"
.align 2
.LC2:
.ascii "/abc///def\000"
.align 2
.LC3:
.ascii "//abc///def\000"
.align 2
.LC4:
.ascii "/abc/def/../xyz\000"
.align 2
.LC5:
.ascii "/abc/xyz\000"
.align 2
.LC6:
.ascii "/abc/def/../../../xyz\000"
.align 2
.LC7:
.ascii "/xyz\000"
.align 2
.LC8:
.ascii "/abc/def/../../../../xyz\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_path, %function
test_path:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
ldr r5, .L4
ldr r4, .L4+4
mov r0, r5
bl fullpath
mov r1, r0
mov r0, r5
bl assert_string
mov r0, r4
bl fullpath
mov r1, r0
mov r0, r4
bl assert_string
ldr r0, .L4+8
bl fullpath
mov r1, r0
mov r0, r4
bl assert_string
ldr r0, .L4+12
bl fullpath
mov r1, r0
mov r0, r4
bl assert_string
ldr r0, .L4+16
bl fullpath
mov r1, r0
ldr r0, .L4+20
bl assert_string
ldr r0, .L4+24
bl fullpath
ldr r4, .L4+28
mov r1, r0
mov r0, r4
bl assert_string
ldr r0, .L4+32
bl fullpath
mov r1, r0
mov r0, r4
pop {r4, r5, r6, lr}
b assert_string
.L5:
.align 2
.L4:
.word .LC0
.word .LC1
.word .LC2
.word .LC3
.word .LC4
.word .LC5
.word .LC6
.word .LC7
.word .LC8
.size test_path, .-test_path
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_utiltest.c_test_set.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "abc"
.LC1:
.string "def"
.LC2:
.string "xyz"
.LC3:
.string "DEF"
.text
.p2align 4
.type test_set, @function
test_set:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
xor edi, edi
lea rsi, .LC0[rip]
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
sub rsp, 8
.cfi_def_cfa_offset 32
call set_has@PLT
xor edi, edi
mov esi, eax
call assert_int@PLT
xor edi, edi
lea rsi, .LC0[rip]
call set_add@PLT
lea rsi, .LC1[rip]
mov rdi, rax
call set_add@PLT
lea rsi, .LC0[rip]
mov rdi, rax
mov rbp, rax
call set_has@PLT
mov edi, 1
mov esi, eax
call assert_int@PLT
mov rdi, rbp
lea rsi, .LC1[rip]
call set_has@PLT
mov edi, 1
mov esi, eax
call assert_int@PLT
mov rdi, rbp
lea rsi, .LC2[rip]
call set_has@PLT
xor edi, edi
mov esi, eax
call assert_int@PLT
xor edi, edi
lea rsi, .LC0[rip]
call set_add@PLT
lea rsi, .LC3[rip]
mov rdi, rax
call set_add@PLT
mov rdi, rbp
mov rsi, rax
mov r12, rax
call set_union@PLT
lea rsi, .LC0[rip]
mov rdi, rax
call set_has@PLT
mov edi, 1
mov esi, eax
call assert_int@PLT
mov rsi, r12
mov rdi, rbp
call set_union@PLT
lea rsi, .LC1[rip]
mov rdi, rax
call set_has@PLT
mov edi, 1
mov esi, eax
call assert_int@PLT
mov rsi, r12
mov rdi, rbp
call set_union@PLT
lea rsi, .LC3[rip]
mov rdi, rax
call set_has@PLT
mov edi, 1
mov esi, eax
call assert_int@PLT
mov rsi, r12
mov rdi, rbp
call set_intersection@PLT
lea rsi, .LC0[rip]
mov rdi, rax
call set_has@PLT
mov edi, 1
mov esi, eax
call assert_int@PLT
mov rsi, r12
mov rdi, rbp
call set_intersection@PLT
lea rsi, .LC1[rip]
mov rdi, rax
call set_has@PLT
xor edi, edi
mov esi, eax
call assert_int@PLT
mov rsi, r12
mov rdi, rbp
call set_intersection@PLT
lea rsi, .LC3[rip]
mov rdi, rax
call set_has@PLT
add rsp, 8
.cfi_def_cfa_offset 24
xor edi, edi
pop rbp
.cfi_def_cfa_offset 16
mov esi, eax
pop r12
.cfi_def_cfa_offset 8
jmp assert_int@PLT
.cfi_endproc
.LFE0:
.size test_set, .-test_set
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_utiltest.c_test_set.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "abc\000"
.align 2
.LC1:
.ascii "def\000"
.align 2
.LC2:
.ascii "xyz\000"
.align 2
.LC3:
.ascii "DEF\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_set, %function
test_set:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, r7, r8, lr}
ldr r6, .L4
mov r0, #0
mov r1, r6
bl set_has
ldr r7, .L4+4
mov r1, r0
mov r0, #0
bl assert_int
mov r1, r6
mov r0, #0
bl set_add
mov r1, r7
bl set_add
mov r1, r6
mov r4, r0
bl set_has
mov r1, r0
mov r0, #1
bl assert_int
mov r1, r7
mov r0, r4
bl set_has
mov r1, r0
mov r0, #1
bl assert_int
mov r0, r4
ldr r1, .L4+8
bl set_has
ldr r8, .L4+12
mov r1, r0
mov r0, #0
bl assert_int
mov r1, r6
mov r0, #0
bl set_add
mov r1, r8
bl set_add
mov r5, r0
mov r0, r4
mov r1, r5
bl set_union
mov r1, r6
bl set_has
mov r1, r0
mov r0, #1
bl assert_int
mov r1, r5
mov r0, r4
bl set_union
mov r1, r7
bl set_has
mov r1, r0
mov r0, #1
bl assert_int
mov r1, r5
mov r0, r4
bl set_union
mov r1, r8
bl set_has
mov r1, r0
mov r0, #1
bl assert_int
mov r1, r5
mov r0, r4
bl set_intersection
mov r1, r6
bl set_has
mov r1, r0
mov r0, #1
bl assert_int
mov r1, r5
mov r0, r4
bl set_intersection
mov r1, r7
bl set_has
mov r1, r0
mov r0, #0
bl assert_int
mov r1, r5
mov r0, r4
bl set_intersection
mov r1, r8
bl set_has
pop {r4, r5, r6, r7, r8, lr}
mov r1, r0
mov r0, #0
b assert_int
.L5:
.align 2
.L4:
.word .LC0
.word .LC1
.word .LC2
.word .LC3
.size test_set, .-test_set
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_do_make_vector.c"
.intel_syntax noprefix
.text
.p2align 4
.type do_make_vector, @function
do_make_vector:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
mov ebp, edi
mov edi, 24
push rbx
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
call malloc@PLT
mov edi, ebp
mov r12, rax
call roundup@PLT
mov ebx, eax
test eax, eax
jle .L2
lea edi, 0[0+rax*8]
call malloc@PLT
mov QWORD PTR 16[r12], rax
.L2:
mov QWORD PTR 8[r12], 0
mov rax, r12
mov DWORD PTR [r12], ebx
pop rbx
.cfi_def_cfa_offset 24
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size do_make_vector, .-do_make_vector
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_do_make_vector.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type do_make_vector, %function
do_make_vector:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r5, r0
mov r0, #12
bl malloc
mov r4, r0
mov r0, r5
bl roundup
subs r5, r0, #0
ble .L2
lsl r0, r5, #2
bl malloc
str r0, [r4, #8]
.L2:
mov r3, #0
mov r0, r4
str r5, [r4]
str r3, [r4, #4]
pop {r4, r5, r6, pc}
.size do_make_vector, .-do_make_vector
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_extend.c"
.intel_syntax noprefix
.text
.p2align 4
.type extend, @function
extend:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
push rbx
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
mov rbx, rdi
add esi, DWORD PTR [rdi]
cmp esi, DWORD PTR 4[rdi]
jle .L1
mov ebp, DWORD PTR MIN_SIZE[rip]
mov edi, esi
call roundup@PLT
mov edi, eax
mov esi, ebp
call max@PLT
lea edi, 0[0+rax*8]
mov ebp, eax
call malloc@PLT
mov rsi, QWORD PTR 8[rbx]
mov r12, rax
mov eax, DWORD PTR [rbx]
mov rdi, r12
lea edx, 0[0+rax*8]
call memcpy@PLT
mov QWORD PTR 8[rbx], r12
mov DWORD PTR 4[rbx], ebp
.L1:
pop rbx
.cfi_def_cfa_offset 24
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size extend, .-extend
.globl MIN_SIZE
.bss
.align 4
.type MIN_SIZE, @object
.size MIN_SIZE, 4
MIN_SIZE:
.zero 4
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_extend.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type extend, %function
extend:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r4, r0
ldr r0, [r0]
ldr r3, [r4, #4]
add r0, r1, r0
cmp r0, r3
pople {r4, r5, r6, pc}
bl roundup
ldr r3, .L5
ldr r1, [r3]
bl max
mov r5, r0
lsl r0, r0, #2
bl malloc
mov r6, r0
ldr r2, [r4]
ldr r1, [r4, #8]
lsl r2, r2, #2
bl memcpy
stmib r4, {r5, r6}
pop {r4, r5, r6, pc}
.L6:
.align 2
.L5:
.word MIN_SIZE
.size extend, .-extend
.comm MIN_SIZE,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_make_vector.c"
.intel_syntax noprefix
.text
.p2align 4
.globl make_vector
.type make_vector, @function
make_vector:
.LFB0:
.cfi_startproc
endbr64
xor edi, edi
jmp do_make_vector@PLT
.cfi_endproc
.LFE0:
.size make_vector, .-make_vector
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_make_vector.c"
.text
.align 2
.global make_vector
.syntax unified
.arm
.fpu softvfp
.type make_vector, %function
make_vector:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r0, #0
b do_make_vector
.size make_vector, .-make_vector
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_make_vector1.c"
.intel_syntax noprefix
.text
.p2align 4
.globl make_vector1
.type make_vector1, @function
make_vector1:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
mov rbp, rdi
xor edi, edi
sub rsp, 8
.cfi_def_cfa_offset 32
call do_make_vector@PLT
mov rsi, rbp
mov rdi, rax
mov r12, rax
call vec_push@PLT
add rsp, 8
.cfi_def_cfa_offset 24
mov rax, r12
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size make_vector1, .-make_vector1
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_make_vector1.c"
.text
.align 2
.global make_vector1
.syntax unified
.arm
.fpu softvfp
.type make_vector1, %function
make_vector1:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
mov r4, r0
mov r0, #0
bl do_make_vector
mov r1, r4
mov r4, r0
bl vec_push
mov r0, r4
pop {r4, pc}
.size make_vector1, .-make_vector1
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_max.c"
.intel_syntax noprefix
.text
.p2align 4
.type max, @function
max:
.LFB0:
.cfi_startproc
endbr64
cmp esi, edi
mov eax, edi
cmovge eax, esi
ret
.cfi_endproc
.LFE0:
.size max, .-max
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_max.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type max, %function
max:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
cmp r1, r0
movge r0, r1
bx lr
.size max, .-max
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_roundup.c"
.intel_syntax noprefix
.text
.p2align 4
.type roundup, @function
roundup:
.LFB0:
.cfi_startproc
endbr64
xor eax, eax
test edi, edi
je .L1
mov eax, 1
cmp edi, 1
jle .L1
.p2align 4,,10
.p2align 3
.L3:
add eax, eax
cmp edi, eax
jg .L3
ret
.p2align 4,,10
.p2align 3
.L1:
ret
.cfi_endproc
.LFE0:
.size roundup, .-roundup
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_roundup.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type roundup, %function
roundup:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
subs r3, r0, #0
beq .L4
cmp r3, #1
mov r0, #1
bxle lr
.L3:
lsl r0, r0, #1
cmp r3, r0
bgt .L3
bx lr
.L4:
mov r0, r3
bx lr
.size roundup, .-roundup
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_vec_append.c"
.intel_syntax noprefix
.text
.p2align 4
.globl vec_append
.type vec_append, @function
vec_append:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsi
push rbx
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
mov rbx, rdi
sub rsp, 8
.cfi_def_cfa_offset 32
mov esi, DWORD PTR [rsi]
call extend@PLT
mov eax, DWORD PTR 0[rbp]
mov esi, DWORD PTR 4[rbp]
mov edi, DWORD PTR [rbx]
add edi, DWORD PTR 4[rbx]
lea edx, 0[0+rax*8]
call memcpy@PLT
mov eax, DWORD PTR 0[rbp]
add DWORD PTR [rbx], eax
add rsp, 8
.cfi_def_cfa_offset 24
pop rbx
.cfi_def_cfa_offset 16
pop rbp
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size vec_append, .-vec_append
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_vec_append.c"
.text
.align 2
.global vec_append
.syntax unified
.arm
.fpu softvfp
.type vec_append, %function
vec_append:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r4, r0
mov r5, r1
ldr r1, [r1]
bl extend
ldr r3, [r4]
ldr r2, [r5]
ldr r0, [r4, #4]
lsl r2, r2, #2
add r0, r0, r3
ldr r1, [r5, #4]
bl memcpy
ldr r2, [r5]
ldr r3, [r4]
add r3, r3, r2
str r3, [r4]
pop {r4, r5, r6, pc}
.size vec_append, .-vec_append
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_vec_body.c"
.intel_syntax noprefix
.text
.p2align 4
.globl vec_body
.type vec_body, @function
vec_body:
.LFB0:
.cfi_startproc
endbr64
mov rax, QWORD PTR [rdi]
ret
.cfi_endproc
.LFE0:
.size vec_body, .-vec_body
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_vec_body.c"
.text
.align 2
.global vec_body
.syntax unified
.arm
.fpu softvfp
.type vec_body, %function
vec_body:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
ldr r0, [r0]
bx lr
.size vec_body, .-vec_body
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_vec_copy.c"
.intel_syntax noprefix
.text
.p2align 4
.globl vec_copy
.type vec_copy, @function
vec_copy:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
push rbx
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
mov rbx, rdi
sub rsp, 8
.cfi_def_cfa_offset 32
mov edi, DWORD PTR [rdi]
call do_make_vector@PLT
mov esi, DWORD PTR 4[rbx]
mov r12, rax
mov eax, DWORD PTR [rbx]
mov edi, DWORD PTR 4[r12]
lea edx, 0[0+rax*8]
call memcpy@PLT
mov eax, DWORD PTR [rbx]
mov DWORD PTR [r12], eax
add rsp, 8
.cfi_def_cfa_offset 24
mov rax, r12
pop rbx
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size vec_copy, .-vec_copy
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_vec_copy.c"
.text
.align 2
.global vec_copy
.syntax unified
.arm
.fpu softvfp
.type vec_copy, %function
vec_copy:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r4, r0
ldr r0, [r0]
bl do_make_vector
mov r5, r0
ldr r2, [r4]
ldr r1, [r4, #4]
lsl r2, r2, #2
ldr r0, [r0, #4]
bl memcpy
ldr r3, [r4]
mov r0, r5
str r3, [r5]
pop {r4, r5, r6, pc}
.size vec_copy, .-vec_copy
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_vec_get.c"
.intel_syntax noprefix
.text
.p2align 4
.globl vec_get
.type vec_get, @function
vec_get:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rdi
xor edi, edi
push rbx
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
movsx rbx, esi
sub rsp, 8
.cfi_def_cfa_offset 32
test ebx, ebx
js .L2
xor edi, edi
cmp DWORD PTR 0[rbp], ebx
setg dil
.L2:
call assert@PLT
mov rax, QWORD PTR 8[rbp]
mov rax, QWORD PTR [rax+rbx*8]
add rsp, 8
.cfi_def_cfa_offset 24
pop rbx
.cfi_def_cfa_offset 16
pop rbp
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size vec_get, .-vec_get
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_vec_get.c"
.text
.align 2
.global vec_get
.syntax unified
.arm
.fpu softvfp
.type vec_get, %function
vec_get:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
subs r4, r1, #0
mov r5, r0
movlt r0, #0
blt .L2
ldr r0, [r5]
cmp r0, r4
movle r0, #0
movgt r0, #1
.L2:
bl assert
ldr r3, [r5, #4]
ldr r0, [r3, r4, lsl #2]
pop {r4, r5, r6, pc}
.size vec_get, .-vec_get
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_vec_head.c"
.intel_syntax noprefix
.text
.p2align 4
.globl vec_head
.type vec_head, @function
vec_head:
.LFB0:
.cfi_startproc
endbr64
push rbx
.cfi_def_cfa_offset 16
.cfi_offset 3, -16
mov rbx, rdi
xor edi, edi
cmp QWORD PTR [rbx], 0
setg dil
call assert@PLT
mov rax, QWORD PTR 8[rbx]
pop rbx
.cfi_def_cfa_offset 8
mov rax, QWORD PTR [rax]
ret
.cfi_endproc
.LFE0:
.size vec_head, .-vec_head
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_vec_head.c"
.text
.align 2
.global vec_head
.syntax unified
.arm
.fpu softvfp
.type vec_head, %function
vec_head:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
mov r4, r0
ldr r0, [r0]
cmp r0, #0
movle r0, #0
movgt r0, #1
bl assert
ldr r3, [r4, #4]
ldr r0, [r3]
pop {r4, pc}
.size vec_head, .-vec_head
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_vec_len.c"
.intel_syntax noprefix
.text
.p2align 4
.globl vec_len
.type vec_len, @function
vec_len:
.LFB0:
.cfi_startproc
endbr64
mov eax, DWORD PTR [rdi]
ret
.cfi_endproc
.LFE0:
.size vec_len, .-vec_len
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_vec_len.c"
.text
.align 2
.global vec_len
.syntax unified
.arm
.fpu softvfp
.type vec_len, %function
vec_len:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
ldr r0, [r0]
bx lr
.size vec_len, .-vec_len
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_vec_pop.c"
.intel_syntax noprefix
.text
.p2align 4
.globl vec_pop
.type vec_pop, @function
vec_pop:
.LFB0:
.cfi_startproc
endbr64
push rbx
.cfi_def_cfa_offset 16
.cfi_offset 3, -16
mov rbx, rdi
xor edi, edi
cmp QWORD PTR [rbx], 0
setne dil
call assert@PLT
mov rax, QWORD PTR [rbx]
mov rdx, QWORD PTR 8[rbx]
sub rax, 1
mov QWORD PTR [rbx], rax
mov rax, QWORD PTR [rdx+rax*8]
pop rbx
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size vec_pop, .-vec_pop
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_vec_pop.c"
.text
.align 2
.global vec_pop
.syntax unified
.arm
.fpu softvfp
.type vec_pop, %function
vec_pop:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
mov r4, r0
ldr r0, [r0]
subs r0, r0, #0
movne r0, #1
bl assert
ldr r3, [r4]
ldr r2, [r4, #4]
sub r3, r3, #1
ldr r0, [r2, r3, lsl #2]
str r3, [r4]
pop {r4, pc}
.size vec_pop, .-vec_pop
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_vec_push.c"
.intel_syntax noprefix
.text
.p2align 4
.globl vec_push
.type vec_push, @function
vec_push:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsi
mov esi, 1
push rbx
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
mov rbx, rdi
sub rsp, 8
.cfi_def_cfa_offset 32
call extend@PLT
movsx rax, DWORD PTR [rbx]
mov rdx, QWORD PTR 8[rbx]
lea ecx, 1[rax]
mov DWORD PTR [rbx], ecx
mov QWORD PTR [rdx+rax*8], rbp
add rsp, 8
.cfi_def_cfa_offset 24
pop rbx
.cfi_def_cfa_offset 16
pop rbp
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size vec_push, .-vec_push
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_vec_push.c"
.text
.align 2
.global vec_push
.syntax unified
.arm
.fpu softvfp
.type vec_push, %function
vec_push:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r4, r0
mov r5, r1
mov r1, #1
bl extend
ldr r3, [r4]
ldr r2, [r4, #4]
add r1, r3, #1
str r1, [r4]
str r5, [r2, r3, lsl #2]
pop {r4, r5, r6, pc}
.size vec_push, .-vec_push
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_vec_reverse.c"
.intel_syntax noprefix
.text
.p2align 4
.globl vec_reverse
.type vec_reverse, @function
vec_reverse:
.LFB0:
.cfi_startproc
endbr64
push rbx
.cfi_def_cfa_offset 16
.cfi_offset 3, -16
mov rbx, rdi
mov edi, DWORD PTR [rdi]
call do_make_vector@PLT
mov r8, rax
mov eax, DWORD PTR [rbx]
test eax, eax
jle .L2
mov rsi, QWORD PTR 8[rbx]
mov rcx, QWORD PTR 8[r8]
xor edx, edx
.p2align 4,,10
.p2align 3
.L3:
sub eax, edx
cdqe
mov eax, DWORD PTR -4[rsi+rax*4]
mov DWORD PTR [rcx+rdx*4], eax
mov eax, DWORD PTR [rbx]
add rdx, 1
cmp eax, edx
jg .L3
.L2:
mov DWORD PTR [r8], eax
mov rax, r8
pop rbx
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size vec_reverse, .-vec_reverse
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_vec_reverse.c"
.text
.align 2
.global vec_reverse
.syntax unified
.arm
.fpu softvfp
.type vec_reverse, %function
vec_reverse:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
mov r4, r0
ldr r0, [r0]
bl do_make_vector
ldr r3, [r4]
cmp r3, #0
ble .L2
mov r2, #0
ldr r1, [r0, #4]
ldr ip, [r4, #4]
sub r1, r1, #4
.L3:
sub r3, r3, r2
sub r3, r3, #-1073741823
ldr r3, [ip, r3, lsl #2]
add r2, r2, #1
str r3, [r1, #4]!
ldr r3, [r4]
cmp r3, r2
bgt .L3
.L2:
str r3, [r0]
pop {r4, pc}
.size vec_reverse, .-vec_reverse
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_vec_set.c"
.intel_syntax noprefix
.text
.p2align 4
.globl vec_set
.type vec_set, @function
vec_set:
.LFB0:
.cfi_startproc
endbr64
push r12
.cfi_def_cfa_offset 16
.cfi_offset 12, -16
mov r12, rdx
push rbp
.cfi_def_cfa_offset 24
.cfi_offset 6, -24
mov rbp, rdi
xor edi, edi
push rbx
.cfi_def_cfa_offset 32
.cfi_offset 3, -32
movsx rbx, esi
test ebx, ebx
js .L2
xor edi, edi
cmp DWORD PTR 0[rbp], ebx
setg dil
.L2:
call assert@PLT
mov rax, QWORD PTR 8[rbp]
mov QWORD PTR [rax+rbx*8], r12
pop rbx
.cfi_def_cfa_offset 24
pop rbp
.cfi_def_cfa_offset 16
pop r12
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size vec_set, .-vec_set
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_vec_set.c"
.text
.align 2
.global vec_set
.syntax unified
.arm
.fpu softvfp
.type vec_set, %function
vec_set:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
subs r4, r1, #0
mov r5, r0
mov r6, r2
movlt r0, #0
blt .L2
ldr r0, [r5]
cmp r0, r4
movle r0, #0
movgt r0, #1
.L2:
bl assert
ldr r3, [r5, #4]
str r6, [r3, r4, lsl #2]
pop {r4, r5, r6, pc}
.size vec_set, .-vec_set
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vector.c_vec_tail.c"
.intel_syntax noprefix
.text
.p2align 4
.globl vec_tail
.type vec_tail, @function
vec_tail:
.LFB0:
.cfi_startproc
endbr64
push rbx
.cfi_def_cfa_offset 16
.cfi_offset 3, -16
mov rbx, rdi
xor edi, edi
mov eax, DWORD PTR [rbx]
test eax, eax
setg dil
call assert@PLT
movsx rdx, DWORD PTR [rbx]
mov rax, QWORD PTR 8[rbx]
pop rbx
.cfi_def_cfa_offset 8
mov rax, QWORD PTR -8[rax+rdx*8]
ret
.cfi_endproc
.LFE0:
.size vec_tail, .-vec_tail
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_vector.c_vec_tail.c"
.text
.align 2
.global vec_tail
.syntax unified
.arm
.fpu softvfp
.type vec_tail, %function
vec_tail:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
mov r4, r0
ldr r0, [r0]
cmp r0, #0
movle r0, #0
movgt r0, #1
bl assert
ldr r3, [r4]
ldr r2, [r4, #4]
sub r3, r3, #-1073741823
ldr r0, [r2, r3, lsl #2]
pop {r4, pc}
.size vec_tail, .-vec_tail
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_align.c_testmain.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "alignment"
.text
.p2align 4
.globl testmain
.type testmain, @function
testmain:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
lea rdi, .LC0[rip]
call print@PLT
xor eax, eax
call test_alignas@PLT
xor eax, eax
call test_alignof@PLT
xor eax, eax
add rsp, 8
.cfi_def_cfa_offset 8
jmp test_constexpr@PLT
.cfi_endproc
.LFE0:
.size testmain, .-testmain
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_align.c_testmain.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "alignment\000"
.text
.align 2
.global testmain
.syntax unified
.arm
.fpu softvfp
.type testmain, %function
testmain:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
ldr r0, .L4
bl print
bl test_alignas
bl test_alignof
pop {r4, lr}
b test_constexpr
.L5:
.align 2
.L4:
.word .LC0
.size testmain, .-testmain
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_arith.c_test_basic.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_basic, @function
test_basic:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 3
mov edi, 3
call expect@PLT
mov esi, 3
mov edi, 3
call expect@PLT
mov esi, 10
mov edi, 10
call expect@PLT
mov esi, 11
mov edi, 11
call expect@PLT
mov esi, 14
mov edi, 14
call expect@PLT
mov esi, 4
mov edi, 4
call expect@PLT
mov esi, 4
mov edi, 4
call expect@PLT
mov esi, 3
mov edi, 3
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 98
mov edi, 98
call expect@PLT
mov esi, -1
mov edi, -1
call expect@PLT
mov esi, -1
mov edi, -1
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_basic, .-test_basic
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_arith.c_test_basic.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_basic, %function
test_basic:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #0
push {r4, lr}
mov r0, r1
bl expect
mov r1, #3
mov r0, r1
bl expect
mov r1, #3
mov r0, r1
bl expect
mov r1, #10
mov r0, r1
bl expect
mov r1, #11
mov r0, r1
bl expect
mov r1, #14
mov r0, r1
bl expect
mov r1, #4
mov r0, r1
bl expect
mov r1, #4
mov r0, r1
bl expect
mov r1, #3
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #98
mov r0, r1
bl expect
mvn r1, #0
mov r0, r1
bl expect
mvn r1, #0
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #1
mov r0, r1
b expect
.size test_basic, .-test_basic
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_arith.c_test_bool.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_bool, @function
test_bool:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 1
mov edi, 1
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_bool, .-test_bool
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_arith.c_test_bool.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_bool, %function
test_bool:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #0
push {r4, lr}
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #1
mov r0, r1
b expect
.size test_bool, .-test_bool
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_arith.c_test_comma.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_comma, @function
test_comma:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
mov edi, 3
mov esi, 3
call expect@PLT
movsd xmm0, QWORD PTR .LC0[rip]
mov edi, 7
add rsp, 8
.cfi_def_cfa_offset 8
jmp expectf@PLT
.cfi_endproc
.LFE0:
.size test_comma, .-test_comma
.section .rodata.cst8,"aM",@progbits,8
.align 8
.LC0:
.long 0
.long 1075576832
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_arith.c_test_comma.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_comma, %function
test_comma:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #3
push {r4, lr}
mov r0, r1
bl expect
pop {r4, lr}
mov r2, #7
mov r0, #0
ldr r1, .L4
b expectf
.L5:
.align 2
.L4:
.word 1075576832
.size test_comma, .-test_comma
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_arith.c_test_inc_dec.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_inc_dec, @function
test_inc_dec:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
mov esi, 15
mov edi, 15
call expect@PLT
mov esi, 16
mov edi, 16
call expect@PLT
mov esi, 16
mov edi, 16
call expect@PLT
mov esi, 15
mov edi, 15
call expect@PLT
mov esi, 14
mov edi, 14
call expect@PLT
mov esi, 14
mov edi, 14
call expect@PLT
mov esi, 15
mov edi, 15
call expect@PLT
mov esi, 15
mov edi, 15
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_inc_dec, .-test_inc_dec
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_arith.c_test_inc_dec.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_inc_dec, %function
test_inc_dec:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #15
push {r4, lr}
mov r0, r1
bl expect
mov r1, #16
mov r0, r1
bl expect
mov r1, #16
mov r0, r1
bl expect
mov r1, #15
mov r0, r1
bl expect
mov r1, #14
mov r0, r1
bl expect
mov r1, #14
mov r0, r1
bl expect
mov r1, #15
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #15
mov r0, r1
b expect
.size test_inc_dec, .-test_inc_dec
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_arith.c_test_relative.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_relative, @function
test_relative:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 1
mov edi, 1
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_relative, .-test_relative
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_arith.c_test_relative.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_relative, %function
test_relative:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #1
push {r4, lr}
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, #0
bl expect
mov r1, #1
mov r0, #0
bl expect
mov r1, #0
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #1
mov r0, r1
b expect
.size test_relative, .-test_relative
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_arith.c_test_ternary.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_ternary, @function
test_ternary:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
mov esi, 51
mov edi, 51
call expect@PLT
mov esi, 52
mov edi, 52
call expect@PLT
mov esi, 26
mov edi, 26
call expect@PLT
mov esi, 17
mov edi, 17
call expect@PLT
mov esi, 52
mov edi, 52
call expect@PLT
mov esi, 3
mov edi, 3
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_ternary, .-test_ternary
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_arith.c_test_ternary.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_ternary, %function
test_ternary:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #51
push {r4, lr}
mov r0, r1
bl expect
mov r1, #52
mov r0, r1
bl expect
mov r1, #26
mov r0, r1
bl expect
mov r1, #17
mov r0, r1
bl expect
mov r1, #52
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #3
mov r0, r1
b expect
.size test_ternary, .-test_ternary
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_arith.c_test_unary.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_unary, @function
test_unary:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
mov esi, -2
mov edi, -2
call expect@PLT
mov esi, -2
mov edi, -2
call expect@PLT
mov esi, -2
mov edi, -2
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_unary, .-test_unary
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_arith.c_test_unary.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_unary, %function
test_unary:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mvn r1, #1
push {r4, lr}
mov r0, r1
bl expect
mvn r1, #1
mov r0, r1
bl expect
pop {r4, lr}
mvn r1, #1
mov r0, r1
b expect
.size test_unary, .-test_unary
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_arith.c_testmain.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "basic arithmetic"
.text
.p2align 4
.globl testmain
.type testmain, @function
testmain:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
lea rdi, .LC0[rip]
call print@PLT
xor eax, eax
call test_basic@PLT
xor eax, eax
call test_relative@PLT
xor eax, eax
call test_inc_dec@PLT
xor eax, eax
call test_bool@PLT
xor eax, eax
call test_unary@PLT
xor eax, eax
call test_ternary@PLT
xor eax, eax
add rsp, 8
.cfi_def_cfa_offset 8
jmp test_comma@PLT
.cfi_endproc
.LFE0:
.size testmain, .-testmain
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_arith.c_testmain.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "basic arithmetic\000"
.text
.align 2
.global testmain
.syntax unified
.arm
.fpu softvfp
.type testmain, %function
testmain:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
ldr r0, .L4
bl print
bl test_basic
bl test_relative
bl test_inc_dec
bl test_bool
bl test_unary
bl test_ternary
pop {r4, lr}
b test_comma
.L5:
.align 2
.L4:
.word .LC0
.size testmain, .-testmain
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_array.c_t1.c"
.intel_syntax noprefix
.text
.p2align 4
.type t1, @function
t1:
.LFB0:
.cfi_startproc
endbr64
mov esi, 1
mov edi, 1
xor eax, eax
jmp expect@PLT
.cfi_endproc
.LFE0:
.size t1, .-t1
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_array.c_t1.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type t1, %function
t1:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r1, #1
mov r0, r1
b expect
.size t1, .-t1
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_array.c_t2.c"
.intel_syntax noprefix
.text
.p2align 4
.type t2, @function
t2:
.LFB0:
.cfi_startproc
endbr64
mov esi, 32
mov edi, 32
xor eax, eax
jmp expect@PLT
.cfi_endproc
.LFE0:
.size t2, .-t2
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_array.c_t2.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type t2, %function
t2:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r1, #32
mov r0, r1
b expect
.size t2, .-t2
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_array.c_t3.c"
.intel_syntax noprefix
.text
.p2align 4
.type t3, @function
t3:
.LFB0:
.cfi_startproc
endbr64
mov esi, 62
mov edi, 62
xor eax, eax
jmp expect@PLT
.cfi_endproc
.LFE0:
.size t3, .-t3
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_array.c_t3.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type t3, %function
t3:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r1, #62
mov r0, r1
b expect
.size t3, .-t3
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_array.c_t4.c"
.intel_syntax noprefix
.text
.p2align 4
.type t4, @function
t4:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 2
mov edi, 2
call expect@PLT
mov esi, 3
mov edi, 3
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size t4, .-t4
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_array.c_t4.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type t4, %function
t4:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #1
push {r4, lr}
mov r0, r1
bl expect
mov r1, #2
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #3
mov r0, r1
b expect
.size t4, .-t4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_array.c_t5.c"
.intel_syntax noprefix
.text
.p2align 4
.type t5, @function
t5:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
mov esi, 1
mov edi, 1
xor eax, eax
call expect@PLT
mov esi, 2
xor eax, eax
add rsp, 8
.cfi_def_cfa_offset 8
mov edi, 2
jmp expect@PLT
.cfi_endproc
.LFE0:
.size t5, .-t5
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_array.c_t5.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type t5, %function
t5:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #1
push {r4, lr}
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #2
mov r0, r1
b expect
.size t5, .-t5
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_array.c_t6.c"
.intel_syntax noprefix
.text
.p2align 4
.type t6, @function
t6:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 40
.cfi_def_cfa_offset 48
mov edi, 65
mov rax, QWORD PTR fs:40
mov QWORD PTR 24[rsp], rax
xor eax, eax
mov rsi, rsp
mov DWORD PTR 16[rsp], 65
call t6a@PLT
mov rax, QWORD PTR 24[rsp]
sub rax, QWORD PTR fs:40
jne .L5
add rsp, 40
.cfi_remember_state
.cfi_def_cfa_offset 8
ret
.L5:
.cfi_restore_state
call __stack_chk_fail@PLT
.cfi_endproc
.LFE0:
.size t6, .-t6
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_array.c_t6.c"
.text
.section .rodata.cst4,"aM",%progbits,4
.align 2
.LC0:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type t6, %function
t6:
@ args = 0, pretend = 0, frame = 32
@ frame_needed = 0, uses_anonymous_args = 0
mov r0, #65
str lr, [sp, #-4]!
ldr r3, .L6
sub sp, sp, #36
add r1, sp, #4
ldr r3, [r3]
str r3, [sp, #28]
mov r3,#0
str r0, [sp, #20]
bl t6a
ldr r3, .L6
ldr r2, [r3]
ldr r3, [sp, #28]
eors r2, r3, r2
mov r3, #0
bne .L5
add sp, sp, #36
@ sp needed
ldr pc, [sp], #4
.L5:
bl __stack_chk_fail
.L7:
.align 2
.L6:
.word .LC0
.size t6, .-t6
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_array.c_t6a.c"
.intel_syntax noprefix
.text
.p2align 4
.type t6a, @function
t6a:
.LFB0:
.cfi_startproc
endbr64
mov esi, DWORD PTR 16[rsi]
jmp expect@PLT
.cfi_endproc
.LFE0:
.size t6a, .-t6a
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_array.c_t6a.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type t6a, %function
t6a:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
ldr r1, [r1, #16]
b expect
.size t6a, .-t6a
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_array.c_t7.c"
.intel_syntax noprefix
.text
.p2align 4
.type t7, @function
t7:
.LFB0:
.cfi_startproc
endbr64
mov esi, 68
mov edi, 68
jmp expect@PLT
.cfi_endproc
.LFE0:
.size t7, .-t7
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_array.c_t7.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type t7, %function
t7:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r1, #68
mov r0, r1
b expect
.size t7, .-t7
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_array.c_testmain.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "array"
.text
.p2align 4
.globl testmain
.type testmain, @function
testmain:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
lea rdi, .LC0[rip]
call print@PLT
xor eax, eax
call t1@PLT
xor eax, eax
call t2@PLT
xor eax, eax
call t3@PLT
xor eax, eax
call t4@PLT
xor eax, eax
call t5@PLT
xor eax, eax
call t6@PLT
xor eax, eax
add rsp, 8
.cfi_def_cfa_offset 8
jmp t7@PLT
.cfi_endproc
.LFE0:
.size testmain, .-testmain
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_array.c_testmain.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "array\000"
.text
.align 2
.global testmain
.syntax unified
.arm
.fpu softvfp
.type testmain, %function
testmain:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
ldr r0, .L4
bl print
bl t1
bl t2
bl t3
bl t4
bl t5
bl t6
pop {r4, lr}
b t7
.L5:
.align 2
.L4:
.word .LC0
.size testmain, .-testmain
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_assign.c_testmain.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "compound assignment"
.text
.p2align 4
.globl testmain
.type testmain, @function
testmain:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
lea rdi, .LC0[rip]
call print@PLT
mov esi, 5
mov edi, 5
call expect@PLT
mov esi, 3
mov edi, 3
call expect@PLT
mov esi, 30
mov edi, 30
call expect@PLT
mov esi, 15
mov edi, 15
call expect@PLT
mov esi, 3
mov edi, 3
call expect@PLT
mov esi, 6
mov edi, 6
call expect@PLT
mov esi, 14
mov edi, 14
call expect@PLT
mov esi, 13
mov edi, 13
call expect@PLT
mov esi, 52
mov edi, 52
call expect@PLT
mov esi, 13
mov edi, 13
call expect@PLT
mov esi, 5
mov edi, 5
call expect@PLT
mov esi, 3
mov edi, 3
call expect@PLT
mov esi, 30
mov edi, 30
call expect@PLT
mov esi, 15
mov edi, 15
call expect@PLT
mov esi, 3
mov edi, 3
call expect@PLT
mov esi, 6
mov edi, 6
call expect@PLT
mov esi, 14
mov edi, 14
call expect@PLT
mov esi, 13
mov edi, 13
call expect@PLT
mov esi, 52
mov edi, 52
call expect@PLT
mov esi, 13
mov edi, 13
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size testmain, .-testmain
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_assign.c_testmain.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "compound assignment\000"
.text
.align 2
.global testmain
.syntax unified
.arm
.fpu softvfp
.type testmain, %function
testmain:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
ldr r0, .L4
bl print
mov r1, #5
mov r0, r1
bl expect
mov r1, #3
mov r0, r1
bl expect
mov r1, #30
mov r0, r1
bl expect
mov r1, #15
mov r0, r1
bl expect
mov r1, #3
mov r0, r1
bl expect
mov r1, #6
mov r0, r1
bl expect
mov r1, #14
mov r0, r1
bl expect
mov r1, #13
mov r0, r1
bl expect
mov r1, #52
mov r0, r1
bl expect
mov r1, #13
mov r0, r1
bl expect
mov r1, #5
mov r0, r1
bl expect
mov r1, #3
mov r0, r1
bl expect
mov r1, #30
mov r0, r1
bl expect
mov r1, #15
mov r0, r1
bl expect
mov r1, #3
mov r0, r1
bl expect
mov r1, #6
mov r0, r1
bl expect
mov r1, #14
mov r0, r1
bl expect
mov r1, #13
mov r0, r1
bl expect
mov r1, #52
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #13
mov r0, r1
b expect
.L5:
.align 2
.L4:
.word .LC0
.size testmain, .-testmain
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_bitop.c_test_and.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_and, @function
test_and:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 2
mov edi, 2
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_and, .-test_and
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_bitop.c_test_and.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_and, %function
test_and:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #0
push {r4, lr}
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #2
mov r0, r1
b expect
.size test_and, .-test_and
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_bitop.c_test_not.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_not, @function
test_not:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
mov esi, -1
mov edi, -1
call expect@PLT
mov esi, -3
mov edi, -3
call expect@PLT
xor esi, esi
xor edi, edi
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_not, .-test_not
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_bitop.c_test_not.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_not, %function
test_not:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mvn r1, #0
push {r4, lr}
mov r0, r1
bl expect
mvn r1, #2
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #0
mov r0, r1
b expect
.size test_not, .-test_not
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_bitop.c_test_or.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_or, @function
test_or:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
mov esi, 3
mov edi, 3
call expect@PLT
mov esi, 7
mov edi, 7
call expect@PLT
mov esi, 7
mov edi, 7
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_or, .-test_or
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_bitop.c_test_or.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_or, %function
test_or:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #3
push {r4, lr}
mov r0, r1
bl expect
mov r1, #7
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #7
mov r0, r1
b expect
.size test_or, .-test_or
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_bitop.c_test_shift.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_shift, @function
test_shift:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
mov esi, 16
mov edi, 16
call expect@PLT
mov esi, 48
mov edi, 48
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 2
mov edi, 2
call expect@PLT
mov esi, 1
mov edi, 1
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_shift, .-test_shift
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_bitop.c_test_shift.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_shift, %function
test_shift:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #16
push {r4, lr}
mov r0, r1
bl expect
mov r1, #48
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #2
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #1
mov r0, r1
b expect
.size test_shift, .-test_shift
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_bitop.c_test_xor.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_xor, @function
test_xor:
.LFB0:
.cfi_startproc
endbr64
mov esi, 10
mov edi, 10
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_xor, .-test_xor
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_bitop.c_test_xor.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_xor, %function
test_xor:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r1, #10
mov r0, r1
b expect
.size test_xor, .-test_xor
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_bitop.c_testmain.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "bitwise operators"
.text
.p2align 4
.globl testmain
.type testmain, @function
testmain:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
lea rdi, .LC0[rip]
call print@PLT
xor eax, eax
call test_or@PLT
xor eax, eax
call test_and@PLT
xor eax, eax
call test_not@PLT
xor eax, eax
call test_xor@PLT
xor eax, eax
add rsp, 8
.cfi_def_cfa_offset 8
jmp test_shift@PLT
.cfi_endproc
.LFE0:
.size testmain, .-testmain
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_bitop.c_testmain.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "bitwise operators\000"
.text
.align 2
.global testmain
.syntax unified
.arm
.fpu softvfp
.type testmain, %function
testmain:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
ldr r0, .L4
bl print
bl test_or
bl test_and
bl test_not
bl test_xor
pop {r4, lr}
b test_shift
.L5:
.align 2
.L4:
.word .LC0
.size testmain, .-testmain
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_builtin.c_test_return_address.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_return_address, @function
test_return_address:
.LFB0:
.cfi_startproc
endbr64
ret
.cfi_endproc
.LFE0:
.size test_return_address, .-test_return_address
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_builtin.c_test_return_address.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_return_address, %function
test_return_address:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
bx lr
.size test_return_address, .-test_return_address
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_builtin.c_testmain.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "builtin"
.text
.p2align 4
.globl testmain
.type testmain, @function
testmain:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
lea rdi, .LC0[rip]
call print@PLT
xor eax, eax
add rsp, 8
.cfi_def_cfa_offset 8
jmp test_return_address@PLT
.cfi_endproc
.LFE0:
.size testmain, .-testmain
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_builtin.c_testmain.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "builtin\000"
.text
.align 2
.global testmain
.syntax unified
.arm
.fpu softvfp
.type testmain, %function
testmain:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
ldr r0, .L4
bl print
pop {r4, lr}
b test_return_address
.L5:
.align 2
.L4:
.word .LC0
.size testmain, .-testmain
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_cast.c_test_signedcast.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_signedcast, @function
test_signedcast:
.LFB0:
.cfi_startproc
endbr64
mov esi, -1
mov edi, -1
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_signedcast, .-test_signedcast
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_cast.c_test_signedcast.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_signedcast, %function
test_signedcast:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mvn r1, #0
mov r0, r1
b expect
.size test_signedcast, .-test_signedcast
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_cast.c_test_unsignedcast.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_unsignedcast, @function
test_unsignedcast:
.LFB0:
.cfi_startproc
endbr64
mov esi, 1
mov edi, 1
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_unsignedcast, .-test_unsignedcast
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_cast.c_test_unsignedcast.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_unsignedcast, %function
test_unsignedcast:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r1, #1
mov r0, r1
b expect
.size test_unsignedcast, .-test_unsignedcast
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_cast.c_testmain.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "cast"
.text
.p2align 4
.globl testmain
.type testmain, @function
testmain:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
lea rdi, .LC0[rip]
call print@PLT
movsd xmm0, QWORD PTR .LC1[rip]
movss xmm1, DWORD PTR .LC2[rip]
call expectf@PLT
mov rax, QWORD PTR .LC1[rip]
movss xmm1, DWORD PTR .LC2[rip]
movq xmm0, rax
call expectf@PLT
movsd xmm0, QWORD PTR .LC3[rip]
movapd xmm1, xmm0
call expectd@PLT
mov esi, 5
mov edi, 5
call expect@PLT
xor eax, eax
call test_signedcast@PLT
xor eax, eax
add rsp, 8
.cfi_def_cfa_offset 8
jmp test_unsignedcast@PLT
.cfi_endproc
.LFE0:
.size testmain, .-testmain
.section .rodata.cst8,"aM",@progbits,8
.align 8
.LC1:
.long 0
.long 1072693248
.section .rodata.cst4,"aM",@progbits,4
.align 4
.LC2:
.long 1065353216
.section .rodata.cst8
.align 8
.LC3:
.long 0
.long 1073741824
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_cast.c_testmain.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "cast\000"
.text
.align 2
.global testmain
.syntax unified
.arm
.fpu softvfp
.type testmain, %function
testmain:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, r5, r6, lr}
mov r4, #0
mov r6, #1065353216
ldr r5, .L4
ldr r0, .L4+4
bl print
mov r1, r5
mov r2, r6
mov r0, r4
bl expectf
mov r2, r6
mov r1, r5
mov r0, r4
bl expectf
mov r2, #0
mov r3, #1073741824
mov r0, r2
mov r1, r3
bl expectd
mov r1, #5
mov r0, r1
bl expect
bl test_signedcast
pop {r4, r5, r6, lr}
b test_unsignedcast
.L5:
.align 2
.L4:
.word 1072693248
.word .LC0
.size testmain, .-testmain
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_comp.c_testmain.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "comparison operators"
.text
.p2align 4
.globl testmain
.type testmain, @function
testmain:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
lea rdi, .LC0[rip]
call print@PLT
mov esi, 1
mov edi, 1
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
mov esi, 1
mov edi, 1
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 1
mov edi, 1
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size testmain, .-testmain
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_comp.c_testmain.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "comparison operators\000"
.text
.align 2
.global testmain
.syntax unified
.arm
.fpu softvfp
.type testmain, %function
testmain:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
ldr r0, .L4
bl print
mov r1, #1
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #1
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
mov r1, #0
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #1
mov r0, r1
b expect
.L5:
.align 2
.L4:
.word .LC0
.size testmain, .-testmain
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_constexpr.c_testmain.c"
.intel_syntax noprefix
.text
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "constexpr"
.text
.p2align 4
.globl testmain
.type testmain, @function
testmain:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
lea rdi, .LC0[rip]
call print@PLT
mov rax, QWORD PTR p1[rip]
mov edi, 1
mov esi, DWORD PTR [rax]
call expect@PLT
mov rax, QWORD PTR q1[rip]
mov edi, 3
mov esi, DWORD PTR [rax]
call expect@PLT
mov rax, QWORD PTR p2[rip]
mov edi, 7
mov esi, DWORD PTR -4[rax]
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size testmain, .-testmain
.globl q1
.bss
.align 8
.type q1, @object
.size q1, 8
q1:
.zero 8
.globl p2
.align 8
.type p2, @object
.size p2, 8
p2:
.zero 8
.globl p1
.align 8
.type p1, @object
.size p1, 8
p1:
.zero 8
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_constexpr.c_testmain.c"
.text
.section .rodata.str1.4,"aMS",%progbits,1
.align 2
.LC0:
.ascii "constexpr\000"
.text
.align 2
.global testmain
.syntax unified
.arm
.fpu softvfp
.type testmain, %function
testmain:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
ldr r0, .L4
bl print
ldr r3, .L4+4
mov r0, #1
ldr r3, [r3]
ldr r1, [r3]
bl expect
ldr r3, .L4+8
mov r0, #3
ldr r3, [r3]
ldr r1, [r3]
bl expect
pop {r4, lr}
ldr r3, .L4+12
mov r0, #7
ldr r3, [r3]
ldr r1, [r3, #-4]
b expect
.L5:
.align 2
.L4:
.word .LC0
.word p1
.word q1
.word p2
.size testmain, .-testmain
.comm q1,4,4
.comm p2,4,4
.comm p1,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_control.c_test_do.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_do, @function
test_do:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
mov esi, 5050
mov edi, 5050
call expect@PLT
mov esi, 37
mov edi, 37
call expect@PLT
mov esi, 30
mov edi, 30
call expect@PLT
mov esi, 72
mov edi, 72
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_do, .-test_do
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_control.c_test_do.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_do, %function
test_do:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
ldr r1, .L4
push {r4, lr}
mov r0, r1
bl expect
mov r1, #37
mov r0, r1
bl expect
mov r1, #30
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #72
mov r0, r1
b expect
.L5:
.align 2
.L4:
.word 5050
.size test_do, .-test_do
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_control.c_test_for.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_for, @function
test_for:
.LFB0:
.cfi_startproc
endbr64
push rbx
.cfi_def_cfa_offset 16
.cfi_offset 3, -16
mov esi, 10
mov edi, 10
call expect@PLT
mov esi, 10
mov edi, 10
call expect@PLT
xor eax, eax
xor esi, esi
.L2:
add eax, 1
cmp eax, 100
je .L7
.L6:
cmp eax, 4
jle .L2
cmp eax, 9
je .L7
add esi, eax
add eax, 1
cmp eax, 100
jne .L6
.p2align 4,,10
.p2align 3
.L7:
mov edi, 26
mov ebx, 8
call expect@PLT
.p2align 4,,10
.p2align 3
.L5:
mov esi, ebx
mov edi, ebx
add ebx, 2
call expect@PLT
cmp ebx, 202
jne .L5
mov esi, 68
mov edi, 68
pop rbx
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_for, .-test_for
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_control.c_test_for.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_for, %function
test_for:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #10
push {r4, lr}
mov r0, r1
bl expect
mov r1, #10
mov r0, r1
bl expect
mov r3, #0
mov r1, r3
.L2:
add r3, r3, #1
cmp r3, #100
beq .L7
.L6:
cmp r3, #4
ble .L2
cmp r3, #9
beq .L7
add r1, r1, r3
add r3, r3, #1
cmp r3, #100
bne .L6
.L7:
mov r0, #26
bl expect
mov r4, #8
.L5:
mov r1, r4
mov r0, r4
add r4, r4, #2
bl expect
cmp r4, #202
bne .L5
mov r1, #68
pop {r4, lr}
mov r0, r1
b expect
.size test_for, .-test_for
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_control.c_test_goto.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_goto, @function
test_goto:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
xor esi, esi
xor edi, edi
call expect@PLT
mov esi, 55
mov edi, 55
add rsp, 8
.cfi_def_cfa_offset 8
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_goto, .-test_goto
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_control.c_test_goto.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_goto, %function
test_goto:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r1, #0
push {r4, lr}
mov r0, r1
bl expect
pop {r4, lr}
mov r1, #55
mov r0, r1
b expect
.size test_goto, .-test_goto
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_control.c_test_if.c"
.intel_syntax noprefix
.text
.p2align 4
.type test_if, @function
test_if:
.LFB0:
.cfi_startproc
endbr64
sub rsp, 8
.cfi_def_cfa_offset 16
xor eax, eax
call test_if1@PLT
mov edi, 97
mov esi, eax
call expect@PLT
xor eax, eax
call test_if2@PLT
mov edi, 98
mov esi, eax
call expect@PLT
xor eax, eax
call test_if3@PLT
mov edi, 99
mov esi, eax
call expect@PLT
xor eax, eax
call test_if4@PLT
mov edi, 100
mov esi, eax
call expect@PLT
xor eax, eax
call test_if5@PLT
mov edi, 101
mov esi, eax
call expect@PLT
xor eax, eax
call test_if6@PLT
mov edi, 102
mov esi, eax
call expect@PLT
xor eax, eax
call test_if7@PLT
mov edi, 103
mov esi, eax
call expect@PLT
xor eax, eax
call test_if8@PLT
mov edi, 104
mov esi, eax
call expect@PLT
xor eax, eax
call test_if9@PLT
mov edi, 105
mov esi, eax
call expect@PLT
xor eax, eax
call test_if10@PLT
mov edi, 106
mov esi, eax
call expect@PLT
xor eax, eax
call test_if11@PLT
mov edi, 107
add rsp, 8
.cfi_def_cfa_offset 8
mov esi, eax
jmp expect@PLT
.cfi_endproc
.LFE0:
.size test_if, .-test_if
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_control.c_test_if.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_if, %function
test_if:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
push {r4, lr}
bl test_if1
mov r1, r0
mov r0, #97
bl expect
bl test_if2
mov r1, r0
mov r0, #98
bl expect
bl test_if3
mov r1, r0
mov r0, #99
bl expect
bl test_if4
mov r1, r0
mov r0, #100
bl expect
bl test_if5
mov r1, r0
mov r0, #101
bl expect
bl test_if6
mov r1, r0
mov r0, #102
bl expect
bl test_if7
mov r1, r0
mov r0, #103
bl expect
bl test_if8
mov r1, r0
mov r0, #104
bl expect
bl test_if9
mov r1, r0
mov r0, #105
bl expect
bl test_if10
mov r1, r0
mov r0, #106
bl expect
bl test_if11
pop {r4, lr}
mov r1, r0
mov r0, #107
b expect
.size test_if, .-test_if
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_control.c_test_if1.c"
.intel_syntax noprefix
.text
.p2align 4
.globl test_if1
.type test_if1, @function
test_if1:
.LFB0:
.cfi_startproc
endbr64
mov eax, 97
ret
.cfi_endproc
.LFE0:
.size test_if1, .-test_if1
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_control.c_test_if1.c"
.text
.align 2
.global test_if1
.syntax unified
.arm
.fpu softvfp
.type test_if1, %function
test_if1:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r0, #97
bx lr
.size test_if1, .-test_if1
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_control.c_test_if10.c"
.intel_syntax noprefix
.text
.p2align 4
.globl test_if10
.type test_if10, @function
test_if10:
.LFB0:
.cfi_startproc
endbr64
mov eax, 106
ret
.cfi_endproc
.LFE0:
.size test_if10, .-test_if10
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_control.c_test_if10.c"
.text
.align 2
.global test_if10
.syntax unified
.arm
.fpu softvfp
.type test_if10, %function
test_if10:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r0, #106
bx lr
.size test_if10, .-test_if10
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_control.c_test_if11.c"
.intel_syntax noprefix
.text
.p2align 4
.globl test_if11
.type test_if11, @function
test_if11:
.LFB0:
.cfi_startproc
endbr64
mov eax, 107
ret
.cfi_endproc
.LFE0:
.size test_if11, .-test_if11
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_control.c_test_if11.c"
.text
.align 2
.global test_if11
.syntax unified
.arm
.fpu softvfp
.type test_if11, %function
test_if11:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r0, #107
bx lr
.size test_if11, .-test_if11
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_control.c_test_if2.c"
.intel_syntax noprefix
.text
.p2align 4
.globl test_if2
.type test_if2, @function
test_if2:
.LFB0:
.cfi_startproc
endbr64
mov eax, 98
ret
.cfi_endproc
.LFE0:
.size test_if2, .-test_if2
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_control.c_test_if2.c"
.text
.align 2
.global test_if2
.syntax unified
.arm
.fpu softvfp
.type test_if2, %function
test_if2:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r0, #98
bx lr
.size test_if2, .-test_if2
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_control.c_test_if3.c"
.intel_syntax noprefix
.text
.p2align 4
.globl test_if3
.type test_if3, @function
test_if3:
.LFB0:
.cfi_startproc
endbr64
mov eax, 99
ret
.cfi_endproc
.LFE0:
.size test_if3, .-test_if3
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "extr_control.c_test_if3.c"
.text
.align 2
.global test_if3
.syntax unified
.arm
.fpu softvfp
.type test_if3, %function
test_if3:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r0, #99
bx lr
.size test_if3, .-test_if3
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
Subsets and Splits