search for: movsd_to_mem

Displaying 1 result from an estimated 1 matches for "movsd_to_mem".

Did you mean: vmovsd_to_mem
2011 Nov 30
0
[PATCH 2/4] x86/emulator: add emulation of SIMD FP moves
...int argc, char **argv) else printf("skipped\n"); + printf("%-40s", "Testing movsd %xmm5,(%ecx)..."); + memset(res, 0x77, 64); + memset(res + 10, 0x66, 8); + if ( stack_exec && cpu_has_sse2 ) + { + extern const unsigned char movsd_to_mem[]; + + asm volatile ( "movlpd %0, %%xmm5\n\t" + "movhpd %0, %%xmm5\n" + ".pushsection .test, \"a\", @progbits\n" + "movsd_to_mem: movsd %%xmm5, (%1)\n" +...