OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [i386/] [crc32.s] - Rev 205

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
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.