i386: Also check R12-R15 registers when optimizing testq to testb
[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]+: 3e 66 ff d0 notrack call ax
13 [ ]*[a-f0-9]+: 3e ff e0 notrack jmp eax
14 [ ]*[a-f0-9]+: 3e 66 ff e0 notrack jmp ax
15 [ ]*[a-f0-9]+: 3e ff 10 notrack call DWORD PTR \[eax\]
16 [ ]*[a-f0-9]+: 3e 66 ff 10 notrack call WORD PTR \[eax\]
17 [ ]*[a-f0-9]+: 3e ff 20 notrack jmp DWORD PTR \[eax\]
18 [ ]*[a-f0-9]+: 3e 66 ff 20 notrack jmp WORD PTR \[eax\]
19 [ ]*[a-f0-9]+: 3e f2 ff d0 notrack bnd call eax
20 [ ]*[a-f0-9]+: 3e 66 f2 ff d0 notrack bnd call ax
21 [ ]*[a-f0-9]+: 3e f2 ff e0 notrack bnd jmp eax
22 [ ]*[a-f0-9]+: 3e 66 f2 ff e0 notrack bnd jmp ax
23 [ ]*[a-f0-9]+: 3e f2 ff 10 notrack bnd call DWORD PTR \[eax\]
24 [ ]*[a-f0-9]+: 3e 66 f2 ff 10 notrack bnd call WORD PTR \[eax\]
25 [ ]*[a-f0-9]+: 3e f2 ff 20 notrack bnd jmp DWORD PTR \[eax\]
26 [ ]*[a-f0-9]+: 3e 66 f2 ff 20 notrack bnd jmp WORD PTR \[eax\]
27 [ ]*[a-f0-9]+: 3e f2 ff d0 notrack bnd call eax
28 [ ]*[a-f0-9]+: 3e 66 f2 ff d0 notrack bnd call ax
29 [ ]*[a-f0-9]+: 3e f2 ff 10 notrack bnd call DWORD PTR \[eax\]
30 [ ]*[a-f0-9]+: 3e 66 f2 ff 10 notrack bnd call WORD PTR \[eax\]
31 [ ]*[a-f0-9]+: 3e ff d0 notrack call eax
32 [ ]*[a-f0-9]+: 3e 66 ff d0 notrack call ax
33 [ ]*[a-f0-9]+: 3e ff e0 notrack jmp eax
34 [ ]*[a-f0-9]+: 3e 66 ff e0 notrack jmp ax
35 [ ]*[a-f0-9]+: 3e ff 10 notrack call DWORD PTR \[eax\]
36 [ ]*[a-f0-9]+: 3e 66 ff 10 notrack call WORD PTR \[eax\]
37 [ ]*[a-f0-9]+: 3e ff 20 notrack jmp DWORD PTR \[eax\]
38 [ ]*[a-f0-9]+: 3e 66 ff 20 notrack jmp WORD PTR \[eax\]
39 [ ]*[a-f0-9]+: 3e f2 ff d0 notrack bnd call eax
40 [ ]*[a-f0-9]+: 3e 66 f2 ff d0 notrack bnd call ax
41 [ ]*[a-f0-9]+: 3e f2 ff e0 notrack bnd jmp eax
42 [ ]*[a-f0-9]+: 3e 66 f2 ff e0 notrack bnd jmp ax
43 [ ]*[a-f0-9]+: 3e f2 ff 10 notrack bnd call DWORD PTR \[eax\]
44 [ ]*[a-f0-9]+: 3e 66 f2 ff 10 notrack bnd call WORD PTR \[eax\]
45 [ ]*[a-f0-9]+: 3e f2 ff 20 notrack bnd jmp DWORD PTR \[eax\]
46 [ ]*[a-f0-9]+: 3e 66 f2 ff 20 notrack bnd jmp WORD PTR \[eax\]
47 [ ]*[a-f0-9]+: 3e f2 ff d0 notrack bnd call eax
48 [ ]*[a-f0-9]+: 3e 66 f2 ff d0 notrack bnd call ax
49 [ ]*[a-f0-9]+: 3e f2 ff 10 notrack bnd call DWORD PTR \[eax\]
50 [ ]*[a-f0-9]+: 3e 66 f2 ff 10 notrack bnd call WORD PTR \[eax\]
51 [ ]*[a-f0-9]+: f2 3e ff d0 bnd notrack call eax
52 [ ]*[a-f0-9]+: 66 3e ff d0 notrack call ax
53 #pass
This page took 0.03027 seconds and 4 git commands to generate.