From: nasm-bot f. C. G. <gor...@gm...> - 2018-11-12 07:01:49
|
Commit-ID: 9354f72a41e446a96031c7ddcedd78acb1794ea7 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=9354f72a41e446a96031c7ddcedd78acb1794ea7 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 11 Nov 2018 19:22:30 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 11 Nov 2018 21:43:46 +0300 test: nasm-t -- Add br978756 Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- travis/test/br978756.asm | 6 ++++++ travis/test/br978756.json | 12 ++++++++++++ travis/test/{br3392259.o.t => br978756.o.t} | Bin 576 -> 576 bytes 3 files changed, 18 insertions(+) diff --git a/travis/test/br978756.asm b/travis/test/br978756.asm new file mode 100644 index 0000000..44f7a51 --- /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 0000000..114bd66 --- /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/br3392259.o.t b/travis/test/br978756.o.t similarity index 55% copy from travis/test/br3392259.o.t copy to travis/test/br978756.o.t index e8c03c5..9ba6a44 100644 Binary files a/travis/test/br3392259.o.t and b/travis/test/br978756.o.t differ |