* gas/mips/mips.exp: Run the new tests, below.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / abs.d
1 #objdump: -dr
2 #name: MIPS abs
3
4 # Test the abs macro.
5
6 .*: +file format .*mips.*
7
8 Disassembly of section .text:
9 0+0000 <[^>]*> bgez \$a0,0+000c <foo\+c>
10 ...
11 0+0008 <[^>]*> neg \$a0,\$a0
12 0+000c <[^>]*> bgez \$a1,0+0018 <foo\+18>
13 0+0010 <[^>]*> move \$a0,\$a1
14 0+0014 <[^>]*> neg \$a0,\$a1
15 ...
This page took 0.029156 seconds and 4 git commands to generate.