mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
Some simple tests used during debugging; no reason not to keep them around. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
6 lines
153 B
NASM
6 lines
153 B
NASM
bits 64
|
|
vcvtsi2sd xmm9,xmm10,ecx
|
|
vcvtsi2sd xmm9,xmm10,rcx
|
|
vcvtsi2sd xmm9,xmm10,dword [rdi]
|
|
vcvtsi2sd xmm9,xmm10,qword [rdi]
|