test: nasm-t -- Add br3385573

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

View File

@ -0,0 +1,9 @@
[bits 64]
vpmovsxbw ymm1, xmm2
vpsllw ymm1, ymm2, 3
vpslld ymm1, ymm2, 3
vpsllq ymm1, ymm2, 3
vpsrld ymm1, ymm2, 3
vpsrad ymm1, ymm2, 3
vpermq ymm1, [rsi], 9

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

Binary file not shown.

View File

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