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

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

powered by: WebSVN 2.1.0

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