travis: add br3392275

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2020-08-25 14:40:10 +03:00
parent 63ccbf4f5f
commit 7f3cfafbd9
3 changed files with 23 additions and 0 deletions

10
travis/test/br3392275.asm Normal file
View 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

View file

@ -0,0 +1 @@
f8ムf8ムf8ムf8ムf8ムf88ヒム8ヒム

View 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" }
]
}
]