x86: improve handling of insns with ambiguous operand sizes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-nops.s
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
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
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
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
36 .byte 0x0f, 0x1c, 0x0c, 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
42 .byte 0x0f, 0x1c, 0x0c, 0x59
43 .byte 0x0f, 0x1d, 0x04, 0x59
44 .byte 0x0f, 0x1e, 0x04, 0x59
45 .byte 0x0f, 0x1f, 0x04, 0x59
46
47 nop %rax
48 nop %eax
49 nop %ax
50 nopq (%rax)
51 nopl (%rax)
52 nopw (%rax)
53 nopq %rax
54 nopl %eax
55 nopw %ax
56 nop %r10
57 nop %r10d
58 nop %r10w
59 nopq (%r10)
60 nopl (%r10)
61 nopw (%r10)
62 nopq %r10
63 nopl %r10d
64 nopw %r10w
This page took 0.038719 seconds and 4 git commands to generate.