4 * Created on: Aug 5, 2009
11 .global __aeabi_ldivmod
12 .type __aeabi_ldivmod,%function
14 sub sp
, sp
, #8 // reserve space for remainder
15 push
{sp
, lr} // Store address of
8-byte space
and link register on stack
17 ldr
lr, [sp
, #4] // restore link reg
18 add sp
, sp
, #8 // skip lr and sp on the stack
19 pop
{r2, r3} // get remainder from the stack