Home | History | Annotate | Download | only in arm
      1 	.text
      2 	.arch armv7
      3 	.thumb
      4 	.syntax unified
      5 	.thumb_func
      6 thumb2_bcond:
      7 	it ne
      8 	bne thumb2_bcond
      9 	it cc
     10 	bcc.w thumb2_bcond
     11 	it cs
     12 	blcs thumb2_bcond
     13 	it lt
     14 	blxlt r5
     15 	it eq
     16 	bxeq r8
     17 	it gt
     18 	tbbgt [r4, r1]
     19 	it lt
     20 	svclt 0
     21 	it eq
     22 	ldreq pc, [r0]
     23 	itt le
     24 	bkpt #0
     25 	nople
     26 	nop
     27 	nop
     28