HPCToolkit
x86ISAXed Class Referenceabstract

#include <x86ISAXed.hpp>

Inheritance diagram for x86ISAXed:
Collaboration diagram for x86ISAXed:

Public Member Functions

 x86ISAXed (bool is_x86_64=false)
 
virtual ~x86ISAXed ()
 
virtual ushort getInsnSize (MachInsn *mi)
 
virtual InsnDesc getInsnDesc (MachInsn *mi, ushort opIndex, ushort sz=0)
 
virtual VMA getInsnTargetVMA (MachInsn *mi, VMA vma, ushort opIndex, ushort sz=0)
 
virtual ushort getInsnNumOps (MachInsn *GCC_ATTR_UNUSED mi)
 
virtual ushort getInsnNumOps (MachInsn *mi)=0
 
virtual ushort getInsnNumDelaySlots (MachInsn *GCC_ATTR_UNUSED mi, ushort GCC_ATTR_UNUSED opIndex, ushort GCC_ATTR_UNUSED sz=0)
 
virtual ushort getInsnNumDelaySlots (MachInsn *mi, ushort opIndex, ushort sz=0)=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 bool isParallelWithSuccessor (MachInsn *mi1, ushort opIndex1, ushort sz1, MachInsn *mi2, ushort opIndex2, ushort sz2) const =0
 
virtual void decode (std::ostream &, MachInsn *, VMA, ushort)
 
void attach ()
 
void detach ()
 
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)
 

Detailed Description

Definition at line 84 of file x86ISAXed.hpp.

Constructor & Destructor Documentation

◆ x86ISAXed()

x86ISAXed::x86ISAXed ( bool  is_x86_64 = false)

Definition at line 120 of file x86ISAXed.cpp.

◆ ~x86ISAXed()

x86ISAXed::~x86ISAXed ( )
virtual

Definition at line 126 of file x86ISAXed.cpp.

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()

virtual void x86ISA::decode ( std::ostream &  ,
MachInsn ,
VMA  ,
ushort   
)
inlinevirtualinherited

Implements ISA.

Reimplemented in x86ISABinutils.

Definition at line 132 of file x86ISA.hpp.

◆ detach()

void ISA::detach ( )
inlineinherited

Definition at line 388 of file ISA.hpp.

Here is the caller graph for this function:

◆ getInsnDesc()

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

Reimplemented from x86ISA.

Definition at line 132 of file x86ISAXed.cpp.

Here is the call graph for this function:

◆ getInsnNumDelaySlots() [1/2]

virtual ushort x86ISA::getInsnNumDelaySlots ( MachInsn *GCC_ATTR_UNUSED  mi,
ushort GCC_ATTR_UNUSED  opIndex,
ushort GCC_ATTR_UNUSED  sz = 0 
)
inlinevirtualinherited

Definition at line 116 of file x86ISA.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 x86ISA::getInsnNumOps ( MachInsn *GCC_ATTR_UNUSED  mi)
inlinevirtualinherited

Definition at line 101 of file x86ISA.hpp.

◆ getInsnNumOps() [2/2]

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

Implemented in IA64ISA.

Here is the caller graph for this function:

◆ getInsnSize()

ushort x86ISAXed::getInsnSize ( MachInsn mi)
virtual

Reimplemented from x86ISA.

Definition at line 208 of file x86ISAXed.cpp.

Here is the call graph for this function:

◆ getInsnTargetVMA()

VMA x86ISAXed::getInsnTargetVMA ( MachInsn mi,
VMA  vma,
ushort  opIndex,
ushort  sz = 0 
)
virtual

Reimplemented from x86ISA.

Definition at line 220 of file x86ISAXed.cpp.

Here is the call graph for this function:

◆ isParallelWithSuccessor() [1/2]

virtual bool x86ISA::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
inlinevirtualinherited

Definition at line 122 of file x86ISA.hpp.

◆ 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:

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