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