Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / move.d
1 #objdump: -dr -M reg-names=numeric
2 #name: MIPS move disassembly test
3 #source: move.s
4
5 # Check objdump's disassembly of the move menomic for addu, daddu and or.
6
7 .*: +file format .*mips.*
8
9 Disassembly of section .text:
10 0+ <.*>:
11 0: 03e08025 move \$16,\$31
12 4: 03e08021 move \$16,\$31
13 8: 03e0802d move \$16,\$31
14 c: 03e08025 move \$16,\$31
This page took 0.031686 seconds and 4 git commands to generate.