Home
last modified time | relevance | path

Searched refs:ret_idivmod_values (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/lib/aarch32/
Darm32_aeabi_divmod_a32.S14 .globl ret_idivmod_values symbol
20 func ret_idivmod_values
22 endfunc ret_idivmod_values
Darm32_aeabi_divmod.c53 signed int ret_idivmod_values(signed int quotient, signed int remainder);
155 return ret_idivmod_values(qr.q, qr.r); in __aeabi_idivmod()