Class RotlI64
Represents "i64.rotl" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(137)]
public class RotlI64 : BinaryInstruction<ulong, ValueTypeI64>
Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.BinaryInstruction<System.UInt64,WaaS.ValueTypeI64>
Methods
Operate(ulong, ulong)
View Source
Declaration
protected override ulong Operate(ulong lhs, ulong rhs)
Returns
System.UInt64
Parameters
| Type | Name | 
|---|---|
| System.UInt64 | lhs | 
| System.UInt64 | rhs |