BR 3392218: Disassemble 82h opcodes
[nasm/sigaren-mirror.git] / test / movd.asm
blob42df0af9dfe8d0821adbd724c4d9d39b4e5e5884
1 ;Testname=optimized; Arguments=-Ox -fbin -omovd.bin; Files=stdout stderr movd.bin
2 [BITS 32]
3 movd mm0,eax
4 movd mm0,[eax]
5 movd [eax],mm0
6 movd eax,mm0
8 movd xmm0,eax
9 movd xmm0,[eax]
11 movd [eax],xmm0
12 movd eax,xmm0