~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/ppc/vle-simple-1.s

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        .text
 
2
 
 
3
target0:
 
4
        se_beq  target3
 
5
 
 
6
target1:
 
7
        se_bf cr1, target4
 
8
 
 
9
target2:
 
10
        se_bge  target2
 
11
 
 
12
target3:
 
13
        se_bgt target1
 
14
 
 
15
target4:
 
16
        se_ble target3
 
17
        se_blt target6
 
18
 
 
19
target5:
 
20
        se_bne target1
 
21
        se_bng target6
 
22
 
 
23
target6:
 
24
        se_bnl target4
 
25
        se_bns target5
 
26
 
 
27
target8:
 
28
        se_bnu target2
 
29
        se_bso target8
 
30
 
 
31
target9:
 
32
        se_bt cr2, target6
 
33
        se_bun target9
 
34