Go to the documentation of this file.
29 #ifndef __ARCH_MIPS_ISA_HH__
30 #define __ARCH_MIPS_ISA_HH__
85 return new PCState(new_inst_addr);
163 (Stat & 0x10000006) == 0 &&
165 (Dbg & 0x40000000) == 0 &&
167 (Stat & 0x00000018) != 0) {
std::vector< BankType > bankType
int flattenVecPredIndex(int reg) const
void processCP0Event(BaseCPU *cpu, CP0EventType)
Process a CP0 event.
void scheduleCP0Update(BaseCPU *cpu, Cycles delay=Cycles(0))
bool inUserMode() const override
int flattenIntIndex(int reg) const
std::vector< std::vector< RegVal > > miscRegFile
Cycles is a wrapper class for representing cycle counts, i.e.
int flattenVecElemIndex(int reg) const
ThreadContext is the external interface to all thread state for anything outside of the CPU.
void setRegMask(int misc_reg, RegVal val, ThreadID tid=0)
GenericISA::DelaySlotPCState< 4 > PCState
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 ...
void updateCP0ReadView(int misc_reg, ThreadID tid)
RegId flattenRegId(const RegId ®Id) const
void setMiscReg(int misc_reg, RegVal val, ThreadID tid=0)
void copyRegsFrom(ThreadContext *src) override
RegVal readMiscRegNoEffect(int misc_reg, ThreadID tid=0) const
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
PCStateBase * newPCState(Addr new_inst_addr=0) const override
static std::string miscRegNames[MISCREG_NUMREGS]
int flattenFloatIndex(int reg) const
RegVal readMiscReg(int misc_reg, ThreadID tid=0)
int flattenMiscIndex(int reg) const
unsigned getVPENum(ThreadID tid) const
int flattenVecIndex(int reg) const
void updateCPU(BaseCPU *cpu)
int flattenCCIndex(int reg) const
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
int16_t ThreadID
Thread index/ID type.
std::vector< std::vector< RegVal > > miscRegFile_WriteMask
Register ID: describe an architectural register with its class and index.
void setMiscRegNoEffect(int misc_reg, RegVal val, ThreadID tid=0)
Generated on Tue Dec 21 2021 11:34:19 for gem5 by doxygen 1.8.17