SIGN_BIT_S        234 arch/powerpc/math-emu/math_efp.c 			vc.wp[1] = va.wp[1] & ~SIGN_BIT_S;
SIGN_BIT_S        238 arch/powerpc/math-emu/math_efp.c 			vc.wp[1] = va.wp[1] | SIGN_BIT_S;
SIGN_BIT_S        242 arch/powerpc/math-emu/math_efp.c 			vc.wp[1] = va.wp[1] ^ SIGN_BIT_S;
SIGN_BIT_S        516 arch/powerpc/math-emu/math_efp.c 			vc.wp[0] = va.wp[0] & ~SIGN_BIT_S;
SIGN_BIT_S        517 arch/powerpc/math-emu/math_efp.c 			vc.wp[1] = va.wp[1] & ~SIGN_BIT_S;
SIGN_BIT_S        521 arch/powerpc/math-emu/math_efp.c 			vc.wp[0] = va.wp[0] | SIGN_BIT_S;
SIGN_BIT_S        522 arch/powerpc/math-emu/math_efp.c 			vc.wp[1] = va.wp[1] | SIGN_BIT_S;
SIGN_BIT_S        526 arch/powerpc/math-emu/math_efp.c 			vc.wp[0] = va.wp[0] ^ SIGN_BIT_S;
SIGN_BIT_S        527 arch/powerpc/math-emu/math_efp.c 			vc.wp[1] = va.wp[1] ^ SIGN_BIT_S;
SIGN_BIT_S        751 arch/powerpc/math-emu/math_efp.c 	s_lo = regs->gpr[fc] & SIGN_BIT_S;
SIGN_BIT_S        752 arch/powerpc/math-emu/math_efp.c 	s_hi = current->thread.evr[fc] & SIGN_BIT_S;
SIGN_BIT_S        788 arch/powerpc/math-emu/math_efp.c 			s_lo = regs->gpr[fb] & SIGN_BIT_S;
SIGN_BIT_S        796 arch/powerpc/math-emu/math_efp.c 			s_lo = regs->gpr[fb] & SIGN_BIT_S;
SIGN_BIT_S        798 arch/powerpc/math-emu/math_efp.c 			s_hi = current->thread.evr[fb] & SIGN_BIT_S;
SIGN_BIT_S        807 arch/powerpc/math-emu/math_efp.c 			s_hi = current->thread.evr[fb] & SIGN_BIT_S;