Thumb-2: Implement the unified arch/arm/lib functions
[deliverable/linux.git] / arch / arm / lib / div64.S
index 1425e789ba86168b87858ad36474c3c6588c3905..faa7748142da20a00f829863484904d52124f3af 100644 (file)
@@ -177,7 +177,9 @@ ENTRY(__do_div64)
        mov     yh, xh, lsr ip
        mov     yl, xl, lsr ip
        rsb     ip, ip, #32
-       orr     yl, yl, xh, lsl ip
+ ARM(  orr     yl, yl, xh, lsl ip      )
+ THUMB(        lsl     xh, xh, ip              )
+ THUMB(        orr     yl, yl, xh              )
        mov     xh, xl, lsl ip
        mov     xh, xh, lsr ip
        mov     pc, lr
This page took 0.024005 seconds and 5 git commands to generate.