PPC_LO
if (entry->jump[1] != PPC_RAW_ADDI(_R12, _R12, PPC_LO(val)))
if (patch_instruction(&entry->jump[1], ppc_inst(PPC_RAW_ADDI(_R12, _R12, PPC_LO(val)))))
if (patch_location_16(location, PPC_LO(value)))
((uint32_t *)location)[1] = PPC_RAW_ADDI(_R2, _R2, PPC_LO(value));
entry->jump[2] |= PPC_LO(reladdr);
ppc_inst(entry->jump[1] | PPC_LO(reladdr))))
patch_instruction(addr, ppc_inst(PPC_RAW_ORI(reg, reg, PPC_LO(val))));
patch_instruction(addr, ppc_inst(PPC_RAW_ORI(reg, reg, PPC_LO(val))));
tramp[i][2] |= PPC_LO(reladdr);
tramp[i][1] |= PPC_LO(addr);
tramp[i][2] |= PPC_LO(reladdr);
EMIT(PPC_RAW_ADDI(_R12, _R12, PPC_LO(reladdr)));