gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-movbe.l
1 .*: Assembler messages:
2 .*:4: Error: .*
3 .*:5: Error: .*
4 .*:6: Error: .*
5 .*:7: Error: .*
6 .*:10: Error: .*
7 .*:11: Error: .*
8 .*:12: Error: .*
9 .*:13: Error: .*
10 GAS LISTING .*
11
12
13 [ ]*1[ ]+\# Check illegal movbe
14 [ ]*2[ ]+\.text
15 [ ]*3[ ]+foo:
16 [ ]*4[ ]+movbe \(%ecx\),%bl
17 [ ]*5[ ]+movbe %ecx,%ebx
18 [ ]*6[ ]+movbe %bx,%ecx
19 [ ]*7[ ]+movbe %bl,\(%ecx\)
20 [ ]*8[ ]+
21 [ ]*9[ ]+\.intel_syntax noprefix
22 [ ]*10[ ]+movbe bl, byte ptr \[ecx\]
23 [ ]*11[ ]+movbe ebx, ecx
24 [ ]*12[ ]+movbe ecx, bx
25 [ ]*13[ ]+movbe byte ptr \[ecx\], bl
This page took 0.039646 seconds and 4 git commands to generate.