search for: 5e85

Displaying 1 result from an estimated 1 matches for "5e85".

Did you mean: 5e5
2017 Sep 29
2
HiPE calling convention
...e70: 4c 89 34 24 mov %r14,(%rsp) 5e74: 48 89 5c 24 08 mov %rbx,0x8(%rsp) 5e79: 4c 8b 3c 24 mov (%rsp),%r15 5e7d: 48 8b 04 24 mov (%rsp),%rax 5e81: 48 8d 40 01 lea 0x1(%rax),%rax 5e85: 48 89 04 24 mov %rax,(%rsp) 5e89: 48 8b 6c 24 08 mov 0x8(%rsp),%rbp 5e8e: e8 ad ff ff ff callq 5e40 <hipe_test::test2> 5e93: 48 8b 5c 24 08 mov 0x8(%rsp),%rbx I am getting that code for following Rust code....