test: Add br3392259

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2013-07-21 11:18:01 +04:00
parent b59346d496
commit 31d73aefb3

8
test/br3392259.asm Normal file
View File

@ -0,0 +1,8 @@
;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