Displaying 1 result from an estimated 1 matches for "5e33".
Did you mean:
533
2017 Sep 29
2
HiPE calling convention
...ressing
dynamic language argument/locals).
However when trying to enable this calling convention I see quite the opposite.
e.g.
0000000000005e30 <hipe_test::test1>:
5e30: 49 01 ef add %rbp,%r15
<========== RBP and R15 contain arguments and RBP is clobbered
5e33: c3 retq
5e34: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
5e3b: 00 00 00
5e3e: 66 90 xchg %ax,%ax
0000000000005e40 <hipe_test::test2>:
5e40: e9 eb ff ff ff jmpq 5e30 <hipe_test::test...