HPCToolkit
AlphaISA Class Referenceabstract

#include <AlphaISA.hpp>

Inheritance diagram for AlphaISA:
Collaboration diagram for AlphaISA:

Public Member Functions

 AlphaISA ()
 
virtual ~AlphaISA ()
 
virtual ushort getInsnSize (MachInsn *GCC_ATTR_UNUSED mi)
 
virtual ushort getInsnNumOps (MachInsn *GCC_ATTR_UNUSED mi)
 
virtual InsnDesc getInsnDesc (MachInsn *mi, ushort opIndex, ushort sz=0)
 
virtual VMA getInsnTargetVMA (MachInsn *mi, VMA pc, ushort opIndex, ushort sz=0)
 
virtual ushort getInsnNumDelaySlots (MachInsn *GCC_ATTR_UNUSED mi, ushort GCC_ATTR_UNUSED opIndex, GCC_ATTR_UNUSED ushort sz=0)
 
virtual bool isParallelWithSuccessor (MachInsn *GCC_ATTR_UNUSED mi1, ushort GCC_ATTR_UNUSED opIndex1, ushort GCC_ATTR_UNUSED sz1, MachInsn *GCC_ATTR_UNUSED mi2, ushort GCC_ATTR_UNUSED opIndex2, ushort GCC_ATTR_UNUSED sz2) const
 
virtual void decode (std::ostream &os, MachInsn *mi, VMA vma, ushort opIndex)
 
void attach ()
 
void detach ()
 
virtual ushort getInsnSize (MachInsn *mi)=0
 
virtual ushort getInsnNumOps (MachInsn *mi)=0
 
virtual ushort getInsnNumDelaySlots (MachInsn *mi, ushort opIndex, ushort sz=0)=0
 
virtual bool isParallelWithSuccessor (MachInsn *mi1, ushort opIndex1, ushort sz1, MachInsn *mi2, ushort opIndex2, ushort sz2) const =0
 
virtual VMA convertVMAToOpVMA (VMA vma, ushort GCC_ATTR_UNUSED opIndex) const
 
virtual VMA convertOpVMAToVMA (VMA opvma, ushort &opIndex) const
 

Protected Member Functions

DecodingCachecacheLookup (MachInsn *cmi)
 
void cacheSet (MachInsn *cmi, ushort size)
 

Private Member Functions

 AlphaISA (const AlphaISA &GCC_ATTR_UNUSED x)
 
AlphaISAoperator= (const AlphaISA &GCC_ATTR_UNUSED x)
 

Static Private Attributes

static const ushort MINSN_SIZE = 4
 

Detailed Description

Definition at line 81 of file AlphaISA.hpp.

Constructor & Destructor Documentation

◆ AlphaISA() [1/2]

AlphaISA::AlphaISA ( )
inline

Definition at line 83 of file AlphaISA.hpp.

◆ ~AlphaISA()

virtual AlphaISA::~AlphaISA ( )
inlinevirtual

Definition at line 86 of file AlphaISA.hpp.

◆ AlphaISA() [2/2]

AlphaISA::AlphaISA ( const AlphaISA &GCC_ATTR_UNUSED  x)
inlineprivate

Definition at line 127 of file AlphaISA.hpp.

Member Function Documentation

◆ attach()

void ISA::attach ( )
inlineinherited

Definition at line 384 of file ISA.hpp.

Here is the caller graph for this function:

◆ cacheLookup()

DecodingCache* ISA::cacheLookup ( MachInsn cmi)
inlineprotectedinherited

Definition at line 489 of file ISA.hpp.

Here is the caller graph for this function:

◆ cacheSet()

void ISA::cacheSet ( MachInsn cmi,
ushort  size 
)
inlineprotectedinherited

Definition at line 501 of file ISA.hpp.

Here is the caller graph for this function:

◆ convertOpVMAToVMA()

virtual VMA ISA::convertOpVMAToVMA ( VMA  opvma,
ushort opIndex 
) const
inlinevirtualinherited

Reimplemented in IA64ISA.

Definition at line 475 of file ISA.hpp.

Here is the caller graph for this function:

◆ convertVMAToOpVMA()

