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] - Diff between revs 156 and 816

Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
# All-true IT block macro.
# All-true IT block macro.
 
 
        .macro itblock num cond=""
        .macro itblock num cond=""
        .if x\cond != x
        .if x\cond != x
        .if \num == 4
        .if \num == 4
        itttt \cond
        itttt \cond
        .else
        .else
        .if \num == 3
        .if \num == 3
        ittt \cond
        ittt \cond
        .else
        .else
        .if \num == 2
        .if \num == 2
        itt \cond
        itt \cond
        .else
        .else
        .if \num == 1
        .if \num == 1
        .it \cond
        .it \cond
        .endif
        .endif
        .endif
        .endif
        .endif
        .endif
        .endif
        .endif
        .endif
        .endif
        .endm
        .endm
 
 

powered by: WebSVN 2.1.0

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