Displaying 3 results from an estimated 3 matches for "150h".
Did you mean:
1500
2011 Nov 02
5
[LLVMdev] About JIT by LLVM 2.9 or later
...push eax
013C142C lea ecx,[ebp-138h]
013C1432 push ecx
013C1433 call fetch (13C11D6h)
013C1438 add esp,8
// Copy result to another temporary vairable.
013C143B mov edx,dword ptr [eax]
013C143D mov dword ptr [ebp-150h],edx
013C1443 mov ecx,dword ptr [eax+4]
013C1446 mov dword ptr [ebp-14Ch],ecx
013C144C mov edx,dword ptr [eax+8]
013C144F mov dword ptr [ebp-148h],edx
013C1455 mov eax,dword ptr [eax+0Ch]
013C1458 mov dword ptr [ebp-144h]...
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...cx+2C0080h] ***
002E033D addpd xmm5,xmm3
002E0341 addpd xmm5,xmmword ptr [ecx+2C0090h] ***
002E0349 movapd xmm6,xmmword ptr [eax+2C0140h] ***
002E0351 mulpd xmm6,xmm5
002E0355 addpd xmm6,xmm2
002E0359 addpd xmm6,xmmword ptr [eax+2C0150h] ***
002E0361 movapd xmm2,xmm6
002E0365 mulpd xmm2,xmmword ptr ds:[2E00C0h]
002E036D lea ecx,[edx+1] ECX set
002E0370 shl ecx,4
002E0373 movapd xmm1,xmmword ptr [ecx+2C00D0h]
002E037B mulpd xmm1,xmm7
002E037F shl edx,4...
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