]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/i386/notrackbad.s
x86: Add NOTRACK prefix support
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / i386 / notrackbad.s
1 # Check 32bit unsupported NOTRACK prefix
2
3 .allow_index_reg
4 .text
5 _start:
6 notrack call foo
7 notrack jmp foo
8
9 notrack call *(%eax)
10 notrack jmp *(%eax)
11 fs notrack call *%eax
12 notrack fs call *%eax
13 notrack bnd call *%eax
14 notrack data16 call *%eax
15
16 .intel_syntax noprefix
17 notrack call [eax]
18 notrack jmp [eax]
19 fs notrack call eax
20 notrack fs call eax
21 notrack bnd call eax
22 notrack data16 call eax