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 156
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