oldmant           452 arch/m68k/math-emu/fp_arith.c 	union fp_mant64 oldmant;
oldmant           463 arch/m68k/math-emu/fp_arith.c 	oldmant = dest->mant;
oldmant           471 arch/m68k/math-emu/fp_arith.c 		if (oldmant.m64 == dest->mant.m64)
oldmant           476 arch/m68k/math-emu/fp_arith.c 		if (oldmant.m32[1] == dest->mant.m32[1])
oldmant           506 arch/m68k/math-emu/fp_arith.c 			if (oldmant.m64 == (1ULL << 63))
oldmant           511 arch/m68k/math-emu/fp_arith.c 			if (!(oldmant.m32[0] & mask))
oldmant           513 arch/m68k/math-emu/fp_arith.c 			if (oldmant.m32[0] & (mask << 1))
oldmant           515 arch/m68k/math-emu/fp_arith.c 			if (!(oldmant.m32[0] << (dest->exp - 0x3ffd)) &&
oldmant           516 arch/m68k/math-emu/fp_arith.c 					!oldmant.m32[1])
oldmant           520 arch/m68k/math-emu/fp_arith.c 			if (oldmant.m32[1] & 0x80000000)
oldmant           522 arch/m68k/math-emu/fp_arith.c 			if (oldmant.m32[0] & 1)
oldmant           524 arch/m68k/math-emu/fp_arith.c 			if (!(oldmant.m32[1] << 1))
oldmant           529 arch/m68k/math-emu/fp_arith.c 			if (!(oldmant.m32[1] & mask))
oldmant           531 arch/m68k/math-emu/fp_arith.c 			if (oldmant.m32[1] & (mask << 1))
oldmant           533 arch/m68k/math-emu/fp_arith.c 			if (!(oldmant.m32[1] << (dest->exp - 0x401d)))