blob: 1eb538b97f63fbd23b9ac3f19a0a3e46a14d6487 [file] [log] [blame]
#objdump: -dr --prefix-addresses
#name: MIPS add
#as: -32
# Test the add macro.
.*: +file format .*mips.*
Disassembly of section .text:
0+0000 <[^>]*> addi a0,a0,0
0+0004 <[^>]*> addi a0,a0,1
0+0008 <[^>]*> li at,0x8000
0+000c <[^>]*> add a0,a0,at
0+0010 <[^>]*> addi a0,a0,-32768
0+0014 <[^>]*> lui at,0x1
0+0018 <[^>]*> add a0,a0,at
0+001c <[^>]*> lui at,0x1
0+0020 <[^>]*> ori at,at,0xa5a5
0+0024 <[^>]*> add a0,a0,at
0+0028 <[^>]*> addiu a0,a0,1
0+002c <[^>]*> nop