Displaying 2 results from an estimated 2 matches for "002b025e".
Did you mean:
002b015e
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...0,xmmword ptr [esp+410h]
002B0239 movlpd qword ptr [esp+520h],xmm0
002B0242 fld qword ptr [esp+520h]
002B0249 call 76719BA1
002B024E imul eax,eax,0Ch
002B0251 mov edx,eax
002B0253 shl edx,4
002B0256 movapd xmm1,xmmword ptr [edx+330010h]
002B025E mov edx,eax
002B0260 or edx,1
002B0263 shl edx,4
002B0266 movapd xmm0,xmmword ptr [edx+330010h]
002B026E movaps xmmword ptr [esp+3F0h],xmm0
002B0276 movapd xmm0,xmmword ptr [edx+330020h]
002B027E or eax,3
002B0281 shl eax,4
00...
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