Operand Type
Represents an operand in an MIPS instruction.
Union cases
| Union case |
Description
|
|
|
|
|
|
|
Full Usage:
OpMem(Base, Offset, AccessLength)
Parameters:
Base
Item2 : Offset
Item3 : AccessLength
|
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsGoToLabel
Returns: bool
|
|
Full Usage:
this.IsOpAddr
Returns: bool
|
|
Full Usage:
this.IsOpImm
Returns: bool
|
|
Full Usage:
this.IsOpMem
Returns: bool
|
|
Full Usage:
this.IsOpReg
Returns: bool
|
|
Full Usage:
this.IsOpShiftAmount
Returns: bool
|
|
B2R2