~angelsl/ubuntu/wily/binutils/mips-cross

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/arm/thumb2_it_bad.s

  • Committer: angelsl
  • Date: 2015-11-03 15:54:40 UTC
  • Revision ID: angelsl-20151103155440-gbh6qo1olzlvaiqs
Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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: