mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-28 07:59:17 +00:00
Implement Arm32 VSHLL and QADD16 instructions (#7301)
This commit is contained in:
@@ -29,6 +29,7 @@ namespace Ryujinx.Tests.Cpu
|
||||
{
|
||||
return new[]
|
||||
{
|
||||
0xe6200f10u, // QADD16 R0, R0, R0
|
||||
0xe6600f10u, // UQADD16 R0, R0, R0
|
||||
0xe6600f70u, // UQSUB16 R0, R0, R0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user