* gas/mips/abs.d, gas/mips/add.d, gas/mips/and.d,
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / rol-hw.d
CommitLineData
5915a74a
CD
1#objdump: -dr --prefix-addresses
2#name: MIPS hardware rol/ror
82dd0097
CD
3#source: rol.s
4#stderr: rol-hw.l
21b99e26 5#as: -32
82dd0097
CD
6
7# Test the rol and ror macros.
8
9.*: +file format .*mips.*
10
11Disassembly of section .text:
120+0000 <[^>]*> negu at,a1
130+0004 <[^>]*> rorv a0,a0,at
140+0008 <[^>]*> negu a0,a2
150+000c <[^>]*> rorv a0,a1,a0
160+0010 <[^>]*> ror a0,a0,0x1f
170+0014 <[^>]*> ror a0,a1,0x1f
180+0018 <[^>]*> ror a0,a1,0x0
190+001c <[^>]*> rorv a0,a0,a1
200+0020 <[^>]*> rorv a0,a1,a2
210+0024 <[^>]*> ror a0,a0,0x1
220+0028 <[^>]*> ror a0,a1,0x1
230+002c <[^>]*> ror a0,a1,0x0
240+0030 <[^>]*> ror a0,a1,0x0
250+0034 <[^>]*> ror a0,a1,0x1f
260+0038 <[^>]*> ror a0,a1,0x1
270+003c <[^>]*> ror a0,a1,0x0
280+0040 <[^>]*> ror a0,a1,0x1
290+0044 <[^>]*> ror a0,a1,0x1f
30 ...
This page took 0.040276 seconds and 4 git commands to generate.