Searched refs:PPC_LI (Results 1 – 4 of 4) sorted by relevance
260 PPC_LI(value - (uint32_t)location); in apply_relocate_add()268 *(uint32_t *)PPC_LI((uint32_t)location), (uint32_t)location, in apply_relocate_add()269 (*(uint32_t *)PPC_LI((uint32_t)location)) + (uint32_t)location); in apply_relocate_add()
673 value = (*(uint32_t *)location & ~PPC_LI_MASK) | PPC_LI(value); in apply_relocate_add()
362 #define PPC_LI(v) ((v) & PPC_LI_MASK) macro574 #define PPC_RAW_BRANCH(offset) (0x48000000 | PPC_LI(offset))575 #define PPC_RAW_BL(offset) (0x48000001 | PPC_LI(offset))
105 offset = PPC_LI(ppc_inst_val(op)); in find_bl_target()
Completed in 14 milliseconds