Home | History | Annotate | Download | only in mips

Lines Matching refs:current_pc

1943   int32_t current_pc = get_pc();
2187 current_pc+Instruction::kInstrSize);
2195 current_pc+Instruction::kInstrSize);
2197 set_register(31, current_pc + 2 * Instruction::kInstrSize);
2312 int32_t current_pc = get_pc();
2344 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2346 next_pc = current_pc + kBranchReturnOffset;
2380 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2382 set_register(31, current_pc + kBranchReturnOffset);
2385 next_pc = current_pc + kBranchReturnOffset;
2538 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2540 set_register(31, current_pc + 2* Instruction::kInstrSize);
2543 next_pc = current_pc + 2 * Instruction::kInstrSize;
2606 reinterpret_cast<Instruction*>(current_pc+Instruction::kInstrSize);
2620 int32_t current_pc = get_pc();
2622 int32_t pc_high_bits = current_pc & 0xf0000000;
2630 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize);
2636 set_register(31, current_pc + 2 * Instruction::kInstrSize);