x86: Check non-WIG EVEX instruction encoding with -mevexwig=1
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-inval-movbe.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: .*
12 GAS 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.038012 seconds and 4 git commands to generate.