Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
fdd363481f81cdc95d2833f611ac1b0402eda069
/
lib
/
arm_support
/
support-arm.S
cf333a6
Move supprt-arm.S to separate library.
by Thomas Martitz
· 13 years ago
[Renamed from firmware/target/arm/support-arm.S]
415f579
Fix assembler .size directives. Currently used binutils don't complain, but 2.21.1 treats these as errors.
by Boris Gjenero
· 13 years ago
96d164f
ARM: __div0() takes no argument
by Rafaël Carré
· 14 years ago
950b2df
Clarify comments in ARMv6 divider regarding special-case handling of large (high bit set) numerators.
by Andrew Mahone
· 15 years ago
e77cdd1
Correct ARMv5/6 signed divider, which was not saving return address to stack before using lr for calculation.
by Andrew Mahone
· 15 years ago
e2b7721
Some sort of issue in the signed divider is causing Gigabeat S to abort on startup, disable this routine until it's fixed.
by Andrew Mahone
· 15 years ago
e457ccf
Missing colon in support-arm.S for EABI.
by Andrew Mahone
· 15 years ago
18ae2af
Remove heaps of trailing whitespace from new file.
by Andrew Mahone
· 15 years ago
bff5a35
FS#10943, optimized division and clz routines to replace libgcc routines for ARM. Replaces libgcc support functions for unsigned and signed 32-bit division on ARMv4 and up, and leading-zero count on ARMv4.
by Andrew Mahone
· 15 years ago