Home | History | Annotate | Download | only in nios2
      1 # Source file used to test the cache instruction
      2 foo:
      3 	flushd -0x800(r6)
      4 	flushd 0x7ff(r6)
      5 	flushd 0x0(r6)
      6 	flushd -0x001(r6)
      7 
      8 # use symbol for offset
      9 	flushd foo(r6)
     10 
     11 # use external symbol
     12 	.global external
     13 	flushd external(r6)
     14 
     15 # flushi
     16 	flushi r2
     17 
     18 #flushp
     19 	flushp
     20 
     21 
     22