Home | History | Annotate | Download | only in nios2
      1 # Source file used to test the andci and andchi instructions
      2 
      3 foo:
      4 	andci	r4,r4,0x7fff
      5 	andci	r4,r4,0x8000
      6 	andci	r4,r4,0xffff
      7 	andci	r4,r4,0x0
      8 	andchi	r4,r4,0x7fff
      9 	andchi	r4,r4,0x8000
     10 	andchi	r4,r4,0xffff
     11 	andchi	r4,r4,0x0
     12 
     13