Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDppc64.h272 inline static uint64_t highera(uint64_t x) { in highera() function
330 support::endian::write16<Endianness>(FixupPtr, highera(Value)); in relocateHalf16()
/freebsd-14-stable/sys/powerpc/aim/
HDtrap_subr64.S552 ori %r3,%r3,SEGMENT_MASK@highera
558 ori %r3,%r3,USER_ADDR@highera
/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDPPC64.cpp425 static uint16_t highera(uint64_t v) { return (v + 0x8000) >> 32; } in highera() function
1316 write16(loc, highera(val)); in relocate()