ARM Overview: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Line 283:
Also, some extra information that maybe useful:
http://www.linkedin.com/groups/ARM-cores-hardware-division-85447.S.242517259
A discussion about this section, and also at the end an example of LIBGCClibgcc's version of the divide function:
http://forum.osdev.org/viewtopic.php?f=8&t=27767
The source for LIBGCClibgcc and source of the division emulation function:
https://github.com/mirrors/gcc/blob/master/libgcc/udivmodsi4.c
https://github.com/mirrors/gcc/blob/master/libgcc/