Home | History | Annotate | Download | only in mips

Lines Matching refs:current_pc

3673       int32_t current_pc = get_pc();
3675 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize);
3684 int32_t current_pc = get_pc();
3686 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize);
3688 set_register(return_addr_reg, current_pc + 2 * Instruction::kInstrSize);
4174 int32_t current_pc = get_pc();
4177 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
4178 set_register(31, current_pc + 2 * Instruction::kInstrSize);
4180 next_pc = current_pc + 2 * Instruction::kInstrSize;
4187 int32_t current_pc = get_pc();
4190 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
4192 next_pc = current_pc + 2 * Instruction::kInstrSize;
4197 int32_t current_pc = get_pc();
4198 CheckForbiddenSlot(current_pc);
4203 next_pc = current_pc + (imm << 2) + Instruction::kInstrSize;
4204 set_register(31, current_pc + Instruction::kInstrSize);
4209 int32_t current_pc = get_pc();
4210 CheckForbiddenSlot(current_pc);
4542 int32_t current_pc = get_pc();
4546 addr = current_pc + (se_imm16 << 16);
4550 alu_out = current_pc + (se_imm16 << 16);
4561 addr = current_pc + (imm19 << 2);
4568 alu_out = current_pc + (se_imm19 << 2);
4604 int32_t current_pc = get_pc();
4606 int32_t pc_high_bits = current_pc & 0xf0000000;
4615 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize);
4621 set_register(31, current_pc + 2 * Instruction::kInstrSize);