Searched refs:other_half (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 254 uint32_t other_half = 0; in recordScatteredRelocation() local 257 other_half = (FixedValue >> 16) & 0xffff; in recordScatteredRelocation() 266 other_half = FixedValue & 0xffff; in recordScatteredRelocation() 271 other_half = FixedValue & 0xffff; in recordScatteredRelocation() 280 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR, in recordScatteredRelocation()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 254 uint32_t other_half = 0; in recordScatteredRelocation() local 257 other_half = (FixedValue >> 16) & 0xffff; in recordScatteredRelocation() 266 other_half = FixedValue & 0xffff; in recordScatteredRelocation() 271 other_half = FixedValue & 0xffff; in recordScatteredRelocation() 280 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR, in recordScatteredRelocation()
|
/external/grpc-grpc/test/core/util/ |
D | passthru_endpoint.cc | 73 static half* other_half(half* h) { in other_half() function 80 half* m = other_half(reinterpret_cast<half*>(ep)); in me_write() 120 m = other_half(m); in me_shutdown()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2016 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local 2050 other_half = info->O->getAnyRelocationAddress(RENext) & 0xffff; in SymbolizerGetOpInfo() 2070 op_info->Value = value << 16 | other_half; in SymbolizerGetOpInfo() 2073 op_info->Value = other_half << 16 | value; in SymbolizerGetOpInfo() 2094 value = value << 16 | other_half; in SymbolizerGetOpInfo() 2096 value = other_half << 16 | value; in SymbolizerGetOpInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2438 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local 2471 other_half = info->O->getAnyRelocationAddress(RENext) & 0xffff; in SymbolizerGetOpInfo() 2486 op_info->Value = value << 16 | other_half; in SymbolizerGetOpInfo() 2489 op_info->Value = other_half << 16 | value; in SymbolizerGetOpInfo() 2510 value = value << 16 | other_half; in SymbolizerGetOpInfo() 2512 value = other_half << 16 | value; in SymbolizerGetOpInfo()
|