gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval.s
index e37a18eac60d1a4b8cd1046642ce63b9deefbcfd..e33a148219e47231972976b3c5c87ea9bd2472b0 100644 (file)
@@ -46,3 +46,39 @@ foo: jaw     foo
        fstb    %st(0)
        fcompll 28(%ebp)
        fldlw   (%eax)
+       movl    $%ebx,%eax
+       insertq $4,$2,%xmm2,%ebx
+       cvtsi2ssq (%eax),%xmm1
+       cvtsi2sdq (%eax),%xmm1
+       fnstsw %eax
+       fnstsw %al
+       fstsw %eax
+       fstsw %al
+
+movnti %ax, (%eax)
+movntiw %ax, (%eax)
+
+       .intel_syntax noprefix
+       cvtsi2ss xmm1,QWORD PTR [eax]
+       cvtsi2sd xmm1,QWORD PTR [eax]
+       cvtsi2ssq xmm1,QWORD PTR [eax]
+       cvtsi2sdq xmm1,QWORD PTR [eax]
+       movq xmm1, XMMWORD PTR [esp]
+       movq xmm1, DWORD PTR [esp]
+       movq xmm1, WORD PTR [esp]
+       movq xmm1, BYTE PTR [esp]
+       movq XMMWORD PTR [esp],xmm1
+       movq DWORD PTR [esp],xmm1
+       movq WORD PTR [esp],xmm1
+       movq BYTE PTR [esp],xmm1
+       fnstsw eax
+       fnstsw al
+       fstsw eax
+       fstsw al
+
+movsx ax, [eax]
+movsx eax, [eax]
+movzx ax, [eax]
+movzx eax, [eax]
+
+movnti word ptr [eax], ax
This page took 0.02401 seconds and 4 git commands to generate.