* gas/mips/mips.exp: Run the new tests, below.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / add.d
CommitLineData
983be668
ILT
1#objdump: -dr
2#name: MIPS add
3
4# Test the add macro.
5
6.*: +file format .*mips.*
7
8No symbols in .*
9Disassembly of section .text:
100+0000 addi \$a0,\$a0,0
110+0004 addi \$a0,\$a0,1
120+0008 li \$at,32768
130+000c add \$a0,\$a0,\$at
140+0010 addi \$a0,\$a0,-32768
150+0014 lui \$at,1
160+0018 add \$a0,\$a0,\$at
170+001c lui \$at,1
180+0020 ori \$at,\$at,42405
190+0024 add \$a0,\$a0,\$at
200+0028 addiu \$a0,\$a0,1
21...
This page took 0.128118 seconds and 4 git commands to generate.