Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/ppc/
Dfixtfdi.c15 const uint32_t absHighWord = in __fixtfdi() local
17 const uint32_t absHighWordMinusOne = absHighWord - UINT32_C(0x3ff00000); in __fixtfdi()
/external/compiler-rt/lib/builtins/ppc/
Dfixtfdi.c17 const uint32_t absHighWord = (uint32_t)(hibits.x >> 32) & UINT32_C(0x7fffffff); in __fixtfdi() local
18 const uint32_t absHighWordMinusOne = absHighWord - UINT32_C(0x3ff00000); in __fixtfdi()