082adf1a970b20c10d5b4da90b7f9f5f04bfdf9d
[platform/upstream/binutils.git] / gas / testsuite / gas / mips / abs.d
1 #objdump: -dr --prefix-addresses -mmips:4000
2 #as:-march=4000
3 #name: MIPS abs
4
5 # Test the abs macro.
6
7 .*: +file format .*mips.*
8
9 Disassembly of section .text:
10 0+0000 <[^>]*> bgez     a0,0+000c <foo\+(0x|)c>
11 0+0004 <[^>]*> nop
12 0+0008 <[^>]*> neg      a0,a0
13 0+000c <[^>]*> bgez     a1,0+0018 <foo\+(0x|)18>
14 0+0010 <[^>]*> move     a0,a1
15 0+0014 <[^>]*> neg      a0,a1
16         ...