Lines Matching refs:next_pc

3669       int64_t next_pc = rs();  in DecodeTypeRegisterSPECIAL()  local
3674 set_pc(next_pc); in DecodeTypeRegisterSPECIAL()
3679 int64_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local
3686 set_pc(next_pc); in DecodeTypeRegisterSPECIAL()
6524 int64_t next_pc = bad_ra; in DecodeTypeImmediate() local
6541 [this, &next_pc, &execute_branch_delay_instruction](bool do_branch) { in DecodeTypeImmediate()
6547 next_pc = current_pc + (imm16 << 2) + kInstrSize; in DecodeTypeImmediate()
6549 next_pc = current_pc + 2 * kInstrSize; in DecodeTypeImmediate()
6553 auto BranchHelper = [this, &next_pc, in DecodeTypeImmediate()
6559 next_pc = current_pc + (imm16 << 2) + kInstrSize; in DecodeTypeImmediate()
6561 next_pc = current_pc + 2 * kInstrSize; in DecodeTypeImmediate()
6565 auto BranchHelper_MSA = [this, &next_pc, imm16, in DecodeTypeImmediate()
6583 next_pc = current_pc + offset + kInstrSize; in DecodeTypeImmediate()
6585 next_pc = current_pc + 2 * kInstrSize; in DecodeTypeImmediate()
6589 auto BranchAndLinkCompactHelper = [this, &next_pc](bool do_branch, int bits) { in DecodeTypeImmediate()
6596 next_pc = current_pc + (imm << 2) + kInstrSize; in DecodeTypeImmediate()
6601 auto BranchCompactHelper = [this, &next_pc](bool do_branch, int bits) { in DecodeTypeImmediate()
6608 next_pc = get_pc() + (imm << 2) + kInstrSize; in DecodeTypeImmediate()
6806 next_pc = rt + imm16; in DecodeTypeImmediate()
6815 next_pc = rt + imm16; in DecodeTypeImmediate()
7218 if (next_pc != bad_ra) { in DecodeTypeImmediate()
7219 set_pc(next_pc); in DecodeTypeImmediate()
7232 int64_t next_pc = pc_high_bits | (simInstr.Imm26Value() << 2); in DecodeTypeJump() local
7246 set_pc(next_pc); in DecodeTypeJump()