x86: improve handling of insns with ambiguous operand sizes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-suffix.s
CommitLineData
4b4c407a
L
1# Disassembling with -Msuffix.
2
3 .text
4foo:
5 monitor
6 mwait
7
8 vmcall
9 vmlaunch
10 vmresume
11 vmxoff
12
13 iretw
14 iretl
15 iret
16 iretq
17 sysretl
4b4c407a
L
18 sysretq
19
20 .intel_syntax noprefix
21 iretw
22 iretd
23 iret
24 iretq
25 sysretd
4b4c407a 26 sysretq
This page took 0.283092 seconds and 4 git commands to generate.