Searched refs:PPC_HI (Results 1 – 3 of 3) sorted by relevance
129 patch_instruction(addr++, ppc_inst(PPC_RAW_LIS(reg, PPC_HI(val)))); in patch_imm32_load_insns()142 patch_instruction(addr++, ppc_inst(PPC_RAW_ORIS(reg, reg, PPC_HI(val)))); in patch_imm64_load_insns()
236 if (patch_location_16(location, PPC_HI(value))) in apply_relocate_add()
354 #define PPC_HI(v) (((v) >> 16) & 0xffff) macro355 #define PPC_HA(v) PPC_HI((v) + 0x8000)