Home | History | Annotate | Download | only in nios2
      1 # Source file used to test the sth.n instruction
      2 
      3 foo:
      4 	sth.n	r4,0(r17)
      5 	sth.n	r4,4(r17)
      6 	sth.n	r4,0xe(r17)
      7 	sth.n	r4,0x1e(r17)
      8 	sth.n	r4,0(r5)
      9 	sth.n	r4,4(r5)
     10 	sth.n	r4,0xe(r5)
     11 	sth.n	r4,0x1e(r5)
     12