1 #objdump: -dr -m mips:micromips -M reg-names=numeric
2 #name: microMIPS insn32 move test
3 #source: micromips32-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:	001f 6a90 	move	\$13,\$31
12    4:	001f 6950 	move	\$13,\$31
13    8:	581f 6950 	move	\$13,\$31
14    c:	001f 6a90 	move	\$13,\$31
15