URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [i386/] [sse-check-none.s] - Rev 862
Go to most recent revision | Compare with Previous | Blame | View Log
# Check SSE instructions .sse_check none .text _start: # SSE instruction addps %xmm2,%xmm1 # SSE2 instruction addpd %xmm2,%xmm1 # SSE3 instruction addsubpd %xmm2,%xmm1 # SSSE3 instruction phaddw %xmm2,%xmm1 # SSE4 instructions blendvpd %xmm0,%xmm1,%xmm0 pcmpgtq %xmm1,%xmm0
Go to most recent revision | Compare with Previous | Blame | View Log