gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval.s
index e108175b3ae44e63425c3ec52a2d082079f5265e..e33a148219e47231972976b3c5c87ea9bd2472b0 100644 (file)
@@ -50,9 +50,35 @@ foo: jaw     foo
        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.024325 seconds and 4 git commands to generate.