~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/bfin/parallel_illegal.d

  • 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
#objdump: -dr
 
2
#name: parallel_illegal
 
3
.*: +file format .*
 
4
 
 
5
Disassembly of section .text:
 
6
 
 
7
00000000 <.text>:
 
8
   0:   03 c8 00 18     MNOP || NOP || NOP;
 
9
   4:   00 00 00 00 
 
10
   8:   03 c8           MNOP || ILLEGAL || NOP;.*
 
11
   a:   00 18           IF CC JUMP 0x0xa
 
12
   c:   01 00           ILLEGAL;
 
13
   e:   00 00           NOP;
 
14
  10:   03 c8           MNOP || NOP || ILLEGAL;.*
 
15
  12:   00 18           IF CC JUMP 0x0x12
 
16
  14:   00 00           NOP;
 
17
  16:   01 00           ILLEGAL;
 
18
  18:   03 c8           MNOP || ILLEGAL || ILLEGAL;.*
 
19
  1a:   00 18           IF CC JUMP 0x0x1a
 
20
  1c:   01 00           ILLEGAL;
 
21
  1e:   01 00           ILLEGAL;
 
22
  20:   03 c8           MNOP || ILLEGAL || ILLEGAL;.*
 
23
  22:   00 18           IF CC JUMP 0x0x22
 
24
  24:   10 00           RTS;
 
25
  26:   10 00           RTS;
 
26
  28:   03 c8           MNOP || ILLEGAL || ILLEGAL;.*
 
27
  2a:   00 18           IF CC JUMP 0x0x2a
 
28
  2c:   03 c0 00 18     MNOP;
 
29
  30:   00 00           NOP;
 
30
        ...