gem5
|
#include "arch/x86/generated/max_inst_regs.hh"
#include "arch/x86/regs/int.hh"
#include "arch/x86/regs/ccr.hh"
#include "arch/x86/regs/misc.hh"
#include "arch/x86/x86_traits.hh"
Go to the source code of this file.
Classes | |
union | X86ISA::AnyReg |
Namespaces | |
X86ISA | |
This is exposed globally, independent of the ISA. | |
Macros | |
#define | ISA_HAS_CC_REGS |
Typedefs | |
typedef uint64_t | X86ISA::IntReg |
typedef uint64_t | X86ISA::CCReg |
typedef uint64_t | X86ISA::MiscReg |
typedef double | X86ISA::FloatReg |
typedef uint64_t | X86ISA::FloatRegBits |
typedef uint16_t | X86ISA::RegIndex |
Enumerations | |
enum | X86ISA::DependenceTags { X86ISA::FP_Reg_Base = 128, X86ISA::CC_Reg_Base = FP_Reg_Base + NumFloatRegs, X86ISA::Misc_Reg_Base = CC_Reg_Base + NumCCRegs, X86ISA::Max_Reg_Index = Misc_Reg_Base + NumMiscRegs } |
Variables | |
const int | X86ISA::NumMiscRegs = NUM_MISCREGS |
const int | X86ISA::NumIntArchRegs = NUM_INTREGS |
const int | X86ISA::NumIntRegs = NumIntArchRegs + NumMicroIntRegs + NumImplicitIntRegs |
const int | X86ISA::NumCCRegs = NUM_CCREGS |
const int | X86ISA::NumFloatRegs |
const int | X86ISA::ZeroReg = NUM_INTREGS |
const int | X86ISA::StackPointerReg = INTREG_RSP |
const int | X86ISA::ReturnAddressReg = 0 |
const int | X86ISA::ReturnValueReg = INTREG_RAX |
const int | X86ISA::FramePointerReg = INTREG_RBP |
const int | X86ISA::SyscallPseudoReturnReg = INTREG_RDX |
#define ISA_HAS_CC_REGS |
Definition at line 61 of file registers.hh.