2002-12-27 Chris Demetriou <cgd@broadcom.com>
[platform/upstream/binutils.git] / gas / testsuite / gas / mips / and.d
1 #objdump: -dr --prefix-addresses
2 #name: MIPS and
3
4 # Test the and macro.
5
6 .*: +file format .*mips.*
7
8 Disassembly of section .text:
9 0+0000 <[^>]*> andi     a0,a0,0x0
10 0+0004 <[^>]*> andi     a0,a0,0x1
11 0+0008 <[^>]*> andi     a0,a0,0x8000
12 0+000c <[^>]*> li       at,-32768
13 0+0010 <[^>]*> and      a0,a0,at
14 0+0014 <[^>]*> lui      at,0x1
15 0+0018 <[^>]*> and      a0,a0,at
16 0+001c <[^>]*> lui      at,0x1
17 0+0020 <[^>]*> ori      at,at,0xa5a5
18 0+0024 <[^>]*> and      a0,a0,at
19 0+0028 <[^>]*> ori      a0,a1,0x0
20 0+002c <[^>]*> nor      a0,a0,zero
21 0+0030 <[^>]*> ori      a0,a1,0x1
22 0+0034 <[^>]*> nor      a0,a0,zero
23 0+0038 <[^>]*> ori      a0,a1,0x8000
24 0+003c <[^>]*> nor      a0,a0,zero
25 0+0040 <[^>]*> li       at,-32768
26 0+0044 <[^>]*> nor      a0,a1,at
27 0+0048 <[^>]*> lui      at,0x1
28 0+004c <[^>]*> nor      a0,a1,at
29 0+0050 <[^>]*> lui      at,0x1
30 0+0054 <[^>]*> ori      at,at,0xa5a5
31 0+0058 <[^>]*> nor      a0,a1,at
32 0+005c <[^>]*> ori      a0,a1,0x0
33 0+0060 <[^>]*> xori     a0,a1,0x0
34         ...