Class ClzI64
Represents "i64.clz" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(121)]
public class ClzI64 : UnaryInstruction<ulong, ValueTypeI64>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.UInt64,WaaS.ValueTypeI64>
Methods
Operate(ulong)
View Source
Declaration
protected override ulong Operate(ulong value)
Returns
System.UInt64
Parameters
Type | Name |
---|---|
System.UInt64 | value |