Lines Matching refs:SIGN_BIT_S
99 #define SIGN_BIT_S (1UL << 31) macro
234 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; in do_spe_mathemu()
238 vc.wp[1] = va.wp[1] | SIGN_BIT_S; in do_spe_mathemu()
242 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S; in do_spe_mathemu()
516 vc.wp[0] = va.wp[0] & ~SIGN_BIT_S; in do_spe_mathemu()
517 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; in do_spe_mathemu()
521 vc.wp[0] = va.wp[0] | SIGN_BIT_S; in do_spe_mathemu()
522 vc.wp[1] = va.wp[1] | SIGN_BIT_S; in do_spe_mathemu()
526 vc.wp[0] = va.wp[0] ^ SIGN_BIT_S; in do_spe_mathemu()
527 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S; in do_spe_mathemu()
751 s_lo = regs->gpr[fc] & SIGN_BIT_S; in speround_handler()
752 s_hi = current->thread.evr[fc] & SIGN_BIT_S; in speround_handler()
788 s_lo = regs->gpr[fb] & SIGN_BIT_S; in speround_handler()
796 s_lo = regs->gpr[fb] & SIGN_BIT_S; in speround_handler()
798 s_hi = current->thread.evr[fb] & SIGN_BIT_S; in speround_handler()
807 s_hi = current->thread.evr[fb] & SIGN_BIT_S; in speround_handler()