Displaying 1 result from an estimated 1 matches for "lbb0_30".
Did you mean:
lbb0_3
2011 Sep 09
1
[LLVMdev] Reserved call frame
...movq %rbp, %r8
movq *40*(%rsp), %r9 # 8-byte Reload
callq bs_put_big_integer # a function call with 5 arguments
movq 128(%rsp), %rax
movq 136(%rsp), %rcx
cmpq $0, 144(%rsp)
movq %rcx, 560(%rsp)
movq %rax, 552(%rsp)
jne .LBB0_30
And the same piece of code with reservedCallFrame disabled:
# BB#26: # %L51
movq 520(%rsp), %rbp
movq $-5, 520(%rsp)
movq 536(%rsp), %rsi
movq 544(%rsp), %rdx
movq 528(%rsp), %rcx
subq *$16*, %rsp
movq %rdi, (%rs...