IAOpCodeSimd.cs 109 B

1234567
  1. namespace ChocolArm64.Decoder
  2. {
  3. interface IAOpCodeSimd : IAOpCode
  4. {
  5. int Size { get; }
  6. }
  7. }