rm64               21 arch/mips/math-emu/sp_maddf.c 	u64 rm64;
rm64              166 arch/mips/math-emu/sp_maddf.c 	rm64 = (uint64_t)xm * ym;
rm64              169 arch/mips/math-emu/sp_maddf.c 	rm64 = rm64 << 16;
rm64              172 arch/mips/math-emu/sp_maddf.c 	if ((int64_t) rm64 < 0) {
rm64              173 arch/mips/math-emu/sp_maddf.c 		rm64 = rm64 >> 1;
rm64              177 arch/mips/math-emu/sp_maddf.c 	assert(rm64 & (1 << 62));
rm64              185 arch/mips/math-emu/sp_maddf.c 		rm = XSPSRS64(rm64, (62 - 26));
rm64              199 arch/mips/math-emu/sp_maddf.c 		rm64 = XSPSRS64(rm64, s);
rm64              218 arch/mips/math-emu/sp_maddf.c 		zm64 = zm64 + rm64;
rm64              224 arch/mips/math-emu/sp_maddf.c 		if (zm64 >= rm64) {
rm64              225 arch/mips/math-emu/sp_maddf.c 			zm64 = zm64 - rm64;
rm64              227 arch/mips/math-emu/sp_maddf.c 			zm64 = rm64 - zm64;