Add SQXTUN_S and SQXTUN_V (2/2)
Part 2/2 of commit
This commit is contained in:
parent
dd3bb9004c
commit
f4b54b87a4
1 changed files with 10 additions and 0 deletions
|
@ -1145,6 +1145,16 @@ namespace ChocolArm64.Instruction
|
||||||
EmitQxtn(Context, Signed: true, Scalar: false);
|
EmitQxtn(Context, Signed: true, Scalar: false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void Sqxtun_S(AILEmitterCtx Context)
|
||||||
|
{
|
||||||
|
EmitQxtn(Context, Signed: false, Scalar: true);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void Sqxtun_V(AILEmitterCtx Context)
|
||||||
|
{
|
||||||
|
EmitQxtn(Context, Signed: false, Scalar: false);
|
||||||
|
}
|
||||||
|
|
||||||
public static void Sub_S(AILEmitterCtx Context)
|
public static void Sub_S(AILEmitterCtx Context)
|
||||||
{
|
{
|
||||||
EmitScalarBinaryOpZx(Context, () => Context.Emit(OpCodes.Sub));
|
EmitScalarBinaryOpZx(Context, () => Context.Emit(OpCodes.Sub));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue