mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-01 23:42:26 -07:00
Optimize CMN/ADDS to do a single comparision like CMP/SUBS (#576)
This commit is contained in:
@@ -51,6 +51,8 @@ namespace ChocolArm64.Instructions
|
||||
|
||||
public static void Adds(ILEmitterCtx context)
|
||||
{
|
||||
context.TryOptMarkCondWithoutCmp();
|
||||
|
||||
EmitAluLoadOpers(context);
|
||||
|
||||
context.Emit(OpCodes.Add);
|
||||
|
Reference in New Issue
Block a user