Add support for MIPS R6.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mipsr6@mips32-cp2.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS MIPS32 cop2 instructions
3 #source: mips32-cp2.s
4 #as: -32
5
6 # Check MIPS32 cop2 instruction assembly
7
8 .*: +file format .*mips.*
9
10 Disassembly of section .text:
11 0+0000 <[^>]*> 48411000 cfc2 at,\$2
12 0+0004 <[^>]*> 4b234567 c2 0x1234567
13 0+0008 <[^>]*> 48c21800 ctc2 v0,\$3
14 0+000c <[^>]*> 48032000 mfc2 v1,\$4
15 0+0010 <[^>]*> 48042800 mfc2 a0,\$5
16 0+0014 <[^>]*> 48053007 mfc2 a1,\$6,7
17 0+0018 <[^>]*> 48863800 mtc2 a2,\$7
18 0+001c <[^>]*> 48874000 mtc2 a3,\$8
19 0+0020 <[^>]*> 48884807 mtc2 t0,\$9,7
20 #pass
This page took 0.035071 seconds and 4 git commands to generate.