1#objdump: -dr --prefix-addresses
2#name: MIPS and
3#as: -32
4
5# Test the and macro.
6
7.*: +file format .*mips.*
8
9Disassembly of section .text:
100+0000 <[^>]*> andi	a0,a0,0x0
110+0004 <[^>]*> andi	a0,a0,0x1
120+0008 <[^>]*> andi	a0,a0,0x8000
130+000c <[^>]*> li	at,-32768
140+0010 <[^>]*> and	a0,a0,at
150+0014 <[^>]*> lui	at,0x1
160+0018 <[^>]*> and	a0,a0,at
170+001c <[^>]*> lui	at,0x1
180+0020 <[^>]*> ori	at,at,0xa5a5
190+0024 <[^>]*> and	a0,a0,at
200+0028 <[^>]*> ori	a0,a1,0x0
210+002c <[^>]*> nor	a0,a0,zero
220+0030 <[^>]*> ori	a0,a1,0x1
230+0034 <[^>]*> nor	a0,a0,zero
240+0038 <[^>]*> ori	a0,a1,0x8000
250+003c <[^>]*> nor	a0,a0,zero
260+0040 <[^>]*> li	at,-32768
270+0044 <[^>]*> nor	a0,a1,at
280+0048 <[^>]*> lui	at,0x1
290+004c <[^>]*> nor	a0,a1,at
300+0050 <[^>]*> lui	at,0x1
310+0054 <[^>]*> ori	at,at,0xa5a5
320+0058 <[^>]*> nor	a0,a1,at
330+005c <[^>]*> ori	a0,a1,0x0
340+0060 <[^>]*> xori	a0,a1,0x0
35	\.\.\.
36