mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
test: nasm-t -- Add br3392259
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
f9e3e8168b
commit
634b0e405b
7
travis/test/br3392259.asm
Normal file
7
travis/test/br3392259.asm
Normal 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
|
12
travis/test/br3392259.json
Normal file
12
travis/test/br3392259.json
Normal 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
BIN
travis/test/br3392259.o.t
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user