summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2018-11-11 19:22:30 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2018-11-11 21:43:46 +0300
commit9354f72a41e446a96031c7ddcedd78acb1794ea7 (patch)
treef2e4b0c37404f84f575c6c38ae8391606fcd10ba /travis
parent634b0e405b7ab009a067777934b23d92e246fcf7 (diff)
downloadnasm-9354f72a41e446a96031c7ddcedd78acb1794ea7.tar.gz
test: nasm-t -- Add br978756
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'travis')
-rw-r--r--travis/test/br978756.asm6
-rw-r--r--travis/test/br978756.json12
-rw-r--r--travis/test/br978756.o.tbin0 -> 576 bytes
3 files changed, 18 insertions, 0 deletions
diff --git a/travis/test/br978756.asm b/travis/test/br978756.asm
new file mode 100644
index 00000000..44f7a51b
--- /dev/null
+++ b/travis/test/br978756.asm
@@ -0,0 +1,6 @@
+[bits 64]
+ movntdqa xmm1, oword [rsi]
+ movlpd xmm2, qword [rdi]
+ movlpd xmm2, [rdi]
+ movlpd qword [rdi], xmm2
+ movlpd [rdi], xmm2
diff --git a/travis/test/br978756.json b/travis/test/br978756.json
new file mode 100644
index 00000000..114bd665
--- /dev/null
+++ b/travis/test/br978756.json
@@ -0,0 +1,12 @@
+[
+ {
+ "description": "Test for movlpd instruction",
+ "id": "br978756",
+ "format": "elf64",
+ "source": "br978756.asm",
+ "option": "-Ox",
+ "target": [
+ { "output": "br978756.o" }
+ ]
+ }
+]
diff --git a/travis/test/br978756.o.t b/travis/test/br978756.o.t
new file mode 100644
index 00000000..9ba6a441
--- /dev/null
+++ b/travis/test/br978756.o.t
Binary files differ