Lines Matching defs:next_pc
1684 int32_t& next_pc,
1742 next_pc = get_register(instr->RsValue());
1945 int32_t next_pc = 0;
1952 next_pc,
2189 set_pc(next_pc);
2198 set_pc(next_pc);
2314 int32_t next_pc = bad_ra;
2342 // Set next_pc.
2344 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2346 next_pc = current_pc + kBranchReturnOffset;
2378 // Set next_pc.
2380 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2385 next_pc = current_pc + kBranchReturnOffset;
2536 // Set next_pc.
2538 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2543 next_pc = current_pc + 2 * Instruction::kInstrSize;
2611 if (next_pc != bad_ra) {
2612 set_pc(next_pc);
2624 int32_t next_pc = pc_high_bits | (instr->Imm26Value() << 2);
2638 set_pc(next_pc);