ARM asm division code, 64 / 32
From: Al Borowski (aj.borowski_at_erasethis.student.qut.edu.au)
Date: 03/29/04
- Next message: Erik Hermann: "Re: Cygnal C2 debugger protocol - any specification?"
- Previous message: Erik Hermann: "Re: Cygnal C2 debugger protocol - any specification?"
- Next in thread: Martin Dann: "Re: ARM asm division code, 64 / 32"
- Reply: Martin Dann: "Re: ARM asm division code, 64 / 32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Erik Hermann: "Re: Cygnal C2 debugger protocol - any specification?"
- Previous message: Erik Hermann: "Re: Cygnal C2 debugger protocol - any specification?"
- Next in thread: Martin Dann: "Re: ARM asm division code, 64 / 32"
- Reply: Martin Dann: "Re: ARM asm division code, 64 / 32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]