summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/i386/xsavec.s
blob: 93415d856af3a52a0f97654d989a183c37ed9bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Check 32bit XSAVEC instructions

	.allow_index_reg
	.text
_start:

	xsavec	(%ecx)	 # XSAVEC
	xsavec	-123456(%esp,%esi,8)	 # XSAVEC

	.intel_syntax noprefix
	xsavec	[ecx]	 # XSAVEC
	xsavec	[esp+esi*8-123456]	 # XSAVEC