search for: 402aed

Displaying 2 results from an estimated 2 matches for "402aed".

2013 Jan 04
3
[LLVMdev] instruction scheduling issue
...f2 0f 11 84 24 b8 01 movsd %xmm0,0x1b8(%rsp) However, due to instruction scheduling, the following instruction of the function call is not always the desired memory access instruction. For example, in the following code, the memory access is at 402afa, not right next to the function call at 402aed. /home/xl10/llvm/test//luleshOMP-0611.cc:1972 402ae5: 48 8d bc 1c 08 02 00 lea 0x208(%rsp,%rbx,1),%rdi 402aec: 00 402aed: e8 2e e0 ff ff callq 400b20 <llvm_memory_profiling at plt> 402af2: 48 8d bc 1c c8 02 00 lea 0x2c8(%rsp,%rbx,1),...
2013 Jan 07
0
[LLVMdev] instruction scheduling issue
...0f 11 84 24 b8 01 movsd %xmm0,0x1b8(%rsp) However, due to instruction scheduling, the following instruction of the function call is not always the desired memory access instruction. For example, in the following code, the memory access is at 402afa, not right next to the function call at 402aed. /home/xl10/llvm/test//luleshOMP-0611.cc:1972 402ae5: 48 8d bc 1c 08 02 00 lea 0x208(%rsp,%rbx,1),%rdi 402aec: 00 402aed: e8 2e e0 ff ff callq 400b20 <llvm_memory_profiling at plt> 402af2: 48 8d bc 1c c8 02 00 lea 0x2c8(%rsp,%...