~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/nios2/align_fill.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 --prefix-addresses --show-raw-insn
 
2
#name: NIOS2 align_fill
 
3
 
 
4
# Test the and macro.
 
5
 
 
6
.*: +file format elf32-littlenios2
 
7
 
 
8
Disassembly of section .text:
 
9
0+0000 <[^>]*> defffe04         addi    sp,sp,-8
 
10
0+0004 <[^>]*> df000115         stw     fp,4\(sp\)
 
11
0+0008 <[^>]*> d839883a         mov     fp,sp
 
12
0+000c <[^>]*> 0007883a         mov     r3,zero
 
13
0+0010 <[^>]*> 0001883a         nop
 
14
0+0014 <[^>]*> 0001883a         nop
 
15
0+0018 <[^>]*> 0001883a         nop
 
16
0+001c <[^>]*> 0001883a         nop
 
17
0+0020 <[^>]*> 18c00044         addi    r3,r3,1
 
18
0+0024 <[^>]*> 18801910         cmplti  r2,r3,100
 
19
0+0028 <[^>]*> 103ffd1e         bne     r2,zero,00000020 <[^>]*>
 
20
0+002c <[^>]*> df000117         ldw     fp,4\(sp\)
 
21
0+0030 <[^>]*> dec00204         addi    sp,sp,8
 
22
0+0034 <[^>]*> f800283a         ret
 
23
        ...