1 #objdump: -dr --prefix-addresses
2 #name: MIPS add
3 #as: -32
4 
5 # Test the add macro.
6 
7 .*: +file format .*mips.*
8 
9 Disassembly of section .text:
10 0+0000 <[^>]*> addi	a0,a0,0
11 0+0004 <[^>]*> addi	a0,a0,1
12 0+0008 <[^>]*> li	at,0x8000
13 0+000c <[^>]*> add	a0,a0,at
14 0+0010 <[^>]*> addi	a0,a0,-32768
15 0+0014 <[^>]*> lui	at,0x1
16 0+0018 <[^>]*> add	a0,a0,at
17 0+001c <[^>]*> lui	at,0x1
18 0+0020 <[^>]*> ori	at,at,0xa5a5
19 0+0024 <[^>]*> add	a0,a0,at
20 0+0028 <[^>]*> addiu	a0,a0,1
21 	\.\.\.
22