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

/arch/mips/math-emu/
H A Ddp_mul.c126 unsigned lxm = xm; local
133 lrm = DPXMULT(lxm, lym);
137 u64 t = DPXMULT(lxm, hym);
H A Dsp_mul.c123 unsigned short lxm = xm & 0xffff; local
130 lrm = lxm * lym; /* 16 * 16 => 32 */
134 unsigned t = lxm * hym; /* 16 * 16 => 32 */

Completed in 863 milliseconds