Wraps operand hint and exposes factory methods for instruction hints.
More...
#include <fcml_common.hpp>
|
| 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.
|
Wraps operand hint and exposes factory methods for instruction hints.
- Since
- 1.1.0
◆ ABSOLUTE_ADDRESSING()
| const OperandHint fcml::OperandHint::ABSOLUTE_ADDRESSING |
( |
| ) |
|
|
inlinestatic |
Creates operand level hint: ABSOLUTE_ADDRESSING.
- Returns
- Operand level hint.
◆ DISPLACEMENT_RELATIVE_ADDRESS()
| const OperandHint fcml::OperandHint::DISPLACEMENT_RELATIVE_ADDRESS |
( |
| ) |
|
|
inlinestatic |
Creates operand level hint: DISPLACEMENT_RELATIVE_ADDRESS.
- Returns
- Operand level hint.
◆ MULTIMEDIA()
| const OperandHint fcml::OperandHint::MULTIMEDIA |
( |
| ) |
|
|
inlinestatic |
Creates operand level hint: MULTIMEDIA_INSTRUCTION.
- Returns
- Operand level hint.
◆ PSEUDO_OPCODE()
| const OperandHint fcml::OperandHint::PSEUDO_OPCODE |
( |
| ) |
|
|
inlinestatic |
Creates operand level hint: PSEUDO_OPCODE.
- Returns
- Operand level hint.
◆ RELATIVE_ADDRESSING()
| const OperandHint fcml::OperandHint::RELATIVE_ADDRESSING |
( |
| ) |
|
|
inlinestatic |
Creates operand level hint: RELATIVE_ADDRESSING.
- Returns
- Operand level hint.
◆ SIB_ENCODING()
| const OperandHint fcml::OperandHint::SIB_ENCODING |
( |
| ) |
|
|
inlinestatic |
Creates operand level hint: SIB_ENCODING.
- Returns
- Operand level hint.
◆ UNDEFIEND()
| const OperandHint fcml::OperandHint::UNDEFIEND |
( |
| ) |
|
|
inlinestatic |
Creates operand level hint: UNDEFIEND.
- Returns
- Operand level hint.
The documentation for this struct was generated from the following file: