Displaying 2 results from an estimated 2 matches for "002e0203".
Did you mean:
00200203
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...,xmm1
002E01DB subpd xmm5,xmm3
002E01DF mulpd xmm0,xmmword ptr ds:[2E0010h]
002E01E7 subpd xmm5,xmm0
002E01EB movapd xmm6,xmmword ptr [esi+2C0040h]
002E01F3 mulpd xmm6,xmm5
002E01F7 addpd xmm6,xmm2
002E01FB addpd xmm6,xmmword ptr [esi+2C0050h]
002E0203 fld qword ptr [esp+0E0h]
002E020A call 76719BA1 CALL
002E020F imul edi,eax,0Ch
002E0212 lea ecx,[edi+3] First time ECX is touched
002E0215 shl ecx,4
002E0218 movapd xmm0,xmmword ptr [ecx+2C0030h] ***
002E0220 mulpd...
2013 Jul 19
4
[LLVMdev] SIMD instructions and memory alignment on X86
Hmm, I'm not able to get those .ll files to compile if I disable SSE and I
end up with SSE instructions(including sqrtpd) if I don't disable it.
On Thu, Jul 18, 2013 at 10:53 PM, Peter Newman <peter at uformia.com> wrote:
> Is there something specifically required to enable SSE? If it's not
> detected as available (based from the target triple?) then I don't think