PPC_LI
#define PPC_RAW_BRANCH(offset) (0x48000000 | PPC_LI(offset))
#define PPC_RAW_BL(offset) (0x48000001 | PPC_LI(offset))
PPC_LI(value - (uint32_t)location);
*(uint32_t *)PPC_LI((uint32_t)location), (uint32_t)location,
(*(uint32_t *)PPC_LI((uint32_t)location)) + (uint32_t)location);
value = (*(uint32_t *)location & ~PPC_LI_MASK) | PPC_LI(value);
offset = PPC_LI(ppc_inst_val(op));