blob: 65339b871b0743e90e4c2bc8a91e8ca183d55565 [file] [log] [blame]
#objdump: -dr --prefix-addresses -mmips:4000
#name: MIPS add
# 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