Searched refs:PPC_INST_ADDIS (Results 1 – 5 of 5) sorted by relevance
150 patch_instruction(addr, PPC_INST_ADDIS | ___PPC_RT(4) | in patch_imm32_load_insns()166 patch_instruction(addr, PPC_INST_ADDIS | ___PPC_RT(3) | in patch_imm64_load_insns()
163 if (entry->jump[0] != (PPC_INST_ADDIS | __PPC_RT(R12) | PPC_HA(val))) in entry_matches()199 entry->jump[0] = PPC_INST_ADDIS | __PPC_RT(R12) | PPC_HA(val); in do_plt_call()
134 PPC_INST_ADDIS | __PPC_RT(R11) | __PPC_RA(R2),713 ((uint32_t *)location)[0] = PPC_INST_ADDIS | __PPC_RT(R2) | in apply_relocate_add()779 PPC_INST_ADDIS | __PPC_RT(R12) | __PPC_RA(R12), in create_ftrace_stub()
45 #define PPC_ADDIS(d, a, i) EMIT(PPC_INST_ADDIS | \
325 #define PPC_INST_ADDIS 0x3c000000 macro