x86: Remove restriction on NOTRACK prefix position
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-nops.s
CommitLineData
15965411
L
1 .text
2
3 .byte 0x0f, 0x1f, 0x0
4 .byte 0x0f, 0x1f, 0x40, 0x0
5 .byte 0x0f, 0x1f, 0x44, 0x0, 0x0
6 .byte 0x66, 0x0f, 0x1f, 0x44, 0x0, 0x0
7 .byte 0x0f, 0x1f, 0x80, 0x0, 0x0, 0x0, 0x0
8 .byte 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0
9 .byte 0x66, 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0
10 .byte 0x66, 0x2e, 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0
11
b5b1fc4f
L
12 # reg,reg
13 .byte 0x0f, 0x19, 0xff
14 .byte 0x0f, 0x1a, 0xff
15 .byte 0x0f, 0x1b, 0xff
16 .byte 0x0f, 0x1c, 0xff
17 .byte 0x0f, 0x1d, 0xff
18 .byte 0x0f, 0x1e, 0xff
19 .byte 0x0f, 0x1f, 0xff
20
21 # with base and imm8
22 .byte 0x0f, 0x19, 0x5A, 0x22
b5b1fc4f
L
23 .byte 0x0f, 0x1c, 0x5A, 0x22
24 .byte 0x0f, 0x1d, 0x5A, 0x22
25 .byte 0x0f, 0x1e, 0x5A, 0x22
26 .byte 0x0f, 0x1f, 0x5A, 0x22
27
28 # with sib and imm32
29 .byte 0x0f, 0x19, 0x9C, 0x1D, 0x11, 0x22, 0x33, 0x44
b5b1fc4f
L
30 .byte 0x0f, 0x1c, 0x9C, 0x1D, 0x11, 0x22, 0x33, 0x44
31 .byte 0x0f, 0x1d, 0x9C, 0x1D, 0x11, 0x22, 0x33, 0x44
32 .byte 0x0f, 0x1e, 0x9C, 0x1D, 0x11, 0x22, 0x33, 0x44
33 .byte 0x0f, 0x1f, 0x9C, 0x1D, 0x11, 0x22, 0x33, 0x44
34
35 .byte 0x0f, 0x19, 0x04, 0x60
b5b1fc4f
L
36 .byte 0x0f, 0x1c, 0x04, 0x60
37 .byte 0x0f, 0x1d, 0x04, 0x60
38 .byte 0x0f, 0x1e, 0x04, 0x60
39 .byte 0x0f, 0x1f, 0x04, 0x60
40
41 .byte 0x0f, 0x19, 0x04, 0x59
b5b1fc4f
L
42 .byte 0x0f, 0x1c, 0x04, 0x59
43 .byte 0x0f, 0x1d, 0x04, 0x59
44 .byte 0x0f, 0x1e, 0x04, 0x59
45 .byte 0x0f, 0x1f, 0x04, 0x59
46
8b38ad71
L
47 nop (%rax)
48 nop %rax
49 nop %eax
50 nop %ax
51 nopq (%rax)
52 nopl (%rax)
53 nopw (%rax)
54 nopq %rax
55 nopl %eax
56 nopw %ax
57 nop (%r10)
58 nop %r10
59 nop %r10d
60 nop %r10w
61 nopq (%r10)
62 nopl (%r10)
63 nopw (%r10)
64 nopq %r10
65 nopl %r10d
66 nopw %r10w
This page took 0.650199 seconds and 4 git commands to generate.