Update InstEmitSimdMove.cs
This commit is contained in:
parent
2269160ae2
commit
95f589aaab
1 changed files with 2 additions and 2 deletions
|
@ -710,7 +710,7 @@ namespace ChocolArm64.Instructions
|
||||||
context.EmitCall(typeof(Ssse3).GetMethod(nameof(Ssse3.Shuffle), GetTypesSflUpk(0)));
|
context.EmitCall(typeof(Ssse3).GetMethod(nameof(Ssse3.Shuffle), GetTypesSflUpk(0)));
|
||||||
}
|
}
|
||||||
|
|
||||||
VectorHelper.EmitCall(context, nameof(VectorHelper.VectorInt64Zero));
|
VectorHelper.EmitCall(context, nameof(VectorHelper.VectorSingleZero));
|
||||||
|
|
||||||
context.EmitCall(typeof(Sse2).GetMethod(nameUpk, GetTypesSflUpk(3)));
|
context.EmitCall(typeof(Sse2).GetMethod(nameUpk, GetTypesSflUpk(3)));
|
||||||
|
|
||||||
|
@ -763,7 +763,7 @@ namespace ChocolArm64.Instructions
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
context.EmitCall(typeof(Sse2).GetMethod(nameof(Sse2.UnpackLow), GetTypesSflUpk(op.Size)));
|
context.EmitCall(typeof(Sse2).GetMethod(nameof(Sse2.UnpackLow), GetTypesSflUpk(op.Size)));
|
||||||
VectorHelper.EmitCall(context, nameof(VectorHelper.VectorInt64Zero));
|
VectorHelper.EmitCall(context, nameof(VectorHelper.VectorSingleZero));
|
||||||
|
|
||||||
context.EmitCall(typeof(Sse2).GetMethod(nameUpk, GetTypesSflUpk(3)));
|
context.EmitCall(typeof(Sse2).GetMethod(nameUpk, GetTypesSflUpk(3)));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue