1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS MIPS64 cop2 instructions
3 #as: -32
4 
5 # Check MIPS64 cop2 instruction assembly
6 
7 .*: +file format .*mips.*
8 
9 Disassembly of section .text:
10 0+0000 <[^>]*> 48232000 	dmfc2	v1,\$4
11 0+0004 <[^>]*> 48242800 	dmfc2	a0,\$5
12 0+0008 <[^>]*> 48253007 	dmfc2	a1,\$6,7
13 0+000c <[^>]*> 48a63800 	dmtc2	a2,\$7
14 0+0010 <[^>]*> 48a74000 	dmtc2	a3,\$8
15 0+0014 <[^>]*> 48a84807 	dmtc2	t0,\$9,7
16 #pass
17