fcml 1.3.0
|
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. | |
static const OperandHint | MULTIMEDIA () |
Creates operand level hint: MULTIMEDIA_INSTRUCTION. | |
static const OperandHint | DISPLACEMENT_RELATIVE_ADDRESS () |
Creates operand level hint: DISPLACEMENT_RELATIVE_ADDRESS. | |
static const OperandHint | PSEUDO_OPCODE () |
Creates operand level hint: PSEUDO_OPCODE. | |
static const OperandHint | ABSOLUTE_ADDRESSING () |
Creates operand level hint: ABSOLUTE_ADDRESSING. | |
static const OperandHint | RELATIVE_ADDRESSING () |
Creates operand level hint: RELATIVE_ADDRESSING. | |
static const OperandHint | SIB_ENCODING () |
Creates operand level hint: SIB_ENCODING. | |
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.