Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h276 inline static uint16_t highesta(uint64_t x) { return (x + 0x8000) >> 48; } in highesta() function
336 support::endian::write16<Endianness>(FixupPtr, highesta(Value)); in relocateHalf16()
/src/sys/powerpc/aim/
H A Dtrap_subr64.S45 lis r,DMAP_BASE_ADDRESS@highesta; /* To real-mode alias/dmap */ \
551 lis %r3,SEGMENT_MASK@highesta
557 lis %r3,USER_ADDR@highesta
/src/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp427 static uint16_t highesta(uint64_t v) { return (v + 0x8000) >> 48; } in highesta() function
1324 write16(loc, highesta(val)); in relocate()