Searched refs:add_with_carry (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/powerpc/lib/ |
D | sstep.c | 480 static void __kprobes add_with_carry(struct pt_regs *regs, int rd, in add_with_carry() function 696 add_with_carry(regs, rd, ~regs->gpr[ra], imm, 1); in emulate_step() 721 add_with_carry(regs, rd, regs->gpr[ra], imm, 0); in emulate_step() 726 add_with_carry(regs, rd, regs->gpr[ra], imm, 0); in emulate_step() 947 add_with_carry(regs, rd, ~regs->gpr[ra], in emulate_step() 957 add_with_carry(regs, rd, regs->gpr[ra], in emulate_step() 985 add_with_carry(regs, rd, ~regs->gpr[ra], regs->gpr[rb], in emulate_step() 990 add_with_carry(regs, rd, regs->gpr[ra], regs->gpr[rb], in emulate_step() 995 add_with_carry(regs, rd, ~regs->gpr[ra], 0L, in emulate_step() 1000 add_with_carry(regs, rd, regs->gpr[ra], 0L, in emulate_step() [all …]
|