Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DPPC64.cpp561 uint64_t fullInstr = read64(loc); in readPrefixedInstruction() local
562 return config->isLE ? (fullInstr << 32 | fullInstr >> 32) : fullInstr; in readPrefixedInstruction()