#include <EmptyISA.hpp>
|
| | EmptyISA () |
| |
| virtual | ~EmptyISA () |
| |
| 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 70 of file EmptyISA.hpp.
◆ EmptyISA()
◆ ~EmptyISA()
| virtual EmptyISA::~EmptyISA |
( |
| ) |
|
|
inlinevirtual |
◆ attach()
◆ cacheLookup()
◆ cacheSet()
◆ convertOpVMAToVMA()
| virtual VMA ISA::convertOpVMAToVMA |
( |
VMA |
opvma, |
|
|
ushort & |
opIndex |
|
) |
| const |
|
inlinevirtualinherited |
◆ convertVMAToOpVMA()
◆ decode()
| virtual void EmptyISA::decode |
( |
std::ostream & |
os, |
|
|
MachInsn * |
mi, |
|
|
VMA |
vma, |
|
|
ushort |
opIndex |
|
) |
| |
|
inlinevirtual |
◆ detach()
◆ getInsnDesc()
◆ getInsnNumDelaySlots()
◆ getInsnNumOps() [1/2]
◆ getInsnNumOps() [2/2]
◆ getInsnSize() [1/2]
◆ getInsnSize() [2/2]
◆ getInsnTargetVMA()
◆ isParallelWithSuccessor() [1/2]
◆ isParallelWithSuccessor() [2/2]
The documentation for this class was generated from the following file: