1# source file to test assembly of mips32r2 FP instructions
2
3	.text
4text_label:
5
6      # FPU (cp1) instructions
7      #
8      # Even registers are supported w/ 32-bit FPU, odd
9      # registers supported only for 64-bit FPU.
10      # Only the 32-bit FPU instructions are tested here.
11
12	mfhc1	$17, $f0
13	mthc1	$17, $f0
14