summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2018-11-11 18:24:02 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2018-11-11 21:43:46 +0300
commita138610100dce425952b9ef0ec2b3db7d498a508 (patch)
treee10737c1f029d9df3bd0ca9efc2aa745f608bd02 /travis
parent323f5ae7650091731c38f447a98b5272cc23cc67 (diff)
downloadnasm-a138610100dce425952b9ef0ec2b3db7d498a508.tar.gz
test: nasm-t -- Add br3109604
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'travis')
-rw-r--r--travis/test/br3109604.asm6
-rw-r--r--travis/test/br3109604.bin.tbin0 -> 12 bytes
-rw-r--r--travis/test/br3109604.json18
3 files changed, 24 insertions, 0 deletions
diff --git a/travis/test/br3109604.asm b/travis/test/br3109604.asm
new file mode 100644
index 00000000..0cc39e2f
--- /dev/null
+++ b/travis/test/br3109604.asm
@@ -0,0 +1,6 @@
+ bits 64
+b0: vmovd xmm2, [rdx+r9]
+e0:
+
+ section .data
+len: dd e0 - b0 ; Should be 6
diff --git a/travis/test/br3109604.bin.t b/travis/test/br3109604.bin.t
new file mode 100644
index 00000000..9709a979
--- /dev/null
+++ b/travis/test/br3109604.bin.t
Binary files differ
diff --git a/travis/test/br3109604.json b/travis/test/br3109604.json
new file mode 100644
index 00000000..6c63f70f
--- /dev/null
+++ b/travis/test/br3109604.json
@@ -0,0 +1,18 @@
+[
+ {
+ "description": "Test vmovd (-Ox)",
+ "id": "br3109604",
+ "format": "bin",
+ "source": "br3109604.asm",
+ "option": "-Ox",
+ "target": [
+ { "output": "br3109604.bin" }
+ ]
+ },
+ {
+ "description": "Test vmovd (-O0)",
+ "ref": "br3109604",
+ "option": "-O0",
+ "update": "false"
+ }
+]