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