]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/mips/and.d
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mips / and.d
CommitLineData
252b5132
RH
1#objdump: -dr --prefix-addresses -mmips:4000
2#name: MIPS and
3
4# Test the and macro.
5
6.*: +file format .*mips.*
7
8Disassembly of section .text:
90+0000 <[^>]*> andi \$a0,\$a0,0x0
100+0004 <[^>]*> andi \$a0,\$a0,0x1
110+0008 <[^>]*> andi \$a0,\$a0,0x8000
120+000c <[^>]*> li \$at,-32768
130+0010 <[^>]*> and \$a0,\$a0,\$at
140+0014 <[^>]*> lui \$at,0x1
150+0018 <[^>]*> and \$a0,\$a0,\$at
160+001c <[^>]*> lui \$at,0x1
170+0020 <[^>]*> ori \$at,\$at,0xa5a5
180+0024 <[^>]*> and \$a0,\$a0,\$at
190+0028 <[^>]*> ori \$a0,\$a1,0x0
200+002c <[^>]*> nor \$a0,\$a0,\$zero
210+0030 <[^>]*> ori \$a0,\$a1,0x1
220+0034 <[^>]*> nor \$a0,\$a0,\$zero
230+0038 <[^>]*> ori \$a0,\$a1,0x8000
240+003c <[^>]*> nor \$a0,\$a0,\$zero
250+0040 <[^>]*> li \$at,-32768
260+0044 <[^>]*> nor \$a0,\$a1,\$at
270+0048 <[^>]*> lui \$at,0x1
280+004c <[^>]*> nor \$a0,\$a1,\$at
290+0050 <[^>]*> lui \$at,0x1
300+0054 <[^>]*> ori \$at,\$at,0xa5a5
310+0058 <[^>]*> nor \$a0,\$a1,\$at
320+005c <[^>]*> ori \$a0,\$a1,0x0
330+0060 <[^>]*> xori \$a0,\$a1,0x0
34 ...