mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
test: nasm-t -- Add br3385573
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
e8d773c578
commit
3d5195704d
9
travis/test/br3385573.asm
Normal file
9
travis/test/br3385573.asm
Normal 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
BIN
travis/test/br3385573.bin.t
Normal file
Binary file not shown.
18
travis/test/br3385573.json
Normal file
18
travis/test/br3385573.json
Normal 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"
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user