Home | History | Annotate | Download | only in nios2
      1 #objdump: -dr --prefix-addresses --show-raw-insn
      2 #name: NIOS2 R2 andc
      3 #as: -march=r2
      4 
      5 # Test the and macro.
      6 
      7 .*: +file format elf32-littlenios2
      8 
      9 Disassembly of section .text:
     10 0+0000 <[^>]*> 7fff211f 	andci	r4,r4,32767
     11 0+0004 <[^>]*> 8000211f 	andci	r4,r4,32768
     12 0+0008 <[^>]*> ffff211f 	andci	r4,r4,65535
     13 0+000c <[^>]*> 0000211f 	andci	r4,r4,0
     14 0+0010 <[^>]*> 7fff213f 	andchi	r4,r4,32767
     15 0+0014 <[^>]*> 8000213f 	andchi	r4,r4,32768
     16 0+0018 <[^>]*> ffff213f 	andchi	r4,r4,65535
     17 0+001c <[^>]*> 0000213f 	andchi	r4,r4,0
     18