]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/mips/add.s
Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mips / add.s
CommitLineData
252b5132
RH
1# Source file used to test the add macro.
2
3foo:
4 add $4,$4,0
5 add $4,$4,1
6 add $4,$4,0x8000
7 add $4,$4,-0x8000
8 add $4,$4,0x10000
9 add $4,$4,0x1a5a5
7361da2c 10
252b5132
RH
11# addu is handled the same way add is; just confirm that it isn't
12# totally broken.
13 addu $4,$4,1
14
7361da2c
AB
15 .align 2
16 .space 8