fcml
1.2.2
|
This is the complete list of members for fcml::Operand, including all inherited members.
addr(const Address &address) | fcml::Operand | inline |
addr(const EffectiveAddress &effectiveAddress, fcml_usize sizeOperator=FCML_DS_UNDEF) | fcml::Operand | inline |
addr(const EffectiveAddress &effectiveAddress, const SegmentSelector &segmentSelector, fcml_usize sizeOperator=FCML_DS_UNDEF) | fcml::Operand | inline |
far_ptr(fcml_uint16_t seg, fcml_int16_t addr) | fcml::Operand | inline |
far_ptr(fcml_uint16_t seg, fcml_int32_t addr) | fcml::Operand | inline |
far_ptr(const FarPointer &pointer) | fcml::Operand | inline |
getAddress() const | fcml::Operand | inline |
getAddress() | fcml::Operand | inline |
getDecorators() const | fcml::Operand | inline |
getDecorators() | fcml::Operand | inline |
getFarPointer() const | fcml::Operand | inline |
getFarPointer() | fcml::Operand | inline |
getHints() const | fcml::Operand | inline |
getImmediate() const | fcml::Operand | inline |
getImmediate() | fcml::Operand | inline |
getOperandType() const | fcml::Operand | inline |
getRegister() const | fcml::Operand | inline |
getRegister() | fcml::Operand | inline |
imm(const Integer &imm) | fcml::Operand | inline |
isAbsoluteAddressing() const | fcml::Operand | inline |
isAddr() const | fcml::Operand | inline |
isDisRelativeAddress() const | fcml::Operand | inline |
isFar() const | fcml::Operand | inline |
isImm() const | fcml::Operand | inline |
isMultimedia() const | fcml::Operand | inline |
isPseudoOpcode() const | fcml::Operand | inline |
isReg() const | fcml::Operand | inline |
isRelativeAddressing() const | fcml::Operand | inline |
isSIBEncoding() const | fcml::Operand | inline |
off(const Integer &offset, fcml_usize sizeOperator=FCML_DS_UNDEF) | fcml::Operand | inline |
Operand() | fcml::Operand | inline |
Operand(const Integer &imm, fcml_hints hints=FCML_OP_HINT_UNDEFIEND) | fcml::Operand | inline |
Operand(const FarPointer &pointer, fcml_hints hints=FCML_OP_HINT_UNDEFIEND) | fcml::Operand | inline |
Operand(const Address &address, fcml_hints hints=FCML_OP_HINT_UNDEFIEND) | fcml::Operand | inline |
Operand(const Register ®, fcml_hints hints=FCML_OP_HINT_UNDEFIEND) | fcml::Operand | inline |
OperandType enum name | fcml::Operand | |
operator const Address &() const | fcml::Operand | inline |
operator const FarPointer &() const | fcml::Operand | inline |
operator const Integer &() const | fcml::Operand | inline |
operator const Register &() const | fcml::Operand | inline |
operator!=(const Operand &op) const | fcml::Operand | inline |
operator==(const Operand &op) const | fcml::Operand | inline |
OT_ADDRESS enum value | fcml::Operand | |
OT_FAR_POINTER enum value | fcml::Operand | |
OT_IMMEDIATE enum value | fcml::Operand | |
OT_NONE enum value | fcml::Operand | |
OT_REGISTER enum value | fcml::Operand | |
OT_VIRTUAL enum value | fcml::Operand | |
reg(const Register ®) | fcml::Operand | inline |
reg(fcml_uint8_t reg, fcml_usize size, Register::RegisterType type=Register::REG_GPR, fcml_bool x64_exp=FCML_FALSE) | fcml::Operand | inline |
setAddress(const Address &address) | fcml::Operand | inline |
setDecorators(const Decorators &decorators) | fcml::Operand | inline |
setFarPointer(const FarPointer &farPointer) | fcml::Operand | inline |
setHints(fcml_hints hints) | fcml::Operand | inline |
setImmediate(const Integer &immediate) | fcml::Operand | inline |
setOperandType(OperandType operandType) | fcml::Operand | inline |
setRegister(const Register ®) | fcml::Operand | inline |
undef() | fcml::Operand | inline |