Home | History | Annotate | Download | only in mips

Lines Matching refs:current_pc

3465       int32_t current_pc = get_pc();
3467 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize);
3476 int32_t current_pc = get_pc();
3478 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize);
3480 set_register(return_addr_reg, current_pc + 2 * Instruction::kInstrSize);
3976 int32_t current_pc = get_pc();
3979 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
3980 set_register(31, current_pc + 2 * Instruction::kInstrSize);
3982 next_pc = current_pc + 2 * Instruction::kInstrSize;
3989 int32_t current_pc = get_pc();
3992 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
3994 next_pc = current_pc + 2 * Instruction::kInstrSize;
4000 int32_t current_pc = get_pc();
4001 CheckForbiddenSlot(current_pc);
4006 next_pc = current_pc + (imm << 2) + Instruction::kInstrSize;
4007 set_register(31, current_pc + Instruction::kInstrSize);
4012 int32_t current_pc = get_pc();
4013 CheckForbiddenSlot(current_pc);
4337 int32_t current_pc = get_pc();
4341 addr = current_pc + (se_imm16 << 16);
4345 alu_out = current_pc + (se_imm16 << 16);
4356 addr = current_pc + (imm19 << 2);
4363 alu_out = current_pc + (se_imm19 << 2);
4398 int32_t current_pc = get_pc();
4400 int32_t pc_high_bits = current_pc & 0xf0000000;
4408 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize);
4414 set_register(31, current_pc + 2 * Instruction::kInstrSize);