Lines Matching refs:FourByteInstr
76 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + sizeof(FourByteInstr)); in Stop()
87 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize); in Stop()
230 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr)); in Debug()
276 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr)); in Debug()
508 sim_->get_pc() - (sizeof(FourByteInstr) + kPointerSize); in Debug()
511 reinterpret_cast<Instruction*>(stop_pc + sizeof(FourByteInstr)); in Debug()
721 cache_page->CachedData(offset), sizeof(FourByteInstr)), in CheckICache()
1561 reinterpret_cast<void*>(&swi_instruction_), sizeof(FourByteInstr)); in Redirection()
2306 set_pc(get_pc() + sizeof(FourByteInstr) + kPointerSize); in SoftwareInterrupt()
2821 set_register(r1, pc + sizeof(FourByteInstr)); in DecodeFourByte()
7856 set_register(r1, pc + sizeof(FourByteInstr)); in EVALUATE()