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.20.1/] [gas/] [testsuite/] [gas/] [ia64/] [alloc.s] - Blame information for rev 277

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

Line No. Rev Author Line
1 205 julius
// Make sure error messages on 'alloc' don't needlessly refer to operand 1
2
// (which gets parsed late) when only one of the other operands is wrong.
3
 
4
        .text
5
 
6
alloc:
7
        alloc           r2 = ar.pfs, x, 0, 0, 0
8
        alloc           r2 = ar.pfs, 0, x, 0, 0
9
        alloc           r2 = ar.pfs, 0, 0, x, 0
10
        alloc           r2 = ar.pfs, 0, 0, 0, x
11
        alloc           r3 = x, 0, 0, 0
12
        alloc           r3 = 0, x, 0, 0
13
        alloc           r3 = 0, 0, x, 0
14
        alloc           r3 = 0, 0, 0, x

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.