OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

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

Compare with Previous | Blame | View Log

# Check 64bit crc32 in SSE4.2
 
	.text
foo:
 
crc32b (%rsi), %eax
crc32b (%rsi), %rax
crc32w (%rsi), %eax
crc32l (%rsi), %eax
crc32q (%rsi), %rax
crc32  %al, %eax
crc32b  %al, %eax
crc32  %al, %rax
crc32b  %al, %rax
crc32  %ax, %eax
crc32w  %ax, %eax
crc32  %eax, %eax
crc32l  %eax, %eax
crc32  %rax, %rax
crc32q  %rax, %rax
 
.intel_syntax noprefix
crc32  rax,byte ptr [rsi]
crc32  eax,byte ptr [rsi]
crc32  eax, word ptr [rsi]
crc32  eax,dword ptr [rsi]
crc32  rax,qword ptr [rsi]
crc32  eax,al
crc32  rax,al
crc32  eax, ax
crc32  eax,eax
crc32  rax,rax
 
.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.