test: Add br978756

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2013-07-21 14:45:02 +04:00
parent 31d73aefb3
commit 340ac1a915

7
test/br978756.asm Normal file
View File

@ -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