virtual VMA ISA::convertVMAToOpVMA ( VMA  vma,
ushort GCC_ATTR_UNUSED  opIndex 
) const
inlinevirtualinherited

Definition at line 471 of file ISA.hpp.

Here is the caller graph for this function:

◆ decode()

void AlphaISA::decode ( std::ostream &  os,
MachInsn mi,
VMA  vma,
ushort  opIndex 
)
virtual

Implements ISA.

Definition at line 819 of file AlphaISA.cpp.

Here is the caller graph for this function:

◆ detach()

void ISA::detach ( )
inlineinherited

Definition at line 388 of file ISA.hpp.

Here is the caller graph for this function:

◆ getInsnDesc()

ISA::InsnDesc AlphaISA::getInsnDesc ( MachInsn mi,
ushort  opIndex,
ushort  sz = 0 
)
virtual

Implements ISA.

Definition at line 86 of file AlphaISA.cpp.

Here is the caller graph for this function:

◆ getInsnNumDelaySlots() [1/2]

virtual ushort AlphaISA::getInsnNumDelaySlots ( MachInsn *GCC_ATTR_UNUSED  mi,
ushort GCC_ATTR_UNUSED  opIndex,
GCC_ATTR_UNUSED ushort  sz = 0 
)
inlinevirtual

Definition at line 108 of file AlphaISA.hpp.

◆ getInsnNumDelaySlots() [2/2]

virtual ushort ISA::getInsnNumDelaySlots ( MachInsn mi,
ushort  opIndex,
ushort  sz = 0 
)
pure virtualinherited

Implemented in MipsISA, PowerISA, SparcISA, and EmptyISA.

Here is the caller graph for this function:

◆ getInsnNumOps() [1/2]

virtual ushort AlphaISA::getInsnNumOps ( MachInsn *GCC_ATTR_UNUSED  mi)
inlinevirtual

Definition at line 98 of file AlphaISA.hpp.

Here is the call graph for this function:

◆ getInsnNumOps() [2/2]

virtual ushort ISA::getInsnNumOps ( MachInsn mi)
pure virtualinherited

Implemented in IA64ISA.

Here is the caller graph for this function:

◆ getInsnSize() [1/2]

virtual ushort AlphaISA::getInsnSize ( MachInsn *GCC_ATTR_UNUSED  mi)
inlinevirtual

Definition at line 94 of file AlphaISA.hpp.

◆ getInsnSize() [2/2]

virtual ushort ISA::getInsnSize ( MachInsn mi)
pure virtualinherited

Implemented in x86ISA, x86ISABinutils, and x86ISAXed.

Here is the caller graph for this function:

◆ getInsnTargetVMA()

VMA AlphaISA::getInsnTargetVMA ( MachInsn mi,
VMA  pc,
ushort  opIndex,
ushort  sz = 0 
)
virtual

Implements ISA.

Definition at line 774 of file AlphaISA.cpp.

Here is the caller graph for this function:

◆ isParallelWithSuccessor() [1/2]

virtual bool AlphaISA::isParallelWithSuccessor ( MachInsn *GCC_ATTR_UNUSED  mi1,
ushort GCC_ATTR_UNUSED  opIndex1,
ushort GCC_ATTR_UNUSED  sz1,
MachInsn *GCC_ATTR_UNUSED  mi2,
ushort GCC_ATTR_UNUSED  opIndex2,
ushort GCC_ATTR_UNUSED  sz2 
) const
inlinevirtual

Definition at line 114 of file AlphaISA.hpp.

Here is the call graph for this function:

◆ isParallelWithSuccessor() [2/2]

virtual bool ISA::isParallelWithSuccessor ( MachInsn mi1,
ushort  opIndex1,
ushort  sz1,
MachInsn mi2,
ushort  opIndex2,
ushort  sz2 
) const
pure virtualinherited
Here is the caller graph for this function:

◆ operator=()

AlphaISA& AlphaISA::operator= ( const AlphaISA &GCC_ATTR_UNUSED  x)
inlineprivate

Definition at line 131 of file AlphaISA.hpp.

Member Data Documentation

◆ MINSN_SIZE

const ushort AlphaISA::MINSN_SIZE = 4
staticprivate

Definition at line 136 of file AlphaISA.hpp.


The documentation for this class was generated from the following files: