x86: warn about insns exceeding the 15-byte limit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-inval-movbe.l
CommitLineData
f1f8f695
L
1.*: Assembler messages:
2.*:4: Error: .*
3.*:5: Error: .*
4.*:6: Error: .*
5.*:7: Error: .*
6.*:8: Error: .*
7.*:11: Error: .*
8.*:12: Error: .*
9.*:13: Error: .*
10.*:14: Error: .*
11.*:15: Error: .*
12GAS LISTING .*
13
14
15[ ]*1[ ]+\# Check illegal movbe in 64bit mode\.
16[ ]*2[ ]+\.text
17[ ]*3[ ]+foo:
18[ ]*4[ ]+movbe \(%rcx\),%bl
19[ ]*5[ ]+movbe %ecx,%ebx
20[ ]*6[ ]+movbe %bx,%rcx
21[ ]*7[ ]+movbe %rbx,%rcx
22[ ]*8[ ]+movbe %bl,\(%rcx\)
23[ ]*9[ ]+
24[ ]*10[ ]+\.intel_syntax noprefix
25[ ]*11[ ]+movbe bl, byte ptr \[rcx\]
26[ ]*12[ ]+movbe ebx, ecx
27[ ]*13[ ]+movbe rcx, bx
28[ ]*14[ ]+movbe rcx, rbx
29[ ]*15[ ]+movbe byte ptr \[rcx\], bl
This page took 0.520524 seconds and 4 git commands to generate.