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/] [mips/] [rol.s] - Rev 205

Compare with Previous | Blame | View Log

# Source file used to test the rol and ror macros.
 
foo:
	rol	$4,$5
	rol	$4,$5,$6
	rol	$4,1
	rol	$4,$5,1
	rol	$4,$5,0
 
	ror	$4,$5
	ror	$4,$5,$6
	ror	$4,1
	ror	$4,$5,1
	ror	$4,$5,0
 
	rol	$4,$5,32
	rol	$4,$5,33
	rol	$4,$5,63
 
	ror	$4,$5,32
	ror	$4,$5,33
	ror	$4,$5,63
 
	.space	8
 

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.