PPC_INST_LD_TOC
if (insn_val == PPC_INST_LD_TOC)
return patch_instruction(instruction, ppc_inst(PPC_INST_LD_TOC));
if (!ppc_inst_equal(op, ppc_inst(PPC_INST_LD_TOC))) {
pr_err("Expected %08lx found %08lx\n", PPC_INST_LD_TOC,
ppc_inst_equal(op1, ppc_inst(PPC_INST_LD_TOC));