Operand Type
Represents an operand used in a RISCV64 instruction.
Union cases
| Union case |
Description
|
|
|
Full Usage:
OpCSR uint16
Parameters:
uint16
|
|
|
|
Full Usage:
OpMem(Base, Offset option, AccessLength)
Parameters:
Base
Item2 : Offset option
Item3 : AccessLength
|
|
|
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsOpAddr
Returns: bool
|
|
Full Usage:
this.IsOpAtomMemOperation
Returns: bool
|
|
Full Usage:
this.IsOpCSR
Returns: bool
|
|
Full Usage:
this.IsOpFenceMask
Returns: bool
|
|
Full Usage:
this.IsOpImm
Returns: bool
|
|
Full Usage:
this.IsOpMem
Returns: bool
|
|
Full Usage:
this.IsOpReg
Returns: bool
|
|
Full Usage:
this.IsOpRoundMode
Returns: bool
|
|
Full Usage:
this.IsOpShiftAmount
Returns: bool
|
|
B2R2