x86: fix (dis)assembly of certain SSE2 insns in 16-bit mode
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-branch-4.l
CommitLineData
07f5af7d
L
1.*: Assembler messages:
2.*:2: Error: invalid instruction suffix for `call'
3.*:3: Error: invalid instruction suffix for `call'
4.*:4: Error: operand type mismatch for `jmp'
5.*:5: Error: invalid instruction suffix for `jmp'
6.*:6: Error: invalid instruction suffix for `jmp'
7.*:9: Error: operand type mismatch for `call'
8.*:10: Error: invalid instruction suffix for `call'
9.*:11: Error: invalid instruction suffix for `call'
10.*:12: Error: invalid instruction suffix for `call'
11.*:13: Error: operand type mismatch for `jmp'
12.*:14: Error: invalid instruction suffix for `jmp'
13.*:15: Error: invalid instruction suffix for `jmp'
14.*:16: Error: invalid instruction suffix for `jmp'
15GAS LISTING .*
16#...
17[ ]*1[ ]+\.text
18[ ]*2[ ]+callw \*%ax
19[ ]*3[ ]+callw \*\(%rax\)
20[ ]*4[ ]+jmp \*%ax
21[ ]*5[ ]+jmpw \*%ax
22[ ]*6[ ]+jmpw \*\(%rax\)
23[ ]*7[ ]+
24[ ]*8[ ]+\.intel_syntax noprefix
25[ ]*9[ ]+call ax
26[ ]*10[ ]+callw ax
27[ ]*11[ ]+callw \[rax\]
28[ ]*12[ ]+call WORD PTR \[rax\]
29[ ]*13[ ]+jmp ax
30[ ]*14[ ]+jmpw ax
31[ ]*15[ ]+jmpw \[rax\]
32[ ]*16[ ]+jmp WORD PTR \[rax\]
33#pass
This page took 0.173873 seconds and 4 git commands to generate.