gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / movbe.d
1 #objdump: -dw
2 #name: i386 movbe
3
4 .*: file format .*
5
6 Disassembly of section .text:
7
8 0+ <foo>:
9 [ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe \(%ecx\),%bx
10 [ ]*[a-f0-9]+: 0f 38 f0 19 movbe \(%ecx\),%ebx
11 [ ]*[a-f0-9]+: 66 0f 38 f1 19 movbe %bx,\(%ecx\)
12 [ ]*[a-f0-9]+: 0f 38 f1 19 movbe %ebx,\(%ecx\)
13 [ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe \(%ecx\),%bx
14 [ ]*[a-f0-9]+: 0f 38 f0 19 movbe \(%ecx\),%ebx
15 [ ]*[a-f0-9]+: 66 0f 38 f1 19 movbe %bx,\(%ecx\)
16 [ ]*[a-f0-9]+: 0f 38 f1 19 movbe %ebx,\(%ecx\)
17 [ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe \(%ecx\),%bx
18 [ ]*[a-f0-9]+: 0f 38 f0 19 movbe \(%ecx\),%ebx
19 [ ]*[a-f0-9]+: 66 0f 38 f1 19 movbe %bx,\(%ecx\)
20 [ ]*[a-f0-9]+: 0f 38 f1 19 movbe %ebx,\(%ecx\)
21 #pass
This page took 0.033751 seconds and 4 git commands to generate.