URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [mips/] [abs.d] - Rev 205
Compare with Previous | Blame | View Log
#objdump: -dr --prefix-addresses
#name: MIPS abs
#as: -32
# Test the abs macro.
.*: +file format .*mips.*
Disassembly of section .text:
0+0000 <[^>]*> bgez a0,0+000c <foo\+(0x|)c>
0+0004 <[^>]*> nop
0+0008 <[^>]*> neg a0,a0
0+000c <[^>]*> bgez a1,0+0018 <foo\+(0x|)18>
0+0010 <[^>]*> move a0,a1
0+0014 <[^>]*> neg a0,a1
...