Operand Type
Represents an operand used in a PPC32 instruction.
Union cases
| Union case |
Description
|
|
|
Full Usage:
OprBI uint32
Parameters:
uint32
|
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsOprAddr
Returns: bool
|
|
Full Usage:
this.IsOprBI
Returns: bool
|
|
Full Usage:
this.IsOprImm
Returns: bool
|
|
Full Usage:
this.IsOprMem
Returns: bool
|
|
Full Usage:
this.IsOprReg
Returns: bool
|
|
B2R2