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] - Rev 832
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