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

/freebsd-11-stable/sys/powerpc/aim/
H A Dtrap_subr64.S424 lis %r3,SEGMENT_MASK@highesta
430 lis %r3,USER_ADDR@highesta
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp229 // #higher(value), #highera(value), #highest(value), and #highesta(value)
238 static uint16_t highesta(uint64_t v) { return (v + 0x8000) >> 48; } function in namespace:lld::elf
835 write16(loc, highesta(val));

Completed in 65 milliseconds