From 340ac1a915d1cf4cf9e5cc62a42a660646c0af3a Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 21 Jul 2013 14:45:02 +0400 Subject: [PATCH] test: Add br978756 Signed-off-by: Cyrill Gorcunov --- test/br978756.asm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/br978756.asm diff --git a/test/br978756.asm b/test/br978756.asm new file mode 100644 index 00000000..3b85c2f4 --- /dev/null +++ b/test/br978756.asm @@ -0,0 +1,7 @@ +;Testname=br978756; Arguments=-Ox -felf64 -obr978756.o; Files=stdout stderr br978756.o +[bits 64] + MOVNTDQA xmm1, oword [rsi] + MOVLPD xmm2, qword [rdi] + MOVLPD xmm2, [rdi] + MOVLPD qword [rdi], xmm2 + MOVLPD [rdi], xmm2 -- 2.11.4.GIT