search for: 40052d

Displaying 2 results from an estimated 2 matches for "40052d".

Did you mean: 400521
2019 Aug 31
3
Usage of the jumptable attribute
...      400521:    48 89 e5                 mov    %rsp,%rbp       400524:    e8 d7 ff ff ff           callq  400500 <foo>       400529:    31 c0                    xor    %eax,%eax       40052b:    5d                       pop    %rbp       40052c:    c3                       retq       40052d:    0f 1f 00                 nopl   (%rax) So, what am I doing wrong? The documentation indicates that the jump table is created at code-generation time. So I guess my pass works fine and I just need to get the code generator to process the jumptable attribute somehow? I found the createJumpIns...
2014 Oct 13
2
[LLVMdev] Unexpected spilling of vector register during lane extraction on some x86_64 targets
...m1,%xmm1 # 400690 <__dso_handle+0x18> 400511: vcvttps2dq %xmm1,%xmm1 400515: vpmullw 0x183(%rip),%xmm1,%xmm1 # 4006a0 <__dso_handle+0x28> 40051d: vpsubd %xmm1,%xmm0,%xmm0 400521: vmovq %xmm0,%rax 400526: movslq %eax,%rcx 400529: sar $0x20,%rax 40052d: vpextrq $0x1,%xmm0,%rdx 400533: movslq %edx,%rsi 400536: sar $0x20,%rdx 40053a: vmovss 0x4006c0(,%rcx,4),%xmm0 400543: vinsertps $0x10,0x4006c0(,%rax,4),%xmm0,%xmm0 40054e: vinsertps $0x20,0x4006c0(,%rsi,4),%xmm0,%xmm0 400559: vinsertps $0x30,0x4006c0(,%rdx,4),%xmm0,%x...