[nasm:nasm-2.15.xx] travis: add vpcmp

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Tue Aug 25 06:39:07 PDT 2020


Commit-ID:  e2917fd7758f5c45eb416d9c30320c4c2c9432c0
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=e2917fd7758f5c45eb416d9c30320c4c2c9432c0
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Tue, 25 Aug 2020 15:35:49 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Tue, 25 Aug 2020 16:36:10 +0300

travis: add vpcmp

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 {test => travis/test}/vpcmp.asm |   1 +
 travis/test/vpcmp.bin.t         | Bin 0 -> 160 bytes
 travis/test/vpcmp.json          |  12 ++++++++++++
 3 files changed, 13 insertions(+)

diff --git a/test/vpcmp.asm b/travis/test/vpcmp.asm
similarity index 99%
copy from test/vpcmp.asm
copy to travis/test/vpcmp.asm
index 16377cb0..acc8ef37 100644
--- a/test/vpcmp.asm
+++ b/travis/test/vpcmp.asm
@@ -1,4 +1,5 @@
 	bits 64
+
 	vpcmpeqb k2{k2},zmm0,zmm1
 	vpcmpgtb k2{k2},zmm0,zmm1
 	vpcmpeqw k2{k2},zmm0,zmm1
diff --git a/travis/test/vpcmp.bin.t b/travis/test/vpcmp.bin.t
new file mode 100644
index 00000000..0ac4dfe0
Binary files /dev/null and b/travis/test/vpcmp.bin.t differ
diff --git a/travis/test/vpcmp.json b/travis/test/vpcmp.json
new file mode 100644
index 00000000..c98da198
--- /dev/null
+++ b/travis/test/vpcmp.json
@@ -0,0 +1,12 @@
+[
+	{
+		"description": "Test vpcmp instruction",
+		"id": "vpcmp",
+		"format": "bin",
+		"source": "vpcmp.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "vpcmp.bin" }
+		]
+	}
+]


More information about the Nasm-commits mailing list