x86: add support for AVX-512 VPCMP*{B,W} pseudo-ops
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-notrackbad.l
... / ...
CommitLineData
1.*: Assembler messages:
2.*:6: Error: expecting indirect branch instruction after `notrack'
3.*:6: Warning: skipping prefixes on this instruction
4.*:7: Error: expecting indirect branch instruction after `notrack'
5.*:9: Error: same type of prefix used twice
6.*:10: Error: same type of prefix used twice
7.*:13: Error: same type of prefix used twice
8.*:14: Error: same type of prefix used twice
9GAS LISTING .*
10
11
12[ ]*1[ ]+\# Check 64bit unsupported NOTRACK prefix
13[ ]*2[ ]+
14[ ]*3[ ]+\.allow_index_reg
15[ ]*4[ ]+\.text
16[ ]*5[ ]+_start:
17[ ]*6[ ]+\?\?\?\? [0-9A-F]* notrack call foo
18\*\*\*\* Error: expecting indirect branch instruction after `notrack'
19\*\*\*\* Warning: skipping prefixes on this instruction
20[ ]*6[ ]+[0-9A-F]*
21[ ]*7[ ]+\?\?\?\? [0-9A-F]* notrack jmp foo
22\*\*\*\* Error: expecting indirect branch instruction after `notrack'
23[ ]*7[ ]+[0-9A-F]*
24[ ]*8[ ]+
25[ ]*9[ ]+fs notrack call \*%rax
26[ ]*10[ ]+notrack fs call \*%rax
27[ ]*11[ ]+
28[ ]*12[ ]+\.intel_syntax noprefix
29[ ]*13[ ]+fs notrack call rax
30[ ]*14[ ]+notrack fs call rax
31#pass
This page took 0.02317 seconds and 4 git commands to generate.