ARM asm division code, 64 / 32

From: Al Borowski (aj.borowski_at_erasethis.student.qut.edu.au)
Date: 03/29/04


Date: Mon, 29 Mar 2004 20:40:33 +1000

Hi all,

I need a fast routine to divide an unsigned 64 bit number (stored in 2
registers) by 1,000,000,000, and give the result and the remainder.
Before I write one myself, does anyone have a fast routine to do this?

The remainder will always fit in 32 bits. This is for an ARM system, and
assembly is preferred!

thanks alot,

Al