29 #ifndef __ARCH_MIPS_ISA_HH__ 30 #define __ARCH_MIPS_ISA_HH__ 140 const Params *
params()
const;
Cycles is a wrapper class for representing cycle counts, i.e.
const Params * params() const
RegVal readMiscRegNoEffect(int misc_reg, ThreadID tid=0) const
int flattenMiscIndex(int reg) const
void updateCPU(BaseCPU *cpu)
int flattenVecElemIndex(int reg) const
unsigned getVPENum(ThreadID tid) const
ThreadContext is the external interface to all thread state for anything outside of the CPU...
std::vector< std::vector< RegVal > > miscRegFile_WriteMask
void setMiscRegNoEffect(int misc_reg, RegVal val, ThreadID tid=0)
void processCP0Event(BaseCPU *cpu, CP0EventType)
Process a CP0 event.
virtual void startup()
startup() is the final initialization call before simulation.
void startup(ThreadContext *tc)
int flattenFloatIndex(int reg) const
int flattenVecIndex(int reg) const
RegVal filterCP0Write(int misc_reg, int reg_sel, RegVal val)
This method doesn't need to adjust the Control Register Offset since it has already been done in the ...
RegVal readMiscReg(int misc_reg, ThreadContext *tc, ThreadID tid=0)
static std::string miscRegNames[NumMiscRegs]
void clear(ThreadContext *tc)
void updateCP0ReadView(int misc_reg, ThreadID tid)
int flattenVecPredIndex(int reg) const
void scheduleCP0Update(BaseCPU *cpu, Cycles delay=Cycles(0))
int16_t ThreadID
Thread index/ID type.
int flattenIntIndex(int reg) const
std::vector< std::vector< RegVal > > miscRegFile
RegId flattenRegId(const RegId ®Id) const
std::vector< BankType > bankType
Register ID: describe an architectural register with its class and index.
void setRegMask(int misc_reg, RegVal val, ThreadID tid=0)
void setMiscReg(int misc_reg, RegVal val, ThreadContext *tc, ThreadID tid=0)
int flattenCCIndex(int reg) const