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

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp257 uint32_t other_half = 0; local
260 other_half = (FixedValue >> 16) & 0xffff;
269 other_half = FixedValue & 0xffff;
274 other_half = FixedValue & 0xffff;
283 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR,

Completed in 350 milliseconds