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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [mips/] [rol64.s] - Rev 202

Go to most recent revision | Compare with Previous | Blame | View Log

# Source file used to test the drol and dror macros.
 
foo:
	drol	$4,$5
	drol	$4,$5,$6
	drol	$4,1
	drol	$4,$5,0
	drol	$4,$5,1
	drol	$4,$5,31
	drol	$4,$5,32
	drol	$4,$5,33
	drol	$4,$5,63
	drol	$4,$5,64
 
	dror	$4,$5
	dror	$4,$5,$6
	dror	$4,1
	dror	$4,$5,0
	dror	$4,$5,1
	dror	$4,$5,31
	dror	$4,$5,32
	dror	$4,$5,33
	dror	$4,$5,63
	dror	$4,$5,64
 
	drol	$4,$5,65
	drol	$4,$5,95
	drol	$4,$5,96
	drol	$4,$5,97
	drol	$4,$5,127
 
	dror	$4,$5,65
	dror	$4,$5,95
	dror	$4,$5,96
	dror	$4,$5,97
	dror	$4,$5,127
 
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
	.space	8
 

Go to most recent revision | 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.