Home | History | Annotate | Download | only in nios2
      1 # Source file used to test the not.n instructions.
      2 
      3 foo:
      4 	not.n	r4,r4
      5 	not.n	r17,r7
      6 	not.n	r7,r17
      7 	not.n	r7,r7
      8