* gas/mips/*.d: Change all test names to say MIPS.
[external/binutils.git] / gas / testsuite / gas / mips / and.d
1 #objdump: -dr
2 #name: MIPS and
3
4 # Test the and macro.
5
6 .*: +file format .*mips.*
7
8 No symbols in .*
9 Disassembly of section .text:
10 0+0000 andi \$a0,\$a0,0
11 0+0004 andi \$a0,\$a0,1
12 0+0008 andi \$a0,\$a0,32768
13 0+000c li \$at,-32768
14 0+0010 and \$a0,\$a0,\$at
15 0+0014 lui \$at,1
16 0+0018 and \$a0,\$a0,\$at
17 0+001c lui \$at,1
18 0+0020 ori \$at,\$at,42405
19 0+0024 and \$a0,\$a0,\$at
20 0+0028 ori \$a0,\$a1,0
21 0+002c nor \$a0,\$a0,\$zero
22 0+0030 ori \$a0,\$a1,1
23 0+0034 nor \$a0,\$a0,\$zero
24 0+0038 ori \$a0,\$a1,32768
25 0+003c nor \$a0,\$a0,\$zero
26 0+0040 li \$at,-32768
27 0+0044 nor \$a0,\$a1,\$at
28 0+0048 lui \$at,1
29 0+004c nor \$a0,\$a1,\$at
30 0+0050 lui \$at,1
31 0+0054 ori \$at,\$at,42405
32 0+0058 nor \$a0,\$a1,\$at
33 0+005c ori \$a0,\$a1,0
34 0+0060 xori \$a0,\$a1,0
35 ...