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
18	sysret
19	sysretq
20
21	.intel_syntax noprefix
22	iretw
23	iretd
24	iret
25	iretq
26	sysretd
27	sysret
28	sysretq
29