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

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

;Testname=br3392259; Arguments=-Ox -felf64 -obr3392259.o; Files=stdout stderr br3392259.o
[BITS 64]

	VMOVNTDQA	ymm1, yword [rsi]	; fails: "error: invalid combination of opcode and operands"
	VMOVNTDQA	ymm1, [rsi]		; works
	VMOVNTDQA	xmm1, oword [rsi]	; works
	MOVNTDQA	xmm1, oword [rsi]	; fails, see bug 978756: "error: mismatch in operand sizes"
	MOVNTDQA	xmm1, [rsi]		; works