|
gem5
v19.0.0.0
|
#include "arch/sparc/sparc_traits.hh"#include "arch/sparc/types.hh"#include "base/types.hh"#include "cpu/static_inst_fwd.hh"Go to the source code of this file.
Namespaces | |
| SparcISA | |
Functions | |
| StaticInstPtr | SparcISA::decodeInst (ExtMachInst) |
Variables | |
| const ByteOrder | SparcISA::GuestByteOrder = BigEndianByteOrder |
| const Addr | SparcISA::PageShift = 13 |
| const Addr | SparcISA::PageBytes = ULL(1) << PageShift |
| const bool | SparcISA::HasUnalignedMemAcc = false |
| const bool | SparcISA::CurThreadInfoImplemented = false |
| const int | SparcISA::CurThreadInfoReg = -1 |