x86: Add NOTRACK prefix support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-notrack-intel.d
CommitLineData
04ef582a
L
1#source: x86-64-notrack.s
2#objdump: -dw -Mintel
3#name: x86-64 NOTRACK prefix (Intel disassembly)
4
5.*: +file format .*
6
7
8Disassembly of section .text:
9
100+ <_start>:
11[ ]*[a-f0-9]+: 3e ff d0 notrack call rax
12[ ]*[a-f0-9]+: 3e 41 ff d0 notrack call r8
13[ ]*[a-f0-9]+: 3e ff e0 notrack jmp rax
14[ ]*[a-f0-9]+: 3e 41 ff e0 notrack jmp r8
15[ ]*[a-f0-9]+: f2 3e ff d0 bnd notrack call rax
16[ ]*[a-f0-9]+: f2 3e 41 ff d0 bnd notrack call r8
17[ ]*[a-f0-9]+: f2 3e ff e0 bnd notrack jmp rax
18[ ]*[a-f0-9]+: f2 3e 41 ff e0 bnd notrack jmp r8
19[ ]*[a-f0-9]+: 3e ff d0 notrack call rax
20[ ]*[a-f0-9]+: 3e 41 ff d0 notrack call r8
21[ ]*[a-f0-9]+: 3e ff e0 notrack jmp rax
22[ ]*[a-f0-9]+: 3e 41 ff e0 notrack jmp r8
23[ ]*[a-f0-9]+: f2 3e ff d0 bnd notrack call rax
24[ ]*[a-f0-9]+: f2 3e 41 ff d0 bnd notrack call r8
25[ ]*[a-f0-9]+: f2 3e ff e0 bnd notrack jmp rax
26[ ]*[a-f0-9]+: f2 3e 41 ff e0 bnd notrack jmp r8
27[ ]*[a-f0-9]+: 3e f2 ff d0 ds bnd call rax
28[ ]*[a-f0-9]+: 3e 66 ff d0 ds call ax
29[ ]*[a-f0-9]+: 66 3e ff d0 ds call ax
30#pass
This page took 0.023779 seconds and 4 git commands to generate.