aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/suffix.s
blob: 7f2864d8ed413d0176010d4b429529c509cd4f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Disassembling with -Msuffix.

	.text
foo:
	monitor
	mwait

	vmcall
	vmlaunch
	vmresume
	vmxoff

	iretw
	iretl
	iret
	sysretl
	sysret

	.intel_syntax noprefix
	iretw
	iretd
	iret
	sysretd
	sysret