view nasmbuild/nasm-2.13rc9/test/movd64.asm @ 10714:0350bdce1ab8

<rdococ> revert
author HackBot
date Sun, 16 Apr 2017 15:59:43 +0000
parents 587a0a262d22
children
line wrap: on
line source

	bits 64

	movd r8d, mm1
	movd r8, mm1
	movq r8, mm1

	movd [rax], mm1
	movq [rax], mm1
	movd dword [rax], mm1
;	movq dword [rax], mm1
	movd qword [rax], mm1
	movq qword [rax], mm1
	
;	movd mm2, mm1
	movq mm2, mm1