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/] [arm/] [itblock.s] - Rev 304
Go to most recent revision | Compare with Previous | Blame | View Log
# All-true IT block macro. .macro itblock num cond="" .if x\cond != x .if \num == 4 itttt \cond .else .if \num == 3 ittt \cond .else .if \num == 2 itt \cond .else .if \num == 1 .it \cond .endif .endif .endif .endif .endif .endm
Go to most recent revision | Compare with Previous | Blame | View Log