summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/clflushopt.s
blob: a6d4990f8cd20b6ba1c6bc4faa169f1b5bcfa1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Check 32bit CLFLUSHOPT instructions

	.allow_index_reg
	.text
_start:

	clflushopt	(%ecx)	 # CLFLUSHOPT
	clflushopt	-123456(%esp,%esi,8)	 # CLFLUSHOPT

	.intel_syntax noprefix
	clflushopt	BYTE PTR [ecx]	 # CLFLUSHOPT
	clflushopt	BYTE PTR [esp+esi*8-123456]	 # CLFLUSHOPT