zm64 22 arch/mips/math-emu/sp_maddf.c u64 zm64; zm64 190 arch/mips/math-emu/sp_maddf.c zm64 = (uint64_t)zm << (62 - 23); zm64 191 arch/mips/math-emu/sp_maddf.c assert(zm64 & (1 << 62)); zm64 206 arch/mips/math-emu/sp_maddf.c zm64 = XSPSRS64(zm64, s); zm64 218 arch/mips/math-emu/sp_maddf.c zm64 = zm64 + rm64; zm64 219 arch/mips/math-emu/sp_maddf.c if ((int64_t)zm64 < 0) { /* carry out */ zm64 220 arch/mips/math-emu/sp_maddf.c zm64 = XSPSRS1(zm64); zm64 224 arch/mips/math-emu/sp_maddf.c if (zm64 >= rm64) { zm64 225 arch/mips/math-emu/sp_maddf.c zm64 = zm64 - rm64; zm64 227 arch/mips/math-emu/sp_maddf.c zm64 = rm64 - zm64; zm64 230 arch/mips/math-emu/sp_maddf.c if (zm64 == 0) zm64 236 arch/mips/math-emu/sp_maddf.c while ((zm64 >> 62) == 0) { zm64 237 arch/mips/math-emu/sp_maddf.c zm64 <<= 1; zm64 247 arch/mips/math-emu/sp_maddf.c zm = XSPSRS64(zm64, (62 - 26));