Home | History | Annotate | Download | only in nios2
      1 #objdump: -dr --prefix-addresses --show-raw-insn
      2 #name: NIOS2 add
      3 
      4 # Test the add instruction
      5 
      6 .*: +file format elf32-littlenios2
      7 
      8 Disassembly of section .text:
      9 0+0000 <[^>]*> 2109883a 	add	r4,r4,r4
     10 0+0004 <[^>]*> 211fffc4 	addi	r4,r4,32767
     11 0+0008 <[^>]*> 21200004 	addi	r4,r4,-32768
     12 0+000c <[^>]*> 21000004 	addi	r4,r4,0
     13 0+0010 <[^>]*> 213fffc4 	addi	r4,r4,-1
     14 0+0014 <[^>]*> 213fffc4 	addi	r4,r4,-1
     15 0+0018 <[^>]*> 210d1584 	addi	r4,r4,13398
     16 0+001c <[^>]*> 0001883a 	nop
     17