x86: warn about insns exceeding the 15-byte limit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-movbe.d
CommitLineData
f1f8f695
L
1#objdump: -dw
2#name: x86-64 movbe
3
4.*: file format .*
5
6Disassembly of section .text:
7
80+ <foo>:
9[ ]*[a-f0-9]+: 66 45 0f 38 f0 29 movbe \(%r9\),%r13w
10[ ]*[a-f0-9]+: 45 0f 38 f0 29 movbe \(%r9\),%r13d
11[ ]*[a-f0-9]+: 4d 0f 38 f0 29 movbe \(%r9\),%r13
12[ ]*[a-f0-9]+: 66 45 0f 38 f1 29 movbe %r13w,\(%r9\)
13[ ]*[a-f0-9]+: 45 0f 38 f1 29 movbe %r13d,\(%r9\)
14[ ]*[a-f0-9]+: 4d 0f 38 f1 29 movbe %r13,\(%r9\)
15[ ]*[a-f0-9]+: 66 45 0f 38 f0 29 movbe \(%r9\),%r13w
16[ ]*[a-f0-9]+: 45 0f 38 f0 29 movbe \(%r9\),%r13d
17[ ]*[a-f0-9]+: 4d 0f 38 f0 29 movbe \(%r9\),%r13
18[ ]*[a-f0-9]+: 66 45 0f 38 f1 29 movbe %r13w,\(%r9\)
19[ ]*[a-f0-9]+: 45 0f 38 f1 29 movbe %r13d,\(%r9\)
20[ ]*[a-f0-9]+: 4d 0f 38 f1 29 movbe %r13,\(%r9\)
21[ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe \(%rcx\),%bx
22[ ]*[a-f0-9]+: 0f 38 f0 19 movbe \(%rcx\),%ebx
23[ ]*[a-f0-9]+: 48 0f 38 f0 19 movbe \(%rcx\),%rbx
24[ ]*[a-f0-9]+: 66 0f 38 f1 19 movbe %bx,\(%rcx\)
25[ ]*[a-f0-9]+: 0f 38 f1 19 movbe %ebx,\(%rcx\)
26[ ]*[a-f0-9]+: 48 0f 38 f1 19 movbe %rbx,\(%rcx\)
27#pass
This page took 0.522377 seconds and 4 git commands to generate.