2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / rotate.d
1 #objdump: -dr --prefix-addresses
2 #name: NIOS2 rotate
3
4 # Test the and macro.
5
6 .*: +file format elf32-littlenios2
7
8 Disassembly of section .text:
9 0+0000 <[^>]*> rol r4,r4,r4
10 0+0004 <[^>]*> roli r4,r4,31
11 0+0008 <[^>]*> ror r4,r4,r4
12 0+000c <[^>]*> sll r4,r4,r4
13 0+0010 <[^>]*> slli r4,r4,24
14 0+0014 <[^>]*> sra r4,r4,r4
15 0+0018 <[^>]*> srai r4,r4,10
16 0+001c <[^>]*> srl r4,r4,r4
17 0+0020 <[^>]*> srli r4,r4,5
This page took 0.034841 seconds and 4 git commands to generate.