Searched refs:NPC (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/sparc/
H A Dfaults.cc336 // set TNPC to NPC
419 // set TNPC to NPC
473 getREDVector(RegVal TT, Addr &PC, Addr &NPC) argument
478 NPC = PC + sizeof(MachInst);
482 getHyperVector(ThreadContext * tc, Addr &PC, Addr &NPC, RegVal TT) argument
486 NPC = PC + sizeof(MachInst);
490 getPrivVector(ThreadContext *tc, Addr &PC, Addr &NPC, RegVal TT, RegVal TL) argument
496 NPC = PC + sizeof(MachInst);
515 Addr PC, NPC; local
528 getREDVector(5, PC, NPC);
591 Addr PC, NPC; local
592 getREDVector(trapType(), PC, NPC); local
[all...]
H A Dfaults.hh357 void getREDVector(RegVal TT, Addr &PC, Addr &NPC);
359 void getHyperVector(ThreadContext * tc, Addr &PC, Addr &NPC, RegVal TT);
361 void getPrivVector(ThreadContext *tc, Addr &PC, Addr &NPC, RegVal TT,
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.hh66 FSR, FPRS, PC, NPC, Y, CWP, PSTATE, ASI, CCR, enumerator in enum:SparcTraceChild::RegNum
H A Dtracechild.cc59 regVal = getRegVal(NPC);
153 case SparcTraceChild::NPC: return myregs.r_tnpc;
294 uint64_t nextPC = getRegVal(NPC);

Completed in 12 milliseconds