2 # All the following should be illegal
50 insertq $4,$2,%xmm2,%ebx
51 cvtsi2ssq (%eax),%xmm1
52 cvtsi2sdq (%eax),%xmm1
61 .intel_syntax noprefix
62 cvtsi2ss xmm1,QWORD PTR [eax]
63 cvtsi2sd xmm1,QWORD PTR [eax]
64 cvtsi2ssq xmm1,QWORD PTR [eax]
65 cvtsi2sdq xmm1,QWORD PTR [eax]
66 movq xmm1, XMMWORD PTR [esp]
67 movq xmm1, DWORD PTR [esp]
68 movq xmm1, WORD PTR [esp]
69 movq xmm1, BYTE PTR [esp]
70 movq XMMWORD PTR [esp],xmm1
71 movq DWORD PTR [esp],xmm1
72 movq WORD PTR [esp],xmm1
73 movq BYTE PTR [esp],xmm1
84 movnti word ptr [eax], ax