Home | History | Annotate | Download | only in mips
      1 # source file to test illegal ext, dext, dextm, dextu instructions
      2 
      3 	.text
      4 text_label:
      5 	ext	$2, $3, 1, 0
      6 	dext	$2, $3, 1, 0
      7 	dextm	$2, $3, 31, 2
      8 	dextm	$2, $3, 1, 32
      9 	dextu	$2, $3, 33, 0
     10