Searched refs:PPC_LI (Results 1 – 4 of 4) sorted by relevance
259 PPC_LI(value - (uint32_t)location); in apply_relocate_add()267 *(uint32_t *)PPC_LI((uint32_t)location), (uint32_t)location, in apply_relocate_add()268 (*(uint32_t *)PPC_LI((uint32_t)location)) + (uint32_t)location); in apply_relocate_add()
906 value = (*(uint32_t *)location & ~PPC_LI_MASK) | PPC_LI(value); in apply_relocate_add()
371 #define PPC_LI(v) ((v) & PPC_LI_MASK) macro590 #define PPC_RAW_BRANCH(offset) (0x48000000 | PPC_LI(offset))591 #define PPC_RAW_BL(offset) (0x48000001 | PPC_LI(offset))
110 offset = PPC_LI(ppc_inst_val(op)); in find_bl_target()