Operands Type
Represents a set of operands in a RISCV64 instruction.
Union cases
| Union case |
Description
|
Full Usage:
NoOperand
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsFiveOperands
Returns: bool
|
|
Full Usage:
this.IsFourOperands
Returns: bool
|
|
Full Usage:
this.IsNoOperand
Returns: bool
|
|
Full Usage:
this.IsOneOperand
Returns: bool
|
|
Full Usage:
this.IsThreeOperands
Returns: bool
|
|
Full Usage:
this.IsTwoOperands
Returns: bool
|
|
B2R2