Home | History | Annotate | Download | only in mips
      1 # Source file to test assembly of MIPS32r2 sync instructions.
      2 
      3 	.text
      4 foo:
      5 	sync
      6 	sync	2
      7 	sync_wmb
      8 	sync	8
      9 	sync_mb
     10 	sync_acquire
     11 	sync_release
     12 	sync_rmb
     13 	sync	0x18
     14 	sync	0
     15 	sync	2
     16 	sync	4
     17 	sync	8
     18 	sync	0x10
     19 	sync	0x11
     20 	sync	0x12
     21 	sync	0x13
     22 	sync	0x18
     23 
     24 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
     25 	.align	2
     26 	.space  8
     27