search for: 50h

Displaying 8 results from an estimated 8 matches for "50h".

Did you mean: 50
2004 Aug 06
2
Notes on 1.1.4 Windows. Testing of SSE Intrinics Code and others
...4134BF movaps xmm0,xmmword ptr [yy] 004134C6 movaps xmm1,xmmword ptr [yy] 004134CD shufps xmm1,xmm0,0 004134D1 movaps xmmword ptr [yy],xmm1 263: 264: /* Update memory */ 265: mem[0] = _mm_move_ss(mem[0], mem[1]); 004134D8 movaps xmm0,xmmword ptr [ebp-50h] 004134DC movaps xmm1,xmmword ptr [ebp-60h] 004134E0 movss xmm1,xmm0 004134E4 movaps xmmword ptr [ebp-60h],xmm1 266: mem[0] = _mm_shuffle_ps(mem[0], mem[0], 0x39); 004134E8 movaps xmm0,xmmword ptr [ebp-60h] 004134EC movaps xmm1,xmmword ptr [ebp-60h] 004134...
2016 Jul 15
16
[Bug 2598] New: ssh-agent very occasionally won't remove keys or certs despite now() >= lifetime
https://bugzilla.mindrot.org/show_bug.cgi?id=2598 Bug ID: 2598 Summary: ssh-agent very occasionally won't remove keys or certs despite now() >= lifetime Product: Portable OpenSSH Version: 6.9p1 Hardware: amd64 OS: Mac OS X Status: NEW Severity: minor Priority: P5
2002 Feb 25
1
DOS3
Hi folks! Running a dictionary program I get the following message before I get to the interesting part of the win program: err:int21:DOS3Call int21: unknown/not implemented parameters: int21: AX 5001, BX 01d7, CX 0437, DX 0000, SI 01e0, DI 03e7, DS 03af, ES 0437 wine: Unhandled exception, starting debugger err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x402a4c37
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...xmm5,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] *** 002E022...
2015 Feb 13
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...pop r14 pop r15 pop rbp retn _main endp ``` clang 3.6's result: ``` public _main _main proc near var_60 = qword ptr -60h var_58 = qword ptr -58h var_50 = qword ptr -50h var_48 = qword ptr -48h var_40 = qword ptr -40h var_38 = qword ptr -38h push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 38...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...ain endp >> ``` >> >> clang 3.6's result: >> >> ``` >> public _main >> _main proc near >> >> var_60 = qword ptr -60h >> var_58 = qword ptr -58h >> var_50 = qword ptr -50h >> var_48 = qword ptr -48h >> var_40 = qword ptr -40h >> var_38 = qword ptr -38h >> >> push rbp >> push r15 >> push r14 >> push r13 >>...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...s result: >>>> >>>> ``` >>>> public _main >>>> _main proc near >>>> >>>> var_60 = qword ptr -60h >>>> var_58 = qword ptr -58h >>>> var_50 = qword ptr -50h >>>> var_48 = qword ptr -48h >>>> var_40 = qword ptr -40h >>>> var_38 = qword ptr -38h >>>> >>>> push rbp >>>> push r15 >>>> push r...
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