Home | History | Annotate | Download | only in nios2
      1 # Source file used to test the nor instruction
      2 
      3 foo:
      4 	rdctl	r8,ctl31
      5 	rdctl	r8,ctl30
      6 	rdctl	r8,ctl29
      7 	rdctl	r8,status
      8 	rdctl	r8,bstatus
      9 	rdctl	r8,estatus
     10 	wrctl	ctl31,r8
     11 	wrctl	ctl30,r8
     12 	wrctl	ctl29,r8
     13 	wrctl	status,r8
     14 	wrctl	bstatus,r8
     15 	wrctl	estatus,r8
     16 
     17 
     18 
     19