Searched refs:udivmodhi4 (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/cr16/
H A Ddivmodhi3.c30 udivmodhi4 (unsigned short num, unsigned short den, short modwanted) function
74 res = udivmodhi4 (a, b, 0);
97 res = udivmodhi4 (a, b, 1);
108 return udivmodhi4 (a, b, 0);
114 return udivmodhi4 (a, b, 1);
/haiku-buildtools/gcc/libgcc/config/nios2/
H A Dlib2-divmod-hi.c28 udivmodhi4 (UHItype num, UHItype den, word_type modwanted) function
72 res = udivmodhi4 (a, b, 0);
96 res = udivmodhi4 (a, b, 1);
108 return udivmodhi4 (a, b, 0);
115 return udivmodhi4 (a, b, 1);

Completed in 43 milliseconds