brintos

brintos / llvm-project-archived public Read only

0
0
Text · 671 B · c042901 Raw
26 lines · plain
1        .globl    call_func2        .def      call_func;   .scl    2;      .type   32;     .endef3        .seh_proc call_func4call_func:5        subq    $32, %rsp6        .seh_stackalloc 327        .seh_endprologue8        call    realign_stack9        addq    $32, %rsp10        ret11        .seh_endproc12 13        .globl    realign_stack14        .def      realign_stack;   .scl    2;      .type   32;     .endef15        .seh_proc realign_stack16realign_stack:17        subq    $32, %rsp18        .seh_stackalloc 3219        .seh_endprologue20        movq    %rcx, %rax21        movl    %edx, %ecx22        call    *%rax23        addq    $32, %rsp24        ret25        .seh_endproc26