x86/Intel: support "mmword ptr"
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / intelok.s
index 4c16613e54dfb2d7512e0e1ace71a49008265181..abd98b460c9fe45d36a926882ddcf1ea84ac86f5 100644 (file)
@@ -83,9 +83,11 @@ start:
        movsx   eax, byte ptr [eax]
        movsx   eax, word ptr [eax]
        paddb   mm0, [eax]
+       paddb   mm0, mmword ptr [eax]
        paddb   mm0, qword ptr [eax]
        paddb   xmm0, [eax]
        paddb   xmm0, xmmword ptr [eax]
+       paddb   xmm0, oword ptr [eax]
        pinsrw  mm0, word ptr [eax], 3
        pinsrw  xmm0, word ptr [eax], 7
        push    dword ptr [eax]
@@ -150,7 +152,7 @@ start:
        mov     eax, [eax[ecx]]
        mov     eax, [[eax][ecx]]
        mov     eax, es:[eax]
-       mov     eax, fs:[eax]
+       mov     eax, fs:gs:[eax]
 
        # expressions
 
This page took 0.024466 seconds and 4 git commands to generate.