test: nasm-t -- Add br3109604

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-11-11 18:24:02 +03:00
parent 323f5ae765
commit a138610100
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,6 @@
bits 64
b0: vmovd xmm2, [rdx+r9]
e0:
section .data
len: dd e0 - b0 ; Should be 6

BIN
travis/test/br3109604.bin.t Normal file

Binary file not shown.

View File

@ -0,0 +1,18 @@
[
{
"description": "Test vmovd (-Ox)",
"id": "br3109604",
"format": "bin",
"source": "br3109604.asm",
"option": "-Ox",
"target": [
{ "output": "br3109604.bin" }
]
},
{
"description": "Test vmovd (-O0)",
"ref": "br3109604",
"option": "-O0",
"update": "false"
}
]