Searched refs:set_pc (Results 1 – 10 of 10) sorted by relevance
126 sim_->set_pc(sim_->get_pc() + Instruction::kInstructionSize); in Stop()139 sim_->set_pc(sim_->get_pc() + Instruction::kInstructionSize); in Stop()293 sim_->set_pc(sim_->get_pc() + Instruction::kInstructionSize); in Debug()633 void Simulator::set_pc(int32_t value) { in set_pc() function in assembler::mips::Simulator846 set_pc(get_register(ra)); in SoftwareInterrupt()1125 set_pc(next_pc); in DecodeTypeRegister()1134 set_pc(next_pc); in DecodeTypeRegister()1430 set_pc(next_pc); in DecodeTypeImmediate()1455 set_pc(next_pc); in DecodeTypeJump()
160 void set_pc(int32_t value);
312 set_pc(AddressFrom<Address>(pc() - code->instruction_start())); in Cook()318 set_pc(code->instruction_start() + OffsetFrom(pc())); in Uncook()363 set_pc(AddressFrom<Address>(pc() - code->instruction_start())); in Cook()373 set_pc(code->instruction_start() + OffsetFrom(pc())); in Uncook()
86 inline void set_pc(Address value);133 void set_pc(Address pc) { *pc_address() = pc; } in set_pc() function
90 inline void StackHandler::set_pc(Address value) { in set_pc() function
182 void set_pc(byte* pc) { pc_ = pc; } in set_pc() function
118 sim_->set_pc(sim_->get_pc() + Instr::kInstrSize); in Stop()130 sim_->set_pc(sim_->get_pc() + Instr::kInstrSize); in Stop()565 void Simulator::set_pc(int32_t value) { in set_pc() function in assembler::arm::Simulator1227 set_pc(get_register(lr)); in SoftwareInterrupt()1559 set_pc(get_register(rm)); in DecodeType01()1563 set_pc(get_register(rm)); in DecodeType01()1837 set_pc(pc_reg + off); in DecodeType5()
142 void set_pc(int32_t value);
1758 rinfo.set_pc(rinfo.pc() + pc_delta); in GrowBuffer()
1736 rinfo.set_pc(rinfo.pc() + pc_delta); in GrowBuffer()