Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / andc.d
CommitLineData
0cb5a38a
SL
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: NIOS2 R2 andc
3#as: -march=r2
4
5# Test the and macro.
6
7.*: +file format elf32-littlenios2
8
9Disassembly of section .text:
100+0000 <[^>]*> 7fff211f andci r4,r4,32767
110+0004 <[^>]*> 8000211f andci r4,r4,32768
120+0008 <[^>]*> ffff211f andci r4,r4,65535
130+000c <[^>]*> 0000211f andci r4,r4,0
140+0010 <[^>]*> 7fff213f andchi r4,r4,32767
150+0014 <[^>]*> 8000213f andchi r4,r4,32768
160+0018 <[^>]*> ffff213f andchi r4,r4,65535
170+001c <[^>]*> 0000213f andchi r4,r4,0
This page took 0.073919 seconds and 4 git commands to generate.