#include <x86ISAXed.hpp>
|
| 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 |
|
Definition at line 84 of file x86ISAXed.hpp.
◆ x86ISAXed()
x86ISAXed::x86ISAXed |
( |
bool |
is_x86_64 = false | ) |
|
◆ ~x86ISAXed()
x86ISAXed::~x86ISAXed |
( |
| ) |
|
|
virtual |
◆ attach()
◆ cacheLookup()
◆ cacheSet()
◆ convertOpVMAToVMA()
virtual VMA ISA::convertOpVMAToVMA |
( |
VMA |
opvma, |
|
|
ushort & |
opIndex |
|
) |
| const |
|
inlinevirtualinherited |
◆ convertVMAToOpVMA()
◆ decode()
◆ detach()
◆ getInsnDesc()
◆ getInsnNumDelaySlots() [1/2]
◆ getInsnNumDelaySlots() [2/2]
◆ getInsnNumOps() [1/2]
◆ getInsnNumOps() [2/2]
◆ getInsnSize()
◆ getInsnTargetVMA()
◆ isParallelWithSuccessor() [1/2]
◆ isParallelWithSuccessor() [2/2]
The documentation for this class was generated from the following files: