1	.text
2	.syntax unified
3	.arch armv7a
4	.thumb
5	.thumb_func
6thumb2_it_bad:
7	itttt	eq
8	beq	foo
9	bleq	foo
10	blxeq	r0
11	cbzeq	r0, foo
12	ittt	eq
13	bxeq	r0
14	tbbeq	[r0, r1]
15	cpsieeq	f
16	it	eq
17	cpseq	#0x10
18	itt	eq
19	bkpteq	0
20	setendeq	le
21	it	eq
22	iteq	eq
23	nop
24foo:
25