]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/mips/li.d
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mips / li.d
CommitLineData
983be668
ILT
1#objdump: -dr
2#name: MIPS li
3
4# Test the li macro.
5
6.*: +file format .*mips.*
7
8No symbols in .*
9Disassembly of section .text:
100+0000 li \$a0,0
110+0004 li \$a0,1
120+0008 li \$a0,32768
130+000c li \$a0,-32768
140+0010 lui \$a0,1
150+0014 lui \$a0,1
160+0018 ori \$a0,\$a0,42405
17...