Searched refs:pc (Results 251 - 272 of 272) sorted by relevance

<<11

/gem5/src/arch/x86/insts/
H A Dstatic_inst.cc269 std::string X86StaticInst::generateDisassembly(Addr pc, argument
/gem5/src/arch/sparc/insts/
H A Dstatic_inst.cc251 SparcStaticInst::generateDisassembly(Addr pc, const SymbolTable *symtab) const argument
/gem5/src/arch/x86/
H A Dtypes.hh320 return (this->npc() != this->pc() + size()) ||
/gem5/src/gpu-compute/
H A Dfetch_unit.cc119 Addr vaddr = wavefront->pc();
H A Dcompute_unit.cc751 pkt->req->setPC(gpuDynInst->wavefront()->pc());
/gem5/src/cpu/pred/
H A Dtournament.cc237 TournamentBP::uncondBranch(ThreadID tid, Addr pc, void * &bp_history)
H A Dmultiperspective_perceptron.cc544 MultiperspectivePerceptron::uncondBranch(ThreadID tid, Addr pc, argument
547 MPPBranchInfo *bi = new MPPBranchInfo(pc, pcshift, false);
551 unsigned short int pc2 = pc >> 2;
552 bool ab = !(pc & (1<<pcbit));
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc880 // If valid, copy the pc to the ruby request
881 Addr pc = 0; local
883 pc = pkt->req->getPC();
927 pkt->getSize(), pc, secondary_type,
936 pkt->getSize(), pc, secondary_type,
H A DGPUCoalescer.hh227 Addr pc, RubyAccessMode access_mode,
/gem5/src/cpu/o3/
H A Diew_impl.hh511 TheISA::PCState pc = inst->pcState(); local
512 TheISA::advancePC(pc, inst->staticInst);
514 toCommit->pc[tid] = pc;
540 toCommit->pc[tid] = inst->pcState();
H A Dlsq.hh461 MasterID mid, Addr pc)
463 request()->setVirt(asid, vaddr, size, flags_, mid, pc);
460 setVirt(int asid, Addr vaddr, unsigned size, Request::Flags flags_, MasterID mid, Addr pc) argument
H A Ddyn_inst.hh82 &macroop, TheISA::PCState pc, TheISA::PCState predPC,
H A Dcpu.cc870 auto pc = this->pcState(tid); local
873 auto new_mode = RenameMode<TheISA::ISA>::mode(pc);
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc415 new_record->pc = head_inst->instAddr();
831 dep_pkt.set_pc(temp_ptr->pc);
/gem5/src/arch/arm/
H A Disa.hh772 mode(const ArmISA::PCState& pc) argument
774 if (pc.aarch64()) {
/gem5/system/alpha/h/
H A Ddc21164FromGasSources.h681 #define stq_cp hw_stq/pc
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h227 for (auto *pc = text; *pc != '\0'; ++pc) {
228 const auto c = *pc;
232 if (*(pc + 1) == '*')
/gem5/src/arch/x86/regs/
H A Dmisc.hh807 Bitfield<19> pc; // Pin control member in namespace:X86ISA
/gem5/src/arch/mips/
H A Disa.cc220 cfg1.pc = cp.CP0_Config1_PC;
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc313 ccprintf(os, "pc");
621 ArmStaticInst::generateDisassembly(Addr pc,
/gem5/src/sim/
H A Dsyscall_emul.hh1892 Addr pc = tc->pcState().pc(); local
1894 if (pc >= text_start && pc < text_end) {
/gem5/src/cpu/minor/
H A Dlsq.cc1638 inst->pc.instAddr(), std::move(amo_op));

Completed in 56 milliseconds

<<11