]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/i386/x86-64-movsxd-intel64-inval.l
x86-64: Properly encode and decode movsxd
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-movsxd-intel64-inval.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 .*:14: Error: .*
11 GAS LISTING .*
12
13
14 [ ]*1[ ]+\# 64-bit only invalid MOVSXD with Intel64 ISA
15 [ ]*2[ ]+\.text
16 [ ]*3[ ]+_start:
17 [ ]*4[ ]+movslq %eax, %cx
18 [ ]*5[ ]+movslq %eax, %ecx
19 [ ]*6[ ]+movslq \(%rax\), %ecx
20 [ ]*7[ ]+movsxd %ax, %ecx
21 [ ]*8[ ]+
22 [ ]*9[ ]+\.intel_syntax noprefix
23 [ ]*10[ ]+movslq cx, ax
24 [ ]*11[ ]+movslq ecx, eax
25 [ ]*12[ ]+movslq ecx, \[rax\]
26 [ ]*13[ ]+movsxd cx, eax
27 [ ]*14[ ]+movsxd cx, DWORD PTR \[rax\]