include/opcode/
[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 3#source: rol.s
21b99e26 4#as: -32
82dd0097
CD
5
6# Test the rol and ror macros.
7
8.*: +file format .*mips.*
9
10Disassembly of section .text:
110+0000 <[^>]*> negu at,a1
120+0004 <[^>]*> rorv a0,a0,at
130+0008 <[^>]*> negu a0,a2
140+000c <[^>]*> rorv a0,a1,a0
150+0010 <[^>]*> ror a0,a0,0x1f
160+0014 <[^>]*> ror a0,a1,0x1f
170+0018 <[^>]*> ror a0,a1,0x0
180+001c <[^>]*> rorv a0,a0,a1
190+0020 <[^>]*> rorv a0,a1,a2
200+0024 <[^>]*> ror a0,a0,0x1
210+0028 <[^>]*> ror a0,a1,0x1
220+002c <[^>]*> ror a0,a1,0x0
230+0030 <[^>]*> ror a0,a1,0x0
240+0034 <[^>]*> ror a0,a1,0x1f
250+0038 <[^>]*> ror a0,a1,0x1
260+003c <[^>]*> ror a0,a1,0x0
270+0040 <[^>]*> ror a0,a1,0x1
280+0044 <[^>]*> ror a0,a1,0x1f
29 ...
This page took 0.409182 seconds and 4 git commands to generate.