1 #objdump: -dwMsuffix
2 #name: i386 movbe w/ suffix
3 #source: movbe.s
4 
5 .*:     file format .*
6 
7 Disassembly of section .text:
8 
9 0+ <foo>:
10 [ 	]*[a-f0-9]+:	66 0f 38 f0 19       	movbew \(%ecx\),%bx
11 [ 	]*[a-f0-9]+:	0f 38 f0 19          	movbel \(%ecx\),%ebx
12 [ 	]*[a-f0-9]+:	66 0f 38 f1 19       	movbew %bx,\(%ecx\)
13 [ 	]*[a-f0-9]+:	0f 38 f1 19          	movbel %ebx,\(%ecx\)
14 [ 	]*[a-f0-9]+:	66 0f 38 f0 19       	movbew \(%ecx\),%bx
15 [ 	]*[a-f0-9]+:	0f 38 f0 19          	movbel \(%ecx\),%ebx
16 [ 	]*[a-f0-9]+:	66 0f 38 f1 19       	movbew %bx,\(%ecx\)
17 [ 	]*[a-f0-9]+:	0f 38 f1 19          	movbel %ebx,\(%ecx\)
18 [ 	]*[a-f0-9]+:	66 0f 38 f0 19       	movbew \(%ecx\),%bx
19 [ 	]*[a-f0-9]+:	0f 38 f0 19          	movbel \(%ecx\),%ebx
20 [ 	]*[a-f0-9]+:	66 0f 38 f1 19       	movbew %bx,\(%ecx\)
21 [ 	]*[a-f0-9]+:	0f 38 f1 19          	movbel %ebx,\(%ecx\)
22 #pass
23