Home | History | Annotate | Download | only in arm
      1         .syntax unified
      2         .text
      3         cmp     r0, #0
      4         itt     eq
      5         moveq   r0, r1
      6 .section second
      7 	itt ne
      8 	movne r0, r1
      9 
     10