Lines Matching refs:add_with_carry
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()
1005 add_with_carry(regs, rd, ~regs->gpr[ra], -1L, in emulate_step()
1014 add_with_carry(regs, rd, regs->gpr[ra], -1L, in emulate_step()