60 #ifndef isa_IA64ISA_hpp 61 #define isa_IA64ISA_hpp 126 return (vma + 6 * opIndex);
133 ushort offset = (opvma & 0xf);
134 opIndex = (
ushort)(offset / 6);
135 return (opvma - offset);
struct disassemble_info * m_di
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 getInsnTargetVMA(MachInsn *mi, VMA pc, ushort opIndex, ushort sz=0)
virtual InsnDesc getInsnDesc(MachInsn *mi, ushort opIndex, ushort sz=0)
virtual ushort getInsnNumOps(MachInsn *mi)
virtual void decode(std::ostream &os, MachInsn *mi, VMA vma, ushort opIndex)
IA64ISA(const IA64ISA &GCC_ATTR_UNUSED x)
virtual VMA convertOpVMAToVMA(VMA opvma, ushort &opIndex) const
unsigned short int ushort
virtual ushort getInsnSize(MachInsn *GCC_ATTR_UNUSED mi)
virtual VMA convertVMAToOpVMA(VMA vma, ushort opIndex) const
IA64ISA & operator=(const IA64ISA &GCC_ATTR_UNUSED x)
struct disassemble_info * m_di_dis
virtual ushort getInsnNumDelaySlots(MachInsn *GCC_ATTR_UNUSED mi, ushort GCC_ATTR_UNUSED opIndex, ushort GCC_ATTR_UNUSED sz=0)