Lines Matching defs:const

672 FullO3CPU<Impl>::totalInsts() const
685 FullO3CPU<Impl>::totalOps() const
895 FullO3CPU<Impl>::processInterrupts(const Fault &interrupt)
912 FullO3CPU<Impl>::trap(const Fault &fault, ThreadID tid,
913 const StaticInstPtr &inst)
941 FullO3CPU<Impl>::serializeThread(CheckpointOut &cp, ThreadID tid) const
1034 FullO3CPU<Impl>::drainSanityCheck() const
1046 FullO3CPU<Impl>::isCpuDrained() const
1159 FullO3CPU<Impl>::verifyMemoryMode() const
1169 FullO3CPU<Impl>::readMiscRegNoEffect(int misc_reg, ThreadID tid) const
1215 FullO3CPU<Impl>::readVecReg(PhysRegIdPtr phys_reg) const
1216 -> const VecRegContainer&
1233 FullO3CPU<Impl>::readVecElem(PhysRegIdPtr phys_reg) const -> const VecElem&
1241 FullO3CPU<Impl>::readVecPredReg(PhysRegIdPtr phys_reg) const
1242 -> const VecPredRegContainer&
1283 FullO3CPU<Impl>::setVecReg(PhysRegIdPtr phys_reg, const VecRegContainer& val)
1291 FullO3CPU<Impl>::setVecElem(PhysRegIdPtr phys_reg, const VecElem& val)
1300 const VecPredRegContainer& val)
1338 FullO3CPU<Impl>::readArchVecReg(int reg_idx, ThreadID tid) const
1339 -> const VecRegContainer&
1358 FullO3CPU<Impl>::readArchVecElem(const RegIndex& reg_idx, const ElemIndex& ldx,
1359 ThreadID tid) const -> const VecElem&
1368 FullO3CPU<Impl>::readArchVecPredReg(int reg_idx, ThreadID tid) const
1369 -> const VecPredRegContainer&
1421 FullO3CPU<Impl>::setArchVecReg(int reg_idx, const VecRegContainer& val,
1431 FullO3CPU<Impl>::setArchVecElem(const RegIndex& reg_idx, const ElemIndex& ldx,
1432 const VecElem& val, ThreadID tid)
1441 FullO3CPU<Impl>::setArchVecPredReg(int reg_idx, const VecPredRegContainer& val,
1469 FullO3CPU<Impl>::pcState(const TheISA::PCState &val, ThreadID tid)
1505 FullO3CPU<Impl>::addInst(const DynInstPtr &inst)
1514 FullO3CPU<Impl>::instDone(ThreadID tid, const DynInstPtr &inst)
1536 FullO3CPU<Impl>::removeFrontInst(const DynInstPtr &inst)
1595 FullO3CPU<Impl>::removeInstsUntil(const InstSeqNum &seq_num, ThreadID tid)
1624 FullO3CPU<Impl>::squashInstIt(const ListIt &instIt, ThreadID tid)
1692 FullO3CPU<Impl>::wakeDependents(const DynInstPtr &inst)
1785 FullO3CPU<Impl>::isThreadExiting(ThreadID tid) const