namespace ChocolArm64.Decoders
{
interface IOpCode32Alu : IOpCode32
int Rd { get; }
int Rn { get; }
bool SetFlags { get; }
}