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

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp254 uint32_t other_half = 0; local
257 other_half = (FixedValue >> 16) & 0xffff;
266 other_half = FixedValue & 0xffff;
271 other_half = FixedValue & 0xffff;
280 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR,
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2016 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
2050 other_half = info->O->getAnyRelocationAddress(RENext) & 0xffff;
2070 op_info->Value = value << 16 | other_half;
2073 op_info->Value = other_half << 16 | value;
2094 value = value << 16 | other_half;
2096 value = other_half << 16 | value;

Completed in 426 milliseconds