2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / and.d
1 #objdump: -dr --prefix-addresses
2 #name: NIOS2 and
3
4 # Test the and macro.
5
6 .*: +file format elf32-littlenios2
7
8 Disassembly of section .text:
9 0+0000 <[^>]*> and r4,r4,r4
10 0+0004 <[^>]*> andi r4,r4,32767
11 0+0008 <[^>]*> andi r4,r4,32768
12 0+000c <[^>]*> andi r4,r4,65535
13 0+0010 <[^>]*> andi r4,r4,0
14 0+0014 <[^>]*> andhi r4,r4,32767
15 0+0018 <[^>]*> andhi r4,r4,32768
16 0+001c <[^>]*> andhi r4,r4,65535
17 0+0020 <[^>]*> andhi r4,r4,0
This page took 0.031667 seconds and 5 git commands to generate.