DPXMULT           207 arch/mips/math-emu/dp_maddf.c 	lrm = DPXMULT(lxm, lym);
DPXMULT           208 arch/mips/math-emu/dp_maddf.c 	hrm = DPXMULT(hxm, hym);
DPXMULT           210 arch/mips/math-emu/dp_maddf.c 	t = DPXMULT(lxm, hym);
DPXMULT           218 arch/mips/math-emu/dp_maddf.c 	t = DPXMULT(hxm, lym);
DPXMULT           125 arch/mips/math-emu/dp_mul.c 	lrm = DPXMULT(lxm, lym);
DPXMULT           126 arch/mips/math-emu/dp_mul.c 	hrm = DPXMULT(hxm, hym);
DPXMULT           128 arch/mips/math-emu/dp_mul.c 	t = DPXMULT(lxm, hym);
DPXMULT           136 arch/mips/math-emu/dp_mul.c 	t = DPXMULT(hxm, lym);