Home | History | Annotate | Download | only in mips
      1 # Source file to test assembly of MIPS64-derived microMIPS cop2 instructions
      2 
      3 	.set noreorder
      4 	.set noat
      5 
      6 	.globl text_label .text
      7 text_label:
      8 
      9 	# Unprivileged coprocessor instructions.
     10 	# These tests use cp2 to avoid other (cp0, fpu, prefetch) opcodes.
     11 
     12 	# No sel with cp2 for microMIPS.
     13 	dmfc2	$3, $4
     14 	dmtc2	$6, $7
     15 
     16 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
     17 	.align	2
     18 	.space	8
     19