x86: Add NOTRACK prefix support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-notrack.s
1 # Check 64bit NOTRACK prefix
2
3 .allow_index_reg
4 .text
5 _start:
6 notrack call *%rax
7 notrack call *%r8
8 notrack jmp *%rax
9 notrack jmp *%r8
10
11 bnd notrack call *%rax
12 bnd notrack call *%r8
13 bnd notrack jmp *%rax
14 bnd notrack jmp *%r8
15
16 .intel_syntax noprefix
17 notrack call rax
18 notrack call r8
19 notrack jmp rax
20 notrack jmp r8
21
22 bnd notrack call rax
23 bnd notrack call r8
24 bnd notrack jmp rax
25 bnd notrack jmp r8
26
27 .byte 0x3e
28 .byte 0xf2
29 .byte 0xff
30 .byte 0xd0
31
32 .byte 0x3e
33 .byte 0x66
34 .byte 0xff
35 .byte 0xd0
36
37 .byte 0x66
38 .byte 0x3e
39 .byte 0xff
40 .byte 0xd0
This page took 0.043498 seconds and 5 git commands to generate.