aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/movdir.s
blob: 28dfa6154a1c4430938014e52a5a5a7eeedc0f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Check MOVDIR[I,64B] 32-bit instructions

	.allow_index_reg
	.text
_start:
	movdiri %eax, (%ecx)
	movdir64b (%ecx),%eax
	movdir64b (%si),%ax

	.intel_syntax noprefix
	movdiri [ecx], eax
	movdir64b eax,[ecx]
	movdir64b ax,[si]