x86: Add NOTRACK prefix support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / notrack.d
CommitLineData
04ef582a
L
1#objdump: -dw
2#name: i386 NOTRACK prefix
3
4.*: +file format .*
5
6
7Disassembly of section .text:
8
90+ <_start>:
10[ ]*[a-f0-9]+: 3e ff d0 notrack call \*%eax
11[ ]*[a-f0-9]+: 66 3e ff d0 notrack callw \*%ax
12[ ]*[a-f0-9]+: 3e ff e0 notrack jmp \*%eax
13[ ]*[a-f0-9]+: 66 3e ff e0 notrack jmpw \*%ax
14[ ]*[a-f0-9]+: f2 3e ff d0 bnd notrack call \*%eax
15[ ]*[a-f0-9]+: 66 f2 3e ff d0 bnd notrack callw \*%ax
16[ ]*[a-f0-9]+: f2 3e ff e0 bnd notrack jmp \*%eax
17[ ]*[a-f0-9]+: 66 f2 3e ff e0 bnd notrack jmpw \*%ax
18[ ]*[a-f0-9]+: 3e ff d0 notrack call \*%eax
19[ ]*[a-f0-9]+: 66 3e ff d0 notrack callw \*%ax
20[ ]*[a-f0-9]+: 3e ff e0 notrack jmp \*%eax
21[ ]*[a-f0-9]+: 66 3e ff e0 notrack jmpw \*%ax
22[ ]*[a-f0-9]+: f2 3e ff d0 bnd notrack call \*%eax
23[ ]*[a-f0-9]+: 66 f2 3e ff d0 bnd notrack callw \*%ax
24[ ]*[a-f0-9]+: f2 3e ff e0 bnd notrack jmp \*%eax
25[ ]*[a-f0-9]+: 66 f2 3e ff e0 bnd notrack jmpw \*%ax
26[ ]*[a-f0-9]+: 3e f2 ff d0 ds bnd call \*%eax
27[ ]*[a-f0-9]+: 3e 66 ff d0 ds callw \*%ax
28#pass
This page took 0.027584 seconds and 4 git commands to generate.