aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Decoder/AShiftType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Decoder/AShiftType.cs')
-rw-r--r--ChocolArm64/Decoder/AShiftType.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChocolArm64/Decoder/AShiftType.cs b/ChocolArm64/Decoder/AShiftType.cs
new file mode 100644
index 00000000..34ceea20
--- /dev/null
+++ b/ChocolArm64/Decoder/AShiftType.cs
@@ -0,0 +1,10 @@
+namespace ChocolArm64.Decoder
+{
+ enum AShiftType
+ {
+ Lsl,
+ Lsr,
+ Asr,
+ Ror
+ }
+} \ No newline at end of file