aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Decoders/OpCodeSimdTbl64.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Decoders/OpCodeSimdTbl64.cs')
-rw-r--r--ChocolArm64/Decoders/OpCodeSimdTbl64.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/ChocolArm64/Decoders/OpCodeSimdTbl64.cs b/ChocolArm64/Decoders/OpCodeSimdTbl64.cs
deleted file mode 100644
index 13cc9090..00000000
--- a/ChocolArm64/Decoders/OpCodeSimdTbl64.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using ChocolArm64.Instructions;
-
-namespace ChocolArm64.Decoders
-{
- class OpCodeSimdTbl64 : OpCodeSimdReg64
- {
- public OpCodeSimdTbl64(Inst inst, long position, int opCode) : base(inst, position, opCode)
- {
- Size = ((opCode >> 13) & 3) + 1;
- }
- }
-} \ No newline at end of file