projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31d73ae
)
test: Add br978756
author
Cyrill Gorcunov
<gorcunov@gmail.com>
Sun, 21 Jul 2013 10:45:02 +0000
(14:45 +0400)
committer
Cyrill Gorcunov
<gorcunov@gmail.com>
Sun, 21 Jul 2013 10:45:48 +0000
(14:45 +0400)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
test/br978756.asm
[new file with mode: 0644]
patch
|
blob
diff --git a/test/br978756.asm
b/test/br978756.asm
new file mode 100644
(file)
index 0000000..
3b85c2f
--- /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