Searched refs:SIGN_BIT_S (Results 1 – 1 of 1) sorted by relevance
100 #define SIGN_BIT_S (1UL << 31) macro235 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; in do_spe_mathemu()239 vc.wp[1] = va.wp[1] | SIGN_BIT_S; in do_spe_mathemu()243 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S; in do_spe_mathemu()517 vc.wp[0] = va.wp[0] & ~SIGN_BIT_S; in do_spe_mathemu()518 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; in do_spe_mathemu()522 vc.wp[0] = va.wp[0] | SIGN_BIT_S; in do_spe_mathemu()523 vc.wp[1] = va.wp[1] | SIGN_BIT_S; in do_spe_mathemu()527 vc.wp[0] = va.wp[0] ^ SIGN_BIT_S; in do_spe_mathemu()528 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S; in do_spe_mathemu()[all …]