Searched refs:hiNegationMask (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfixtfdi.c28 const int64_t hiNegationMask = ((int64_t)(hibits.x)) >> 63; local
39 const int64_t negationMask = loNegationMask ^ hiNegationMask;
57 result = (result ^ hiNegationMask) - hiNegationMask;

Completed in 58 milliseconds