2009-09-01 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / att-regs.s
index f58deec27e8d09f6e0e29f9c62f62ef4c208b7af..a297cc7548d50878b52aecb535c8ea237adce265 100644 (file)
        mov     r8d, ax                 ; add   al, (bx,si)
        mov     r8, ax                  ; add   al, (bx,si)
        mov     fs, ax                  ; add   al, (bx,si)
-#todo  mov     st, ax                  ; add   al, (bx,si)
+       mov     st, ax                  ; add   al, (bx,si)
        mov     cr0, ax                 ; add   al, (bx,si)
        mov     dr0, ax                 ; add   al, (bx,si)
        mov     tr0, ax                 ; add   al, (bx,si)
        mov     mm0, ax                 ; add   al, (bx,si)
-       mov     xmm0, ax                        ; add   al, (bx,si)
+       mov     xmm0, ax                ; add   al, (bx,si)
 
        .arch generic32
        .code32
        mov     r8w, eax
        mov     r8d, eax
        mov     r8, eax
-#todo  mov     st, eax
+       mov     st, eax
        mov     cr0, eax
        mov     dr0, eax
        mov     tr0, eax
        mov     mm0, eax
        mov     xmm0, eax
+       mov     ymm0, eax
 
-#todo  .arch i387
+       .arch .387
        ffree   st
 
        .arch .mmx
This page took 0.024413 seconds and 4 git commands to generate.