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/] [bfin/] [expected_comparison_errors.s] - Blame information for rev 205

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
        CC = A0 == A0;
2
        CC = A1 == A1;
3
        CC = A1 == A0;
4
        cc = A0 < a0;
5
        cc = A1 < a1;
6
        cc = A1 < a0;
7
        cc = a0 <= a0;
8
        cc = a1 <= a1;
9
        cc = a1 <= a0;
10
        CC = R0 == P0;
11
        CC = R0 < P0;
12
        CC = R0 <= P0;
13
        CC = P0 == R0;
14
        CC = P0 < R0;
15
        CC = P0 <= R0;
16
        CC = I0 == 0;
17
        CC = I0 == I0;
18
        CC = I0 < 0;
19
        CC = I0 < I0;
20
        CC = I0 <= 0;
21
        CC = I0 <= I0;

powered by: WebSVN 2.1.0

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