nasm/test/br3392259.asm
Cyrill Gorcunov 31d73aefb3 test: Add br3392259
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2013-07-21 14:45:48 +04:00

8 lines
379 B
NASM

;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