1# objdump: -wd
2# name: Check that both encodings of mov.l (disp32) are accepted (PR 3134)
3
4.*: *file format elf32-h8300.*
5
6Disassembly of section \.text:
7
80+00 <\.text>:
9 .*:[ 	]+01 00 78 80 6b a0 00 00 00 00[ 	]+mov.l[ 	]+er0,@\(0x0:32,er0\)
10 .*:[ 	]+01 00 78 80 6b a0 00 00 00 00[ 	]+mov.l[ 	]+er0,@\(0x0:32,er0\)
11 .*:[ 	]+01 00 78 00 6b a0 00 00 00 00[ 	]+mov.l[ 	]+er0,@\(0x0:32,er0\)
12