Home | History | Annotate | Download | only in arm
      1 	.arch armv7
      2 	.syntax unified
      3 	.thumb
      4 foo:
      5 	bl	1f
      6 1:	it	cc
      7 	bcc.w	.+0xe0c
      8 	bx	lr
      9