Home | History | Annotate | Download | only in mips
      1 	.text
      2 foo:
      3 	lwu	$0, 0x12345678($2)
      4 	ld	$0, 0x12345678($2)
      5 	lld	$0, 0x12345678($2)
      6 
      7 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
      8 	.align	4, 0
      9 	.space	16
     10