gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval.s
index e108175b3ae44e63425c3ec52a2d082079f5265e..2584d0ec986fe31596b1a897e477ee1249e121b9 100644 (file)
@@ -56,3 +56,11 @@ foo: jaw     foo
        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
This page took 0.025349 seconds and 4 git commands to generate.