Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
InstructionInfo Struct Reference#include <instruction.h>
List of all members.
Constructor & Destructor Documentation
InstructionInfo::InstructionInfo |
( |
|
) |
[inline] |
|
InstructionInfo::InstructionInfo |
( |
const char * |
name, |
|
|
const char * |
opndFormat, |
|
|
bool |
hasDest, |
|
|
bool |
hasOp1, |
|
|
bool |
hasOp2, |
|
|
bool |
hasBase, |
|
|
bool |
hasOffset, |
|
|
bool |
hasTarget, |
|
|
bool |
shouldEmit |
|
) |
[inline] |
|
Member Data Documentation
bool InstructionInfo::_hasBase
|
|
bool InstructionInfo::_hasDest
|
|
bool InstructionInfo::_hasOffset
|
|
bool InstructionInfo::_hasOpnd1
|
|
bool InstructionInfo::_hasOpnd2
|
|
bool InstructionInfo::_hasTarget
|
|
const char* InstructionInfo::_name
|
|
const char* InstructionInfo::_opndFormat
|
|
bool InstructionInfo::_shouldEmit
|
|
The documentation for this struct was generated from the following file:
|