1	.syntax unified
2	.text
3	.global x
4x:
5	mov	r0, r1
6	cmp	r0, #0
7	it	ne
8	moveq	r0, r1
9	bx	lr
10	movgt	r1, r2
11