fcml
1.2.2
|
Wraps operand hint and exposes factory methods for instruction hints. More...
#include <fcml_common.hpp>
Static Public Member Functions | |
static const OperandHint | UNDEFIEND () |
Creates operand level hint: UNDEFIEND. More... | |
static const OperandHint | MULTIMEDIA () |
Creates operand level hint: MULTIMEDIA_INSTRUCTION. More... | |
static const OperandHint | DISPLACEMENT_RELATIVE_ADDRESS () |
Creates operand level hint: DISPLACEMENT_RELATIVE_ADDRESS. More... | |
static const OperandHint | PSEUDO_OPCODE () |
Creates operand level hint: PSEUDO_OPCODE. More... | |
static const OperandHint | ABSOLUTE_ADDRESSING () |
Creates operand level hint: ABSOLUTE_ADDRESSING. More... | |
static const OperandHint | RELATIVE_ADDRESSING () |
Creates operand level hint: RELATIVE_ADDRESSING. More... | |
static const OperandHint | SIB_ENCODING () |
Creates operand level hint: SIB_ENCODING. More... | |
Public Attributes | |
fcml_en_operand_hints | _hint |
Wraps operand hint and exposes factory methods for instruction hints.
|
inlinestatic |
Creates operand level hint: ABSOLUTE_ADDRESSING.
|
inlinestatic |
Creates operand level hint: DISPLACEMENT_RELATIVE_ADDRESS.
|
inlinestatic |
Creates operand level hint: MULTIMEDIA_INSTRUCTION.
|
inlinestatic |
Creates operand level hint: PSEUDO_OPCODE.
|
inlinestatic |
Creates operand level hint: RELATIVE_ADDRESSING.
|
inlinestatic |
Creates operand level hint: SIB_ENCODING.
|
inlinestatic |
Creates operand level hint: UNDEFIEND.