Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp1123 uint16_t offLo = offset & 0xffff; in writePPC64LoadAndBranch() local
1126 write32(buf + 4, 0xe98c0000 | offLo); // ld r12, OffLo(r12) in writePPC64LoadAndBranch()