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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [arm/] [itblock.s] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
# All-true IT block macro.
2
 
3
        .macro itblock num cond=""
4
        .if x\cond != x
5
        .if \num == 4
6
        itttt \cond
7
        .else
8
        .if \num == 3
9
        ittt \cond
10
        .else
11
        .if \num == 2
12
        itt \cond
13
        .else
14
        .if \num == 1
15
        .it \cond
16
        .endif
17
        .endif
18
        .endif
19
        .endif
20
        .endif
21
        .endm

powered by: WebSVN 2.1.0

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