Lines Matching refs:next_pc
3794 int32_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local
3799 set_pc(next_pc); in DecodeTypeRegisterSPECIAL()
3804 int32_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local
3811 set_pc(next_pc); in DecodeTypeRegisterSPECIAL()
6288 int32_t next_pc = bad_ra; in DecodeTypeImmediate() local
6301 [this, &next_pc, &execute_branch_delay_instruction](bool do_branch) { in DecodeTypeImmediate()
6307 next_pc = current_pc + (imm16 << 2) + kInstrSize; in DecodeTypeImmediate()
6309 next_pc = current_pc + 2 * kInstrSize; in DecodeTypeImmediate()
6313 auto BranchHelper = [this, &next_pc, in DecodeTypeImmediate()
6319 next_pc = current_pc + (imm16 << 2) + kInstrSize; in DecodeTypeImmediate()
6321 next_pc = current_pc + 2 * kInstrSize; in DecodeTypeImmediate()
6325 auto BranchHelper_MSA = [this, &next_pc, imm16, in DecodeTypeImmediate()
6343 next_pc = current_pc + offset + kInstrSize; in DecodeTypeImmediate()
6345 next_pc = current_pc + 2 * kInstrSize; in DecodeTypeImmediate()
6349 auto BranchAndLinkCompactHelper = [this, &next_pc](bool do_branch, int bits) { in DecodeTypeImmediate()
6356 next_pc = current_pc + (imm << 2) + kInstrSize; in DecodeTypeImmediate()
6361 auto BranchCompactHelper = [this, &next_pc](bool do_branch, int bits) { in DecodeTypeImmediate()
6368 next_pc = get_pc() + (imm << 2) + kInstrSize; in DecodeTypeImmediate()
6561 next_pc = rt + imm16; in DecodeTypeImmediate()
6569 next_pc = rt + imm16; in DecodeTypeImmediate()
6869 if (next_pc != bad_ra) { in DecodeTypeImmediate()
6870 set_pc(next_pc); in DecodeTypeImmediate()
6884 int32_t next_pc = pc_high_bits | (simInstr.Imm26Value() << 2); in DecodeTypeJump() local
6898 set_pc(next_pc); in DecodeTypeJump()