Home | History | Annotate | Download | only in mips
      1 	.text
      2 	.set noreorder
      3 
      4 foo:
      5 	mfgc0   $3,$29
      6 	mfgc0   $11,$20,5
      7 	mtgc0   $23,$2
      8 	mtgc0   $7,$14,2
      9 
     10 	hypcall
     11 	hypcall 0x256
     12 
     13 	tlbginv
     14 	tlbginvf
     15 	tlbgp
     16 	tlbgr
     17 	tlbgwi
     18 	tlbgwr
     19 
     20 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
     21 	.align	2
     22 	.space	8
     23