summaryrefslogtreecommitdiff
path: root/rtl/arm/divide.inc
Commit message (Expand)AuthorAgeFilesLines
* new division helpers for ARM by Nico Erfurth. on our ARMv5 core hardware they...karoly2014-07-291-0/+191
* - removed due to BSD license headerflorian2012-09-021-185/+0
* Tried to reorganize the ARM define mess in rtl/arm/arm.inc. Instead of requir...tom_at_work2012-08-141-10/+10
* Use bx lr in ARM-RTL for armv5masta2012-06-181-2/+2
* + patch by Jeppe Johansen to make use of the div/udiv instruction on arm7m, r...florian2011-09-241-103/+19
* * use BLX instead of "mov r14, r15; mov r15, reg" for a_call_reg on ARMv6jonas2009-12-041-0/+16
* * merged armthum branchflorian2009-10-041-0/+96
* * tabs/spaces fixedflorian2008-11-021-70/+70
* + Assembler implementation of mod/div.daniel2007-12-271-0/+157