SPMANT             74 arch/mips/math-emu/ieee754d.c 			printk("%c", SPMANT(x) & SP_MBIT(i) ? '1' : '0');
SPMANT             85 arch/mips/math-emu/ieee754d.c 			printk("%c", SPMANT(x) & SP_MBIT(i) ? '1' : '0');
SPMANT             91 arch/mips/math-emu/ieee754d.c 			printk("%c", SPMANT(x) & SP_MBIT(i) ? '1' : '0');
SPMANT             57 arch/mips/math-emu/ieee754int.h 	vm = SPMANT(v);							\
SPMANT             31 arch/mips/math-emu/ieee754sp.c 	qbit = (SPMANT(x) & SP_MBIT(SP_FBITS - 1)) == SP_MBIT(SP_FBITS - 1);
SPMANT             46 arch/mips/math-emu/ieee754sp.c 		SPMANT(r) |= SP_MBIT(SP_FBITS - 1);
SPMANT             48 arch/mips/math-emu/ieee754sp.c 		SPMANT(r) &= ~SP_MBIT(SP_FBITS - 1);
SPMANT             50 arch/mips/math-emu/ieee754sp.c 			SPMANT(r) |= SP_MBIT(SP_FBITS - 2);