test: nasm-t -- Add br3392259

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-11-11 19:19:10 +03:00
parent f9e3e8168b
commit 634b0e405b
3 changed files with 19 additions and 0 deletions

View File

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

View File

@ -0,0 +1,12 @@
[
{
"description": "Test vmovnt, movnt instructions",
"id": "br3392259",
"format": "elf64",
"source": "br3392259.asm",
"option": "-Ox",
"target": [
{ "output": "br3392259.o" }
]
}
]

BIN
travis/test/br3392259.o.t Normal file

Binary file not shown.