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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [gas/] [testsuite/] [gas/] [arm/] [itblock.s] - Rev 6

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
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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