gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / add.d
CommitLineData
5915a74a 1#objdump: -dr --prefix-addresses
252b5132
RH
2#name: MIPS add
3
4# Test the add macro.
5
6.*: +file format .*mips.*
7
8Disassembly of section .text:
aa5f19f2
NC
90+0000 <[^>]*> addi a0,a0,0
100+0004 <[^>]*> addi a0,a0,1
110+0008 <[^>]*> li at,0x8000
120+000c <[^>]*> add a0,a0,at
130+0010 <[^>]*> addi a0,a0,-32768
140+0014 <[^>]*> lui at,0x1
150+0018 <[^>]*> add a0,a0,at
160+001c <[^>]*> lui at,0x1
170+0020 <[^>]*> ori at,at,0xa5a5
180+0024 <[^>]*> add a0,a0,at
190+0028 <[^>]*> addiu a0,a0,1
252b5132 200+002c <[^>]*> nop
This page took 0.168453 seconds and 4 git commands to generate.