Class Conv_I4
Convert to int32, pushing int32 on stack.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Cosmos.IL2CPU.X86.IL
Assembly: Cosmos.IL2CPU.dll
Syntax
[OpCode(ILOpCode.Code.Conv_I4)]
public class Conv_I4 : ILOp
Constructors
| Improve this Doc View SourceConv_I4(Assembler)
Declaration
public Conv_I4(Assembler aAsmblr)
Parameters
Type | Name | Description |
---|---|---|
Assembler | aAsmblr |
Methods
| Improve this Doc View SourceDoExecute(UInt32, Boolean, Boolean, Boolean, Assembler, Il2cpuMethodInfo, ILOpCode)
Declaration
public static void DoExecute(uint xSourceSize, bool aIsFloat, bool xSourceIsSigned, bool checkOverflow, Assembler assembler, Il2cpuMethodInfo aMethod, ILOpCode aOpCode)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | xSourceSize | |
System.Boolean | aIsFloat | |
System.Boolean | xSourceIsSigned | |
System.Boolean | checkOverflow | |
Assembler | assembler | |
Il2cpuMethodInfo | aMethod | |
ILOpCode | aOpCode |
Execute(Il2cpuMethodInfo, ILOpCode)
Declaration
public override void Execute(Il2cpuMethodInfo aMethod, ILOpCode aOpCode)
Parameters
Type | Name | Description |
---|---|---|
Il2cpuMethodInfo | aMethod | |
ILOpCode | aOpCode |