Remove bogus notarget in gas teststuite
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cdx_sll.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: NIOS2 CDX sll.n
3 #as: -march=r2
4
5 # Test the sll.n and slli.n instructions
6
7 .*: +file format elf32-littlenios2
8
9 Disassembly of section .text:
10 0+0000 <[^>]*> 4909 sll.n r4,r4,r4
11 0+0002 <[^>]*> 0919 slli.n r4,r4,1
12 0+0004 <[^>]*> 1919 slli.n r4,r4,2
13 0+0006 <[^>]*> 2919 slli.n r4,r4,3
14 0+0008 <[^>]*> 3919 slli.n r4,r4,8
15 0+000a <[^>]*> 4919 slli.n r4,r4,12
16 0+000c <[^>]*> 5919 slli.n r4,r4,16
17 0+000e <[^>]*> 6919 slli.n r4,r4,24
18 0+0010 <[^>]*> 7919 slli.n r4,r4,31
19 0+0012 <[^>]*> 41c9 sll.n r7,r7,r16
20 0+0014 <[^>]*> 4e09 sll.n r16,r16,r7
21 ...
This page took 0.041104 seconds and 4 git commands to generate.