gas/
[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
8b38ad71
L
12 nop (%rax)
13 nop %rax
14 nop %eax
15 nop %ax
16 nopq (%rax)
17 nopl (%rax)
18 nopw (%rax)
19 nopq %rax
20 nopl %eax
21 nopw %ax
22 nop (%r10)
23 nop %r10
24 nop %r10d
25 nop %r10w
26 nopq (%r10)
27 nopl (%r10)
28 nopw (%r10)
29 nopq %r10
30 nopl %r10d
31 nopw %r10w
32
15965411 33 .p2align 4
This page took 0.082347 seconds and 4 git commands to generate.