mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 10:18:30 +02:00
aloha
This commit is contained in:
12
Ryujinx/Cpu/Decoder/AOpCodeSimdTbl.cs
Normal file
12
Ryujinx/Cpu/Decoder/AOpCodeSimdTbl.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using ChocolArm64.Instruction;
|
||||
|
||||
namespace ChocolArm64.Decoder
|
||||
{
|
||||
class AOpCodeSimdTbl : AOpCodeSimdReg
|
||||
{
|
||||
public AOpCodeSimdTbl(AInst Inst, long Position, int OpCode) : base(Inst, Position, OpCode)
|
||||
{
|
||||
Size = ((OpCode >> 13) & 3) + 1;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user