S Type
IL Statements. NOTE: You MUST create Expr/Stmt through the AST module. *NEVER* directly construct Expr nor Stmt.
Union cases
Union case | Description |
|
|
Full Usage:
IEMark uint32
Parameters:
uint32
|
|
Full Usage:
ISMark uint32
Parameters:
uint32
|
|
|
|
|
|
|
|
|
|
This statement puts a value into a register. The first argument is a destination operand, and the second argument is a source operand. The destination operand should have either a Var or a TempVar. Example: [Put(T_1:I32, Load(LE, T_2:I32))] loads a 32-bit value from the address T2, and store the value to the temporary register T1. |
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsCJmp
Returns: bool
|
|
Full Usage:
this.IsExternalCall
Returns: bool
|
|
Full Usage:
this.IsIEMark
Returns: bool
|
|
Full Usage:
this.IsISMark
Returns: bool
|
|
Full Usage:
this.IsInterCJmp
Returns: bool
|
|
Full Usage:
this.IsInterJmp
Returns: bool
|
|
Full Usage:
this.IsJmp
Returns: bool
|
|
Full Usage:
this.IsLMark
Returns: bool
|
|
Full Usage:
this.IsPut
Returns: bool
|
|
Full Usage:
this.IsSideEffect
Returns: bool
|
|
Full Usage:
this.IsStore
Returns: bool
|
|