mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
test: Add br3392259
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
b59346d496
commit
31d73aefb3
8
test/br3392259.asm
Normal file
8
test/br3392259.asm
Normal 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
|
Loading…
x
Reference in New Issue
Block a user