x86/Intel: improve diagnostics for ambiguous VCVT* operands
[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
4b4c407a
L
15 iretq
16 sysretl
4b4c407a
L
17 sysretq
18
19 .intel_syntax noprefix
20 iretw
21 iretd
22 iret
23 iretq
24 sysretd
4b4c407a 25 sysretq
This page took 0.311486 seconds and 4 git commands to generate.