Home | History | Annotate | Download | only in nios2
      1 # Source file used to test the srl.n and srli.n instructions
      2 
      3 foo:
      4 	srl.n	r4,r4,r4
      5 	srli.n	r4,r4,0x1
      6 	srli.n	r4,r4,0x2
      7 	srli.n	r4,r4,0x3
      8 	srli.n	r4,r4,0x8
      9 	srli.n	r4,r4,0xc
     10 	srli.n	r4,r4,0x10
     11 	srli.n	r4,r4,0x18
     12 	srli.n	r4,r4,0x1f
     13 	srl.n	r7,r7,r16
     14 	srl.n	r16,r16,r7
     15