Home
last modified time | relevance | path

Searched refs:SIGN_BIT_S (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/math-emu/
Dmath_efp.c103 #define SIGN_BIT_S (1UL << 31) macro
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()
246 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S; in do_spe_mathemu()
520 vc.wp[0] = va.wp[0] & ~SIGN_BIT_S; in do_spe_mathemu()
521 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; in do_spe_mathemu()
525 vc.wp[0] = va.wp[0] | SIGN_BIT_S; in do_spe_mathemu()
526 vc.wp[1] = va.wp[1] | SIGN_BIT_S; in do_spe_mathemu()
530 vc.wp[0] = va.wp[0] ^ SIGN_BIT_S; in do_spe_mathemu()
531 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S; in do_spe_mathemu()
[all …]