Home | History | Annotate | Download | only in mips64

Lines Matching refs:current_pc

3552       int64_t current_pc = get_pc();
3554 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize);
3562 int64_t current_pc = get_pc();
3565 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize);
3567 set_register(return_addr_reg, current_pc + 2 * Instruction::kInstrSize);
4380 int64_t current_pc = get_pc();
4383 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
4384 set_register(31, current_pc + 2 * Instruction::kInstrSize);
4386 next_pc = current_pc + 2 * Instruction::kInstrSize;
4393 int64_t current_pc = get_pc();
4396 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
4398 next_pc = current_pc + 2 * Instruction::kInstrSize;
4403 int64_t current_pc = get_pc();
4404 CheckForbiddenSlot(current_pc);
4409 next_pc = current_pc + (imm << 2) + Instruction::kInstrSize;
4410 set_register(31, current_pc + Instruction::kInstrSize);
4415 int64_t current_pc = get_pc();
4416 CheckForbiddenSlot(current_pc);
4566 int64_t current_pc = get_pc();
4567 set_register(31, current_pc + Instruction::kInstrSize);
4804 int64_t current_pc = get_pc();
4808 addr = current_pc + (se_imm16 << 16);
4812 alu_out = current_pc + (se_imm16 << 16);
4821 (current_pc & static_cast<int64_t>(~0x7)) + (se_imm18 << 3);
4832 addr = current_pc + (imm19 << 2);
4841 addr = current_pc + (imm19 << 2);
4849 alu_out = current_pc + (se_imm19 << 2);
4889 int64_t current_pc = get_pc();
4891 int64_t pc_high_bits = current_pc & 0xfffffffff0000000;
4899 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize);
4905 set_register(31, current_pc + 2 * Instruction::kInstrSize);