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

	.allow_index_reg
	.text
_start:
	movdiri %rax, (%rcx)
	movdir64b (%rcx),%rax
	movdir64b (%ecx),%eax

	.intel_syntax noprefix
	movdiri [rcx],rax
	movdir64b rax,[rcx]
	movdir64b eax,[ecx]