Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/ppc/
Dfixtfdi.c28 const int64_t hiNegationMask = ((int64_t)(hibits.x)) >> 63; in __fixtfdi() local
39 const int64_t negationMask = loNegationMask ^ hiNegationMask; in __fixtfdi()
57 result = (result ^ hiNegationMask) - hiNegationMask; in __fixtfdi()
/external/compiler-rt/lib/builtins/ppc/
Dfixtfdi.c30 const int64_t hiNegationMask = ((int64_t)(hibits.x)) >> 63; in __fixtfdi() local
42 const int64_t negationMask = loNegationMask ^ hiNegationMask; in __fixtfdi()
60 result = (result ^ hiNegationMask) - hiNegationMask; in __fixtfdi()