summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2018-11-11 19:06:44 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2018-11-11 21:43:46 +0300
commite8d773c5789daf5673199d11c84de5360297116b (patch)
tree737d29d99f39ce3be8ffcca9aae5dd0fb1437d5a /travis
parent679a470aa7f83b3d9751a7971d04e762d0195d78 (diff)
downloadnasm-e8d773c5789daf5673199d11c84de5360297116b.tar.gz
test: nasm-t -- Add br3189064
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'travis')
-rw-r--r--travis/test/br3189064.asm4
-rw-r--r--travis/test/br3189064.bin.t1
-rw-r--r--travis/test/br3189064.json18
3 files changed, 23 insertions, 0 deletions
diff --git a/travis/test/br3189064.asm b/travis/test/br3189064.asm
new file mode 100644
index 00000000..4d120cd6
--- /dev/null
+++ b/travis/test/br3189064.asm
@@ -0,0 +1,4 @@
+[bits 64]
+ vmaskmovps [edi],ymm0,ymm1
+ vextractf128 xmm0,ymm1,1
+ vextractf128 [edi],ymm1,1
diff --git a/travis/test/br3189064.bin.t b/travis/test/br3189064.bin.t
new file mode 100644
index 00000000..2235ace4
--- /dev/null
+++ b/travis/test/br3189064.bin.t
@@ -0,0 +1 @@
+gÄâ}.Äã}ÈgÄã} \ No newline at end of file
diff --git a/travis/test/br3189064.json b/travis/test/br3189064.json
new file mode 100644
index 00000000..a68d56e4
--- /dev/null
+++ b/travis/test/br3189064.json
@@ -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"
+ }
+]