Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c101 #define SIGN_BIT_D (1ULL << 63) macro
367 vc.dp[0] = va.dp[0] & ~SIGN_BIT_D; in do_spe_mathemu()
371 vc.dp[0] = va.dp[0] | SIGN_BIT_D; in do_spe_mathemu()
375 vc.dp[0] = va.dp[0] ^ SIGN_BIT_D; in do_spe_mathemu()