gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-movsxd-inval.l
CommitLineData
bc31405e
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: .*
11GAS LISTING .*
12
13
14[ ]*1[ ]+\# 64-bit only invalid MOVSXD with AMD64 ISA
15[ ]*2[ ]+\.text
16[ ]*3[ ]+_start:
17[ ]*4[ ]+movslq %ax, %cx
18[ ]*5[ ]+movslq %eax, %ecx
19[ ]*6[ ]+movslq \(%rax\), %ecx
20[ ]*7[ ]+movsxd %ax, %cx
21[ ]*8[ ]+
22[ ]*9[ ]+\.intel_syntax noprefix
23[ ]*10[ ]+movslq cx, eax
24[ ]*11[ ]+movslq ecx, eax
25[ ]*12[ ]+movslq ecx, \[rax\]
26[ ]*13[ ]+movsxd cx, ax
27[ ]*14[ ]+movsxd cx, WORD PTR \[rax\]
This page took 0.050028 seconds and 4 git commands to generate.