#include <PowerISA.hpp>
|
| PowerISA () |
|
virtual | ~PowerISA () |
|
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 *mi, ushort opIndex, 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 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 |
|
Definition at line 84 of file PowerISA.hpp.
◆ PowerISA() [1/2]
◆ ~PowerISA()
◆ PowerISA() [2/2]
◆ attach()
◆ cacheLookup()
◆ cacheSet()
◆ convertOpVMAToVMA()
virtual VMA ISA::convertOpVMAToVMA |
( |
VMA |
opvma, |
|
|
ushort & |
opIndex |
|
) |
| const |
|
inlinevirtualinherited |
◆ convertVMAToOpVMA()
◆ decode()
◆ detach()
◆ getInsnDesc()
◆ getInsnNumDelaySlots()
◆ getInsnNumOps() [1/2]
◆ getInsnNumOps() [2/2]
◆ getInsnSize() [1/2]
◆ getInsnSize() [2/2]
◆ getInsnTargetVMA()
◆ isParallelWithSuccessor() [1/2]
◆ isParallelWithSuccessor() [2/2]
◆ operator=()
◆ m_di
struct disassemble_info* PowerISA::m_di |
|
private |
◆ m_di_dis
struct disassemble_info* PowerISA::m_di_dis |
|
private |
◆ m_dis_data
◆ MINSN_SIZE
const ushort PowerISA::MINSN_SIZE = 4 |
|
staticprivate |
The documentation for this class was generated from the following files: