Update AInstEmitSimdHelper.cs
This commit is contained in:
parent
531813af7d
commit
47892deb4c
1 changed files with 5 additions and 0 deletions
|
@ -483,6 +483,11 @@ namespace ChocolArm64.Instruction
|
||||||
EmitVectorOp(Context, Emit, OperFlags.RnRm, true);
|
EmitVectorOp(Context, Emit, OperFlags.RnRm, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void EmitVectorTernaryOpSx(AILEmitterCtx Context, Action Emit)
|
||||||
|
{
|
||||||
|
EmitVectorOp(Context, Emit, OperFlags.RdRnRm, true);
|
||||||
|
}
|
||||||
|
|
||||||
public static void EmitVectorUnaryOpZx(AILEmitterCtx Context, Action Emit)
|
public static void EmitVectorUnaryOpZx(AILEmitterCtx Context, Action Emit)
|
||||||
{
|
{
|
||||||
EmitVectorOp(Context, Emit, OperFlags.Rn, false);
|
EmitVectorOp(Context, Emit, OperFlags.Rn, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue