|
| IA64ISA () |
|
virtual | ~IA64ISA () |
|
virtual ushort | getInsnSize (MachInsn *GCC_ATTR_UNUSED mi) |
|
virtual ushort | getInsnNumOps (MachInsn *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, ushort GCC_ATTR_UNUSED 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 VMA | convertVMAToOpVMA (VMA vma, ushort opIndex) const |
|
virtual VMA | convertOpVMAToVMA (VMA opvma, ushort &opIndex) 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 | 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 |
|
Definition at line 82 of file IA64ISA.hpp.