test: nasm-t -- Add br3189064

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

View file

@ -0,0 +1,4 @@
[bits 64]
vmaskmovps [edi],ymm0,ymm1
vextractf128 xmm0,ymm1,1
vextractf128 [edi],ymm1,1

View file

@ -0,0 +1 @@
gДв}.Дг}Иг}

View file

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