mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
test: Add br978756
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
31d73aefb3
commit
340ac1a915
7
test/br978756.asm
Normal file
7
test/br978756.asm
Normal 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
|
Loading…
x
Reference in New Issue
Block a user