2011-12-07 Sameera Deshpande <sameera.deshpande@arm.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumb2_it_bad.s
1 .text
2 .syntax unified
3 .arch armv7a
4 .thumb
5 .thumb_func
6 thumb2_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
24 foo:
This page took 0.030154 seconds and 4 git commands to generate.