summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2018-11-11 19:09:11 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2018-11-11 21:43:46 +0300
commit3d5195704d86636f398f66c6a09966da650972b7 (patch)
tree3154517e4714088f18a442a1fe3989d3ee7b802f /travis
parente8d773c5789daf5673199d11c84de5360297116b (diff)
downloadnasm-3d5195704d86636f398f66c6a09966da650972b7.tar.gz
test: nasm-t -- Add br3385573
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'travis')
-rw-r--r--travis/test/br3385573.asm9
-rw-r--r--travis/test/br3385573.bin.tbin0 -> 36 bytes
-rw-r--r--travis/test/br3385573.json18
3 files changed, 27 insertions, 0 deletions
diff --git a/travis/test/br3385573.asm b/travis/test/br3385573.asm
new file mode 100644
index 00000000..0f5f1f0f
--- /dev/null
+++ b/travis/test/br3385573.asm
@@ -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
diff --git a/travis/test/br3385573.bin.t b/travis/test/br3385573.bin.t
new file mode 100644
index 00000000..877207c4
--- /dev/null
+++ b/travis/test/br3385573.bin.t
Binary files differ
diff --git a/travis/test/br3385573.json b/travis/test/br3385573.json
new file mode 100644
index 00000000..10c02198
--- /dev/null
+++ b/travis/test/br3385573.json
@@ -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"
+ }
+]