mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
travis: add br3392275
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
63ccbf4f5f
commit
7f3cfafbd9
3 changed files with 23 additions and 0 deletions
10
travis/test/br3392275.asm
Normal file
10
travis/test/br3392275.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
bits 32
|
||||
|
||||
blendvpd xmm2,xmm1,xmm0
|
||||
blendvpd xmm2,xmm1
|
||||
blendvps xmm2,xmm1,xmm0
|
||||
blendvps xmm2,xmm1
|
||||
pblendvb xmm2,xmm1,xmm0
|
||||
pblendvb xmm2,xmm1
|
||||
sha256rnds2 xmm2,xmm1,xmm0
|
||||
sha256rnds2 xmm2,xmm1
|
||||
1
travis/test/br3392275.bin.t
Normal file
1
travis/test/br3392275.bin.t
Normal file
|
|
@ -0,0 +1 @@
|
|||
f8ムf8ムf8ムf8ムf8ムf8ム8ヒム8ヒム
|
||||
12
travis/test/br3392275.json
Normal file
12
travis/test/br3392275.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"id": "br3392275",
|
||||
"description": "Do not require xmm0 to be explicitly declared when implicit",
|
||||
"format": "bin",
|
||||
"source": "br3392275.asm",
|
||||
"option": "-Ox",
|
||||
"target": [
|
||||
{ "output": "br3392275.bin" }
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue