gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / intelok.s
index c46a17874856481cdb4774153fa2832b050cc9b5..2f78929d1b8200a1b7d2ef9adb77d1c470b17f2c 100644 (file)
@@ -29,6 +29,8 @@ start:
        addsd   xmm0, qword ptr [eax]
        addss   xmm0, [eax]
        addss   xmm0, dword ptr [eax]
+       bound   ax, dword ptr [ecx]
+       bound   eax, qword ptr [ecx]
        call    word ptr [eax]
        call    dword ptr [eax]
        call    fword ptr [eax]
@@ -114,6 +116,9 @@ start:
        mov     eax, [word+eax*dword]
        mov     eax, word[eax*dword]
 
+       mov     eax, [eax*1]
+       mov     eax, [eax*+1]
+       mov     eax, [+1*eax]
        mov     eax, [eax*+2]
        mov     eax, [+2*eax]
        mov     eax, [ecx*dword]
@@ -163,10 +168,10 @@ start:
 
        mov     eax, offset x
        mov     eax, offset flat:x
-       mov     eax, flat:x
+       mov     eax, offset gs:x
        mov     eax, offset [x]
        mov     eax, offset flat:[x]
-       mov     eax, flat:[x]
+       mov     eax, offset gs:[x]
        mov     eax, [offset x]
        mov     eax, [eax + offset x]
        mov     eax, [eax + offset 1]
This page took 0.02534 seconds and 4 git commands to generate.