translate: bswap, allsh* and some tweaks
[ia32rtools.git] / tests / ops.asm
index 472a024..7bb0ea0 100644 (file)
@@ -34,6 +34,10 @@ loop:
                 cdq
                 bsf     eax, ecx
 
+                call    __allshl
+                call    __allshr
+                bswap   eax
+
                 push    1
                 pop     eax
                 pop     edi