summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/arm/thumb2_it_bad.s
blob: 6add4fb5171037e51559f0908f43da39f7ffd37b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
	.text
	.syntax unified
	.arch armv7a
	.thumb
	.thumb_func
thumb2_it_bad:
	itttt	eq
	beq	foo
	bleq	foo
	blxeq	r0
	cbzeq	r0, foo
	ittt	eq
	bxeq	r0
	tbbeq	[r0, r1]
	cpsieeq	f
	it	eq
	cpseq	#0x10
	itt	eq
	bkpteq	0
	setendeq	le
	it	eq
	iteq	eq
	nop
foo: