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