aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Decoder/AOpCodeSimdExt.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Decoder/AOpCodeSimdExt.cs')
-rw-r--r--ChocolArm64/Decoder/AOpCodeSimdExt.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/ChocolArm64/Decoder/AOpCodeSimdExt.cs b/ChocolArm64/Decoder/AOpCodeSimdExt.cs
deleted file mode 100644
index 888e4470..00000000
--- a/ChocolArm64/Decoder/AOpCodeSimdExt.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using ChocolArm64.Instruction;
-
-namespace ChocolArm64.Decoder
-{
- class AOpCodeSimdExt : AOpCodeSimdReg
- {
- public int Imm4 { get; private set; }
-
- public AOpCodeSimdExt(AInst Inst, long Position, int OpCode) : base(Inst, Position, OpCode)
- {
- Imm4 = (OpCode >> 11) & 0xf;
- }
- }
-} \ No newline at end of file