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.18.50/] [gas/] [testsuite/] [gas/] [ia64/] [alloc.s] - Rev 448

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

// Make sure error messages on 'alloc' don't needlessly refer to operand 1
// (which gets parsed late) when only one of the other operands is wrong.
 
	.text
 
alloc:
	alloc		r2 = ar.pfs, x, 0, 0, 0
	alloc		r2 = ar.pfs, 0, x, 0, 0
	alloc		r2 = ar.pfs, 0, 0, x, 0
	alloc		r2 = ar.pfs, 0, 0, 0, x
	alloc		r3 = x, 0, 0, 0
	alloc		r3 = 0, x, 0, 0
	alloc		r3 = 0, 0, x, 0
	alloc		r3 = 0, 0, 0, x

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.