URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [i386/] [crc32.s] - Rev 38
Go to most recent revision | Compare with Previous | Blame | View Log
# Check crc32 in SSE4.2 .text foo: crc32b (%esi), %eax crc32w (%esi), %eax crc32l (%esi), %eax crc32 %al, %eax crc32b %al, %eax crc32 %ax, %eax crc32w %ax, %eax crc32 %eax, %eax crc32l %eax, %eax .intel_syntax noprefix crc32 eax,byte ptr [esi] crc32 eax, word ptr [esi] crc32 eax,dword ptr [esi] crc32 eax,al crc32 eax, ax crc32 eax,eax .p2align 4,0
Go to most recent revision | Compare with Previous | Blame | View Log