Home | History | Annotate | Download | only in nios2
      1 #objdump: -dr --prefix-addresses --show-raw-insn
      2 #name: NIOS2 rotate
      3 
      4 # Test the and macro.
      5 
      6 .*: +file format elf32-littlenios2
      7 
      8 Disassembly of section .text:
      9 0+0000 <[^>]*> 2108183a 	rol	r4,r4,r4
     10 0+0004 <[^>]*> 200817fa 	roli	r4,r4,31
     11 0+0008 <[^>]*> 2108583a 	ror	r4,r4,r4
     12 0+000c <[^>]*> 2108983a 	sll	r4,r4,r4
     13 0+0010 <[^>]*> 2008963a 	slli	r4,r4,24
     14 0+0014 <[^>]*> 2109d83a 	sra	r4,r4,r4
     15 0+0018 <[^>]*> 2009d2ba 	srai	r4,r4,10
     16 0+001c <[^>]*> 2108d83a 	srl	r4,r4,r4
     17 0+0020 <[^>]*> 2008d17a 	srli	r4,r4,5
     18