Add support to the ARC disassembler for selecting instruction classes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / and.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
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 <[^>]*> 2108703a and r4,r4,r4
10 0+0004 <[^>]*> 211fffcc andi r4,r4,32767
11 0+0008 <[^>]*> 2120000c andi r4,r4,32768
12 0+000c <[^>]*> 213fffcc andi r4,r4,65535
13 0+0010 <[^>]*> 2100000c andi r4,r4,0
14 0+0014 <[^>]*> 211fffec andhi r4,r4,32767
15 0+0018 <[^>]*> 2120002c andhi r4,r4,32768
16 0+001c <[^>]*> 213fffec andhi r4,r4,65535
17 0+0020 <[^>]*> 2100002c andhi r4,r4,0
This page took 0.029408 seconds and 4 git commands to generate.