Searched refs:PPC_INST_ADDIS (Results 1 – 4 of 4) sorted by relevance
148 if (entry->jump[0] != (PPC_INST_ADDIS | __PPC_RT(R12) | PPC_HA(val))) in entry_matches()184 entry->jump[0] = PPC_INST_ADDIS | __PPC_RT(R12) | PPC_HA(val); in do_plt_call()
153 ppc_inst(PPC_INST_ADDIS | ___PPC_RT(4) | in patch_imm32_load_insns()171 ppc_inst(PPC_INST_ADDIS | ___PPC_RT(reg) | in patch_imm64_load_insns()
135 PPC_INST_ADDIS | __PPC_RT(R11) | __PPC_RA(R2),350 PPC_INST_ADDIS | __PPC_RT(R12) | __PPC_RA(R12),710 ((uint32_t *)location)[0] = PPC_INST_ADDIS | __PPC_RT(R2) | in apply_relocate_add()
256 #define PPC_INST_ADDIS 0x3c000000 macro440 #define PPC_RAW_ADDIS(d, a, i) (PPC_INST_ADDIS | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i))