Home | History | Annotate | Download | only in mips
      1 # Source file used to test the ulh and ulhu macros (harder).
      2 
      3 	.text
      4 text_label:
      5 
      6 	ulh	$4,0($5)		# warns
      7 	ulh	$4,1($5)		# warns
      8 
      9 	ulh	$5,0($5)		# warns
     10 	ulh	$5,1($5)		# warns
     11 
     12 	ulhu	$4,0($5)		# warns
     13 	ulhu	$4,1($5)		# warns
     14 
     15 	ulhu	$5,0($5)		# warns
     16 	ulhu	$5,1($5)		# warns
     17 
     18 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
     19 	.space  8
     20