mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-08 00:43:04 +00:00
correct error
This commit is contained in:
parent
4997fb6135
commit
0d221e7665
1 changed files with 3 additions and 3 deletions
|
@ -145,7 +145,7 @@ namespace ChocolArm64.Instruction
|
||||||
Context.Emit(OpCodes.Shr);
|
Context.Emit(OpCodes.Shr);
|
||||||
};
|
};
|
||||||
|
|
||||||
EmitScalarSaturatingNarrowOpZxZx(Context, Emit);
|
EmitScalarSaturatingNarrowOpSxZx(Context, Emit);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Sqrshrun_V(AILEmitterCtx Context)
|
public static void Sqrshrun_V(AILEmitterCtx Context)
|
||||||
|
@ -167,7 +167,7 @@ namespace ChocolArm64.Instruction
|
||||||
Context.Emit(OpCodes.Shr);
|
Context.Emit(OpCodes.Shr);
|
||||||
};
|
};
|
||||||
|
|
||||||
EmitVectorSaturatingNarrowOpZxZx(Context, Emit);
|
EmitVectorSaturatingNarrowOpSxZx(Context, Emit);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Srshr_V(AILEmitterCtx Context)
|
public static void Srshr_V(AILEmitterCtx Context)
|
||||||
|
@ -481,4 +481,4 @@ namespace ChocolArm64.Instruction
|
||||||
Context.EmitStvec(Op.Rd);
|
Context.EmitStvec(Op.Rd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue