test: nasm-t -- Add br2030823

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-11-04 23:32:41 +03:00
parent 9a61c98cc6
commit 1cd96a3a0e
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,5 @@
bits 64
VFMADDPD xmm0, xmm1, [0], xmm3
VFMADDPD xmm0, xmm1, xmm2, [0]
VFMADDPD ymm0, ymm1, [0], ymm3
VFMADDPD ymm0, ymm1, ymm2, [0]

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

Binary file not shown.

View File

@ -0,0 +1,12 @@
[
{
"description": "Test br2030823",
"id": "br2030823",
"format": "bin",
"source": "br2030823.asm",
"option": "-Ox",
"target": [
{ "output": "br2030823.bin" }
]
}
]