Class ClzI32
Represents "i32.clz" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(103)]
public class ClzI32 : UnaryInstruction<uint, ValueTypeI32>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.UInt32,WaaS.ValueTypeI32>
Methods
Operate(uint)
View Source
Declaration
protected override uint Operate(uint value)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
System.UInt32 | value |