Assembler tests for Nios II R2
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / align_fill-r2.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: NIOS2 R2 align_fill
3 #as: -march=r2
4 #source: align_fill.s
5
6 # Test the and macro.
7
8 .*: +file format elf32-littlenios2
9
10 Disassembly of section .text:
11 0+0000 <[^>]*> fff8dec4 addi sp,sp,-8
12 0+0004 <[^>]*> 0004e6f7 stw fp,4\(sp\)
13 0+0008 <[^>]*> c41c06e0 mov fp,sp
14 0+000c <[^>]*> c4030020 mov r3,zero
15 0+0010 <[^>]*> c4000020 nop
16 0+0014 <[^>]*> c4000020 nop
17 0+0018 <[^>]*> c4000020 nop
18 0+001c <[^>]*> c4000020 nop
19 0+0020 <[^>]*> 000118c4 addi r3,r3,1
20 0+0024 <[^>]*> 006410de cmplti r2,r3,100
21 0+0028 <[^>]*> fff400a2 bne r2,zero,00000020 <[^>]*>
22 0+002c <[^>]*> 0004e6d7 ldw fp,4\(sp\)
23 0+0030 <[^>]*> 0008dec4 addi sp,sp,8
24 0+0034 <[^>]*> 140007e0 ret
25 ...
This page took 0.033032 seconds and 5 git commands to generate.