Update AInstEmitSimdArithmetic.cs
This commit is contained in:
parent
5ea5ea3d04
commit
00a2c92ba5
1 changed files with 0 additions and 8 deletions
|
@ -835,8 +835,6 @@ namespace ChocolArm64.Instruction
|
||||||
{
|
{
|
||||||
Context.EmitLdarg(ATranslatedSub.StateArgIdx);
|
Context.EmitLdarg(ATranslatedSub.StateArgIdx);
|
||||||
|
|
||||||
Context.EmitCallPropGet(typeof(AThreadState), nameof(AThreadState.Fpcr));
|
|
||||||
|
|
||||||
if (Op.Size == 0)
|
if (Op.Size == 0)
|
||||||
{
|
{
|
||||||
AVectorHelper.EmitCall(Context, nameof(AVectorHelper.RoundF));
|
AVectorHelper.EmitCall(Context, nameof(AVectorHelper.RoundF));
|
||||||
|
@ -862,8 +860,6 @@ namespace ChocolArm64.Instruction
|
||||||
{
|
{
|
||||||
Context.EmitLdarg(ATranslatedSub.StateArgIdx);
|
Context.EmitLdarg(ATranslatedSub.StateArgIdx);
|
||||||
|
|
||||||
Context.EmitCallPropGet(typeof(AThreadState), nameof(AThreadState.Fpcr));
|
|
||||||
|
|
||||||
if (SizeF == 0)
|
if (SizeF == 0)
|
||||||
{
|
{
|
||||||
AVectorHelper.EmitCall(Context, nameof(AVectorHelper.RoundF));
|
AVectorHelper.EmitCall(Context, nameof(AVectorHelper.RoundF));
|
||||||
|
@ -938,8 +934,6 @@ namespace ChocolArm64.Instruction
|
||||||
{
|
{
|
||||||
Context.EmitLdarg(ATranslatedSub.StateArgIdx);
|
Context.EmitLdarg(ATranslatedSub.StateArgIdx);
|
||||||
|
|
||||||
Context.EmitCallPropGet(typeof(AThreadState), nameof(AThreadState.Fpcr));
|
|
||||||
|
|
||||||
if (Op.Size == 0)
|
if (Op.Size == 0)
|
||||||
{
|
{
|
||||||
AVectorHelper.EmitCall(Context, nameof(AVectorHelper.RoundF));
|
AVectorHelper.EmitCall(Context, nameof(AVectorHelper.RoundF));
|
||||||
|
@ -963,8 +957,6 @@ namespace ChocolArm64.Instruction
|
||||||
{
|
{
|
||||||
Context.EmitLdarg(ATranslatedSub.StateArgIdx);
|
Context.EmitLdarg(ATranslatedSub.StateArgIdx);
|
||||||
|
|
||||||
Context.EmitCallPropGet(typeof(AThreadState), nameof(AThreadState.Fpcr));
|
|
||||||
|
|
||||||
if (Op.Size == 0)
|
if (Op.Size == 0)
|
||||||
{
|
{
|
||||||
AVectorHelper.EmitCall(Context, nameof(AVectorHelper.RoundF));
|
AVectorHelper.EmitCall(Context, nameof(AVectorHelper.RoundF));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue