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

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

Completed in 65 milliseconds