Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / movi.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: NIOS2 movi
3
4 # Test implicit conversion of movi/movhi etc
5 .*: file format elf32-littlenios2
6
7 Disassembly of section .text:
8 0+0000 <[^>]*> 00800804 movi r2,32
9 0+0004 <[^>]*> 00880034 movhi r2,8192
10 0+0008 <[^>]*> 00bffff4 movhi r2,65535
11 0+000c <[^>]*> 28bffff4 orhi r2,r5,65535
12 0+0010 <[^>]*> 50bffffc xorhi r2,r10,65535
13 0+0014 <[^>]*> 78bfffec andhi r2,r15,65535
This page took 0.029308 seconds and 4 git commands to generate.