1#objdump: -dr --prefix-addresses
2#name: MIPS abs
3#as: -32
4
5# Test the abs macro.
6
7.*: +file format .*mips.*
8
9Disassembly of section .text:
100+0000 <[^>]*> bgez	a0,0+000c <foo\+(0x|)c>
110+0004 <[^>]*> nop
120+0008 <[^>]*> neg	a0,a0
130+000c <[^>]*> bgez	a1,0+0018 <foo\+(0x|)18>
140+0010 <[^>]*> move	a0,a1
150+0014 <[^>]*> neg	a0,a1
16	...
17