diff options
Diffstat (limited to 'ChocolArm64/Decoder/IAOpCodeSimd.cs')
| -rw-r--r-- | ChocolArm64/Decoder/IAOpCodeSimd.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChocolArm64/Decoder/IAOpCodeSimd.cs b/ChocolArm64/Decoder/IAOpCodeSimd.cs new file mode 100644 index 00000000..19032ad9 --- /dev/null +++ b/ChocolArm64/Decoder/IAOpCodeSimd.cs @@ -0,0 +1,7 @@ +namespace ChocolArm64.Decoder +{ + interface IAOpCodeSimd : IAOpCode + { + int Size { get; } + } +}
\ No newline at end of file |
